Aprepro 5.0x
|
#include "apr_array.h"
#include "apr_util.h"
#include "aprepro.h"
#include <cerrno>
#include <cfenv>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fmt/format.h>
#include <fmt/printf.h>
#include <iostream>
#include "aprepro_parser.h"
#include "apr_scanner.h"
Namespaces | |
namespace | anonymous_namespace{apr_parser.cc} |
namespace | SEAMS |
Macros | |
#define | yylex SEAMSlex |
#define | math_errhandling MATH_ERRNO |
#define | yylex aprepro.lexer->lex |
#define | YY_(msgid) |
#define | YY_EXCEPTIONS 1 |
#define | YYCDEBUG |
#define | YY_SYMBOL_PRINT(Title, Symbol) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_STACK_PRINT() |
#define | yyerrok (yyerrstatus_ = 0) |
#define | yyclearin (yyla.clear()) |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() |
#define | YYCASE_(N, S) |
Functions | |
void | anonymous_namespace{apr_parser.cc}::reset_error () |
#define math_errhandling MATH_ERRNO |
#define YY_ | ( | msgid | ) |
#define YY_EXCEPTIONS 1 |
#define YY_REDUCE_PRINT | ( | Rule | ) |
#define YY_STACK_PRINT | ( | ) |
#define YY_SYMBOL_PRINT | ( | Title, | |
Symbol ) |
#define YYABORT goto yyabortlab |
#define YYACCEPT goto yyacceptlab |
#define YYCASE_ | ( | N, | |
S ) |
#define YYCDEBUG |
#define yyclearin (yyla.clear()) |
#define yyerrok (yyerrstatus_ = 0) |
#define YYERROR goto yyerrorlab |
#define yylex SEAMSlex |
#define yylex aprepro.lexer->lex |
#define YYRECOVERING | ( | ) |