cprover
|
Go to the source code of this file.
Classes | |
union | yyalloc |
Macros | |
#define | YYBISON 1 |
#define | YYBISON_VERSION "3.4.1" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | yyparse yyjsonparse |
#define | yylex yyjsonlex |
#define | yyerror yyjsonerror |
#define | yydebug yyjsondebug |
#define | yynerrs yyjsonnerrs |
#define | yylval yyjsonlval |
#define | yychar yyjsonchar |
#define | YY_NULLPTR ((void*)0) |
#define | YYERROR_VERBOSE 0 |
#define | YY_YYJSON_JSON_Y_TAB_HPP_INCLUDED |
#define | YYDEBUG 0 |
#define | YYTOKENTYPE |
#define | TOK_STRING 258 |
#define | TOK_NUMBER 259 |
#define | TOK_TRUE 260 |
#define | TOK_FALSE 261 |
#define | TOK_NULL 262 |
#define | YYSTYPE_IS_TRIVIAL 1 |
#define | YYSTYPE_IS_DECLARED 1 |
#define | YYSIZE_T size_t |
#define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
#define | YY_(Msgid) Msgid |
#define | YY_ATTRIBUTE(Spec) /* empty */ |
#define | YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
#define | YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
#define | YYUSE(E) ((void) (E)) |
#define | YY_INITIAL_VALUE(Value) Value |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_ASSERT(E) ((void) (0 && (E))) |
#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_NEEDED 1 |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYCOPY(Dst, Src, Count) |
#define | YYFINAL 16 |
#define | YYLAST 30 |
#define | YYNTOKENS 14 |
#define | YYNNTS 14 |
#define | YYNRULES 24 |
#define | YYNSTATES 34 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 262 |
#define | YYTRANSLATE(YYX) ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -11 |
#define | yypact_value_is_default(Yystate) (!!((Yystate) == (-11))) |
#define | YYTABLE_NINF -12 |
#define | yytable_value_is_error(Yytable_value) 0 |
#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 | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYTERROR 1 |
#define | YYERRCODE 256 |
#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 int | YYSTYPE |
typedef unsigned char | yytype_uint8 |
typedef signed char | yytype_int8 |
typedef unsigned short | yytype_uint16 |
typedef short | yytype_int16 |
Functions | |
int | yyjsonlex () |
The main scanner function which does all the work. More... | |
static std::string | convert_TOK_STRING () |
static std::string | convert_TOK_NUMBER () |
int | yyjsonerror (const std::string &error) |
int | yyjsonparse (void) |
void * | malloc (size_t) |
void | free (void *) |
static void | yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) |
Variables | |
char * | yyjsontext |
int | yyjsonleng |
YYSTYPE | yyjsonlval |
static const yytype_uint8 | yytranslate [] |
static const yytype_int8 | yypact [] |
static const yytype_uint8 | yydefact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_int8 | yydefgoto [] |
static const yytype_int8 | yytable [] |
static const yytype_int8 | yycheck [] |
static const yytype_uint8 | yystos [] |
static const yytype_uint8 | yyr1 [] |
static const yytype_uint8 | yyr2 [] |
int | yyjsonchar |
int | yyjsonnerrs |
#define TOK_FALSE 261 |
Definition at line 186 of file json_y.tab.cpp.
#define TOK_NULL 262 |
Definition at line 187 of file json_y.tab.cpp.
#define TOK_NUMBER 259 |
Definition at line 184 of file json_y.tab.cpp.
#define TOK_STRING 258 |
Definition at line 183 of file json_y.tab.cpp.
#define TOK_TRUE 260 |
Definition at line 185 of file json_y.tab.cpp.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 256 of file json_y.tab.cpp.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 305 of file json_y.tab.cpp.
#define YY_ATTRIBUTE | ( | Spec | ) | /* empty */ |
Definition at line 266 of file json_y.tab.cpp.
#define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
Definition at line 271 of file json_y.tab.cpp.
#define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
Definition at line 275 of file json_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 297 of file json_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 298 of file json_y.tab.cpp.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 294 of file json_y.tab.cpp.
#define YY_NULLPTR ((void*)0) |
Definition at line 146 of file json_y.tab.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 775 of file json_y.tab.cpp.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 774 of file json_y.tab.cpp.
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 773 of file json_y.tab.cpp.
#define YY_YYJSON_JSON_Y_TAB_HPP_INCLUDED |
Definition at line 161 of file json_y.tab.cpp.
#define YYABORT goto yyabortlab |
Definition at line 620 of file json_y.tab.cpp.
#define YYACCEPT goto yyacceptlab |
Definition at line 619 of file json_y.tab.cpp.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 626 of file json_y.tab.cpp.
#define YYBISON 1 |
Definition at line 48 of file json_y.tab.cpp.
#define YYBISON_VERSION "3.4.1" |
Definition at line 51 of file json_y.tab.cpp.
#define yychar yyjsonchar |
Definition at line 74 of file json_y.tab.cpp.
Definition at line 615 of file json_y.tab.cpp.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 423 of file json_y.tab.cpp.
#define YYCOPY_NEEDED 1 |
Definition at line 395 of file json_y.tab.cpp.
#define yydebug yyjsondebug |
Definition at line 70 of file json_y.tab.cpp.
#define YYDEBUG 0 |
Definition at line 164 of file json_y.tab.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 772 of file json_y.tab.cpp.
#define YYEMPTY (-2) |
Definition at line 616 of file json_y.tab.cpp.
#define YYEOF 0 |
Definition at line 617 of file json_y.tab.cpp.
#define YYERRCODE 256 |
Definition at line 645 of file json_y.tab.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 614 of file json_y.tab.cpp.
#define yyerror yyjsonerror |
Definition at line 69 of file json_y.tab.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 621 of file json_y.tab.cpp.
#define YYERROR_VERBOSE 0 |
Definition at line 155 of file json_y.tab.cpp.
#define YYFINAL 16 |
Definition at line 436 of file json_y.tab.cpp.
#define YYFREE free |
Definition at line 366 of file json_y.tab.cpp.
#define YYINITDEPTH 200 |
Definition at line 781 of file json_y.tab.cpp.
#define YYLAST 30 |
Definition at line 438 of file json_y.tab.cpp.
#define yylex yyjsonlex |
Definition at line 68 of file json_y.tab.cpp.
#define yylval yyjsonlval |
Definition at line 73 of file json_y.tab.cpp.
#define YYMALLOC malloc |
Definition at line 360 of file json_y.tab.cpp.
#define YYMAXDEPTH 10000 |
Definition at line 792 of file json_y.tab.cpp.
#define YYMAXUTOK 262 |
Definition at line 450 of file json_y.tab.cpp.
#define yynerrs yyjsonnerrs |
Definition at line 71 of file json_y.tab.cpp.
#define YYNNTS 14 |
Definition at line 443 of file json_y.tab.cpp.
#define YYNRULES 24 |
Definition at line 445 of file json_y.tab.cpp.
#define YYNSTATES 34 |
Definition at line 447 of file json_y.tab.cpp.
#define YYNTOKENS 14 |
Definition at line 441 of file json_y.tab.cpp.
#define YYPACT_NINF -11 |
Definition at line 523 of file json_y.tab.cpp.
#define yypact_value_is_default | ( | Yystate | ) | (!!((Yystate) == (-11))) |
Definition at line 525 of file json_y.tab.cpp.
#define yyparse yyjsonparse |
Definition at line 67 of file json_y.tab.cpp.
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPULL 1 |
Definition at line 63 of file json_y.tab.cpp.
#define YYPURE 0 |
Definition at line 57 of file json_y.tab.cpp.
#define YYPUSH 0 |
Definition at line 60 of file json_y.tab.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 624 of file json_y.tab.cpp.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 246 of file json_y.tab.cpp.
#define YYSIZE_T size_t |
Definition at line 240 of file json_y.tab.cpp.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 54 of file json_y.tab.cpp.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 346 of file json_y.tab.cpp.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 349 of file json_y.tab.cpp.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 391 of file json_y.tab.cpp.
#define YYSTACK_FREE YYFREE |
Definition at line 347 of file json_y.tab.cpp.
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 387 of file json_y.tab.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 402 of file json_y.tab.cpp.
#define YYSTYPE_IS_DECLARED 1 |
Definition at line 193 of file json_y.tab.cpp.
#define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 192 of file json_y.tab.cpp.
#define YYTABLE_NINF -12 |
Definition at line 528 of file json_y.tab.cpp.
#define yytable_value_is_error | ( | Yytable_value | ) | 0 |
Definition at line 530 of file json_y.tab.cpp.
#define YYTERROR 1 |
Definition at line 644 of file json_y.tab.cpp.
#define YYTOKENTYPE |
Definition at line 172 of file json_y.tab.cpp.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 454 of file json_y.tab.cpp.
#define YYUNDEFTOK 2 |
Definition at line 449 of file json_y.tab.cpp.
#define YYUSE | ( | E | ) | ((void) (E)) |
Definition at line 280 of file json_y.tab.cpp.
typedef int YYSTYPE |
Definition at line 191 of file json_y.tab.cpp.
typedef short yytype_int16 |
Definition at line 230 of file json_y.tab.cpp.
typedef signed char yytype_int8 |
Definition at line 218 of file json_y.tab.cpp.
typedef unsigned short yytype_uint16 |
Definition at line 224 of file json_y.tab.cpp.
typedef unsigned char yytype_uint8 |
Definition at line 212 of file json_y.tab.cpp.
enum yytokentype |
Definition at line 173 of file json_y.tab.cpp.
|
static |
Definition at line 124 of file json_y.tab.cpp.
|
static |
Definition at line 88 of file json_y.tab.cpp.
void free | ( | void * | ) |
void* malloc | ( | size_t | ) |
|
static |
Definition at line 1028 of file json_y.tab.cpp.
int yyjsonerror | ( | const std::string & | error | ) |
Definition at line 129 of file json_y.tab.cpp.
int yyjsonlex | ( | ) |
The main scanner function which does all the work.
Definition at line 933 of file json_lex.yy.cpp.
int yyjsonparse | ( | void | ) |
Definition at line 1057 of file json_y.tab.cpp.
|
static |
Definition at line 579 of file json_y.tab.cpp.
|
static |
Definition at line 546 of file json_y.tab.cpp.
|
static |
Definition at line 562 of file json_y.tab.cpp.
int yyjsonchar |
Definition at line 1044 of file json_y.tab.cpp.
int yyjsonleng |
Definition at line 530 of file json_lex.yy.cpp.
YYSTYPE yyjsonlval |
Definition at line 1047 of file json_y.tab.cpp.
int yyjsonnerrs |
Definition at line 1049 of file json_y.tab.cpp.
char* yyjsontext |
Definition at line 732 of file json_lex.yy.cpp.
|
static |
Definition at line 535 of file json_y.tab.cpp.
|
static |
Definition at line 555 of file json_y.tab.cpp.
|
static |
Definition at line 598 of file json_y.tab.cpp.
|
static |
Definition at line 606 of file json_y.tab.cpp.
|
static |
Definition at line 589 of file json_y.tab.cpp.
|
static |
Definition at line 571 of file json_y.tab.cpp.
|
static |
Definition at line 459 of file json_y.tab.cpp.