|
Defines |
#define | YYBISON 1 |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYLSP_NEEDED 0 |
#define | TAG 258 |
#define | LPAREN 259 |
#define | RPAREN 260 |
#define | OR 261 |
#define | AND 262 |
#define | NOT 263 |
#define | YYSTYPE Tagcoll::Tagexpr* |
#define | YYDEBUG 0 |
#define | YYERROR_VERBOSE 0 |
#define | YYSTACK_ALLOC malloc |
#define | YYSTACK_FREE free |
#define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
#define | YYSTACK_BYTES(N) |
#define | YYCOPY(To, From, Count) |
#define | YYSTACK_RELOCATE(Stack) |
#define | YYFINAL 8 |
#define | YYLAST 12 |
#define | YYNTOKENS 9 |
#define | YYNNTS 3 |
#define | YYNRULES 7 |
#define | YYNSTATES 14 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 263 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -5 |
#define | YYTABLE_NINF -1 |
#define | YYSIZE_T unsigned int |
#define | yyerrok (yyerrstatus = 0) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYEMPTY (-2) |
#define | YYEOF 0 |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrlab1 |
#define | YYFAIL goto yyerrlab |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYTERROR 1 |
#define | YYERRCODE 256 |
#define | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YYLEX yylex () |
#define | YYDPRINTF(Args) |
#define | YYDSYMPRINT(Args) |
#define | YYDSYMPRINTF(Title, Token, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYPOPSTACK (yyvsp--, yyssp--) |
Typedefs |
typedef short | yysigned_char |
Enumerations |
enum | yytokentype {
TAG = 258,
LPAREN = 259,
RPAREN = 260,
OR = 261,
AND = 262,
NOT = 263
} |
Functions |
int | yylex () |
void | yyerror (const char *s) |
int | yyparse () |
Variables |
YYSTYPE * | yyvaluep |
int | yychar |
YYSTYPE | yylval |
int | yynerrs |