|
Aprepro
5.0x
|
#include "apr_array.h"#include "apr_util.h"#include "aprepro.h"#include <cerrno>#include <cfenv>#include <cmath>#include <cstdio>#include <cstring>#include <iostream>#include <stdlib.h>#include "aprepro_parser.h"#include "apr_scanner.h"Namespaces | |
| anonymous_namespace{apr_parser.cc} | |
| SEAMS | |
Macros | |
| #define | yylex SEAMSlex |
| #define | yylex aprepro.lexer->lex |
| #define | YY_(msgid) msgid |
| #define | YY_EXCEPTIONS 1 |
| #define | YYUSE(E) ((void)(E)) |
| #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() (!!yyerrstatus_) |
| #define | YYCASE_(N, S) case N: yyformat = S; break |
Functions | |
| void | anonymous_namespace{apr_parser.cc}::reset_error () |
| #define YY_ | ( | msgid | ) | 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 | |||
| ) | case N: yyformat = S; break |
| #define YYCDEBUG |
| #define yyclearin (yyla.clear()) |
| #define yyerrok (yyerrstatus_ = 0) |
| #define YYERROR goto yyerrorlab |
| #define yylex SEAMSlex |
| #define yylex aprepro.lexer->lex |
| #define YYRECOVERING | ( | ) | (!!yyerrstatus_) |
| #define YYUSE | ( | E | ) | ((void)(E)) |