cprover
|
Go to the source code of this file.
Classes | |
union | YYSTYPE |
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 yyxmlparse |
#define | yylex yyxmllex |
#define | yyerror yyxmlerror |
#define | yydebug yyxmldebug |
#define | yynerrs yyxmlnerrs |
#define | yylval yyxmllval |
#define | yychar yyxmlchar |
#define | YY_NULLPTR ((void*)0) |
#define | YYERROR_VERBOSE 1 |
#define | YY_YYXML_XML_Y_TAB_HPP_INCLUDED |
#define | YYDEBUG 0 |
#define | YYTOKENTYPE |
#define | STARTXMLDECL 258 |
#define | VERSION 259 |
#define | STARTPI 260 |
#define | ENDPI 261 |
#define | EQ 262 |
#define | SLASH 263 |
#define | CLOSE 264 |
#define | END 265 |
#define | ENCODING 266 |
#define | NAME 267 |
#define | VALUE 268 |
#define | DATA 269 |
#define | COMMENT 270 |
#define | START 271 |
#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 6 |
#define | YYLAST 25 |
#define | YYNTOKENS 17 |
#define | YYNNTS 20 |
#define | YYNRULES 29 |
#define | YYNSTATES 43 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 271 |
#define | YYTRANSLATE(YYX) ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -13 |
#define | yypact_value_is_default(Yystate) (!!((Yystate) == (-13))) |
#define | YYTABLE_NINF -1 |
#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 | YYCASE_(N, S) |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | YYSYNTAX_ERROR |
Typedefs | |
typedef union YYSTYPE | YYSTYPE |
typedef unsigned char | yytype_uint8 |
typedef signed char | yytype_int8 |
typedef unsigned short | yytype_uint16 |
typedef short | yytype_int16 |
Functions | |
int | yyxmllex () |
The main scanner function which does all the work. More... | |
int | yyxmlerror (const std::string &error) |
int | yyxmlparse (void) |
void * | malloc (size_t) |
void | free (void *) |
static size_t | yystrlen (const char *yystr) |
static char * | yystpcpy (char *yydest, const char *yysrc) |
static size_t | yytnamerr (char *yyres, const char *yystr) |
static int | yysyntax_error (size_t *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) |
static void | yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) |
Variables | |
char * | yyxmltext |
YYSTYPE | yyxmllval |
static const yytype_uint8 | yytranslate [] |
static const char *const | yytname [] |
static const yytype_int8 | yypact [] |
static const yytype_uint8 | yydefact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_int8 | yydefgoto [] |
static const yytype_uint8 | yytable [] |
static const yytype_uint8 | yycheck [] |
static const yytype_uint8 | yystos [] |
static const yytype_uint8 | yyr1 [] |
static const yytype_uint8 | yyr2 [] |
int | yyxmlchar |
int | yyxmlnerrs |
#define CLOSE 264 |
Definition at line 155 of file xml_y.tab.cpp.
#define COMMENT 270 |
Definition at line 161 of file xml_y.tab.cpp.
#define DATA 269 |
Definition at line 160 of file xml_y.tab.cpp.
#define ENCODING 266 |
Definition at line 157 of file xml_y.tab.cpp.
#define END 265 |
Definition at line 156 of file xml_y.tab.cpp.
#define ENDPI 261 |
Definition at line 152 of file xml_y.tab.cpp.
#define EQ 262 |
Definition at line 153 of file xml_y.tab.cpp.
#define NAME 267 |
Definition at line 158 of file xml_y.tab.cpp.
#define SLASH 263 |
Definition at line 154 of file xml_y.tab.cpp.
#define START 271 |
Definition at line 162 of file xml_y.tab.cpp.
#define STARTPI 260 |
Definition at line 151 of file xml_y.tab.cpp.
#define STARTXMLDECL 258 |
Definition at line 149 of file xml_y.tab.cpp.
#define VALUE 268 |
Definition at line 159 of file xml_y.tab.cpp.
#define VERSION 259 |
Definition at line 150 of file xml_y.tab.cpp.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 239 of file xml_y.tab.cpp.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 288 of file xml_y.tab.cpp.
#define YY_ATTRIBUTE | ( | Spec | ) | /* empty */ |
Definition at line 249 of file xml_y.tab.cpp.
#define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
Definition at line 254 of file xml_y.tab.cpp.
#define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
Definition at line 258 of file xml_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 280 of file xml_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 281 of file xml_y.tab.cpp.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 277 of file xml_y.tab.cpp.
#define YY_NULLPTR ((void*)0) |
Definition at line 103 of file xml_y.tab.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 761 of file xml_y.tab.cpp.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 760 of file xml_y.tab.cpp.
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 759 of file xml_y.tab.cpp.
#define YY_YYXML_XML_Y_TAB_HPP_INCLUDED |
Definition at line 118 of file xml_y.tab.cpp.
#define YYABORT goto yyabortlab |
Definition at line 606 of file xml_y.tab.cpp.
#define YYACCEPT goto yyacceptlab |
Definition at line 605 of file xml_y.tab.cpp.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 612 of file xml_y.tab.cpp.
#define YYBISON 1 |
Definition at line 48 of file xml_y.tab.cpp.
#define YYBISON_VERSION "3.4.1" |
Definition at line 51 of file xml_y.tab.cpp.
#define YYCASE_ | ( | N, | |
S | |||
) |
#define yychar yyxmlchar |
Definition at line 74 of file xml_y.tab.cpp.
Definition at line 601 of file xml_y.tab.cpp.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 406 of file xml_y.tab.cpp.
#define YYCOPY_NEEDED 1 |
Definition at line 378 of file xml_y.tab.cpp.
#define yydebug yyxmldebug |
Definition at line 70 of file xml_y.tab.cpp.
#define YYDEBUG 0 |
Definition at line 121 of file xml_y.tab.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 758 of file xml_y.tab.cpp.
#define YYEMPTY (-2) |
Definition at line 602 of file xml_y.tab.cpp.
#define YYEOF 0 |
Definition at line 603 of file xml_y.tab.cpp.
#define YYERRCODE 256 |
Definition at line 631 of file xml_y.tab.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 600 of file xml_y.tab.cpp.
#define yyerror yyxmlerror |
Definition at line 69 of file xml_y.tab.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 607 of file xml_y.tab.cpp.
#define YYERROR_VERBOSE 1 |
Definition at line 112 of file xml_y.tab.cpp.
#define YYFINAL 6 |
Definition at line 419 of file xml_y.tab.cpp.
#define YYFREE free |
Definition at line 349 of file xml_y.tab.cpp.
#define YYINITDEPTH 200 |
Definition at line 767 of file xml_y.tab.cpp.
#define YYLAST 25 |
Definition at line 421 of file xml_y.tab.cpp.
#define yylex yyxmllex |
Definition at line 68 of file xml_y.tab.cpp.
#define yylval yyxmllval |
Definition at line 73 of file xml_y.tab.cpp.
#define YYMALLOC malloc |
Definition at line 343 of file xml_y.tab.cpp.
#define YYMAXDEPTH 10000 |
Definition at line 778 of file xml_y.tab.cpp.
#define YYMAXUTOK 271 |
Definition at line 433 of file xml_y.tab.cpp.
#define yynerrs yyxmlnerrs |
Definition at line 71 of file xml_y.tab.cpp.
#define YYNNTS 20 |
Definition at line 426 of file xml_y.tab.cpp.
#define YYNRULES 29 |
Definition at line 428 of file xml_y.tab.cpp.
#define YYNSTATES 43 |
Definition at line 430 of file xml_y.tab.cpp.
#define YYNTOKENS 17 |
Definition at line 424 of file xml_y.tab.cpp.
#define YYPACT_NINF -13 |
Definition at line 508 of file xml_y.tab.cpp.
#define yypact_value_is_default | ( | Yystate | ) | (!!((Yystate) == (-13))) |
Definition at line 510 of file xml_y.tab.cpp.
#define yyparse yyxmlparse |
Definition at line 67 of file xml_y.tab.cpp.
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPULL 1 |
Definition at line 63 of file xml_y.tab.cpp.
#define YYPURE 0 |
Definition at line 57 of file xml_y.tab.cpp.
#define YYPUSH 0 |
Definition at line 60 of file xml_y.tab.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 610 of file xml_y.tab.cpp.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 229 of file xml_y.tab.cpp.
#define YYSIZE_T size_t |
Definition at line 223 of file xml_y.tab.cpp.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 54 of file xml_y.tab.cpp.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 329 of file xml_y.tab.cpp.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 332 of file xml_y.tab.cpp.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 374 of file xml_y.tab.cpp.
#define YYSTACK_FREE YYFREE |
Definition at line 330 of file xml_y.tab.cpp.
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 370 of file xml_y.tab.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 385 of file xml_y.tab.cpp.
#define YYSTYPE_IS_DECLARED 1 |
Definition at line 176 of file xml_y.tab.cpp.
#define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 175 of file xml_y.tab.cpp.
#define YYSYNTAX_ERROR |
#define YYTABLE_NINF -1 |
Definition at line 513 of file xml_y.tab.cpp.
#define yytable_value_is_error | ( | Yytable_value | ) | 0 |
Definition at line 515 of file xml_y.tab.cpp.
#define YYTERROR 1 |
Definition at line 630 of file xml_y.tab.cpp.
#define YYTOKENTYPE |
Definition at line 129 of file xml_y.tab.cpp.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 437 of file xml_y.tab.cpp.
#define YYUNDEFTOK 2 |
Definition at line 432 of file xml_y.tab.cpp.
#define YYUSE | ( | E | ) | ((void) (E)) |
Definition at line 263 of file xml_y.tab.cpp.
Definition at line 174 of file xml_y.tab.cpp.
typedef short yytype_int16 |
Definition at line 213 of file xml_y.tab.cpp.
typedef signed char yytype_int8 |
Definition at line 201 of file xml_y.tab.cpp.
typedef unsigned short yytype_uint16 |
Definition at line 207 of file xml_y.tab.cpp.
typedef unsigned char yytype_uint8 |
Definition at line 195 of file xml_y.tab.cpp.
enum yytokentype |
Definition at line 130 of file xml_y.tab.cpp.
void free | ( | void * | ) |
void* malloc | ( | size_t | ) |
|
static |
Definition at line 1014 of file xml_y.tab.cpp.
|
static |
Definition at line 807 of file xml_y.tab.cpp.
|
static |
Definition at line 790 of file xml_y.tab.cpp.
|
static |
Definition at line 880 of file xml_y.tab.cpp.
|
static |
Definition at line 829 of file xml_y.tab.cpp.
int yyxmlerror | ( | const std::string & | error | ) |
Definition at line 86 of file xml_y.tab.cpp.
int yyxmllex | ( | ) |
The main scanner function which does all the work.
Definition at line 1042 of file xml_lex.yy.cpp.
int yyxmlparse | ( | void | ) |
Definition at line 1043 of file xml_y.tab.cpp.
|
static |
Definition at line 565 of file xml_y.tab.cpp.
|
static |
Definition at line 532 of file xml_y.tab.cpp.
|
static |
Definition at line 549 of file xml_y.tab.cpp.
|
static |
Definition at line 520 of file xml_y.tab.cpp.
|
static |
Definition at line 542 of file xml_y.tab.cpp.
|
static |
Definition at line 584 of file xml_y.tab.cpp.
|
static |
Definition at line 592 of file xml_y.tab.cpp.
|
static |
Definition at line 574 of file xml_y.tab.cpp.
|
static |
Definition at line 558 of file xml_y.tab.cpp.
|
static |
Definition at line 487 of file xml_y.tab.cpp.
|
static |
Definition at line 442 of file xml_y.tab.cpp.
int yyxmlchar |
Definition at line 1030 of file xml_y.tab.cpp.
YYSTYPE yyxmllval |
Definition at line 1033 of file xml_y.tab.cpp.
int yyxmlnerrs |
Definition at line 1035 of file xml_y.tab.cpp.
char* yyxmltext |