cprover
|
Go to the source code of this file.
Classes | |
union | yyalloc |
Macros | |
#define | YYBISON 1 |
#define | YYBISON_VERSION "3.5" |
#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_CAST(Type, Val) ((Type) (Val)) |
#define | YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) |
#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 | YYPTRDIFF_T long |
#define | YYPTRDIFF_MAXIMUM LONG_MAX |
#define | YYSIZE_T unsigned |
#define | YYSIZE_MAXIMUM |
#define | YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X)) |
#define | YY_(Msgid) Msgid |
#define | YY_ATTRIBUTE_PURE |
#define | 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_IGNORE_USELESS_CAST_BEGIN |
#define | YY_IGNORE_USELESS_CAST_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 (YYSIZEOF (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) (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF (-11) |
#define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
#define | YYTABLE_NINF (-12) |
#define | yytable_value_is_error(Yyn) 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 signed char | yytype_int8 |
typedef short | yytype_int16 |
typedef unsigned char | yytype_uint8 |
typedef unsigned short | yytype_uint16 |
typedef yytype_int8 | yy_state_t |
typedef int | yy_state_fast_t |
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 (unsigned) |
void | free (void *) |
static void | yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) |
Variables | |
char * | yyjsontext |
int | yyjsonleng |
YYSTYPE | yyjsonlval |
static const yytype_int8 | yytranslate [] |
static const yytype_int8 | yypact [] |
static const yytype_int8 | yydefact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_int8 | yydefgoto [] |
static const yytype_int8 | yytable [] |
static const yytype_int8 | yycheck [] |
static const yytype_int8 | yystos [] |
static const yytype_int8 | yyr1 [] |
static const yytype_int8 | yyr2 [] |
int | yyjsonchar |
int | yyjsonnerrs |
#define TOK_FALSE 261 |
Definition at line 194 of file json_y.tab.cpp.
#define TOK_NULL 262 |
Definition at line 195 of file json_y.tab.cpp.
#define TOK_NUMBER 259 |
Definition at line 192 of file json_y.tab.cpp.
#define TOK_STRING 258 |
Definition at line 191 of file json_y.tab.cpp.
#define TOK_TRUE 260 |
Definition at line 193 of file json_y.tab.cpp.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 323 of file json_y.tab.cpp.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 382 of file json_y.tab.cpp.
#define YY_ATTRIBUTE_PURE |
Definition at line 331 of file json_y.tab.cpp.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 339 of file json_y.tab.cpp.
#define YY_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 142 of file json_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 362 of file json_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 363 of file json_y.tab.cpp.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 377 of file json_y.tab.cpp.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 378 of file json_y.tab.cpp.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 359 of file json_y.tab.cpp.
#define YY_NULLPTR ((void*)0) |
Definition at line 154 of file json_y.tab.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 855 of file json_y.tab.cpp.
#define YY_REINTERPRET_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 143 of file json_y.tab.cpp.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 854 of file json_y.tab.cpp.
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 853 of file json_y.tab.cpp.
#define YY_YYJSON_JSON_Y_TAB_HPP_INCLUDED |
Definition at line 169 of file json_y.tab.cpp.
#define YYABORT goto yyabortlab |
Definition at line 698 of file json_y.tab.cpp.
#define YYACCEPT goto yyacceptlab |
Definition at line 697 of file json_y.tab.cpp.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 704 of file json_y.tab.cpp.
#define YYBISON 1 |
Definition at line 48 of file json_y.tab.cpp.
#define YYBISON_VERSION "3.5" |
Definition at line 51 of file json_y.tab.cpp.
#define yychar yyjsonchar |
Definition at line 73 of file json_y.tab.cpp.
Definition at line 693 of file json_y.tab.cpp.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 500 of file json_y.tab.cpp.
#define YYCOPY_NEEDED 1 |
Definition at line 472 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 172 of file json_y.tab.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 852 of file json_y.tab.cpp.
#define YYEMPTY (-2) |
Definition at line 694 of file json_y.tab.cpp.
#define YYEOF 0 |
Definition at line 695 of file json_y.tab.cpp.
#define YYERRCODE 256 |
Definition at line 723 of file json_y.tab.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 692 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 699 of file json_y.tab.cpp.
#define YYERROR_VERBOSE 0 |
Definition at line 163 of file json_y.tab.cpp.
#define YYFINAL 16 |
Definition at line 513 of file json_y.tab.cpp.
#define YYFREE free |
Definition at line 443 of file json_y.tab.cpp.
#define YYINITDEPTH 200 |
Definition at line 861 of file json_y.tab.cpp.
#define YYLAST 30 |
Definition at line 515 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 72 of file json_y.tab.cpp.
#define YYMALLOC malloc |
Definition at line 437 of file json_y.tab.cpp.
#define YYMAXDEPTH 10000 |
Definition at line 872 of file json_y.tab.cpp.
#define YYMAXUTOK 262 |
Definition at line 527 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 520 of file json_y.tab.cpp.
#define YYNRULES 24 |
Definition at line 522 of file json_y.tab.cpp.
#define YYNSTATES 34 |
Definition at line 524 of file json_y.tab.cpp.
#define YYNTOKENS 14 |
Definition at line 518 of file json_y.tab.cpp.
#define YYPACT_NINF (-11) |
Definition at line 601 of file json_y.tab.cpp.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 603 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 YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 284 of file json_y.tab.cpp.
#define YYPTRDIFF_T long |
Definition at line 283 of file json_y.tab.cpp.
#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 702 of file json_y.tab.cpp.
#define YYSIZE_MAXIMUM |
Definition at line 301 of file json_y.tab.cpp.
#define YYSIZE_T unsigned |
Definition at line 297 of file json_y.tab.cpp.
#define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 307 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 423 of file json_y.tab.cpp.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 426 of file json_y.tab.cpp.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 468 of file json_y.tab.cpp.
#define YYSTACK_FREE YYFREE |
Definition at line 424 of file json_y.tab.cpp.
Definition at line 464 of file json_y.tab.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 479 of file json_y.tab.cpp.
#define YYSTYPE_IS_DECLARED 1 |
Definition at line 201 of file json_y.tab.cpp.
#define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 200 of file json_y.tab.cpp.
#define YYTABLE_NINF (-12) |
Definition at line 606 of file json_y.tab.cpp.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 608 of file json_y.tab.cpp.
#define YYTERROR 1 |
Definition at line 722 of file json_y.tab.cpp.
#define YYTOKENTYPE |
Definition at line 180 of file json_y.tab.cpp.
#define YYTRANSLATE | ( | YYX | ) | (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 532 of file json_y.tab.cpp.
#define YYUNDEFTOK 2 |
Definition at line 526 of file json_y.tab.cpp.
#define YYUSE | ( | E | ) | ((void) (E)) |
Definition at line 345 of file json_y.tab.cpp.
typedef int yy_state_fast_t |
Definition at line 313 of file json_y.tab.cpp.
typedef yytype_int8 yy_state_t |
Definition at line 310 of file json_y.tab.cpp.
typedef int YYSTYPE |
Definition at line 199 of file json_y.tab.cpp.
typedef short yytype_int16 |
Definition at line 247 of file json_y.tab.cpp.
typedef signed char yytype_int8 |
Definition at line 239 of file json_y.tab.cpp.
typedef unsigned short yytype_uint16 |
Definition at line 267 of file json_y.tab.cpp.
typedef unsigned char yytype_uint8 |
Definition at line 256 of file json_y.tab.cpp.
enum yytokentype |
Definition at line 181 of file json_y.tab.cpp.
|
static |
Definition at line 123 of file json_y.tab.cpp.
|
static |
Definition at line 87 of file json_y.tab.cpp.
void free | ( | void * | ) |
void* malloc | ( | unsigned | ) |
|
static |
Definition at line 1113 of file json_y.tab.cpp.
int yyjsonerror | ( | const std::string & | error | ) |
Definition at line 128 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 1142 of file json_y.tab.cpp.
|
static |
Definition at line 657 of file json_y.tab.cpp.
|
static |
Definition at line 624 of file json_y.tab.cpp.
|
static |
Definition at line 640 of file json_y.tab.cpp.
int yyjsonchar |
Definition at line 1129 of file json_y.tab.cpp.
int yyjsonleng |
Definition at line 530 of file json_lex.yy.cpp.
YYSTYPE yyjsonlval |
Definition at line 1132 of file json_y.tab.cpp.
int yyjsonnerrs |
Definition at line 1134 of file json_y.tab.cpp.
char* yyjsontext |
Definition at line 732 of file json_lex.yy.cpp.
|
static |
Definition at line 613 of file json_y.tab.cpp.
|
static |
Definition at line 633 of file json_y.tab.cpp.
|
static |
Definition at line 676 of file json_y.tab.cpp.
|
static |
Definition at line 684 of file json_y.tab.cpp.
|
static |
Definition at line 667 of file json_y.tab.cpp.
|
static |
Definition at line 649 of file json_y.tab.cpp.
|
static |
Definition at line 537 of file json_y.tab.cpp.