#include "cppvalue.h"
#include "constexp.h"
#include "message.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
union | yyalloc |
Macros | |
#define | YYBISON 1 |
#define | YYBISON_VERSION "2.4.1" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | YYLSP_NEEDED 0 |
#define | yyparse constexpYYparse |
#define | yylex constexpYYlex |
#define | yyerror constexpYYerror |
#define | yylval constexpYYlval |
#define | yychar constexpYYchar |
#define | yydebug constexpYYdebug |
#define | yynerrs constexpYYnerrs |
#define | YYSTYPE CPPValue |
#define | YYDEBUG 0 |
#define | YYERROR_VERBOSE 0 |
#define | YYTOKEN_TABLE 0 |
#define | YYTOKENTYPE |
#define | YYSIZE_T unsigned int |
#define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
#define | YY_(msgid) msgid |
#define | YYUSE(e) ((void) (e)) |
#define | YYID(n) (n) |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYMALLOC malloc |
#define | YYFREE free |
#define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
#define | YYSTACK_BYTES(N) |
#define | YYCOPY(To, From, Count) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYFINAL 31 |
#define | YYLAST 63 |
#define | YYNTOKENS 32 |
#define | YYNNTS 16 |
#define | YYNRULES 44 |
#define | YYNSTATES 73 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 286 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -29 |
#define | YYTABLE_NINF -1 |
#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 yyerrorlab |
#define | YYFAIL goto yyerrlab |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYTERROR 1 |
#define | YYERRCODE 256 |
#define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
#define | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
#define | YYLEX yylex () |
#define | YYDPRINTF(Args) |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
typedef unsigned char | yytype_uint8 |
typedef short int | yytype_int8 |
typedef unsigned short int | yytype_uint16 |
typedef short int | yytype_int16 |
Functions | |
int | constexpYYerror (const char *s) |
int | constexpYYlex () |
static void | yydestruct (yymsg, yytype, yyvaluep) const char *yymsg |
if (!yymsg) yymsg | |
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp) | |
switch (yytype) | |
int | yyparse () |
Variables | |
static const yytype_uint8 | yytranslate [] |
static const yytype_uint8 | yyr1 [] |
static const yytype_uint8 | yyr2 [] |
static const yytype_uint8 | yydefact [] |
static const yytype_int8 | yydefgoto [] |
static const yytype_int8 | yypact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_uint8 | yytable [] |
static const yytype_int8 | yycheck [] |
static const yytype_uint8 | yystos [] |
int | yytype |
YYSTYPE * | yyvaluep |
int | yychar |
YYSTYPE | yylval |
int | yynerrs |
#define YY_ | ( | msgid | ) | msgid |
Definition at line 231 of file ce_parse.cpp.
#define YY_LOCATION_PRINT | ( | File, | |
Loc | |||
) | ((void) 0) |
Definition at line 698 of file ce_parse.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 871 of file ce_parse.cpp.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 870 of file ce_parse.cpp.
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 869 of file ce_parse.cpp.
#define YYABORT goto yyabortlab |
Definition at line 627 of file ce_parse.cpp.
#define YYACCEPT goto yyacceptlab |
Definition at line 626 of file ce_parse.cpp.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 639 of file ce_parse.cpp.
#define YYBISON 1 |
Definition at line 46 of file ce_parse.cpp.
#define YYBISON_VERSION "2.4.1" |
Definition at line 49 of file ce_parse.cpp.
#define yychar constexpYYchar |
Definition at line 71 of file ce_parse.cpp.
Definition at line 622 of file ce_parse.cpp.
#define YYCOPY | ( | To, | |
From, | |||
Count | |||
) |
Definition at line 357 of file ce_parse.cpp.
#define yydebug constexpYYdebug |
Definition at line 72 of file ce_parse.cpp.
#define YYDEBUG 0 |
Definition at line 107 of file ce_parse.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 868 of file ce_parse.cpp.
#define YYEMPTY (-2) |
Definition at line 623 of file ce_parse.cpp.
#define YYEOF 0 |
Definition at line 624 of file ce_parse.cpp.
#define YYERRCODE 256 |
Definition at line 658 of file ce_parse.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 621 of file ce_parse.cpp.
#define yyerror constexpYYerror |
Definition at line 69 of file ce_parse.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 628 of file ce_parse.cpp.
#define YYERROR_VERBOSE 0 |
Definition at line 115 of file ce_parse.cpp.
#define YYFAIL goto yyerrlab |
Definition at line 635 of file ce_parse.cpp.
#define YYFINAL 31 |
Definition at line 387 of file ce_parse.cpp.
#define YYFREE free |
Definition at line 320 of file ce_parse.cpp.
#define YYID | ( | n | ) | (n) |
Definition at line 244 of file ce_parse.cpp.
#define YYINITDEPTH 200 |
Definition at line 877 of file ce_parse.cpp.
#define YYLAST 63 |
Definition at line 389 of file ce_parse.cpp.
#define yylex constexpYYlex |
Definition at line 68 of file ce_parse.cpp.
#define YYLEX yylex () |
Definition at line 708 of file ce_parse.cpp.
#define YYLLOC_DEFAULT | ( | Current, | |
Rhs, | |||
N | |||
) |
Definition at line 667 of file ce_parse.cpp.
#define YYLSP_NEEDED 0 |
Definition at line 64 of file ce_parse.cpp.
#define yylval constexpYYlval |
Definition at line 70 of file ce_parse.cpp.
#define YYMALLOC malloc |
Definition at line 313 of file ce_parse.cpp.
#define YYMAXDEPTH 10000 |
Definition at line 888 of file ce_parse.cpp.
#define YYMAXUTOK 286 |
Definition at line 402 of file ce_parse.cpp.
#define yynerrs constexpYYnerrs |
Definition at line 73 of file ce_parse.cpp.
#define YYNNTS 16 |
Definition at line 394 of file ce_parse.cpp.
#define YYNRULES 44 |
Definition at line 396 of file ce_parse.cpp.
#define YYNSTATES 73 |
Definition at line 398 of file ce_parse.cpp.
#define YYNTOKENS 32 |
Definition at line 392 of file ce_parse.cpp.
#define YYPACT_NINF -29 |
Definition at line 560 of file ce_parse.cpp.
#define yyparse constexpYYparse |
Definition at line 67 of file ce_parse.cpp.
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPULL 1 |
Definition at line 61 of file ce_parse.cpp.
#define YYPURE 0 |
Definition at line 55 of file ce_parse.cpp.
#define YYPUSH 0 |
Definition at line 58 of file ce_parse.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 637 of file ce_parse.cpp.
#define YYRHSLOC | ( | Rhs, | |
K | |||
) | ((Rhs)[K]) |
Definition at line 665 of file ce_parse.cpp.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 221 of file ce_parse.cpp.
#define YYSIZE_T unsigned int |
Definition at line 217 of file ce_parse.cpp.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 52 of file ce_parse.cpp.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 299 of file ce_parse.cpp.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 302 of file ce_parse.cpp.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 346 of file ce_parse.cpp.
#define YYSTACK_FREE YYFREE |
Definition at line 300 of file ce_parse.cpp.
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 342 of file ce_parse.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 373 of file ce_parse.cpp.
Definition at line 88 of file ce_parse.cpp.
#define YYTABLE_NINF -1 |
Definition at line 584 of file ce_parse.cpp.
#define YYTERROR 1 |
Definition at line 657 of file ce_parse.cpp.
#define YYTOKEN_TABLE 0 |
Definition at line 120 of file ce_parse.cpp.
#define YYTOKENTYPE |
Definition at line 126 of file ce_parse.cpp.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 404 of file ce_parse.cpp.
#define YYUNDEFTOK 2 |
Definition at line 401 of file ce_parse.cpp.
Definition at line 237 of file ce_parse.cpp.
typedef short int yytype_int16 |
Definition at line 204 of file ce_parse.cpp.
typedef short int yytype_int8 |
Definition at line 192 of file ce_parse.cpp.
typedef unsigned short int yytype_uint16 |
Definition at line 198 of file ce_parse.cpp.
typedef unsigned char yytype_uint8 |
Definition at line 183 of file ce_parse.cpp.
enum yytokentype |
Definition at line 129 of file ce_parse.cpp.
int constexpYYerror | ( | const char * | s | ) |
Definition at line 93 of file ce_parse.cpp.
int constexpYYlex | ( | ) |
if | ( | ! | yymsg | ) |
switch | ( | yytype | ) |
Definition at line 1127 of file ce_parse.cpp.
int yyparse | ( | ) |
Definition at line 1183 of file ce_parse.cpp.
int yychar |
Definition at line 1152 of file ce_parse.cpp.
|
static |
Definition at line 596 of file ce_parse.cpp.
|
static |
Definition at line 539 of file ce_parse.cpp.
|
static |
Definition at line 552 of file ce_parse.cpp.
YYSTYPE yylval |
Definition at line 1155 of file ce_parse.cpp.
int yynerrs |
Definition at line 1158 of file ce_parse.cpp.
|
static |
Definition at line 561 of file ce_parse.cpp.
|
static |
Definition at line 574 of file ce_parse.cpp.
|
static |
Definition at line 517 of file ce_parse.cpp.
|
static |
Definition at line 527 of file ce_parse.cpp.
|
static |
Definition at line 609 of file ce_parse.cpp.
|
static |
Definition at line 585 of file ce_parse.cpp.
|
static |
Definition at line 408 of file ce_parse.cpp.
int yytype |
Definition at line 1117 of file ce_parse.cpp.
YYSTYPE* yyvaluep |
Definition at line 1118 of file ce_parse.cpp.