cprover
|
#include "ansi_c_parser.h"
#include "parser_static.inc"
#include "literals/convert_integer_literal.h"
#include "ansi_c_y.tab.h"
#include <limits.h>
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 yyansi_cparse |
#define | yylex yyansi_clex |
#define | yyerror yyansi_cerror |
#define | yydebug yyansi_cdebug |
#define | yynerrs yyansi_cnerrs |
#define | yylval yyansi_clval |
#define | yychar yyansi_cchar |
#define | PARSER ansi_c_parser |
#define | YYMAXDEPTH 25600 |
#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_YYANSI_C_ANSI_C_Y_TAB_HPP_INCLUDED |
#define | TOK_AUTO 258 |
#define | TOK_BOOL 259 |
#define | TOK_COMPLEX 260 |
#define | TOK_BREAK 261 |
#define | TOK_CASE 262 |
#define | TOK_CHAR 263 |
#define | TOK_CONST 264 |
#define | TOK_CONTINUE 265 |
#define | TOK_DEFAULT 266 |
#define | TOK_DO 267 |
#define | TOK_DOUBLE 268 |
#define | TOK_ELSE 269 |
#define | TOK_ENUM 270 |
#define | TOK_EXTERN 271 |
#define | TOK_FLOAT 272 |
#define | TOK_FOR 273 |
#define | TOK_GOTO 274 |
#define | TOK_IF 275 |
#define | TOK_INLINE 276 |
#define | TOK_INT 277 |
#define | TOK_LONG 278 |
#define | TOK_REGISTER 279 |
#define | TOK_RESTRICT 280 |
#define | TOK_RETURN 281 |
#define | TOK_SHORT 282 |
#define | TOK_SIGNED 283 |
#define | TOK_SIZEOF 284 |
#define | TOK_STATIC 285 |
#define | TOK_STRUCT 286 |
#define | TOK_SWITCH 287 |
#define | TOK_TYPEDEF 288 |
#define | TOK_UNION 289 |
#define | TOK_UNSIGNED 290 |
#define | TOK_VOID 291 |
#define | TOK_VOLATILE 292 |
#define | TOK_WCHAR_T 293 |
#define | TOK_WHILE 294 |
#define | TOK_ARROW 295 |
#define | TOK_INCR 296 |
#define | TOK_DECR 297 |
#define | TOK_SHIFTLEFT 298 |
#define | TOK_SHIFTRIGHT 299 |
#define | TOK_LE 300 |
#define | TOK_GE 301 |
#define | TOK_EQ 302 |
#define | TOK_NE 303 |
#define | TOK_ANDAND 304 |
#define | TOK_OROR 305 |
#define | TOK_ELLIPSIS 306 |
#define | TOK_MULTASSIGN 307 |
#define | TOK_DIVASSIGN 308 |
#define | TOK_MODASSIGN 309 |
#define | TOK_PLUSASSIGN 310 |
#define | TOK_MINUSASSIGN 311 |
#define | TOK_SHLASSIGN 312 |
#define | TOK_SHRASSIGN 313 |
#define | TOK_ANDASSIGN 314 |
#define | TOK_XORASSIGN 315 |
#define | TOK_ORASSIGN 316 |
#define | TOK_IDENTIFIER 317 |
#define | TOK_TYPEDEFNAME 318 |
#define | TOK_INTEGER 319 |
#define | TOK_FLOATING 320 |
#define | TOK_CHARACTER 321 |
#define | TOK_STRING 322 |
#define | TOK_ASM_STRING 323 |
#define | TOK_INT8 324 |
#define | TOK_INT16 325 |
#define | TOK_INT32 326 |
#define | TOK_INT64 327 |
#define | TOK_PTR32 328 |
#define | TOK_PTR64 329 |
#define | TOK_TYPEOF 330 |
#define | TOK_GCC_AUTO_TYPE 331 |
#define | TOK_GCC_FLOAT16 332 |
#define | TOK_GCC_FLOAT32 333 |
#define | TOK_GCC_FLOAT32X 334 |
#define | TOK_GCC_FLOAT80 335 |
#define | TOK_GCC_FLOAT64 336 |
#define | TOK_GCC_FLOAT64X 337 |
#define | TOK_GCC_FLOAT128 338 |
#define | TOK_GCC_FLOAT128X 339 |
#define | TOK_GCC_INT128 340 |
#define | TOK_GCC_DECIMAL32 341 |
#define | TOK_GCC_DECIMAL64 342 |
#define | TOK_GCC_DECIMAL128 343 |
#define | TOK_GCC_ASM 344 |
#define | TOK_GCC_ASM_PAREN 345 |
#define | TOK_GCC_ATTRIBUTE 346 |
#define | TOK_GCC_ATTRIBUTE_ALIGNED 347 |
#define | TOK_GCC_ATTRIBUTE_TRANSPARENT_UNION 348 |
#define | TOK_GCC_ATTRIBUTE_PACKED 349 |
#define | TOK_GCC_ATTRIBUTE_VECTOR_SIZE 350 |
#define | TOK_GCC_ATTRIBUTE_MODE 351 |
#define | TOK_GCC_ATTRIBUTE_GNU_INLINE 352 |
#define | TOK_GCC_ATTRIBUTE_WEAK 353 |
#define | TOK_GCC_ATTRIBUTE_ALIAS 354 |
#define | TOK_GCC_ATTRIBUTE_SECTION 355 |
#define | TOK_GCC_ATTRIBUTE_NORETURN 356 |
#define | TOK_GCC_ATTRIBUTE_CONSTRUCTOR 357 |
#define | TOK_GCC_ATTRIBUTE_DESTRUCTOR 358 |
#define | TOK_GCC_ATTRIBUTE_FALLTHROUGH 359 |
#define | TOK_GCC_ATTRIBUTE_USED 360 |
#define | TOK_GCC_LABEL 361 |
#define | TOK_MSC_ASM 362 |
#define | TOK_MSC_BASED 363 |
#define | TOK_CW_VAR_ARG_TYPEOF 364 |
#define | TOK_BUILTIN_VA_ARG 365 |
#define | TOK_GCC_BUILTIN_TYPES_COMPATIBLE_P 366 |
#define | TOK_CLANG_BUILTIN_CONVERTVECTOR 367 |
#define | TOK_OFFSETOF 368 |
#define | TOK_ALIGNOF 369 |
#define | TOK_MSC_TRY 370 |
#define | TOK_MSC_FINALLY 371 |
#define | TOK_MSC_EXCEPT 372 |
#define | TOK_MSC_LEAVE 373 |
#define | TOK_MSC_DECLSPEC 374 |
#define | TOK_MSC_FORCEINLINE 375 |
#define | TOK_INTERFACE 376 |
#define | TOK_CDECL 377 |
#define | TOK_STDCALL 378 |
#define | TOK_FASTCALL 379 |
#define | TOK_CLRCALL 380 |
#define | TOK_FORALL 381 |
#define | TOK_EXISTS 382 |
#define | TOK_ACSL_FORALL 383 |
#define | TOK_ACSL_EXISTS 384 |
#define | TOK_ACSL_LET 385 |
#define | TOK_ARRAY_OF 386 |
#define | TOK_CPROVER_BITVECTOR 387 |
#define | TOK_CPROVER_FLOATBV 388 |
#define | TOK_CPROVER_FIXEDBV 389 |
#define | TOK_CPROVER_ATOMIC 390 |
#define | TOK_CPROVER_BOOL 391 |
#define | TOK_CPROVER_THROW 392 |
#define | TOK_CPROVER_CATCH 393 |
#define | TOK_CPROVER_TRY 394 |
#define | TOK_CPROVER_FINALLY 395 |
#define | TOK_CPROVER_ID 396 |
#define | TOK_CPROVER_LOOP_INVARIANT 397 |
#define | TOK_CPROVER_REQUIRES 398 |
#define | TOK_CPROVER_ENSURES 399 |
#define | TOK_IMPLIES 400 |
#define | TOK_EQUIVALENT 401 |
#define | TOK_XORXOR 402 |
#define | TOK_TRUE 403 |
#define | TOK_FALSE 404 |
#define | TOK_REAL 405 |
#define | TOK_IMAG 406 |
#define | TOK_ALIGNAS 407 |
#define | TOK_ATOMIC_TYPE_QUALIFIER 408 |
#define | TOK_ATOMIC_TYPE_SPECIFIER 409 |
#define | TOK_GENERIC 410 |
#define | TOK_IMAGINARY 411 |
#define | TOK_NORETURN 412 |
#define | TOK_STATIC_ASSERT 413 |
#define | TOK_THREAD_LOCAL 414 |
#define | TOK_NULLPTR 415 |
#define | TOK_CONSTEXPR 416 |
#define | TOK_SCANNER_ERROR 417 |
#define | TOK_SCANNER_EOF 418 |
#define | TOK_CATCH 419 |
#define | TOK_CHAR16_T 420 |
#define | TOK_CHAR32_T 421 |
#define | TOK_CLASS 422 |
#define | TOK_DELETE 423 |
#define | TOK_DECLTYPE 424 |
#define | TOK_EXPLICIT 425 |
#define | TOK_FRIEND 426 |
#define | TOK_MUTABLE 427 |
#define | TOK_NAMESPACE 428 |
#define | TOK_NEW 429 |
#define | TOK_NOEXCEPT 430 |
#define | TOK_OPERATOR 431 |
#define | TOK_PRIVATE 432 |
#define | TOK_PROTECTED 433 |
#define | TOK_PUBLIC 434 |
#define | TOK_TEMPLATE 435 |
#define | TOK_THIS 436 |
#define | TOK_THROW 437 |
#define | TOK_TYPEID 438 |
#define | TOK_TYPENAME 439 |
#define | TOK_TRY 440 |
#define | TOK_USING 441 |
#define | TOK_VIRTUAL 442 |
#define | TOK_SCOPE 443 |
#define | TOK_DOTPM 444 |
#define | TOK_ARROWPM 445 |
#define | TOK_UNARY_TYPE_PREDICATE 446 |
#define | TOK_BINARY_TYPE_PREDICATE 447 |
#define | TOK_MSC_UUIDOF 448 |
#define | TOK_MSC_IF_EXISTS 449 |
#define | TOK_MSC_IF_NOT_EXISTS 450 |
#define | TOK_UNDERLYING_TYPE 451 |
#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 149 |
#define | YYLAST 6818 |
#define | YYNTOKENS 221 |
#define | YYNNTS 208 |
#define | YYNRULES 614 |
#define | YYNSTATES 1109 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 451 |
#define | YYTRANSLATE(YYX) (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF (-955) |
#define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
#define | YYTABLE_NINF (-584) |
#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 | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
typedef signed char | yytype_int8 |
typedef short | yytype_int16 |
typedef unsigned char | yytype_uint8 |
typedef unsigned short | yytype_uint16 |
typedef yytype_int16 | yy_state_t |
typedef int | yy_state_fast_t |
Functions | |
int | yyansi_clex () |
The main scanner function which does all the work. More... | |
int | yyansi_cparse (void) |
void * | malloc (unsigned) |
void | free (void *) |
static void | yydestruct (const char *yymsg, int yytype, unsigned *yyvaluep) |
Variables | |
char * | yyansi_ctext |
unsigned | yyansi_clval |
static const yytype_uint8 | yytranslate [] |
static const yytype_int16 | yypact [] |
static const yytype_int16 | yydefact [] |
static const yytype_int16 | yypgoto [] |
static const yytype_int16 | yydefgoto [] |
static const yytype_int16 | yytable [] |
static const yytype_int16 | yycheck [] |
static const yytype_int16 | yystos [] |
static const yytype_int16 | yyr1 [] |
static const yytype_int8 | yyr2 [] |
int | yyansi_cchar |
int | yyansi_cnerrs |
#define PARSER ansi_c_parser |
Definition at line 92 of file ansi_c_y.tab.cpp.
#define TOK_ACSL_EXISTS 384 |
Definition at line 487 of file ansi_c_y.tab.cpp.
#define TOK_ACSL_FORALL 383 |
Definition at line 486 of file ansi_c_y.tab.cpp.
#define TOK_ACSL_LET 385 |
Definition at line 488 of file ansi_c_y.tab.cpp.
#define TOK_ALIGNAS 407 |
Definition at line 510 of file ansi_c_y.tab.cpp.
#define TOK_ALIGNOF 369 |
Definition at line 472 of file ansi_c_y.tab.cpp.
#define TOK_ANDAND 304 |
Definition at line 407 of file ansi_c_y.tab.cpp.
#define TOK_ANDASSIGN 314 |
Definition at line 417 of file ansi_c_y.tab.cpp.
#define TOK_ARRAY_OF 386 |
Definition at line 489 of file ansi_c_y.tab.cpp.
#define TOK_ARROW 295 |
Definition at line 398 of file ansi_c_y.tab.cpp.
#define TOK_ARROWPM 445 |
Definition at line 548 of file ansi_c_y.tab.cpp.
#define TOK_ASM_STRING 323 |
Definition at line 426 of file ansi_c_y.tab.cpp.
#define TOK_ATOMIC_TYPE_QUALIFIER 408 |
Definition at line 511 of file ansi_c_y.tab.cpp.
#define TOK_ATOMIC_TYPE_SPECIFIER 409 |
Definition at line 512 of file ansi_c_y.tab.cpp.
#define TOK_AUTO 258 |
Definition at line 361 of file ansi_c_y.tab.cpp.
#define TOK_BINARY_TYPE_PREDICATE 447 |
Definition at line 550 of file ansi_c_y.tab.cpp.
#define TOK_BOOL 259 |
Definition at line 362 of file ansi_c_y.tab.cpp.
#define TOK_BREAK 261 |
Definition at line 364 of file ansi_c_y.tab.cpp.
#define TOK_BUILTIN_VA_ARG 365 |
Definition at line 468 of file ansi_c_y.tab.cpp.
#define TOK_CASE 262 |
Definition at line 365 of file ansi_c_y.tab.cpp.
#define TOK_CATCH 419 |
Definition at line 522 of file ansi_c_y.tab.cpp.
#define TOK_CDECL 377 |
Definition at line 480 of file ansi_c_y.tab.cpp.
#define TOK_CHAR 263 |
Definition at line 366 of file ansi_c_y.tab.cpp.
#define TOK_CHAR16_T 420 |
Definition at line 523 of file ansi_c_y.tab.cpp.
#define TOK_CHAR32_T 421 |
Definition at line 524 of file ansi_c_y.tab.cpp.
#define TOK_CHARACTER 321 |
Definition at line 424 of file ansi_c_y.tab.cpp.
#define TOK_CLANG_BUILTIN_CONVERTVECTOR 367 |
Definition at line 470 of file ansi_c_y.tab.cpp.
#define TOK_CLASS 422 |
Definition at line 525 of file ansi_c_y.tab.cpp.
#define TOK_CLRCALL 380 |
Definition at line 483 of file ansi_c_y.tab.cpp.
#define TOK_COMPLEX 260 |
Definition at line 363 of file ansi_c_y.tab.cpp.
#define TOK_CONST 264 |
Definition at line 367 of file ansi_c_y.tab.cpp.
#define TOK_CONSTEXPR 416 |
Definition at line 519 of file ansi_c_y.tab.cpp.
#define TOK_CONTINUE 265 |
Definition at line 368 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_ATOMIC 390 |
Definition at line 493 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_BITVECTOR 387 |
Definition at line 490 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_BOOL 391 |
Definition at line 494 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_CATCH 393 |
Definition at line 496 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_ENSURES 399 |
Definition at line 502 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_FINALLY 395 |
Definition at line 498 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_FIXEDBV 389 |
Definition at line 492 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_FLOATBV 388 |
Definition at line 491 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_ID 396 |
Definition at line 499 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_LOOP_INVARIANT 397 |
Definition at line 500 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_REQUIRES 398 |
Definition at line 501 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_THROW 392 |
Definition at line 495 of file ansi_c_y.tab.cpp.
#define TOK_CPROVER_TRY 394 |
Definition at line 497 of file ansi_c_y.tab.cpp.
#define TOK_CW_VAR_ARG_TYPEOF 364 |
Definition at line 467 of file ansi_c_y.tab.cpp.
#define TOK_DECLTYPE 424 |
Definition at line 527 of file ansi_c_y.tab.cpp.
#define TOK_DECR 297 |
Definition at line 400 of file ansi_c_y.tab.cpp.
#define TOK_DEFAULT 266 |
Definition at line 369 of file ansi_c_y.tab.cpp.
#define TOK_DELETE 423 |
Definition at line 526 of file ansi_c_y.tab.cpp.
#define TOK_DIVASSIGN 308 |
Definition at line 411 of file ansi_c_y.tab.cpp.
#define TOK_DO 267 |
Definition at line 370 of file ansi_c_y.tab.cpp.
#define TOK_DOTPM 444 |
Definition at line 547 of file ansi_c_y.tab.cpp.
#define TOK_DOUBLE 268 |
Definition at line 371 of file ansi_c_y.tab.cpp.
#define TOK_ELLIPSIS 306 |
Definition at line 409 of file ansi_c_y.tab.cpp.
#define TOK_ELSE 269 |
Definition at line 372 of file ansi_c_y.tab.cpp.
#define TOK_ENUM 270 |
Definition at line 373 of file ansi_c_y.tab.cpp.
#define TOK_EQ 302 |
Definition at line 405 of file ansi_c_y.tab.cpp.
#define TOK_EQUIVALENT 401 |
Definition at line 504 of file ansi_c_y.tab.cpp.
#define TOK_EXISTS 382 |
Definition at line 485 of file ansi_c_y.tab.cpp.
#define TOK_EXPLICIT 425 |
Definition at line 528 of file ansi_c_y.tab.cpp.
#define TOK_EXTERN 271 |
Definition at line 374 of file ansi_c_y.tab.cpp.
#define TOK_FALSE 404 |
Definition at line 507 of file ansi_c_y.tab.cpp.
#define TOK_FASTCALL 379 |
Definition at line 482 of file ansi_c_y.tab.cpp.
#define TOK_FLOAT 272 |
Definition at line 375 of file ansi_c_y.tab.cpp.
#define TOK_FLOATING 320 |
Definition at line 423 of file ansi_c_y.tab.cpp.
#define TOK_FOR 273 |
Definition at line 376 of file ansi_c_y.tab.cpp.
#define TOK_FORALL 381 |
Definition at line 484 of file ansi_c_y.tab.cpp.
#define TOK_FRIEND 426 |
Definition at line 529 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ASM 344 |
Definition at line 447 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ASM_PAREN 345 |
Definition at line 448 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE 346 |
Definition at line 449 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_ALIAS 354 |
Definition at line 457 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_ALIGNED 347 |
Definition at line 450 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_CONSTRUCTOR 357 |
Definition at line 460 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_DESTRUCTOR 358 |
Definition at line 461 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_FALLTHROUGH 359 |
Definition at line 462 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_GNU_INLINE 352 |
Definition at line 455 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_MODE 351 |
Definition at line 454 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_NORETURN 356 |
Definition at line 459 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_PACKED 349 |
Definition at line 452 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_SECTION 355 |
Definition at line 458 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_TRANSPARENT_UNION 348 |
Definition at line 451 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_USED 360 |
Definition at line 463 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_VECTOR_SIZE 350 |
Definition at line 453 of file ansi_c_y.tab.cpp.
#define TOK_GCC_ATTRIBUTE_WEAK 353 |
Definition at line 456 of file ansi_c_y.tab.cpp.
#define TOK_GCC_AUTO_TYPE 331 |
Definition at line 434 of file ansi_c_y.tab.cpp.
#define TOK_GCC_BUILTIN_TYPES_COMPATIBLE_P 366 |
Definition at line 469 of file ansi_c_y.tab.cpp.
#define TOK_GCC_DECIMAL128 343 |
Definition at line 446 of file ansi_c_y.tab.cpp.
#define TOK_GCC_DECIMAL32 341 |
Definition at line 444 of file ansi_c_y.tab.cpp.
#define TOK_GCC_DECIMAL64 342 |
Definition at line 445 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT128 338 |
Definition at line 441 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT128X 339 |
Definition at line 442 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT16 332 |
Definition at line 435 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT32 333 |
Definition at line 436 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT32X 334 |
Definition at line 437 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT64 336 |
Definition at line 439 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT64X 337 |
Definition at line 440 of file ansi_c_y.tab.cpp.
#define TOK_GCC_FLOAT80 335 |
Definition at line 438 of file ansi_c_y.tab.cpp.
#define TOK_GCC_INT128 340 |
Definition at line 443 of file ansi_c_y.tab.cpp.
#define TOK_GCC_LABEL 361 |
Definition at line 464 of file ansi_c_y.tab.cpp.
#define TOK_GE 301 |
Definition at line 404 of file ansi_c_y.tab.cpp.
#define TOK_GENERIC 410 |
Definition at line 513 of file ansi_c_y.tab.cpp.
#define TOK_GOTO 274 |
Definition at line 377 of file ansi_c_y.tab.cpp.
#define TOK_IDENTIFIER 317 |
Definition at line 420 of file ansi_c_y.tab.cpp.
#define TOK_IF 275 |
Definition at line 378 of file ansi_c_y.tab.cpp.
#define TOK_IMAG 406 |
Definition at line 509 of file ansi_c_y.tab.cpp.
#define TOK_IMAGINARY 411 |
Definition at line 514 of file ansi_c_y.tab.cpp.
#define TOK_IMPLIES 400 |
Definition at line 503 of file ansi_c_y.tab.cpp.
#define TOK_INCR 296 |
Definition at line 399 of file ansi_c_y.tab.cpp.
#define TOK_INLINE 276 |
Definition at line 379 of file ansi_c_y.tab.cpp.
#define TOK_INT 277 |
Definition at line 380 of file ansi_c_y.tab.cpp.
#define TOK_INT16 325 |
Definition at line 428 of file ansi_c_y.tab.cpp.
#define TOK_INT32 326 |
Definition at line 429 of file ansi_c_y.tab.cpp.
#define TOK_INT64 327 |
Definition at line 430 of file ansi_c_y.tab.cpp.
#define TOK_INT8 324 |
Definition at line 427 of file ansi_c_y.tab.cpp.
#define TOK_INTEGER 319 |
Definition at line 422 of file ansi_c_y.tab.cpp.
#define TOK_INTERFACE 376 |
Definition at line 479 of file ansi_c_y.tab.cpp.
#define TOK_LE 300 |
Definition at line 403 of file ansi_c_y.tab.cpp.
#define TOK_LONG 278 |
Definition at line 381 of file ansi_c_y.tab.cpp.
#define TOK_MINUSASSIGN 311 |
Definition at line 414 of file ansi_c_y.tab.cpp.
#define TOK_MODASSIGN 309 |
Definition at line 412 of file ansi_c_y.tab.cpp.
#define TOK_MSC_ASM 362 |
Definition at line 465 of file ansi_c_y.tab.cpp.
#define TOK_MSC_BASED 363 |
Definition at line 466 of file ansi_c_y.tab.cpp.
#define TOK_MSC_DECLSPEC 374 |
Definition at line 477 of file ansi_c_y.tab.cpp.
#define TOK_MSC_EXCEPT 372 |
Definition at line 475 of file ansi_c_y.tab.cpp.
#define TOK_MSC_FINALLY 371 |
Definition at line 474 of file ansi_c_y.tab.cpp.
#define TOK_MSC_FORCEINLINE 375 |
Definition at line 478 of file ansi_c_y.tab.cpp.
#define TOK_MSC_IF_EXISTS 449 |
Definition at line 552 of file ansi_c_y.tab.cpp.
#define TOK_MSC_IF_NOT_EXISTS 450 |
Definition at line 553 of file ansi_c_y.tab.cpp.
#define TOK_MSC_LEAVE 373 |
Definition at line 476 of file ansi_c_y.tab.cpp.
#define TOK_MSC_TRY 370 |
Definition at line 473 of file ansi_c_y.tab.cpp.
#define TOK_MSC_UUIDOF 448 |
Definition at line 551 of file ansi_c_y.tab.cpp.
#define TOK_MULTASSIGN 307 |
Definition at line 410 of file ansi_c_y.tab.cpp.
#define TOK_MUTABLE 427 |
Definition at line 530 of file ansi_c_y.tab.cpp.
#define TOK_NAMESPACE 428 |
Definition at line 531 of file ansi_c_y.tab.cpp.
#define TOK_NE 303 |
Definition at line 406 of file ansi_c_y.tab.cpp.
#define TOK_NEW 429 |
Definition at line 532 of file ansi_c_y.tab.cpp.
#define TOK_NOEXCEPT 430 |
Definition at line 533 of file ansi_c_y.tab.cpp.
#define TOK_NORETURN 412 |
Definition at line 515 of file ansi_c_y.tab.cpp.
#define TOK_NULLPTR 415 |
Definition at line 518 of file ansi_c_y.tab.cpp.
#define TOK_OFFSETOF 368 |
Definition at line 471 of file ansi_c_y.tab.cpp.
#define TOK_OPERATOR 431 |
Definition at line 534 of file ansi_c_y.tab.cpp.
#define TOK_ORASSIGN 316 |
Definition at line 419 of file ansi_c_y.tab.cpp.
#define TOK_OROR 305 |
Definition at line 408 of file ansi_c_y.tab.cpp.
#define TOK_PLUSASSIGN 310 |
Definition at line 413 of file ansi_c_y.tab.cpp.
#define TOK_PRIVATE 432 |
Definition at line 535 of file ansi_c_y.tab.cpp.
#define TOK_PROTECTED 433 |
Definition at line 536 of file ansi_c_y.tab.cpp.
#define TOK_PTR32 328 |
Definition at line 431 of file ansi_c_y.tab.cpp.
#define TOK_PTR64 329 |
Definition at line 432 of file ansi_c_y.tab.cpp.
#define TOK_PUBLIC 434 |
Definition at line 537 of file ansi_c_y.tab.cpp.
#define TOK_REAL 405 |
Definition at line 508 of file ansi_c_y.tab.cpp.
#define TOK_REGISTER 279 |
Definition at line 382 of file ansi_c_y.tab.cpp.
#define TOK_RESTRICT 280 |
Definition at line 383 of file ansi_c_y.tab.cpp.
#define TOK_RETURN 281 |
Definition at line 384 of file ansi_c_y.tab.cpp.
#define TOK_SCANNER_EOF 418 |
Definition at line 521 of file ansi_c_y.tab.cpp.
#define TOK_SCANNER_ERROR 417 |
Definition at line 520 of file ansi_c_y.tab.cpp.
#define TOK_SCOPE 443 |
Definition at line 546 of file ansi_c_y.tab.cpp.
#define TOK_SHIFTLEFT 298 |
Definition at line 401 of file ansi_c_y.tab.cpp.
#define TOK_SHIFTRIGHT 299 |
Definition at line 402 of file ansi_c_y.tab.cpp.
#define TOK_SHLASSIGN 312 |
Definition at line 415 of file ansi_c_y.tab.cpp.
#define TOK_SHORT 282 |
Definition at line 385 of file ansi_c_y.tab.cpp.
#define TOK_SHRASSIGN 313 |
Definition at line 416 of file ansi_c_y.tab.cpp.
#define TOK_SIGNED 283 |
Definition at line 386 of file ansi_c_y.tab.cpp.
#define TOK_SIZEOF 284 |
Definition at line 387 of file ansi_c_y.tab.cpp.
#define TOK_STATIC 285 |
Definition at line 388 of file ansi_c_y.tab.cpp.
#define TOK_STATIC_ASSERT 413 |
Definition at line 516 of file ansi_c_y.tab.cpp.
#define TOK_STDCALL 378 |
Definition at line 481 of file ansi_c_y.tab.cpp.
#define TOK_STRING 322 |
Definition at line 425 of file ansi_c_y.tab.cpp.
#define TOK_STRUCT 286 |
Definition at line 389 of file ansi_c_y.tab.cpp.
#define TOK_SWITCH 287 |
Definition at line 390 of file ansi_c_y.tab.cpp.
#define TOK_TEMPLATE 435 |
Definition at line 538 of file ansi_c_y.tab.cpp.
#define TOK_THIS 436 |
Definition at line 539 of file ansi_c_y.tab.cpp.
#define TOK_THREAD_LOCAL 414 |
Definition at line 517 of file ansi_c_y.tab.cpp.
#define TOK_THROW 437 |
Definition at line 540 of file ansi_c_y.tab.cpp.
#define TOK_TRUE 403 |
Definition at line 506 of file ansi_c_y.tab.cpp.
#define TOK_TRY 440 |
Definition at line 543 of file ansi_c_y.tab.cpp.
#define TOK_TYPEDEF 288 |
Definition at line 391 of file ansi_c_y.tab.cpp.
#define TOK_TYPEDEFNAME 318 |
Definition at line 421 of file ansi_c_y.tab.cpp.
#define TOK_TYPEID 438 |
Definition at line 541 of file ansi_c_y.tab.cpp.
#define TOK_TYPENAME 439 |
Definition at line 542 of file ansi_c_y.tab.cpp.
#define TOK_TYPEOF 330 |
Definition at line 433 of file ansi_c_y.tab.cpp.
#define TOK_UNARY_TYPE_PREDICATE 446 |
Definition at line 549 of file ansi_c_y.tab.cpp.
#define TOK_UNDERLYING_TYPE 451 |
Definition at line 554 of file ansi_c_y.tab.cpp.
#define TOK_UNION 289 |
Definition at line 392 of file ansi_c_y.tab.cpp.
#define TOK_UNSIGNED 290 |
Definition at line 393 of file ansi_c_y.tab.cpp.
#define TOK_USING 441 |
Definition at line 544 of file ansi_c_y.tab.cpp.
#define TOK_VIRTUAL 442 |
Definition at line 545 of file ansi_c_y.tab.cpp.
#define TOK_VOID 291 |
Definition at line 394 of file ansi_c_y.tab.cpp.
#define TOK_VOLATILE 292 |
Definition at line 395 of file ansi_c_y.tab.cpp.
#define TOK_WCHAR_T 293 |
Definition at line 396 of file ansi_c_y.tab.cpp.
#define TOK_WHILE 294 |
Definition at line 397 of file ansi_c_y.tab.cpp.
#define TOK_XORASSIGN 315 |
Definition at line 418 of file ansi_c_y.tab.cpp.
#define TOK_XORXOR 402 |
Definition at line 505 of file ansi_c_y.tab.cpp.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 682 of file ansi_c_y.tab.cpp.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 741 of file ansi_c_y.tab.cpp.
#define YY_ATTRIBUTE_PURE |
Definition at line 690 of file ansi_c_y.tab.cpp.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 698 of file ansi_c_y.tab.cpp.
#define YY_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 123 of file ansi_c_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 721 of file ansi_c_y.tab.cpp.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 722 of file ansi_c_y.tab.cpp.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 736 of file ansi_c_y.tab.cpp.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 737 of file ansi_c_y.tab.cpp.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 718 of file ansi_c_y.tab.cpp.
#define YY_NULLPTR ((void*)0) |
Definition at line 135 of file ansi_c_y.tab.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 3267 of file ansi_c_y.tab.cpp.
#define YY_REINTERPRET_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 124 of file ansi_c_y.tab.cpp.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 3266 of file ansi_c_y.tab.cpp.
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 3265 of file ansi_c_y.tab.cpp.
#define YY_YYANSI_C_ANSI_C_Y_TAB_HPP_INCLUDED |
Definition at line 150 of file ansi_c_y.tab.cpp.
#define YYABORT goto yyabortlab |
Definition at line 3110 of file ansi_c_y.tab.cpp.
#define YYACCEPT goto yyacceptlab |
Definition at line 3109 of file ansi_c_y.tab.cpp.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 3116 of file ansi_c_y.tab.cpp.
#define YYBISON 1 |
Definition at line 48 of file ansi_c_y.tab.cpp.
#define YYBISON_VERSION "3.5" |
Definition at line 51 of file ansi_c_y.tab.cpp.
#define yychar yyansi_cchar |
Definition at line 73 of file ansi_c_y.tab.cpp.
Definition at line 3105 of file ansi_c_y.tab.cpp.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 859 of file ansi_c_y.tab.cpp.
#define YYCOPY_NEEDED 1 |
Definition at line 831 of file ansi_c_y.tab.cpp.
#define yydebug yyansi_cdebug |
Definition at line 70 of file ansi_c_y.tab.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 3264 of file ansi_c_y.tab.cpp.
#define YYEMPTY (-2) |
Definition at line 3106 of file ansi_c_y.tab.cpp.
#define YYEOF 0 |
Definition at line 3107 of file ansi_c_y.tab.cpp.
#define YYERRCODE 256 |
Definition at line 3135 of file ansi_c_y.tab.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 3104 of file ansi_c_y.tab.cpp.
#define yyerror yyansi_cerror |
Definition at line 69 of file ansi_c_y.tab.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 3111 of file ansi_c_y.tab.cpp.
#define YYERROR_VERBOSE 0 |
Definition at line 144 of file ansi_c_y.tab.cpp.
#define YYFINAL 149 |
Definition at line 872 of file ansi_c_y.tab.cpp.
#define YYFREE free |
Definition at line 802 of file ansi_c_y.tab.cpp.
#define YYINITDEPTH 200 |
Definition at line 3273 of file ansi_c_y.tab.cpp.
#define YYLAST 6818 |
Definition at line 874 of file ansi_c_y.tab.cpp.
#define yylex yyansi_clex |
Definition at line 68 of file ansi_c_y.tab.cpp.
#define yylval yyansi_clval |
Definition at line 72 of file ansi_c_y.tab.cpp.
#define YYMALLOC malloc |
Definition at line 796 of file ansi_c_y.tab.cpp.
#define YYMAXDEPTH 25600 |
Definition at line 107 of file ansi_c_y.tab.cpp.
#define YYMAXUTOK 451 |
Definition at line 886 of file ansi_c_y.tab.cpp.
#define yynerrs yyansi_cnerrs |
Definition at line 71 of file ansi_c_y.tab.cpp.
#define YYNNTS 208 |
Definition at line 879 of file ansi_c_y.tab.cpp.
#define YYNRULES 614 |
Definition at line 881 of file ansi_c_y.tab.cpp.
#define YYNSTATES 1109 |
Definition at line 883 of file ansi_c_y.tab.cpp.
#define YYNTOKENS 221 |
Definition at line 877 of file ansi_c_y.tab.cpp.
#define YYPACT_NINF (-955) |
Definition at line 1180 of file ansi_c_y.tab.cpp.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 1182 of file ansi_c_y.tab.cpp.
#define yyparse yyansi_cparse |
Definition at line 67 of file ansi_c_y.tab.cpp.
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 643 of file ansi_c_y.tab.cpp.
#define YYPTRDIFF_T long |
Definition at line 642 of file ansi_c_y.tab.cpp.
#define YYPULL 1 |
Definition at line 63 of file ansi_c_y.tab.cpp.
#define YYPURE 0 |
Definition at line 57 of file ansi_c_y.tab.cpp.
#define YYPUSH 0 |
Definition at line 60 of file ansi_c_y.tab.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 3114 of file ansi_c_y.tab.cpp.
#define YYSIZE_MAXIMUM |
Definition at line 660 of file ansi_c_y.tab.cpp.
#define YYSIZE_T unsigned |
Definition at line 656 of file ansi_c_y.tab.cpp.
#define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 666 of file ansi_c_y.tab.cpp.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 54 of file ansi_c_y.tab.cpp.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 782 of file ansi_c_y.tab.cpp.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 785 of file ansi_c_y.tab.cpp.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 827 of file ansi_c_y.tab.cpp.
#define YYSTACK_FREE YYFREE |
Definition at line 783 of file ansi_c_y.tab.cpp.
Definition at line 823 of file ansi_c_y.tab.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 838 of file ansi_c_y.tab.cpp.
#define YYTABLE_NINF (-584) |
Definition at line 1185 of file ansi_c_y.tab.cpp.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 1187 of file ansi_c_y.tab.cpp.
#define YYTERROR 1 |
Definition at line 3134 of file ansi_c_y.tab.cpp.
#define YYTRANSLATE | ( | YYX | ) | (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 891 of file ansi_c_y.tab.cpp.
#define YYUNDEFTOK 2 |
Definition at line 885 of file ansi_c_y.tab.cpp.
#define YYUSE | ( | E | ) | ((void) (E)) |
Definition at line 704 of file ansi_c_y.tab.cpp.
typedef int yy_state_fast_t |
Definition at line 672 of file ansi_c_y.tab.cpp.
typedef yytype_int16 yy_state_t |
Definition at line 669 of file ansi_c_y.tab.cpp.
typedef short yytype_int16 |
Definition at line 606 of file ansi_c_y.tab.cpp.
typedef signed char yytype_int8 |
Definition at line 598 of file ansi_c_y.tab.cpp.
typedef unsigned short yytype_uint16 |
Definition at line 626 of file ansi_c_y.tab.cpp.
typedef unsigned char yytype_uint8 |
Definition at line 615 of file ansi_c_y.tab.cpp.
void free | ( | void * | ) |
void* malloc | ( | unsigned | ) |
int yyansi_clex | ( | ) |
The main scanner function which does all the work.
Definition at line 4611 of file ansi_c_lex.yy.cpp.
int yyansi_cparse | ( | void | ) |
Definition at line 3554 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 3525 of file ansi_c_y.tab.cpp.
int yyansi_cchar |
Definition at line 3541 of file ansi_c_y.tab.cpp.
unsigned yyansi_clval |
Definition at line 3544 of file ansi_c_y.tab.cpp.
int yyansi_cnerrs |
Definition at line 3546 of file ansi_c_y.tab.cpp.
char* yyansi_ctext |
Definition at line 4214 of file ansi_c_lex.yy.cpp.
|
static |
Definition at line 2166 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 1310 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 1452 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 1192 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 1426 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 2970 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 3037 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 2854 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 1480 of file ansi_c_y.tab.cpp.
|
static |
Definition at line 896 of file ansi_c_y.tab.cpp.