/* ** Inserted at beginning of c files generated by bison ** REMEMBER: Change bison.reset too. */ /*@-allmacros@*/ /*@+boolint@*/ /*@+charint@*/ /*@-macroparams@*/ /*@-macroundef@*/ /*@-unreachable@*/ /*@-macrospec@*/ /*@-varuse@*/ /*@+ignorequals@*/ /*@-macrostmt@*/ /*@-noeffect@*/ /*@-shadow@*/ /*@-exitarg@*/ /*@-macroredef@*/ /*@-uniondef@*/ /*@-compdef@*/ /*@-matchfields@*/ /*@-exportlocal@*/ /*@-evalorderuncon@*/ /*@-exportheader@*/ /*@-typeuse@*/ /*@-redecl@*/ /*@-redef@*/ /*@-noparams@*/ /*@-ansireserved@*/ /*@-fielduse@*/ /*@-ifblock@*/ /*@-elseifcomplete@*/ /*@-whileblock@*/ /*@-forblock@*/ /*@-branchstate@*/ /*@-readonlytrans@*/ /*@-namechecks@*/ /*@-usedef@*/ /*@-systemunrecog@*/ /*@-dependenttrans@*/ /*@-unqualifiedtrans@*/ /*@-nullassign@*/ /*@-nullpass@*/ /*@-nullptrarith*/ /*@-usereleased@*/ /*@-declundef@*/ /*drl added 11/27/2001*/ /*@-bounds@*/ /*drl added 12/11/2002*/ /*@-type@*/ /*@-enummemuse@*/ /* < end of bison.head > */ /* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.3" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 0 /* Using locations. */ #define YYLSP_NEEDED 0 /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { BADTOK = 258, SKIPTOK = 259, CTOK_ELIPSIS = 260, CASE = 261, DEFAULT = 262, CIF = 263, CELSE = 264, SWITCH = 265, WHILE = 266, DO = 267, CFOR = 268, GOTO = 269, CONTINUE = 270, BREAK = 271, RETURN = 272, TSEMI = 273, TLBRACE = 274, TRBRACE = 275, TCOMMA = 276, TCOLON = 277, TASSIGN = 278, TLPAREN = 279, TRPAREN = 280, TLSQBR = 281, TRSQBR = 282, TDOT = 283, TAMPERSAND = 284, TEXCL = 285, TTILDE = 286, TMINUS = 287, TPLUS = 288, TMULT = 289, TDIV = 290, TPERCENT = 291, TLT = 292, TGT = 293, TCIRC = 294, TBAR = 295, TQUEST = 296, CSIZEOF = 297, CALIGNOF = 298, CTYPEOF = 299, ARROW_OP = 300, CTYPEDEF = 301, COFFSETOF = 302, INC_OP = 303, DEC_OP = 304, LEFT_OP = 305, RIGHT_OP = 306, LE_OP = 307, GE_OP = 308, EQ_OP = 309, NE_OP = 310, AND_OP = 311, OR_OP = 312, MUL_ASSIGN = 313, DIV_ASSIGN = 314, MOD_ASSIGN = 315, ADD_ASSIGN = 316, SUB_ASSIGN = 317, LEFT_ASSIGN = 318, RIGHT_ASSIGN = 319, AND_ASSIGN = 320, XOR_ASSIGN = 321, OR_ASSIGN = 322, CSTRUCT = 323, CUNION = 324, CENUM = 325, VA_ARG = 326, VA_DCL = 327, QWARN = 328, QGLOBALS = 329, QMODIFIES = 330, QNOMODS = 331, QCONSTANT = 332, QFUNCTION = 333, QITER = 334, QDEFINES = 335, QUSES = 336, QALLOCATES = 337, QSETS = 338, QRELEASES = 339, QPRECLAUSE = 340, QPOSTCLAUSE = 341, QINVARIANT = 342, QALT = 343, QUNDEF = 344, QKILLED = 345, QENDMACRO = 346, LLMACRO = 347, LLMACROITER = 348, LLMACROEND = 349, TENDMACRO = 350, QDREVEALSTATE = 351, QSWITCHBREAK = 352, QLOOPBREAK = 353, QINNERBREAK = 354, QSAFEBREAK = 355, QINNERCONTINUE = 356, QFALLTHROUGH = 357, QLINTNOTREACHED = 358, QLINTFALLTHROUGH = 359, QLINTFALLTHRU = 360, QARGSUSED = 361, QPRINTFLIKE = 362, QLINTPRINTFLIKE = 363, QSCANFLIKE = 364, QMESSAGELIKE = 365, QNOTREACHED = 366, QCONST = 367, QRESTRICT = 368, QVOLATILE = 369, QINLINE = 370, QEXTENSION = 371, QEXTERN = 372, QSTATIC = 373, QAUTO = 374, QREGISTER = 375, QOUT = 376, QIN = 377, QYIELD = 378, QONLY = 379, QTEMP = 380, QSHARED = 381, QREF = 382, QUNIQUE = 383, QCHECKED = 384, QUNCHECKED = 385, QCHECKEDSTRICT = 386, QCHECKMOD = 387, QKEEP = 388, QKEPT = 389, QPARTIAL = 390, QSPECIAL = 391, QOWNED = 392, QDEPENDENT = 393, QRETURNED = 394, QEXPOSED = 395, QNULL = 396, QOBSERVER = 397, QISNULL = 398, QEXITS = 399, QMAYEXIT = 400, QNEVEREXIT = 401, QTRUEEXIT = 402, QFALSEEXIT = 403, QLONG = 404, QSIGNED = 405, QUNSIGNED = 406, QSHORT = 407, QUNUSED = 408, QSEF = 409, QNOTNULL = 410, QRELNULL = 411, QABSTRACT = 412, QNUMABSTRACT = 413, QCONCRETE = 414, QMUTABLE = 415, QIMMUTABLE = 416, QTRUENULL = 417, QFALSENULL = 418, QEXTERNAL = 419, QREFCOUNTED = 420, QREFS = 421, QNEWREF = 422, QTEMPREF = 423, QKILLREF = 424, QRELDEF = 425, CGCHAR = 426, CBOOL = 427, CINT = 428, CGFLOAT = 429, CDOUBLE = 430, CVOID = 431, QANYTYPE = 432, QINTEGRALTYPE = 433, QUNSIGNEDINTEGRALTYPE = 434, QSIGNEDINTEGRALTYPE = 435, QNULLTERMINATED = 436, QSETBUFFERSIZE = 437, QSETSTRINGLENGTH = 438, QMAXSET = 439, QMAXREAD = 440, QTESTINRANGE = 441, TCAND = 442, IDENTIFIER = 443, NEW_IDENTIFIER = 444, TYPE_NAME_OR_ID = 445, CANNOTATION = 446, CCONSTANT = 447, ITER_NAME = 448, ITER_ENDNAME = 449, TYPE_NAME = 450, METASTATE_NAME = 451 }; #endif /* Tokens. */ #define BADTOK 258 #define SKIPTOK 259 #define CTOK_ELIPSIS 260 #define CASE 261 #define DEFAULT 262 #define CIF 263 #define CELSE 264 #define SWITCH 265 #define WHILE 266 #define DO 267 #define CFOR 268 #define GOTO 269 #define CONTINUE 270 #define BREAK 271 #define RETURN 272 #define TSEMI 273 #define TLBRACE 274 #define TRBRACE 275 #define TCOMMA 276 #define TCOLON 277 #define TASSIGN 278 #define TLPAREN 279 #define TRPAREN 280 #define TLSQBR 281 #define TRSQBR 282 #define TDOT 283 #define TAMPERSAND 284 #define TEXCL 285 #define TTILDE 286 #define TMINUS 287 #define TPLUS 288 #define TMULT 289 #define TDIV 290 #define TPERCENT 291 #define TLT 292 #define TGT 293 #define TCIRC 294 #define TBAR 295 #define TQUEST 296 #define CSIZEOF 297 #define CALIGNOF 298 #define CTYPEOF 299 #define ARROW_OP 300 #define CTYPEDEF 301 #define COFFSETOF 302 #define INC_OP 303 #define DEC_OP 304 #define LEFT_OP 305 #define RIGHT_OP 306 #define LE_OP 307 #define GE_OP 308 #define EQ_OP 309 #define NE_OP 310 #define AND_OP 311 #define OR_OP 312 #define MUL_ASSIGN 313 #define DIV_ASSIGN 314 #define MOD_ASSIGN 315 #define ADD_ASSIGN 316 #define SUB_ASSIGN 317 #define LEFT_ASSIGN 318 #define RIGHT_ASSIGN 319 #define AND_ASSIGN 320 #define XOR_ASSIGN 321 #define OR_ASSIGN 322 #define CSTRUCT 323 #define CUNION 324 #define CENUM 325 #define VA_ARG 326 #define VA_DCL 327 #define QWARN 328 #define QGLOBALS 329 #define QMODIFIES 330 #define QNOMODS 331 #define QCONSTANT 332 #define QFUNCTION 333 #define QITER 334 #define QDEFINES 335 #define QUSES 336 #define QALLOCATES 337 #define QSETS 338 #define QRELEASES 339 #define QPRECLAUSE 340 #define QPOSTCLAUSE 341 #define QINVARIANT 342 #define QALT 343 #define QUNDEF 344 #define QKILLED 345 #define QENDMACRO 346 #define LLMACRO 347 #define LLMACROITER 348 #define LLMACROEND 349 #define TENDMACRO 350 #define QDREVEALSTATE 351 #define QSWITCHBREAK 352 #define QLOOPBREAK 353 #define QINNERBREAK 354 #define QSAFEBREAK 355 #define QINNERCONTINUE 356 #define QFALLTHROUGH 357 #define QLINTNOTREACHED 358 #define QLINTFALLTHROUGH 359 #define QLINTFALLTHRU 360 #define QARGSUSED 361 #define QPRINTFLIKE 362 #define QLINTPRINTFLIKE 363 #define QSCANFLIKE 364 #define QMESSAGELIKE 365 #define QNOTREACHED 366 #define QCONST 367 #define QRESTRICT 368 #define QVOLATILE 369 #define QINLINE 370 #define QEXTENSION 371 #define QEXTERN 372 #define QSTATIC 373 #define QAUTO 374 #define QREGISTER 375 #define QOUT 376 #define QIN 377 #define QYIELD 378 #define QONLY 379 #define QTEMP 380 #define QSHARED 381 #define QREF 382 #define QUNIQUE 383 #define QCHECKED 384 #define QUNCHECKED 385 #define QCHECKEDSTRICT 386 #define QCHECKMOD 387 #define QKEEP 388 #define QKEPT 389 #define QPARTIAL 390 #define QSPECIAL 391 #define QOWNED 392 #define QDEPENDENT 393 #define QRETURNED 394 #define QEXPOSED 395 #define QNULL 396 #define QOBSERVER 397 #define QISNULL 398 #define QEXITS 399 #define QMAYEXIT 400 #define QNEVEREXIT 401 #define QTRUEEXIT 402 #define QFALSEEXIT 403 #define QLONG 404 #define QSIGNED 405 #define QUNSIGNED 406 #define QSHORT 407 #define QUNUSED 408 #define QSEF 409 #define QNOTNULL 410 #define QRELNULL 411 #define QABSTRACT 412 #define QNUMABSTRACT 413 #define QCONCRETE 414 #define QMUTABLE 415 #define QIMMUTABLE 416 #define QTRUENULL 417 #define QFALSENULL 418 #define QEXTERNAL 419 #define QREFCOUNTED 420 #define QREFS 421 #define QNEWREF 422 #define QTEMPREF 423 #define QKILLREF 424 #define QRELDEF 425 #define CGCHAR 426 #define CBOOL 427 #define CINT 428 #define CGFLOAT 429 #define CDOUBLE 430 #define CVOID 431 #define QANYTYPE 432 #define QINTEGRALTYPE 433 #define QUNSIGNEDINTEGRALTYPE 434 #define QSIGNEDINTEGRALTYPE 435 #define QNULLTERMINATED 436 #define QSETBUFFERSIZE 437 #define QSETSTRINGLENGTH 438 #define QMAXSET 439 #define QMAXREAD 440 #define QTESTINRANGE 441 #define TCAND 442 #define IDENTIFIER 443 #define NEW_IDENTIFIER 444 #define TYPE_NAME_OR_ID 445 #define CANNOTATION 446 #define CCONSTANT 447 #define ITER_NAME 448 #define ITER_ENDNAME 449 #define TYPE_NAME 450 #define METASTATE_NAME 451 /* Copy the first part of user declarations. */ #line 24 "cgrammar.y" /* ** ** cgrammar.y ** ** Yacc/Bison grammar for extended ANSI C used by Splint. ** ** original grammar by Nate Osgood --- ** hacrat@catfish.lcs.mit.edu Mon Jun 14 13:06:32 1993 ** ** changes for Splint --- handle typedef names correctly ** fix struct/union parsing bug (empty struct is accepted) ** add productions to handle macros --- require ** error correction --- main source of conflicts in grammar. ** need to process initializations sequentially, L->R ** ** production names are cryptic, so more productions fit on one line ** ** conflicts: 87 shift/reduce, 18 reduce/reduce ** most of these are due to handling macros ** a few are due to handling type expressions */ /*@=allmacros@*/ extern int yylex (); extern void yyerror (char *); # include "splintMacros.nf" # include "basic.h" # include "cscanner.h" # include "cscannerHelp.h" # include "cgrammar.h" # include "exprChecks.h" /*@-allmacros@*/ /*@-matchfields@*/ # define SHOWCSYM FALSE /* ** This is necessary, or else when the bison-generated code #include's malloc.h, ** there will be a parse error. ** ** Unfortunately, it means the error checking on malloc, etc. is lost for allocations ** in bison-generated files under Win32. */ # ifdef WIN32 # undef malloc # undef calloc # undef realloc # endif /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 1 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif #if ! defined cgrammar_YYSTYPE && ! defined cgrammar_YYSTYPE_IS_DECLARED typedef union cgrammar_YYSTYPE #line 81 "cgrammar.y" { lltok tok; int count; qual typequal; qualList tquallist; ctype ctyp; /*@dependent@*/ sRef sr; /*@only@*/ sRef osr; /*@only@*/ functionClauseList funcclauselist; /*@only@*/ functionClause funcclause; /*@only@*/ flagSpec flagspec; /*@only@*/ globalsClause globsclause; /*@only@*/ modifiesClause modsclause; /*@only@*/ warnClause warnclause; /*@only@*/ stateClause stateclause; /*@only@*/ pointers pointers; /*@only@*/ functionConstraint fcnconstraint; /*@only@*/ metaStateConstraint msconstraint; /*@only@*/ metaStateSpecifier msspec; /*@only@*/ metaStateExpression msexpr; /*@observer@*/ metaStateInfo msinfo; /*@only@*/ sRefList srlist; /*@only@*/ globSet globset; /*@only@*/ qtype qtyp; /*@only@*/ cstring cname; /*@observer@*/ annotationInfo annotation; /*@only@*/ idDecl ntyp; /*@only@*/ idDeclList ntyplist; /*@only@*/ uentryList flist; /*@owned@*/ uentryList entrylist; /*@observer@*/ /*@dependent@*/ uentry entry; /*@only@*/ uentry oentry; /*@only@*/ exprNode expr; /*@only@*/ enumNameList enumnamelist; /*@only@*/ exprNodeList exprlist; /*@only@*/ sRefSet srset; /*@only@*/ cstringList cstringlist; /*drl added 1/19/2001 */ constraint con; constraintList conL; constraintExpr conE; /* drl */ } /* Line 187 of yacc.c. */ #line 594 "cgrammar.tab.c" cgrammar_YYSTYPE; # define yystype cgrammar_YYSTYPE /* obsolescent; will be withdrawn */ # define cgrammar_YYSTYPE_IS_DECLARED 1 # define cgrammar_YYSTYPE_IS_TRIVIAL 1 #endif /* Copy the second part of user declarations. */ /* Line 216 of yacc.c. */ #line 607 "cgrammar.tab.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int i) #else static int YYID (i) int i; #endif { return i; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef _STDLIB_H # define _STDLIB_H 1 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined _STDLIB_H \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef _STDLIB_H # define _STDLIB_H 1 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined cgrammar_YYSTYPE_IS_TRIVIAL && cgrammar_YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss; cgrammar_YYSTYPE yyvs; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (cgrammar_YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack, Stack, yysize); \ Stack = &yyptr->Stack; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif /* YYFINAL -- State number of the termination state. */ #define YYFINAL 262 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 6819 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 197 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 276 /* YYNRULES -- Number of rules. */ #define YYNRULES 719 /* YYNRULES -- Number of states. */ #define YYNSTATES 1264 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 451 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 4, 6, 8, 11, 14, 16, 18, 20, 22, 24, 26, 28, 37, 49, 50, 56, 58, 62, 64, 67, 69, 76, 80, 87, 88, 95, 96, 104, 106, 113, 117, 124, 125, 132, 133, 141, 142, 143, 154, 158, 162, 166, 169, 171, 175, 176, 181, 182, 187, 189, 193, 195, 197, 199, 203, 205, 209, 211, 213, 215, 217, 219, 221, 226, 232, 234, 236, 238, 240, 244, 249, 252, 256, 260, 264, 266, 268, 270, 271, 274, 275, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 305, 306, 311, 313, 316, 317, 321, 323, 327, 329, 331, 332, 335, 339, 342, 344, 348, 351, 352, 355, 357, 359, 361, 363, 365, 367, 369, 371, 373, 375, 377, 379, 381, 383, 385, 387, 391, 392, 396, 397, 398, 403, 406, 409, 411, 413, 415, 417, 421, 426, 429, 433, 437, 441, 443, 445, 447, 451, 453, 455, 459, 464, 467, 471, 475, 479, 480, 482, 484, 488, 490, 492, 494, 498, 500, 502, 503, 508, 510, 515, 519, 524, 531, 537, 543, 546, 549, 557, 559, 563, 565, 568, 571, 574, 577, 580, 583, 586, 589, 593, 595, 599, 604, 606, 616, 617, 621, 622, 623, 628, 631, 636, 639, 641, 646, 648, 652, 656, 660, 662, 666, 670, 672, 676, 680, 682, 686, 690, 694, 698, 700, 704, 708, 710, 714, 716, 720, 722, 726, 728, 729, 734, 736, 737, 742, 744, 745, 746, 753, 754, 755, 763, 765, 769, 773, 777, 781, 785, 789, 793, 797, 801, 805, 809, 811, 815, 816, 818, 820, 822, 824, 826, 830, 831, 841, 842, 854, 856, 858, 861, 862, 869, 870, 879, 884, 889, 890, 891, 894, 896, 901, 904, 906, 911, 912, 917, 919, 923, 928, 931, 934, 937, 939, 942, 946, 949, 951, 955, 957, 959, 961, 963, 965, 968, 969, 976, 979, 982, 983, 990, 991, 997, 999, 1001, 1003, 1005, 1007, 1009, 1011, 1013, 1015, 1017, 1019, 1021, 1023, 1025, 1027, 1029, 1031, 1033, 1035, 1037, 1039, 1041, 1043, 1045, 1047, 1049, 1051, 1053, 1055, 1057, 1059, 1061, 1063, 1065, 1067, 1069, 1071, 1073, 1075, 1077, 1079, 1081, 1083, 1085, 1087, 1089, 1091, 1093, 1095, 1097, 1099, 1101, 1103, 1106, 1109, 1112, 1115, 1118, 1121, 1124, 1127, 1130, 1133, 1136, 1139, 1142, 1145, 1148, 1151, 1154, 1157, 1160, 1163, 1166, 1169, 1172, 1175, 1178, 1181, 1185, 1187, 1192, 1194, 1198, 1201, 1204, 1207, 1208, 1210, 1211, 1212, 1213, 1226, 1227, 1228, 1240, 1247, 1254, 1255, 1256, 1267, 1268, 1269, 1280, 1286, 1292, 1297, 1302, 1303, 1305, 1307, 1310, 1316, 1320, 1323, 1328, 1330, 1334, 1339, 1346, 1347, 1356, 1361, 1363, 1367, 1370, 1372, 1377, 1379, 1381, 1384, 1387, 1389, 1392, 1394, 1397, 1399, 1401, 1403, 1405, 1408, 1410, 1413, 1416, 1420, 1422, 1426, 1428, 1432, 1434, 1436, 1440, 1441, 1444, 1445, 1450, 1455, 1457, 1459, 1462, 1464, 1466, 1469, 1470, 1472, 1478, 1481, 1485, 1489, 1494, 1498, 1503, 1508, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1539, 1541, 1543, 1545, 1548, 1551, 1559, 1566, 1569, 1570, 1571, 1582, 1583, 1590, 1592, 1594, 1596, 1598, 1601, 1603, 1605, 1607, 1609, 1611, 1613, 1615, 1619, 1621, 1622, 1626, 1629, 1632, 1634, 1636, 1638, 1640, 1642, 1644, 1646, 1648, 1650, 1652, 1656, 1658, 1660, 1662, 1665, 1668, 1669, 1672, 1673, 1678, 1679, 1686, 1687, 1691, 1692, 1698, 1702, 1705, 1709, 1710, 1711, 1712, 1713, 1714, 1716, 1719, 1722, 1726, 1729, 1733, 1737, 1742, 1745, 1748, 1752, 1756, 1761, 1763, 1766, 1768, 1771, 1773, 1777, 1779, 1784, 1786, 1789, 1791, 1794, 1796, 1799, 1801, 1806, 1809, 1810, 1816, 1817, 1824, 1829, 1834, 1835, 1836, 1847, 1849, 1850, 1855, 1857, 1859, 1861, 1863, 1865, 1868, 1870, 1874, 1876, 1881, 1885, 1890, 1897, 1903, 1909, 1912, 1915, 1917, 1920, 1923, 1926, 1929, 1932, 1935, 1938, 1941, 1943, 1945, 1950, 1952, 1956, 1960, 1964, 1966, 1970, 1974, 1976, 1980, 1984, 1986, 1990, 1994, 1998, 2002, 2004, 2008, 2012, 2014, 2018, 2020, 2024, 2026, 2030, 2032, 2036, 2038, 2042, 2044, 2045, 2046, 2053, 2054, 2055, 2063, 2065, 2069, 2073, 2077, 2081, 2085, 2089, 2093, 2097, 2101, 2105, 2109, 2111, 2112, 2114, 2117, 2125, 2128, 2131, 2139, 2146, 2149, 2153, 2156, 2160, 2163, 2167, 2171, 2175, 2179, 2182, 2186, 2187, 2189, 2190, 2192, 2194, 2196, 2198, 2200, 2202, 2204, 2206, 2208, 2213 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 198, 0, -1, -1, 199, -1, 200, -1, 199, 200, -1, 261, 468, -1, 201, -1, 202, -1, 212, -1, 215, -1, 303, -1, 18, -1, 1, -1, 77, 347, 361, 371, 361, 468, 312, 91, -1, 77, 347, 361, 371, 361, 23, 312, 319, 318, 468, 91, -1, -1, 78, 203, 204, 468, 91, -1, 205, -1, 347, 361, 205, -1, 209, -1, 375, 209, -1, 471, -1, 312, 24, 361, 371, 312, 25, -1, 206, 26, 27, -1, 206, 26, 312, 302, 27, 361, -1, -1, 206, 313, 24, 25, 207, 233, -1, -1, 206, 313, 24, 372, 25, 208, 233, -1, 471, -1, 312, 24, 361, 205, 312, 25, -1, 209, 26, 27, -1, 209, 26, 312, 302, 27, 361, -1, -1, 209, 313, 24, 25, 210, 234, -1, -1, 209, 313, 24, 372, 25, 211, 234, -1, -1, -1, 79, 471, 24, 372, 25, 213, 234, 214, 468, 91, -1, 92, 403, 95, -1, 93, 389, 95, -1, 94, 390, 95, -1, 92, 95, -1, 256, -1, 218, 23, 221, -1, -1, 230, 219, 22, 222, -1, -1, 5, 220, 22, 222, -1, 218, -1, 218, 40, 221, -1, 196, -1, 187, -1, 56, -1, 225, 223, 224, -1, 225, -1, 228, 227, 228, -1, 184, -1, 185, -1, 53, -1, 52, -1, 54, -1, 229, -1, 231, 24, 228, 25, -1, 24, 228, 232, 228, 25, -1, 230, -1, 192, -1, 470, -1, 189, -1, 230, 26, 27, -1, 230, 26, 192, 27, -1, 34, 230, -1, 24, 230, 25, -1, 230, 28, 471, -1, 230, 45, 471, -1, 226, -1, 33, -1, 32, -1, -1, 235, 233, -1, -1, 236, 234, -1, 237, -1, 241, -1, 240, -1, 325, -1, 328, -1, 247, -1, 238, -1, 242, -1, 240, -1, 326, -1, 330, -1, 248, -1, 238, 91, -1, -1, 74, 239, 249, 468, -1, 76, -1, 242, 91, -1, -1, 75, 243, 262, -1, 245, -1, 245, 40, 244, -1, 189, -1, 247, -1, -1, 248, 91, -1, 73, 244, 442, -1, 73, 244, -1, 250, -1, 249, 21, 250, -1, 251, 252, -1, -1, 253, 251, -1, 470, -1, 189, -1, 303, -1, 89, -1, 90, -1, 121, -1, 122, -1, 135, -1, 80, -1, 81, -1, 82, -1, 83, -1, 84, -1, 85, -1, 86, -1, 371, -1, 347, 361, 371, -1, -1, 19, 258, 420, -1, -1, -1, 259, 424, 260, 413, -1, 216, 257, -1, 265, 468, -1, 468, -1, 470, -1, 189, -1, 190, -1, 263, 26, 27, -1, 263, 26, 264, 27, -1, 34, 263, -1, 24, 263, 25, -1, 263, 28, 471, -1, 263, 45, 471, -1, 263, -1, 442, -1, 263, -1, 265, 21, 263, -1, 470, -1, 189, -1, 266, 26, 27, -1, 266, 26, 264, 27, -1, 34, 266, -1, 24, 266, 25, -1, 266, 28, 471, -1, 266, 45, 471, -1, -1, 268, -1, 266, -1, 268, 21, 266, -1, 470, -1, 189, -1, 442, -1, 24, 300, 25, -1, 190, -1, 116, -1, -1, 24, 270, 413, 25, -1, 269, -1, 271, 26, 300, 27, -1, 271, 24, 25, -1, 271, 24, 272, 25, -1, 71, 24, 299, 21, 383, 25, -1, 271, 361, 28, 471, 312, -1, 271, 361, 45, 471, 312, -1, 271, 48, -1, 271, 49, -1, 24, 383, 25, 19, 425, 469, 20, -1, 299, -1, 272, 21, 299, -1, 271, -1, 48, 273, -1, 49, 273, -1, 29, 281, -1, 34, 281, -1, 33, 281, -1, 32, 281, -1, 31, 281, -1, 30, 281, -1, 278, 276, 279, -1, 275, -1, 274, 28, 471, -1, 274, 26, 300, 27, -1, 471, -1, 47, 312, 24, 383, 361, 21, 274, 25, 312, -1, -1, 312, 277, 280, -1, -1, -1, 42, 24, 383, 25, -1, 42, 273, -1, 43, 24, 383, 25, -1, 43, 273, -1, 273, -1, 24, 383, 25, 281, -1, 281, -1, 282, 34, 281, -1, 282, 35, 281, -1, 282, 36, 281, -1, 282, -1, 283, 33, 282, -1, 283, 32, 282, -1, 283, -1, 284, 50, 283, -1, 284, 51, 283, -1, 284, -1, 285, 37, 284, -1, 285, 38, 284, -1, 285, 52, 284, -1, 285, 53, 284, -1, 285, -1, 286, 54, 285, -1, 286, 55, 285, -1, 286, -1, 287, 29, 286, -1, 287, -1, 288, 39, 287, -1, 288, -1, 289, 40, 288, -1, 289, -1, -1, 290, 56, 291, 289, -1, 290, -1, -1, 292, 57, 293, 290, -1, 292, -1, -1, -1, 292, 41, 295, 22, 296, 294, -1, -1, -1, 292, 41, 297, 300, 22, 298, 294, -1, 294, -1, 273, 23, 299, -1, 273, 58, 299, -1, 273, 59, 299, -1, 273, 60, 299, -1, 273, 61, 299, -1, 273, 62, 299, -1, 273, 63, 299, -1, 273, 64, 299, -1, 273, 65, 299, -1, 273, 66, 299, -1, 273, 67, 299, -1, 299, -1, 300, 21, 299, -1, -1, 300, -1, 294, -1, 304, -1, 72, -1, 310, -1, 347, 312, 18, -1, -1, 347, 361, 371, 361, 305, 312, 318, 18, 312, -1, -1, 347, 361, 371, 361, 23, 306, 312, 319, 318, 18, 312, -1, 308, -1, 195, -1, 371, 361, -1, -1, 371, 361, 23, 309, 312, 319, -1, -1, 46, 347, 311, 361, 316, 312, 246, 18, -1, 46, 347, 312, 18, -1, 46, 314, 312, 18, -1, -1, -1, 315, 312, -1, 308, -1, 314, 21, 361, 308, -1, 317, 312, -1, 307, -1, 316, 21, 361, 307, -1, -1, 318, 21, 361, 308, -1, 299, -1, 19, 323, 20, -1, 19, 323, 21, 20, -1, 320, 319, -1, 321, 23, -1, 471, 22, -1, 322, -1, 321, 322, -1, 26, 302, 27, -1, 28, 471, -1, 319, -1, 323, 21, 319, -1, 117, -1, 115, -1, 118, -1, 119, -1, 120, -1, 326, 91, -1, -1, 254, 361, 327, 268, 468, 312, -1, 330, 91, -1, 255, 361, -1, -1, 329, 336, 331, 267, 468, 312, -1, -1, 329, 332, 333, 468, 312, -1, 224, -1, 217, -1, 144, -1, 145, -1, 147, -1, 148, -1, 146, -1, 129, -1, 132, -1, 130, -1, 131, -1, 137, -1, 138, -1, 123, -1, 125, -1, 124, -1, 133, -1, 134, -1, 126, -1, 128, -1, 141, -1, 143, -1, 156, -1, 155, -1, 140, -1, 142, -1, 181, -1, 191, -1, 139, -1, 154, -1, 153, -1, 164, -1, 162, -1, 163, -1, 157, -1, 158, -1, 159, -1, 160, -1, 161, -1, 165, -1, 166, -1, 169, -1, 170, -1, 167, -1, 168, -1, 152, -1, 149, -1, 150, -1, 151, -1, 121, -1, 122, -1, 135, -1, 136, -1, 112, 312, -1, 114, 312, -1, 113, 312, -1, 343, 312, -1, 336, 312, -1, 334, 312, -1, 337, 312, -1, 335, 312, -1, 339, 312, -1, 338, 312, -1, 340, 312, -1, 341, 312, -1, 171, 361, -1, 173, 361, -1, 172, 361, -1, 174, 361, -1, 175, 361, -1, 176, 361, -1, 177, 361, -1, 178, 361, -1, 179, 361, -1, 180, 361, -1, 472, 361, -1, 352, 361, -1, 366, 361, -1, 342, 361, -1, 312, 347, 312, -1, 349, -1, 349, 88, 348, 91, -1, 383, -1, 383, 21, 348, -1, 324, 350, -1, 344, 350, -1, 345, 350, -1, -1, 347, -1, -1, -1, -1, 361, 68, 471, 312, 19, 353, 417, 362, 418, 354, 20, 351, -1, -1, -1, 361, 69, 471, 312, 19, 355, 417, 362, 418, 356, 20, -1, 361, 68, 471, 312, 19, 20, -1, 361, 69, 471, 312, 19, 20, -1, -1, -1, 361, 68, 312, 19, 357, 417, 362, 418, 358, 20, -1, -1, -1, 361, 69, 312, 19, 359, 417, 362, 418, 360, 20, -1, 361, 68, 312, 19, 20, -1, 361, 69, 312, 19, 20, -1, 361, 68, 471, 361, -1, 361, 69, 471, 361, -1, -1, 363, -1, 215, -1, 362, 363, -1, 347, 361, 364, 312, 18, -1, 347, 312, 18, -1, 365, 361, -1, 364, 21, 365, 361, -1, 371, -1, 22, 312, 302, -1, 371, 22, 312, 302, -1, 361, 70, 19, 368, 20, 312, -1, -1, 361, 70, 471, 19, 367, 368, 20, 312, -1, 361, 70, 471, 312, -1, 369, -1, 368, 21, 369, -1, 368, 21, -1, 471, -1, 471, 23, 312, 302, -1, 206, -1, 385, -1, 375, 195, -1, 375, 370, -1, 206, -1, 375, 206, -1, 378, -1, 361, 376, -1, 112, -1, 113, -1, 114, -1, 373, -1, 374, 373, -1, 34, -1, 34, 374, -1, 34, 375, -1, 34, 374, 375, -1, 377, -1, 377, 21, 5, -1, 471, -1, 377, 21, 471, -1, 5, -1, 379, -1, 379, 21, 5, -1, -1, 380, 382, -1, -1, 379, 21, 381, 382, -1, 312, 347, 370, 312, -1, 471, -1, 346, -1, 346, 384, -1, 375, -1, 386, -1, 375, 386, -1, -1, 386, -1, 312, 24, 361, 384, 25, -1, 26, 27, -1, 26, 302, 27, -1, 386, 26, 27, -1, 386, 26, 302, 27, -1, 312, 24, 25, -1, 312, 24, 378, 25, -1, 386, 312, 24, 25, -1, 386, 312, 24, 378, 25, -1, 405, -1, 407, -1, 410, -1, 413, -1, 428, -1, 431, -1, 465, -1, 436, -1, 467, -1, 388, -1, 96, 24, 300, 25, -1, 391, -1, 389, -1, 398, -1, 391, 398, -1, 435, 391, -1, 464, 404, 11, 24, 300, 25, 18, -1, 464, 404, 11, 24, 300, 25, -1, 393, 398, -1, -1, -1, 13, 24, 301, 18, 301, 18, 394, 301, 395, 25, -1, -1, 193, 415, 24, 397, 439, 25, -1, 194, -1, 405, -1, 407, -1, 410, -1, 401, 424, -1, 401, -1, 402, -1, 428, -1, 399, -1, 392, -1, 396, -1, 467, -1, 24, 398, 25, -1, 1, -1, -1, 430, 400, 398, -1, 415, 19, -1, 419, 20, -1, 404, -1, 423, -1, 405, -1, 407, -1, 410, -1, 414, -1, 429, -1, 431, -1, 436, -1, 466, -1, 24, 404, 25, -1, 467, -1, 388, -1, 1, -1, 471, 22, -1, 111, 387, -1, -1, 102, 406, -1, -1, 6, 302, 408, 22, -1, -1, 102, 406, 6, 302, 409, 22, -1, -1, 7, 411, 22, -1, -1, 102, 406, 7, 412, 22, -1, 24, 413, 25, -1, 415, 421, -1, 415, 422, 416, -1, -1, -1, -1, -1, -1, 20, -1, 111, 20, -1, 427, 20, -1, 427, 111, 20, -1, 424, 20, -1, 424, 111, 20, -1, 424, 427, 20, -1, 424, 427, 111, 20, -1, 19, 420, -1, 19, 20, -1, 19, 423, 20, -1, 19, 424, 20, -1, 19, 424, 427, 20, -1, 404, -1, 423, 404, -1, 303, -1, 424, 303, -1, 426, -1, 425, 21, 426, -1, 299, -1, 19, 425, 469, 20, -1, 387, -1, 427, 387, -1, 18, -1, 300, 18, -1, 18, -1, 300, 18, -1, 300, -1, 8, 24, 300, 25, -1, 430, 387, -1, -1, 430, 387, 9, 432, 387, -1, -1, 10, 24, 300, 433, 25, 387, -1, 11, 24, 300, 25, -1, 11, 24, 300, 25, -1, -1, -1, 193, 437, 415, 24, 438, 439, 25, 413, 463, 416, -1, 441, -1, -1, 439, 440, 21, 441, -1, 462, -1, 470, -1, 190, -1, 189, -1, 192, -1, 442, 192, -1, 442, -1, 24, 300, 25, -1, 443, -1, 271, 26, 300, 27, -1, 271, 24, 25, -1, 271, 24, 272, 25, -1, 71, 24, 299, 21, 383, 25, -1, 271, 361, 28, 471, 312, -1, 271, 361, 45, 471, 312, -1, 271, 48, -1, 271, 49, -1, 444, -1, 48, 273, -1, 49, 273, -1, 29, 281, -1, 34, 281, -1, 33, 281, -1, 32, 281, -1, 31, 281, -1, 30, 281, -1, 276, -1, 445, -1, 24, 383, 25, 281, -1, 446, -1, 282, 34, 281, -1, 282, 35, 281, -1, 282, 36, 281, -1, 447, -1, 283, 33, 282, -1, 283, 32, 282, -1, 448, -1, 284, 50, 283, -1, 284, 51, 283, -1, 449, -1, 285, 37, 284, -1, 285, 38, 284, -1, 285, 52, 284, -1, 285, 53, 284, -1, 450, -1, 286, 54, 285, -1, 286, 55, 285, -1, 451, -1, 287, 29, 286, -1, 452, -1, 288, 39, 287, -1, 453, -1, 289, 40, 288, -1, 454, -1, 290, 56, 289, -1, 455, -1, 292, 57, 290, -1, 456, -1, -1, -1, 292, 41, 458, 22, 459, 294, -1, -1, -1, 292, 41, 460, 300, 22, 461, 294, -1, 457, -1, 273, 23, 299, -1, 273, 58, 299, -1, 273, 59, 299, -1, 273, 60, 299, -1, 273, 61, 299, -1, 273, 62, 299, -1, 273, 63, 299, -1, 273, 64, 299, -1, 273, 65, 299, -1, 273, 66, 299, -1, 273, 67, 299, -1, 194, -1, -1, 12, -1, 434, 387, -1, 464, 387, 11, 24, 300, 25, 18, -1, 393, 387, -1, 434, 404, -1, 464, 404, 11, 24, 300, 25, 18, -1, 464, 404, 11, 24, 300, 25, -1, 393, 404, -1, 14, 471, 18, -1, 15, 18, -1, 101, 15, 18, -1, 16, 18, -1, 97, 16, 18, -1, 98, 16, 18, -1, 99, 16, 18, -1, 100, 16, 18, -1, 17, 18, -1, 17, 300, 18, -1, -1, 18, -1, -1, 21, -1, 188, -1, 189, -1, 193, -1, 194, -1, 470, -1, 190, -1, 195, -1, 190, -1, 44, 24, 300, 25, -1, 44, 24, 383, 25, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 327, 327, 329, 333, 334, 338, 339, 340, 341, 342, 343, 344, 345, 349, 351, 356, 356, 365, 371, 376, 377, 382, 383, 385, 387, 405, 404, 436, 435, 465, 466, 468, 472, 490, 489, 502, 501, 516, 517, 515, 524, 525, 526, 527, 531, 535, 540, 540, 545, 545, 553, 554, 558, 564, 565, 569, 570, 574, 580, 581, 585, 586, 587, 591, 592, 593, 599, 600, 604, 606, 608, 610, 619, 621, 623, 625, 642, 646, 647, 654, 655, 665, 666, 671, 672, 673, 674, 675, 676, 680, 681, 682, 683, 684, 685, 689, 693, 693, 702, 706, 711, 710, 725, 727, 732, 736, 737, 741, 745, 751, 756, 757, 761, 765, 766, 770, 771, 772, 776, 777, 778, 779, 780, 784, 785, 786, 787, 788, 792, 793, 797, 804, 809, 809, 815, 816, 815, 826, 837, 838, 842, 843, 844, 845, 846, 847, 848, 849, 850, 854, 855, 860, 861, 865, 867, 869, 870, 871, 872, 873, 875, 880, 881, 885, 891, 904, 905, 906, 907, 908, 909, 910, 910, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 930, 931, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 949, 950, 952, 956, 962, 962, 966, 969, 973, 974, 975, 976, 982, 983, 988, 989, 990, 991, 995, 996, 997, 1001, 1002, 1003, 1007, 1008, 1009, 1010, 1011, 1015, 1016, 1017, 1021, 1022, 1026, 1027, 1031, 1032, 1036, 1038, 1037, 1049, 1051, 1050, 1063, 1065, 1067, 1064, 1069, 1070, 1069, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1090, 1091, 1095, 1096, 1100, 1106, 1107, 1108, 1112, 1127, 1126, 1138, 1137, 1146, 1147, 1151, 1156, 1156, 1161, 1161, 1164, 1165, 1169, 1173, 1177, 1181, 1182, 1186, 1190, 1191, 1195, 1196, 1200, 1201, 1202, 1203, 1211, 1212, 1217, 1218, 1222, 1223, 1227, 1229, 1239, 1240, 1241, 1242, 1243, 1247, 1252, 1251, 1267, 1271, 1276, 1275, 1290, 1289, 1321, 1322, 1326, 1327, 1328, 1329, 1330, 1334, 1335, 1336, 1337, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1361, 1362, 1366, 1367, 1371, 1372, 1376, 1377, 1378, 1379, 1380, 1384, 1385, 1386, 1387, 1388, 1389, 1393, 1394, 1395, 1396, 1400, 1401, 1402, 1403, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1443, 1448, 1449, 1454, 1455, 1460, 1461, 1462, 1466, 1467, 1471, 1478, 1480, 1478, 1484, 1486, 1484, 1489, 1491, 1493, 1495, 1493, 1498, 1500, 1498, 1503, 1505, 1507, 1508, 1512, 1516, 1517, 1518, 1522, 1524, 1529, 1531, 1536, 1537, 1538, 1543, 1545, 1545, 1547, 1551, 1553, 1555, 1559, 1564, 1572, 1573, 1574, 1580, 1585, 1586, 1591, 1592, 1596, 1597, 1598, 1602, 1603, 1607, 1608, 1609, 1610, 1614, 1615, 1619, 1620, 1624, 1625, 1626, 1630, 1630, 1631, 1631, 1636, 1648, 1665, 1666, 1670, 1671, 1672, 1676, 1677, 1681, 1683, 1684, 1686, 1687, 1689, 1691, 1693, 1695, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1715, 1719, 1723, 1727, 1728, 1733, 1735, 1737, 1739, 1745, 1745, 1744, 1753, 1752, 1756, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1776, 1776, 1783, 1787, 1791, 1792, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1811, 1812, 1820, 1821, 1828, 1828, 1830, 1830, 1835, 1835, 1837, 1837, 1842, 1843, 1848, 1852, 1856, 1860, 1864, 1868, 1872, 1873, 1874, 1875, 1877, 1878, 1880, 1882, 1889, 1894, 1896, 1898, 1900, 1905, 1906, 1910, 1911, 1915, 1916, 1920, 1921, 1925, 1926, 1930, 1931, 1935, 1936, 1937, 1941, 1955, 1960, 1960, 1965, 1965, 1970, 1976, 1980, 1981, 1980, 1991, 1992, 1992, 1997, 1998, 1999, 2010, 2018, 2019, 2023, 2024, 2028, 2029, 2030, 2031, 2032, 2034, 2035, 2036, 2037, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2054, 2055, 2059, 2060, 2061, 2062, 2066, 2067, 2068, 2072, 2073, 2074, 2078, 2079, 2080, 2081, 2082, 2086, 2087, 2088, 2092, 2093, 2097, 2098, 2102, 2103, 2107, 2108, 2112, 2113, 2117, 2118, 2119, 2118, 2121, 2122, 2121, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2142, 2143, 2147, 2151, 2153, 2155, 2160, 2161, 2163, 2165, 2169, 2170, 2171, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2182, 2184, 2187, 2189, 2193, 2197, 2198, 2199, 2200, 2201, 2205, 2206, 2207, 2208 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "BADTOK", "SKIPTOK", "CTOK_ELIPSIS", "CASE", "DEFAULT", "CIF", "CELSE", "SWITCH", "WHILE", "DO", "CFOR", "GOTO", "CONTINUE", "BREAK", "RETURN", "TSEMI", "TLBRACE", "TRBRACE", "TCOMMA", "TCOLON", "TASSIGN", "TLPAREN", "TRPAREN", "TLSQBR", "TRSQBR", "TDOT", "TAMPERSAND", "TEXCL", "TTILDE", "TMINUS", "TPLUS", "TMULT", "TDIV", "TPERCENT", "TLT", "TGT", "TCIRC", "TBAR", "TQUEST", "CSIZEOF", "CALIGNOF", "CTYPEOF", "ARROW_OP", "CTYPEDEF", "COFFSETOF", "INC_OP", "DEC_OP", "LEFT_OP", "RIGHT_OP", "LE_OP", "GE_OP", "EQ_OP", "NE_OP", "AND_OP", "OR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "MOD_ASSIGN", "ADD_ASSIGN", "SUB_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN", "AND_ASSIGN", "XOR_ASSIGN", "OR_ASSIGN", "CSTRUCT", "CUNION", "CENUM", "VA_ARG", "VA_DCL", "QWARN", "QGLOBALS", "QMODIFIES", "QNOMODS", "QCONSTANT", "QFUNCTION", "QITER", "QDEFINES", "QUSES", "QALLOCATES", "QSETS", "QRELEASES", "QPRECLAUSE", "QPOSTCLAUSE", "QINVARIANT", "QALT", "QUNDEF", "QKILLED", "QENDMACRO", "LLMACRO", "LLMACROITER", "LLMACROEND", "TENDMACRO", "QDREVEALSTATE", "QSWITCHBREAK", "QLOOPBREAK", "QINNERBREAK", "QSAFEBREAK", "QINNERCONTINUE", "QFALLTHROUGH", "QLINTNOTREACHED", "QLINTFALLTHROUGH", "QLINTFALLTHRU", "QARGSUSED", "QPRINTFLIKE", "QLINTPRINTFLIKE", "QSCANFLIKE", "QMESSAGELIKE", "QNOTREACHED", "QCONST", "QRESTRICT", "QVOLATILE", "QINLINE", "QEXTENSION", "QEXTERN", "QSTATIC", "QAUTO", "QREGISTER", "QOUT", "QIN", "QYIELD", "QONLY", "QTEMP", "QSHARED", "QREF", "QUNIQUE", "QCHECKED", "QUNCHECKED", "QCHECKEDSTRICT", "QCHECKMOD", "QKEEP", "QKEPT", "QPARTIAL", "QSPECIAL", "QOWNED", "QDEPENDENT", "QRETURNED", "QEXPOSED", "QNULL", "QOBSERVER", "QISNULL", "QEXITS", "QMAYEXIT", "QNEVEREXIT", "QTRUEEXIT", "QFALSEEXIT", "QLONG", "QSIGNED", "QUNSIGNED", "QSHORT", "QUNUSED", "QSEF", "QNOTNULL", "QRELNULL", "QABSTRACT", "QNUMABSTRACT", "QCONCRETE", "QMUTABLE", "QIMMUTABLE", "QTRUENULL", "QFALSENULL", "QEXTERNAL", "QREFCOUNTED", "QREFS", "QNEWREF", "QTEMPREF", "QKILLREF", "QRELDEF", "CGCHAR", "CBOOL", "CINT", "CGFLOAT", "CDOUBLE", "CVOID", "QANYTYPE", "QINTEGRALTYPE", "QUNSIGNEDINTEGRALTYPE", "QSIGNEDINTEGRALTYPE", "QNULLTERMINATED", "QSETBUFFERSIZE", "QSETSTRINGLENGTH", "QMAXSET", "QMAXREAD", "QTESTINRANGE", "TCAND", "IDENTIFIER", "NEW_IDENTIFIER", "TYPE_NAME_OR_ID", "CANNOTATION", "CCONSTANT", "ITER_NAME", "ITER_ENDNAME", "TYPE_NAME", "METASTATE_NAME", "$accept", "file", "externalDefs", "externalDef", "constantDecl", "fcnDecl", "@1", "plainFcn", "plainNamedDecl", "namedDeclBase", "@2", "@3", "plainNamedDeclBase", "@4", "@5", "iterDecl", "@6", "@7", "macroDef", "fcnDefHdr", "metaStateConstraint", "metaStateSpecifier", "@8", "@9", "metaStateExpression", "metaStateName", "constraintSeperator", "BufConstraintList", "BufConstraint", "bufferModifier", "relationalOp", "BufConstraintExpr", "BufConstraintTerm", "BufConstraintSrefExpr", "BufUnaryOp", "BufBinaryOp", "functionClauses", "functionClausesPlain", "functionClause", "functionClausePlain", "globalsClause", "globalsClausePlain", "@10", "nomodsClause", "modifiesClause", "modifiesClausePlain", "@11", "flagSpec", "flagId", "optWarnClause", "warnClause", "warnClausePlain", "globIdList", "globIdListExpr", "optGlobQuals", "globId", "globQual", "stateTag", "conditionTag", "fcnDefHdrAux", "fcnBody", "@12", "@13", "@14", "fcnDef", "locModifies", "modListExpr", "mExpr", "modList", "specClauseListExpr", "optSpecClauseList", "specClauseList", "primaryExpr", "@15", "postfixExpr", "argumentExprList", "unaryExpr", "fieldDesignator", "offsetofExpr", "sizeofExpr", "@16", "processSizeof", "endprocessSizeof", "sizeofExprAux", "castExpr", "timesExpr", "plusExpr", "shiftExpr", "relationalExpr", "equalityExpr", "bitandExpr", "xorExpr", "bitorExpr", "andExpr", "@17", "orExpr", "@18", "conditionalExpr", "@19", "@20", "@21", "@22", "assignExpr", "expr", "optExpr", "constantExpr", "initializer", "instanceDecl", "@23", "@24", "namedInitializerType", "namedInitializer", "@25", "typeDecl", "@26", "IsType", "PushType", "namedInitializerList", "namedInitializerListAux", "namedInitializerTypeList", "namedInitializerTypeListAux", "optDeclarators", "init", "designation", "designatorList", "designator", "initList", "storageSpecifier", "stateClause", "stateClausePlain", "@27", "conditionClause", "startConditionClause", "conditionClausePlain", "@28", "@29", "functionConstraint", "exitsQualifier", "checkQualifier", "stateQualifier", "paramQualifier", "visibilityQualifier", "returnQualifier", "typedefQualifier", "refcountQualifier", "typeModifier", "definedQualifier", "typeQualifier", "typeSpecifier", "completeType", "completeTypeSpecifier", "altType", "completeTypeSpecifierAux", "optCompleteType", "optStructInvariant", "suSpc", "@30", "@31", "@32", "@33", "@34", "@35", "@36", "@37", "NotType", "structDeclList", "structDecl", "structNamedDeclList", "structNamedDecl", "enumSpc", "@38", "enumeratorList", "enumerator", "optNamedDecl", "namedDecl", "genericParamList", "innerMods", "innerModsList", "pointers", "paramIdList", "idList", "paramTypeList", "paramList", "@39", "@40", "paramDecl", "typeExpression", "abstractDecl", "optAbstractDeclBase", "abstractDeclBase", "stmt", "debugStmt", "iterBody", "endBody", "iterDefStmtList", "iterDefIterationStmt", "forPred", "@41", "@42", "partialIterStmt", "@43", "iterDefStmt", "iterSelectionStmt", "@44", "openScope", "closeScope", "macroBody", "stmtErr", "labeledStmt", "optExtraFallThroughs", "caseStmt", "@45", "@46", "defaultStmt", "@47", "@48", "compoundStmt", "compoundStmtErr", "CreateInnerScope", "DeleteInnerScope", "CreateStructInnerScope", "DeleteStructInnerScope", "DeleteInnerScopeSafe", "compoundStmtRest", "compoundStmtAux", "compoundStmtAuxErr", "stmtListErr", "initializerList", "typeInitializerList", "typeInitializer", "stmtList", "expressionStmt", "expressionStmtErr", "ifPred", "selectionStmt", "@49", "@50", "whilePred", "iterWhilePred", "iterStmt", "@51", "@52", "iterArgList", "@53", "iterArgExpr", "cconstantExpr", "primaryIterExpr", "postfixIterExpr", "unaryIterExpr", "castIterExpr", "timesIterExpr", "plusIterExpr", "shiftIterExpr", "relationalIterExpr", "equalityIterExpr", "bitandIterExpr", "xorIterExpr", "bitorIterExpr", "andIterExpr", "orIterExpr", "conditionalIterExpr", "@54", "@55", "@56", "@57", "assignIterExpr", "endIter", "doHeader", "iterationStmt", "iterationStmtErr", "jumpStmt", "optSemi", "optComma", "id", "newId", "typeName", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint16 yyr1[] = { 0, 197, 198, 198, 199, 199, 200, 200, 200, 200, 200, 200, 200, 200, 201, 201, 203, 202, 204, 204, 205, 205, 206, 206, 206, 206, 207, 206, 208, 206, 209, 209, 209, 209, 210, 209, 211, 209, 213, 214, 212, 215, 215, 215, 215, 216, 217, 219, 218, 220, 218, 221, 221, 222, 223, 223, 224, 224, 225, 226, 226, 227, 227, 227, 228, 228, 228, 229, 229, 230, 230, 230, 230, 230, 230, 230, 230, 231, 232, 232, 233, 233, 234, 234, 235, 235, 235, 235, 235, 235, 236, 236, 236, 236, 236, 236, 237, 239, 238, 240, 241, 243, 242, 244, 244, 245, 246, 246, 247, 248, 248, 249, 249, 250, 251, 251, 252, 252, 252, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 255, 255, 256, 256, 258, 257, 259, 260, 257, 261, 262, 262, 263, 263, 263, 263, 263, 263, 263, 263, 263, 264, 264, 265, 265, 266, 266, 266, 266, 266, 266, 266, 266, 267, 267, 268, 268, 269, 269, 269, 269, 269, 269, 270, 269, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 272, 272, 273, 273, 273, 273, 273, 273, 273, 273, 273, 273, 273, 274, 274, 274, 275, 277, 276, 278, 279, 280, 280, 280, 280, 281, 281, 282, 282, 282, 282, 283, 283, 283, 284, 284, 284, 285, 285, 285, 285, 285, 286, 286, 286, 287, 287, 288, 288, 289, 289, 290, 291, 290, 292, 293, 292, 294, 295, 296, 294, 297, 298, 294, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 300, 300, 301, 301, 302, 303, 303, 303, 304, 305, 304, 306, 304, 307, 307, 308, 309, 308, 311, 310, 310, 310, 312, 313, 314, 315, 315, 316, 317, 317, 318, 318, 319, 319, 319, 319, 320, 320, 321, 321, 322, 322, 323, 323, 324, 324, 324, 324, 324, 325, 327, 326, 328, 329, 331, 330, 332, 330, 333, 333, 334, 334, 334, 334, 334, 335, 335, 335, 335, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 337, 337, 338, 338, 339, 339, 340, 340, 340, 340, 340, 341, 341, 341, 341, 341, 341, 342, 342, 342, 342, 343, 343, 343, 343, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 345, 346, 347, 347, 348, 348, 349, 349, 349, 350, 350, 351, 353, 354, 352, 355, 356, 352, 352, 352, 357, 358, 352, 359, 360, 352, 352, 352, 352, 352, 361, 362, 362, 362, 363, 363, 364, 364, 365, 365, 365, 366, 367, 366, 366, 368, 368, 368, 369, 369, 370, 370, 370, 370, 371, 371, 372, 372, 373, 373, 373, 374, 374, 375, 375, 375, 375, 376, 376, 377, 377, 378, 378, 378, 380, 379, 381, 379, 382, 382, 383, 383, 384, 384, 384, 385, 385, 386, 386, 386, 386, 386, 386, 386, 386, 386, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 388, 389, 390, 391, 391, 392, 392, 392, 392, 394, 395, 393, 397, 396, 396, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 400, 399, 401, 402, 403, 403, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 405, 405, 406, 406, 408, 407, 409, 407, 411, 410, 412, 410, 413, 413, 414, 415, 416, 417, 418, 419, 420, 420, 420, 420, 420, 420, 420, 420, 421, 422, 422, 422, 422, 423, 423, 424, 424, 425, 425, 426, 426, 427, 427, 428, 428, 429, 429, 429, 430, 431, 432, 431, 433, 431, 434, 435, 437, 438, 436, 439, 440, 439, 441, 441, 441, 441, 442, 442, 443, 443, 444, 444, 444, 444, 444, 444, 444, 444, 444, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 446, 446, 447, 447, 447, 447, 448, 448, 448, 449, 449, 449, 450, 450, 450, 450, 450, 451, 451, 451, 452, 452, 453, 453, 454, 454, 455, 455, 456, 456, 457, 458, 459, 457, 460, 461, 457, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 463, 463, 464, 465, 465, 465, 466, 466, 466, 466, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 468, 468, 469, 469, 470, 471, 471, 471, 471, 471, 472, 472, 472, 472 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 0, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 8, 11, 0, 5, 1, 3, 1, 2, 1, 6, 3, 6, 0, 6, 0, 7, 1, 6, 3, 6, 0, 6, 0, 7, 0, 0, 10, 3, 3, 3, 2, 1, 3, 0, 4, 0, 4, 1, 3, 1, 1, 1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 4, 5, 1, 1, 1, 1, 3, 4, 2, 3, 3, 3, 1, 1, 1, 0, 2, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 4, 1, 2, 0, 3, 1, 3, 1, 1, 0, 2, 3, 2, 1, 3, 2, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 0, 3, 0, 0, 4, 2, 2, 1, 1, 1, 1, 3, 4, 2, 3, 3, 3, 1, 1, 1, 3, 1, 1, 3, 4, 2, 3, 3, 3, 0, 1, 1, 3, 1, 1, 1, 3, 1, 1, 0, 4, 1, 4, 3, 4, 6, 5, 5, 2, 2, 7, 1, 3, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 1, 3, 4, 1, 9, 0, 3, 0, 0, 4, 2, 4, 2, 1, 4, 1, 3, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 3, 1, 0, 4, 1, 0, 4, 1, 0, 0, 6, 0, 0, 7, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 0, 1, 1, 1, 1, 1, 3, 0, 9, 0, 11, 1, 1, 2, 0, 6, 0, 8, 4, 4, 0, 0, 2, 1, 4, 2, 1, 4, 0, 4, 1, 3, 4, 2, 2, 2, 1, 2, 3, 2, 1, 3, 1, 1, 1, 1, 1, 2, 0, 6, 2, 2, 0, 6, 0, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 1, 4, 1, 3, 2, 2, 2, 0, 1, 0, 0, 0, 12, 0, 0, 11, 6, 6, 0, 0, 10, 0, 0, 10, 5, 5, 4, 4, 0, 1, 1, 2, 5, 3, 2, 4, 1, 3, 4, 6, 0, 8, 4, 1, 3, 2, 1, 4, 1, 1, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 2, 2, 3, 1, 3, 1, 3, 1, 1, 3, 0, 2, 0, 4, 4, 1, 1, 2, 1, 1, 2, 0, 1, 5, 2, 3, 3, 4, 3, 4, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 2, 2, 7, 6, 2, 0, 0, 10, 0, 6, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 3, 1, 0, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 2, 2, 0, 2, 0, 4, 0, 6, 0, 3, 0, 5, 3, 2, 3, 0, 0, 0, 0, 0, 1, 2, 2, 3, 2, 3, 3, 4, 2, 2, 3, 3, 4, 1, 2, 1, 2, 1, 3, 1, 4, 1, 2, 1, 2, 1, 2, 1, 4, 2, 0, 5, 0, 6, 4, 4, 0, 0, 10, 1, 0, 4, 1, 1, 1, 1, 1, 2, 1, 3, 1, 4, 3, 4, 6, 5, 5, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 4, 1, 3, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 0, 0, 6, 0, 0, 7, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 0, 1, 2, 7, 2, 2, 7, 6, 2, 3, 2, 3, 2, 3, 3, 3, 3, 2, 3, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4 }; /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state STATE-NUM when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint16 yydefact[] = { 0, 13, 12, 459, 0, 426, 266, 426, 16, 0, 0, 0, 0, 282, 282, 282, 305, 304, 306, 307, 308, 367, 368, 331, 333, 332, 336, 337, 325, 327, 328, 326, 334, 335, 369, 370, 329, 330, 346, 342, 338, 343, 339, 320, 321, 324, 322, 323, 364, 365, 366, 363, 348, 347, 341, 340, 352, 353, 354, 355, 356, 350, 351, 349, 357, 358, 361, 362, 359, 360, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 344, 710, 711, 715, 345, 712, 713, 716, 0, 0, 4, 7, 8, 450, 9, 10, 135, 45, 706, 11, 265, 267, 0, 405, 282, 282, 282, 282, 282, 282, 282, 282, 426, 282, 405, 405, 426, 398, 426, 0, 426, 131, 282, 714, 22, 426, 454, 455, 456, 457, 460, 461, 282, 285, 282, 282, 278, 426, 717, 426, 426, 715, 0, 547, 203, 556, 0, 0, 0, 688, 0, 0, 0, 0, 203, 593, 0, 203, 203, 203, 203, 203, 203, 282, 203, 203, 0, 44, 0, 0, 0, 0, 0, 0, 550, 203, 171, 167, 170, 614, 604, 174, 186, 209, 196, 282, 211, 215, 218, 221, 226, 229, 231, 233, 235, 238, 241, 248, 260, 595, 546, 0, 0, 581, 536, 537, 538, 539, 0, 0, 540, 203, 541, 0, 542, 168, 0, 543, 545, 166, 0, 529, 0, 591, 0, 563, 516, 0, 0, 0, 525, 0, 526, 505, 524, 521, 522, 517, 518, 519, 0, 0, 523, 530, 0, 0, 527, 504, 0, 371, 373, 372, 383, 385, 384, 386, 387, 388, 389, 390, 391, 392, 1, 5, 282, 0, 133, 138, 426, 707, 6, 426, 406, 402, 376, 378, 375, 377, 380, 379, 381, 382, 396, 374, 403, 404, 0, 282, 282, 394, 282, 282, 0, 395, 451, 393, 458, 462, 282, 167, 170, 0, 426, 476, 0, 166, 426, 0, 284, 426, 0, 275, 282, 706, 18, 20, 0, 426, 282, 30, 470, 209, 264, 552, 0, 203, 203, 203, 203, 0, 697, 699, 704, 0, 563, 0, 0, 0, 189, 194, 193, 192, 191, 190, 0, 282, 187, 188, 203, 203, 0, 0, 0, 0, 0, 550, 0, 282, 549, 501, 203, 492, 493, 494, 495, 0, 496, 497, 203, 499, 203, 498, 500, 563, 203, 203, 181, 182, 0, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 204, 201, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 236, 245, 239, 594, 203, 695, 41, 0, 564, 582, 597, 692, 615, 0, 548, 203, 0, 0, 0, 592, 42, 506, 510, 583, 426, 520, 532, 533, 0, 0, 0, 43, 24, 203, 470, 426, 426, 282, 268, 132, 0, 400, 0, 426, 0, 426, 0, 282, 0, 718, 282, 203, 0, 478, 477, 479, 719, 282, 281, 282, 280, 276, 426, 0, 282, 0, 426, 282, 21, 467, 0, 0, 452, 468, 282, 0, 557, 0, 600, 0, 263, 0, 696, 705, 563, 0, 169, 203, 544, 282, 0, 0, 0, 700, 701, 702, 703, 698, 551, 203, 558, 0, 691, 426, 561, 689, 0, 0, 176, 0, 184, 0, 0, 0, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 195, 0, 212, 213, 214, 217, 216, 219, 220, 222, 223, 224, 225, 227, 228, 230, 232, 234, 203, 0, 203, 203, 261, 577, 717, 581, 0, 426, 562, 598, 0, 0, 528, 514, 282, 584, 531, 0, 0, 26, 0, 568, 203, 589, 134, 426, 203, 563, 282, 269, 399, 282, 416, 0, 424, 419, 0, 425, 0, 441, 444, 438, 440, 397, 484, 0, 470, 480, 203, 0, 286, 274, 288, 273, 282, 282, 282, 706, 17, 32, 203, 470, 282, 19, 453, 463, 465, 38, 472, 426, 471, 475, 553, 596, 0, 602, 203, 173, 203, 210, 426, 0, 282, 502, 554, 0, 560, 576, 0, 605, 203, 177, 175, 282, 282, 203, 203, 202, 237, 243, 0, 240, 578, 579, 203, 203, 203, 603, 203, 426, 203, 426, 80, 28, 569, 572, 203, 203, 570, 203, 590, 137, 0, 271, 282, 401, 422, 565, 408, 423, 565, 411, 282, 443, 282, 0, 485, 488, 282, 0, 486, 0, 470, 426, 107, 287, 203, 282, 282, 0, 34, 0, 282, 0, 82, 469, 282, 481, 203, 0, 203, 587, 708, 585, 0, 0, 0, 559, 203, 203, 185, 179, 180, 282, 206, 282, 208, 203, 246, 580, 599, 0, 282, 203, 203, 203, 203, 203, 203, 203, 203, 0, 167, 170, 186, 209, 636, 215, 218, 221, 226, 229, 231, 233, 235, 238, 0, 608, 607, 168, 618, 627, 637, 639, 643, 646, 649, 654, 657, 659, 661, 663, 665, 667, 674, 610, 166, 0, 25, 0, 97, 101, 99, 124, 125, 126, 127, 128, 129, 130, 27, 80, 84, 0, 86, 85, 0, 89, 0, 426, 426, 87, 0, 88, 316, 0, 80, 573, 574, 203, 571, 23, 282, 290, 426, 414, 565, 426, 415, 565, 437, 442, 203, 0, 0, 489, 487, 490, 0, 282, 0, 106, 203, 203, 0, 292, 277, 203, 0, 298, 0, 203, 0, 426, 82, 36, 0, 464, 466, 39, 82, 90, 92, 91, 95, 93, 94, 473, 446, 0, 282, 481, 447, 482, 601, 511, 708, 203, 0, 0, 178, 555, 0, 608, 0, 0, 244, 203, 694, 0, 0, 189, 194, 193, 192, 191, 190, 187, 188, 203, 203, 203, 181, 182, 0, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 671, 203, 515, 0, 509, 105, 110, 103, 114, 706, 81, 96, 100, 108, 310, 313, 309, 0, 314, 312, 29, 575, 203, 0, 428, 426, 426, 427, 426, 426, 426, 445, 282, 483, 491, 289, 279, 302, 0, 0, 301, 295, 296, 299, 297, 290, 14, 33, 35, 82, 31, 706, 83, 470, 474, 448, 449, 203, 0, 586, 183, 0, 199, 0, 563, 205, 207, 247, 693, 169, 203, 0, 176, 0, 0, 0, 0, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 212, 213, 214, 217, 216, 219, 220, 222, 223, 224, 225, 227, 228, 230, 232, 234, 664, 0, 203, 666, 203, 508, 109, 0, 119, 120, 121, 122, 123, 706, 111, 426, 114, 0, 0, 142, 143, 102, 152, 706, 140, 141, 0, 49, 0, 0, 59, 60, 70, 68, 319, 0, 318, 57, 77, 0, 64, 67, 0, 706, 69, 162, 290, 282, 426, 0, 282, 429, 417, 426, 420, 426, 439, 293, 203, 300, 706, 37, 0, 282, 512, 588, 282, 203, 0, 690, 687, 210, 282, 177, 175, 282, 282, 669, 0, 609, 104, 114, 98, 117, 113, 118, 116, 115, 0, 146, 0, 0, 0, 0, 139, 0, 0, 155, 164, 706, 154, 0, 0, 67, 0, 73, 0, 55, 54, 0, 62, 61, 63, 0, 0, 0, 0, 0, 0, 282, 706, 163, 0, 270, 282, 431, 282, 282, 426, 434, 0, 409, 0, 412, 294, 303, 0, 40, 282, 0, 200, 0, 197, 686, 564, 0, 179, 180, 203, 672, 112, 147, 144, 150, 0, 151, 148, 149, 153, 0, 158, 0, 0, 0, 0, 282, 0, 79, 78, 0, 74, 0, 51, 46, 47, 56, 67, 58, 71, 0, 75, 76, 0, 0, 317, 282, 282, 291, 203, 282, 0, 432, 282, 418, 0, 421, 0, 15, 513, 198, 606, 178, 670, 203, 145, 159, 156, 0, 160, 161, 165, 311, 53, 50, 0, 0, 72, 48, 65, 315, 272, 435, 426, 430, 203, 407, 413, 673, 157, 66, 52, 433, 436, 410 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 88, 89, 90, 91, 92, 140, 313, 314, 93, 665, 809, 315, 847, 975, 94, 707, 977, 950, 96, 1064, 1202, 1147, 1131, 1203, 1243, 1139, 1066, 1067, 1068, 1143, 1069, 1070, 1206, 1072, 1199, 793, 852, 794, 853, 795, 854, 934, 855, 798, 856, 935, 932, 933, 833, 800, 801, 1043, 1044, 1045, 1114, 1046, 802, 803, 97, 267, 443, 268, 580, 98, 1051, 1183, 1184, 1053, 1128, 1150, 1129, 181, 334, 182, 517, 183, 987, 184, 749, 534, 185, 533, 650, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 551, 196, 554, 197, 552, 730, 553, 880, 198, 227, 489, 323, 431, 100, 677, 815, 605, 606, 609, 101, 309, 102, 265, 134, 135, 607, 608, 949, 839, 840, 841, 842, 964, 103, 804, 858, 1056, 806, 807, 859, 1075, 943, 1073, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 303, 432, 448, 117, 273, 1263, 118, 819, 1224, 822, 1226, 680, 1160, 683, 1162, 119, 952, 953, 1157, 1158, 120, 688, 591, 592, 863, 137, 479, 129, 130, 122, 617, 618, 480, 481, 482, 709, 623, 336, 827, 865, 463, 358, 359, 228, 248, 229, 230, 360, 983, 1169, 232, 661, 233, 234, 436, 235, 236, 202, 417, 361, 356, 362, 483, 719, 363, 324, 638, 364, 207, 365, 561, 817, 1082, 241, 577, 512, 416, 209, 578, 715, 716, 579, 366, 210, 211, 367, 658, 627, 368, 244, 369, 373, 722, 760, 929, 761, 215, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 1031, 1178, 1032, 1233, 778, 1174, 370, 371, 217, 372, 270, 871, 305, 220, 125 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -1033 static const yytype_int16 yypact[] = { 2259, -1033, -1033, 357, 60, 5469, -1033, 6624, -1033, 677, 1966, 3655, 3655, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 805, -1033, -1033, -1033, -1033, 118, 2441, -1033, -1033, -1033, 331, -1033, -1033, 87, -1033, 134, -1033, -1033, -1033, 101, 6210, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 6210, 6210, 151, 57, -1033, 666, -1033, -1033, 677, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 357, -1033, 1900, -1033, 185, -1033, 151, -1033, -1033, -1033, 5469, -1033, 210, -1033, 5716, -1033, 219, 230, 293, -1033, 300, 677, 348, 362, 879, -1033, 2827, 5716, 5716, 5716, 5716, 5716, 5716, -1033, 5748, 5748, 388, -1033, 395, 371, 456, 463, 487, 417, 415, 4875, -1033, 500, 532, -1033, 543, -1033, 652, 1193, -1033, -1033, -1033, 668, 145, 254, 678, 474, 571, 569, 585, 579, 50, -1033, -1033, 55, -1033, 3458, 549, 560, -1033, -1033, -1033, -1033, 649, 3217, -1033, 4875, -1033, 3458, -1033, 501, 3458, -1033, -1033, 699, 702, -1033, 690, -1033, 3022, 543, 704, 205, 656, 3611, -1033, 3655, -1033, -1033, -1033, 5934, -1033, -1033, -1033, -1033, 740, 762, -1033, -1033, 3655, 3458, -1033, -1033, 669, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 759, 765, -1033, -1033, 6486, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 773, 995, -1033, -1033, 677, 677, 14, -1033, 331, -1033, -1033, -1033, 5310, -1033, -1033, 94, 6624, 414, 777, -1033, -1033, 787, -1033, -1033, 813, 827, 995, 134, -1033, 548, 798, -1033, 677, -1033, 263, -1033, -1033, -1033, 814, 5716, 5716, 5716, 1299, 842, -1033, -1033, -1033, 346, 844, 593, 862, 867, -1033, -1033, -1033, -1033, -1033, -1033, 851, 5310, -1033, -1033, 5716, 5716, 876, 926, 929, 938, 960, 415, 529, 5337, -1033, -1033, 4875, -1033, -1033, -1033, -1033, 883, -1033, -1033, 4875, -1033, 4875, -1033, -1033, -1033, 5641, 5716, -1033, -1033, 85, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, -1033, -1033, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, -1033, 892, -1033, -1033, 5716, -1033, -1033, 2632, -1033, -1033, 930, -1033, -1033, 958, -1033, 5716, 618, 972, 998, -1033, -1033, -1033, -1033, -1033, 151, 5934, -1033, -1033, 3655, 3261, 999, -1033, -1033, 5716, 368, 3808, 4959, 995, -1033, 384, 944, 1025, 1030, 1033, 1036, 1033, 677, 1038, 475, -1033, -1033, 5652, 1039, 567, -1033, 659, -1033, 995, -1033, 884, -1033, -1033, -1033, 973, 1049, 1041, -1033, 995, 548, -1033, 677, 1057, -1033, 1062, 677, 1064, -1033, 483, 1063, 562, 1063, 1072, -1033, -1033, 844, 1066, -1033, 5364, -1033, -1033, 1071, 1079, 577, -1033, -1033, -1033, -1033, -1033, -1033, 5716, -1033, 1076, -1033, 3808, -1033, -1033, 1093, 1081, -1033, 638, -1033, 311, 677, 677, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 631, -1033, -1033, -1033, 668, 668, 145, 145, 254, 254, 254, 254, 678, 678, 474, 571, 569, 5716, 1086, 5716, 5716, -1033, -1033, 2174, -1033, 3414, 3998, -1033, -1033, 1087, 692, -1033, -1033, 995, -1033, -1033, 1100, 1101, -1033, 1102, -1033, 4378, -1033, -1033, 4188, 4422, 844, -1033, 1106, -1033, -1033, 1110, 1113, -1033, 1115, 1114, -1033, 741, -1033, 1121, -1033, -1033, -1033, -1033, 1111, 626, 659, 5684, 1123, -1033, -1033, -1033, -1033, 1116, -1033, -1033, 310, -1033, -1033, 5716, 502, 995, -1033, -1033, 1128, -1033, -1033, 1145, 6624, -1033, -1033, -1033, -1033, 1127, -1033, 1299, -1033, 5385, -1033, -1033, 1134, -1033, -1033, -1033, 1133, -1033, -1033, 1136, -1033, 5716, -1033, -1033, -1033, -1033, 5775, 5819, -1033, 585, -1033, 750, 579, -1033, -1033, 4529, 4875, 5716, -1033, 5853, -1033, 5716, -1033, 1496, -1033, -1033, -1033, 4573, 4680, -1033, 4724, -1033, -1033, 1131, -1033, -1033, -1033, -1033, -1033, 1138, -1033, -1033, 1142, -1033, 677, -1033, 677, -1033, -1033, 132, 1144, -1033, 1150, 98, -1033, 1088, -1033, 3549, -1033, -1033, 1152, -1033, 1147, -1033, 325, 1496, -1033, 677, 925, 4875, 1164, 5385, -1033, 1165, -1033, 1169, 1173, 1182, -1033, 5716, 5853, -1033, -1033, -1033, 5310, -1033, 5310, -1033, 5716, -1033, -1033, -1033, 698, 5310, 5716, 5716, 5716, 5716, 5716, 5716, 5748, 5748, 1139, 712, 732, 739, 1489, -1033, 983, 783, 802, 761, 909, 1176, 1167, 1168, 1151, 107, 1185, -1033, 45, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 758, 775, -1033, 1037, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 1496, -1033, 1146, -1033, -1033, 1148, -1033, 1149, -1033, -1033, -1033, 1153, -1033, 1313, 1155, 1496, -1033, -1033, 4831, -1033, -1033, -1033, -1033, 6348, -1033, -1033, 6348, -1033, -1033, -1033, -1033, 5716, 966, 1200, -1033, -1033, -1033, 1202, 884, 1211, -1033, 3549, 5716, 677, -1033, -1033, 3549, 519, -1033, 1225, 3549, 1157, -1033, 1496, -1033, 1208, -1033, -1033, -1033, 1496, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 331, 1226, -1033, 1007, -1033, 659, -1033, -1033, 1165, 3701, 1244, 677, -1033, -1033, 782, 1240, 1241, 1242, -1033, 5716, 1250, 803, 1245, 804, 822, 824, 848, 855, 857, 864, 880, 5716, 5673, 5716, 896, 908, 109, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 5716, 1252, 5716, -1033, 1254, 1259, -1033, 1090, 1238, 11, 301, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 453, -1033, -1033, -1033, -1033, 3549, 376, -1033, 151, 5121, -1033, 6348, 5121, 6348, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 993, 1256, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 1496, -1033, 134, -1033, 233, -1033, -1033, -1033, 5705, 1264, -1033, -1033, 258, -1033, 1267, 844, 1134, 1134, -1033, -1033, 913, 5364, 1258, 915, 921, 358, 677, 677, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 933, 940, 941, 1188, 1196, 874, 898, 84, 363, 455, 530, 91, 552, 106, 165, 477, 585, 1265, 5716, 579, 5853, -1033, 501, 1037, -1033, -1033, -1033, -1033, -1033, 399, -1033, 6072, 11, 164, 164, -1033, -1033, -1033, 317, 442, -1033, -1033, 63, -1033, 982, 90, -1033, -1033, -1033, -1033, -1033, 1263, -1033, 43, -1033, 1008, -1033, 76, 1274, 134, -1033, 63, -1033, -1033, -1033, 1270, 133, -1033, -1033, 5121, -1033, 5121, -1033, -1033, 5289, -1033, 467, -1033, 1209, 240, -1033, -1033, -1033, 5716, 677, -1033, 1105, 949, -1033, 951, 959, -1033, -1033, -1033, 1003, -1033, -1033, 11, -1033, -1033, -1033, -1033, -1033, -1033, 498, 317, 793, 677, 677, 164, -1033, 63, 63, -1033, 416, 491, -1033, 1279, 1004, 581, 90, 421, 58, -1033, -1033, 982, -1033, -1033, -1033, 982, 22, 677, 677, 1282, 982, -1033, 134, 1284, 612, -1033, 995, -1033, -1033, 1285, -1033, 1286, 1287, -1033, 1289, -1033, -1033, -1033, 1219, -1033, 587, 1288, -1033, 447, -1033, -1033, -1033, 1290, 971, 984, 5716, -1033, -1033, -1033, -1033, 317, 1291, 501, -1033, -1033, 317, 639, 416, 850, 677, 677, 63, -1033, 1118, -1033, -1033, 982, -1033, 581, 1272, -1033, 421, -1033, 421, -1033, -1033, 1293, -1033, -1033, 1118, 1297, -1033, -1033, -1033, -1033, 5716, 133, 1298, -1033, -1033, -1033, 1304, -1033, 1306, -1033, -1033, -1033, -1033, 986, -1033, 5716, -1033, -1033, -1033, 1300, -1033, -1033, 416, -1033, -1033, -1033, 1311, 58, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 5716, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -1033, -1033, -1033, 1248, -1033, -1033, -1033, -1033, -403, -118, -1033, -1033, 1020, -1033, -1033, -1033, -1033, -1033, 64, -1033, -1033, 397, -1033, -1033, 96, 130, -1033, 206, -1033, -1033, -1033, -938, -1033, -886, -1033, -1033, -620, -778, -1033, -1033, -1033, -610, -1033, -594, -1033, -577, -1033, 312, -1033, -1033, 654, -668, -1033, 242, 308, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -898, 166, -1033, -1032, -1033, 280, -1033, -1033, -636, 466, 1132, -1033, -1033, 1178, -1033, -1033, -1033, -1033, -117, -381, -345, -322, -372, -388, -347, -353, -535, -551, -1033, -626, -1033, -76, -1033, -1033, -1033, -1033, 1013, 1218, -602, -433, 6, -1033, -1033, -1033, 533, -3, -1033, -1033, -1033, 634, -254, -1033, -1033, -1033, -1033, -911, -806, -1033, -1033, 523, -1033, -1033, -1033, -554, -1033, -1033, -1033, -384, -1033, -1033, -1033, -1033, -1033, 559, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 801, 784, -1033, 889, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 224, -684, -890, -1033, 148, -1033, -1033, 683, 687, 511, 1, -395, 1246, -1033, 17, -1033, -1033, -578, -1033, -1033, -1033, 670, -125, 1074, -1033, -448, 1141, 26, 1366, -1033, 1137, -1033, 744, -1033, -1033, -1033, -1033, -173, -1033, -1033, -1033, -1033, -1033, 20, 799, 1028, 1251, -1033, -1033, 1261, -1033, -1033, -311, -1033, 617, 211, -423, -737, -1033, 869, -1033, -1033, 969, -187, 673, 518, -493, 127, -1033, 180, 40, -1033, -1033, 173, -1033, 337, -1033, -1033, 667, -1033, 356, -639, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, 1401, -1033, -1033, 1588, -295, 522, 0, 19, -1033 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If zero, do what YYDEFACT says. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -718 static const yytype_int16 yytable[] = { 123, 121, 133, 654, 294, 123, 99, 304, 571, 123, 219, 219, 219, 600, 538, 539, 651, 548, 471, 124, 131, 692, 762, 493, 124, 747, 598, 712, 142, 963, 203, 546, 547, 454, 967, 759, 200, 1052, 971, 857, 338, 339, 340, 341, 342, 343, 509, 573, 433, 1208, 212, 425, 540, 541, 550, 796, 429, 1071, 430, 549, 1090, 473, 1081, 1057, 95, 1081, -616, 657, 322, 974, -616, 797, 616, 411, 637, 978, 412, 542, 543, 544, 545, 444, 1134, 762, 132, 670, 747, 1125, 799, 123, 121, 409, 1059, 1189, 1190, 99, 759, 1126, -47, 1137, 1038, 1039, 1144, 477, 1145, -650, 266, 410, 124, -650, 758, 805, -655, 520, 1134, 412, -655, 831, 262, 457, 1132, 1146, 123, 830, 1059, 271, 757, -658, 399, 400, 521, -658, 1040, 1041, 397, 398, 955, 1001, 242, 242, 123, 124, 1076, 401, 402, 288, 1042, 297, 926, 1118, 1119, 123, 269, 95, 1002, 1156, 219, 318, 459, 319, 403, 404, 1240, 449, 927, 1152, 3, 3, 694, -282, 329, 758, 1133, 1135, 936, 219, 337, 395, 396, 857, 702, 509, 200, 213, 796, 857, -660, 757, 1047, 946, -660, 243, 243, 1081, 405, 1081, 212, 1091, 1048, 796, 797, 219, 81, 82, 141, 1207, 306, 85, 86, 219, 1213, 219, 705, 219, 1209, 797, 219, 799, 1084, 704, 498, 413, 473, 427, 219, 1188, 412, 200, 560, 219, 1138, 219, 799, 419, 320, 200, 421, 420, 477, 200, 805, 212, 200, 325, 219, 219, 81, 1062, 1201, 212, 1204, 81, 1127, 212, 326, 805, 212, -426, 690, -426, 820, 1244, 866, 569, 429, 438, 459, -426, 477, 674, 1083, 200, 1085, 754, 3, 535, 536, 537, 81, 1062, 750, 808, 1165, 1096, 1097, 212, 1098, 123, 447, 753, 123, 123, 123, 1036, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 397, 398, 124, 857, 756, 451, 453, 455, 123, 470, 755, 701, 751, 327, 123, 269, 461, 81, 82, 141, 328, 1047, 85, 86, 269, 213, 850, 124, 412, 700, 754, 1048, 282, 319, 645, 752, 287, 750, 289, 1120, 293, 1121, 1161, 214, 1163, 295, 753, 242, 81, 1049, 1050, -283, 242, 264, 242, 1204, 219, 311, 1122, 312, 491, 322, 330, 412, 219, 756, 219, 242, 633, 477, 213, 755, 1033, 751, 632, 412, 331, 1094, 213, 322, -651, 1104, 213, 350, -651, 213, 1030, 3, 957, 572, 1077, 762, 954, 1078, 747, 956, 752, 692, -426, 965, 243, -426, 378, -426, 759, 243, 808, 243, 348, 397, 398, 219, 866, 269, 213, 349, 1111, -426, -426, -426, 243, 808, -426, -426, 81, 82, 141, 322, 354, 85, 86, 558, 219, 219, -282, 568, 459, 200, 1191, 219, 1192, 123, 581, 1144, 3, 1145, 568, -426, -426, -426, 123, 212, -426, -426, 1057, 449, 269, 1193, 603, 1123, 124, 123, 1146, 123, 412, 126, 127, 128, 351, 593, 1229, 123, -652, 1058, 123, 352, -652, 1185, 123, 758, 124, 269, 124, 1059, 1078, 81, 1049, 1050, 318, 214, 319, 445, 412, 619, -662, 757, 494, 624, -662, 353, 412, 397, 398, 477, 626, 269, 718, 219, 1194, 81, 82, 141, 406, 355, 85, 86, 123, 123, -711, 1181, 1120, 322, 1121, 703, 403, 404, 465, 1017, 1018, 467, 1027, 507, 508, 322, 214, 646, 647, 475, 968, 1122, 478, 836, 214, 837, 1025, 1026, 214, -653, 1185, 214, -715, -653, -426, -426, -426, 219, 219, -426, -426, 242, 242, -712, 568, 123, 662, 1019, 1020, 1029, -283, -656, 472, 219, 1028, -656, 219, 219, 397, 398, 214, 412, 568, 200, 124, 628, 213, 399, 400, -282, 861, 459, 1021, 1022, 1023, 1024, 412, 212, 405, 877, 636, 878, 401, 402, 1200, 1144, 406, 1145, 883, 411, -478, 459, 412, 123, 243, 243, 494, 884, 885, 886, 887, 888, 889, 407, 1146, 208, 240, 240, 1216, 477, 318, 1078, 319, 408, 427, 1060, 1061, 412, 1054, 81, 1062, 494, 414, 1063, 754, 249, 250, 251, -426, 690, -426, 750, 879, -534, 567, 219, 219, 643, -426, 779, 753, 644, 1235, 1191, 478, 1192, 415, 219, 219, 582, 219, 648, 649, 587, 374, 590, 375, 1100, -426, 756, 1092, -282, 1193, 601, 123, 755, 123, 751, -426, -426, -426, 420, 610, -426, -426, -426, 615, 219, 376, 377, 392, 393, 394, 593, 123, 593, 461, 123, 123, 219, 752, 412, 423, 399, 400, 660, 843, 412, 600, -714, 779, 881, 422, 851, -713, 864, 624, 124, 401, 402, 213, -613, 290, 291, 292, -613, 274, 275, 276, 277, 278, 279, 280, 281, 861, 283, 1112, 322, 286, 428, 214, -612, 201, 231, 231, -612, 1124, 434, 322, 685, 686, 893, 439, 894, 302, -426, 307, 308, 310, 412, 731, 208, 316, 81, 82, 141, 1149, -611, 85, 86, 435, -611, -426, 1251, 440, 895, 896, 442, 302, 446, 1014, 1015, 1016, 1166, 412, 344, 916, 917, 930, 116, 464, 412, 993, 466, 136, 989, 139, 204, 237, 237, 219, 918, 919, 912, 913, 1047, 208, 391, 1182, 1262, 474, 691, 412, -630, 208, 1048, 995, -630, 208, 468, 123, 208, 1195, 219, 484, 123, 478, -717, 219, 240, 426, -635, 219, -634, 240, -635, 240, -634, 469, 124, 914, 915, 843, 1215, 966, 717, 302, 843, 490, 240, 208, 843, 123, 81, 82, 141, 492, -633, 85, 86, 123, -633, 1047, 497, -632, 1236, -631, 1101, -632, 864, -631, 124, 1048, -628, 582, 495, 781, -628, 116, 988, 496, -717, 501, -647, 214, 332, 441, -647, 201, -629, 511, 298, 272, -629, 395, 396, 157, 158, 159, 160, 161, 162, -242, 272, 272, -625, 3, -648, 832, -625, 302, -648, 450, 452, 163, 164, 165, -626, 395, 396, 302, -626, -617, 1055, -620, 460, -617, 562, -620, 317, 643, 1074, 502, 201, 1103, 503, 219, -282, 166, 459, 316, 201, -640, 204, 504, 201, -640, 3, 201, -641, -642, 920, 921, -641, -642, 843, 231, 563, -638, 897, -621, 231, -638, 231, -621, 1175, 505, 302, -619, 81, 1049, 1050, -619, 179, 958, 686, 231, 201, 515, 302, -623, -717, -717, 176, -623, 565, -717, -717, 204, 123, 123, 284, 285, -624, 1058, -622, 204, -624, 570, -622, 204, 1087, 1088, 204, 1059, 909, 910, 911, 1105, 1106, 566, 237, 412, 1179, 940, 941, 237, 3, 237, -282, 208, 459, 779, 583, 1197, 1198, 81, 1049, 1050, 3, 179, 237, 204, 1116, 584, 1055, 1055, 585, 294, 1115, -282, 240, 240, 588, 1130, 594, 1074, 1074, 1140, 1141, 1142, 599, 611, 614, 286, 81, 299, 300, 973, 179, 81, 82, 141, 1130, 612, 85, 86, 604, 123, 1159, 620, 621, 412, 586, 625, 589, 219, 595, 629, 630, 596, 123, 581, 460, 634, 602, 123, 124, 635, 639, 1232, 458, 641, 642, 613, 843, 652, 316, 1168, 659, 124, 81, 82, 141, 622, 1172, 85, 86, 1055, 123, 123, 1055, 663, 1130, 1130, 666, 664, 676, 679, 302, 681, 684, 1074, 682, 1074, 696, 689, 1074, 1186, 1187, 322, 1074, 687, 123, 123, 695, 1074, 706, 708, 1217, 711, 631, 123, 720, 814, 1257, 818, 201, 721, 782, 821, 892, 1210, 1211, 1060, 1061, 123, 828, 81, 1062, 848, 124, 1063, 1080, 208, 829, 322, 846, 231, 231, 868, 81, 82, 141, 870, 124, 85, 86, 872, 1055, 123, 123, 1130, 81, 82, 141, 873, 1074, 85, 86, 981, 1093, 874, 922, 923, 925, 924, -645, 928, 1238, 1239, -645, 204, 675, 379, -644, 302, 123, 1159, -644, 392, 393, 394, 959, 931, 960, 199, 962, 392, 393, 394, 976, 602, 237, 237, 937, 124, 938, 939, 697, 698, 699, 942, 1074, 945, 970, 972, 316, 979, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 205, 238, 238, 986, 990, 991, 992, 994, 302, 996, 206, 239, 239, -668, 1034, 321, 1035, 1037, 1102, 724, 725, 179, 1089, 1095, 1099, 1136, 1107, 1155, 321, 321, 321, 321, 321, 321, 391, 346, 347, 1148, 1173, 1167, 1196, 1154, 201, 1212, 1194, 1219, 1223, 1222, 1225, 1227, 816, 1245, 1228, 1242, 1231, 1253, -262, 1234, 823, 1246, 825, 1248, 298, 1255, 460, 1256, 1258, 157, 158, 159, 160, 161, 162, 844, 845, 1259, 263, 476, 849, 1065, 1260, 1247, 622, 862, 1205, 163, 164, 165, 1110, 301, 834, 418, 1180, 1117, 1151, 391, 1237, 204, 999, 302, 499, 302, 390, 969, 961, 944, 1252, 678, 302, 166, 826, 333, 824, 335, 982, 296, 462, 247, 860, 640, 437, 1221, 506, 559, 1230, 869, 518, 985, 876, 1109, 984, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 0, 0, 0, 0, 205, 0, 0, 0, 216, 245, 245, 0, 176, 0, 206, 0, 199, 0, 0, 0, 710, 0, 555, 0, 199, 0, 0, 0, 199, 0, 0, 199, 0, 23, 24, 25, 26, 0, 27, 424, 0, 0, 0, 32, 33, 0, 948, 36, 37, 205, 39, 40, 41, 42, 0, 0, 0, 205, 0, 206, 199, 205, 0, 0, 205, 54, 55, 206, 0, 0, 0, 206, 238, 1261, 206, 0, 0, 238, 0, 238, 0, 0, 239, 0, 81, 299, 300, 239, 179, 239, 0, 80, 238, 205, 980, 862, 0, 602, 510, 0, 0, 84, 239, 206, 0, 0, 513, 0, 514, 898, 0, 0, 0, 456, 0, 0, 0, 0, 0, 0, 0, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 0, 0, 0, 485, 486, 487, 488, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 216, 0, 0, 0, 0, 0, 456, 0, 0, 0, 500, 0, 782, 783, 784, 785, 321, 0, 456, 786, 787, 788, 789, 790, 791, 792, 0, 576, 1079, 0, 0, 0, 0, 0, 321, 1086, 519, 0, 0, 0, 0, 218, 246, 246, 0, 216, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 216, 0, 0, 216, 951, 0, 0, 951, 0, 0, 0, 245, 0, 321, 0, 0, 245, 0, 245, 199, 0, 0, 0, 0, 0, 321, 0, 564, 0, 0, 714, 245, 216, 0, 0, 0, 0, 0, 576, 0, 0, 0, 723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 391, 0, 0, 0, 0, 0, 0, 0, 206, 0, 0, 0, 0, 0, 0, 321, 0, 0, 321, 238, 238, 0, 0, 0, 0, 0, 0, 0, 0, 239, 239, 0, 0, 576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1153, 838, 0, 0, 0, 0, 0, 0, 576, 673, 0, 0, 0, 0, 0, 714, 862, 0, 0, 1170, 0, 0, 321, 0, 0, 302, 0, 0, 1176, 1177, 0, 0, 0, 218, 321, 0, 0, 0, 0, 0, 0, 0, 951, 0, 951, 951, 951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 653, 0, 0, 0, 0, 0, 199, 0, 0, 727, 729, 0, 1214, 0, 0, 0, 0, 0, 218, 1218, 1220, 0, 748, 0, 0, 0, 218, 673, 733, 0, 218, 862, 0, 218, 0, 0, 0, 0, 0, 205, 673, 246, 0, 0, 0, 216, 246, 0, 246, 206, 0, 0, 0, 0, 0, 0, 0, 0, 1241, 0, 0, 246, 218, 0, 0, 0, 245, 245, 0, 0, 0, 0, 0, 0, 0, 0, 488, 838, 1249, 1250, 0, 867, 838, 748, 0, 1254, 838, 0, 0, 0, 0, 321, 0, 0, 0, 0, 0, 321, 321, 321, 321, 321, 321, 890, 891, 0, 734, 0, 0, 0, 780, 0, 714, 951, 0, 951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 997, 518, 0, 0, 0, 0, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 0, 0, 298, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 875, 0, 0, -203, -203, 456, 0, 456, 163, 164, 165, 0, 0, 0, 882, 0, 0, 0, 321, 0, 0, 216, 838, 0, 0, 0, 0, 0, 143, 321, 0, 0, 166, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -563, 0, 0, 0, 0, 156, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 218, 0, 0, 0, 0, -203, -203, 0, 0, 321, 163, 164, 165, 176, 0, 0, 0, 0, 0, 0, 0, 246, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 0, 321, 0, 167, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 838, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 0, 0, 748, 0, 0, 0, 0, 0, 0, 0, 0, -170, 0, 0, 0, 0, -170, -170, -170, 0, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -715, -170, -170, 0, -170, 488, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, 0, -170, 0, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, -170, 0, 0, 0, -170, 0, 0, 0, 0, 1108, 0, 0, 0, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -170, -170, -170, -170, -170, -170, -170, 2, 0, 0, 0, 0, 0, -282, 0, -170, 0, 0, 0, 0, -170, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 321, 0, 0, 0, 0, 1171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -426, -426, -426, 0, 6, 0, 0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 321, 10, 11, 12, 0, 0, 0, 0, 0, 0, 0, 0, -170, -170, -170, 321, -170, -170, -170, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 321, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, -3, 1, 0, 0, 0, 0, 81, 82, 83, 84, 0, 85, 86, 87, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, -282, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -426, -426, -426, 0, 6, 0, 0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 11, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 82, 83, 84, 143, 85, 86, 87, 0, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -563, 556, 0, 0, 0, 156, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 4, 0, 5, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -426, -426, -426, 166, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 13, 14, 15, 16, 176, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 177, 557, 84, 179, 180, 86, 87, 143, 0, 0, 0, 0, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -172, 0, 0, 0, 0, 156, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, -282, 0, 0, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -282, -282, -282, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, -282, -282, -282, -282, 176, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, 0, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, 0, 0, 0, 0, 0, 0, 81, 177, 178, -282, 179, 180, 86, -282, 221, 0, 0, 0, 0, 144, 145, 146, 0, 0, 222, 149, 150, 151, 152, 153, 154, 223, -172, -567, 0, 0, 0, 224, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, -282, 0, 0, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -282, -282, -282, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, -282, -282, -282, -282, 176, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, 0, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, -282, 0, 0, 0, 0, 0, 0, 81, 177, 178, -282, 179, 225, 226, -282, 143, 0, 0, 0, 0, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -563, 0, 0, 0, 0, 156, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 0, 221, 0, 163, 164, 165, 144, 145, 146, 0, 0, 222, 149, 150, 151, 152, 153, 154, 223, -507, -507, 0, 0, 0, 224, -507, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 0, 0, 0, 163, 164, 165, 0, -535, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -507, 0, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 143, 0, 0, 0, 0, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -563, 655, 0, 0, 0, 156, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 81, 177, 178, 0, 179, 225, 226, -203, -203, 0, 143, 0, 163, 164, 165, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 155, -563, 0, 0, 0, 0, 156, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 0, 0, 0, 163, 164, 165, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 835, 175, 0, 0, 0, 298, 176, 836, 0, 837, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 164, 165, 0, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 221, 0, 0, 0, 0, 144, 145, 146, 166, 0, 222, 149, 150, 151, 152, 153, 154, 223, -563, -567, 0, 0, 0, 224, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 81, 177, 178, 0, 179, 180, 86, -203, -203, 0, 221, 0, 163, 164, 165, 144, 145, 146, 0, 176, 222, 149, 150, 151, 152, 153, 154, 223, -563, -567, 0, 0, 0, 224, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 0, 0, 0, 163, 164, 165, 0, -503, 0, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 713, -709, 175, 0, 0, 298, 166, 176, 0, 0, 157, 158, 159, 160, 161, 162, 0, 81, 177, 178, 0, 179, 85, 86, 0, 0, 0, 0, 163, 164, 165, 0, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, 176, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 177, 178, 0, 179, 225, 226, 0, 0, 0, 0, 0, 0, 0, 0, 144, 145, 146, 176, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 574, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 81, 177, 178, 0, 179, 225, 226, -203, -203, 4, 0, 5, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 6, 0, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 575, 13, 14, 15, 16, 176, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 177, 557, 84, 179, 180, 86, 87, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 656, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 4, 0, 5, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 13, 14, 15, 16, 176, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 177, 557, 84, 179, 180, 86, 87, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 668, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 4, 0, 5, 163, 164, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 669, 13, 14, 15, 16, 176, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 177, 557, 84, 179, 180, 86, 87, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 667, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 164, 165, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 671, 0, 0, 0, 357, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 164, 165, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 672, 0, 144, 145, 146, 176, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 732, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 810, 0, 0, 0, 357, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 144, 145, 146, 176, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 811, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 813, 0, 0, 0, 357, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 812, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 144, 145, 146, 176, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 947, 0, 0, 0, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 144, 145, 146, 0, 147, 148, 149, 150, 151, 152, 153, 154, 223, -563, 0, 0, 0, 0, 357, 0, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 163, 164, 165, 0, 0, 168, 169, 170, 171, 172, 173, 174, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 166, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 169, 170, 171, 172, 173, 174, -136, 0, 0, 0, 0, -136, 0, 0, 175, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 177, 178, 0, 179, 180, 86, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, -566, 0, 0, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 835, 1164, 0, 138, 84, 298, 0, 836, 87, 837, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, -172, 0, 0, 0, 0, 298, 0, 163, 164, 165, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 0, 0, -172, 163, 164, 165, 166, 357, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, -203, -203, 166, 0, 631, 163, 164, 165, 0, 298, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 713, 176, 0, 0, 166, 298, 0, 163, 164, 165, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 163, 164, 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 177, 178, 176, 179, 85, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, -282, 0, 0, 0, 0, 81, 299, 300, 176, 179, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 81, 82, 83, 84, 0, 85, 86, 87, 298, 516, 0, 0, 0, 157, 158, 159, 160, 161, 162, 298, 0, 0, 597, 0, 157, 158, 159, 160, 161, 162, 0, 163, 164, 165, 0, 0, 0, 0, 0, 0, 298, 998, 163, 164, 165, 157, 158, 159, 160, 161, 162, 298, 0, 0, 693, 166, 157, 158, 159, 160, 161, 162, 0, 163, 164, 165, 166, 0, 0, 0, 0, 0, 298, -262, 163, 164, 165, 157, 158, 159, 160, 161, 162, 298, 0, 0, 0, 166, 157, 158, 159, 160, 161, 162, 0, 163, 164, 165, 166, 0, 176, 0, 0, 0, 0, 0, 163, 164, 165, 0, 0, 176, 0, 0, 0, 345, 0, 0, 0, 166, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 166, 0, 176, 0, 0, 0, 0, 0, 163, 164, 165, 0, 726, 176, 0, 0, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 0, 176, 163, 164, 165, 0, 0, 0, 0, 81, 299, 300, 176, 179, 0, 0, 0, 0, 0, 0, 81, 299, 300, 728, 179, 0, 166, 0, 157, 158, 159, 160, 161, 162, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 176, 179, 163, 164, 165, 0, 0, 0, 81, 299, 300, 0, 179, 735, 0, 0, 0, 0, 736, 737, 738, 739, 740, 741, 0, 0, 166, 176, 0, 81, 299, 300, 0, 179, 0, 0, 163, 742, 743, 0, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 299, 300, 0, 179, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -426, -426, -426, 0, 6, 81, 299, 300, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 745, 746, 0, 179, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 4, 0, 5, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 4, 0, 0, 0, 0, 0, 81, 1113, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -426, -426, -426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 4, 0, 0, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 11, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 4, 0, 5, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 4, 0, 0, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 16, 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 0, 0, 0, 0, 0, 0, 0, 138, 84, 0, 0, 0, 87 }; static const yytype_int16 yycheck[] = { 0, 0, 5, 554, 122, 5, 0, 132, 441, 9, 10, 11, 12, 461, 395, 396, 551, 405, 313, 0, 3, 599, 661, 334, 5, 661, 459, 629, 9, 835, 10, 403, 404, 19, 840, 661, 10, 935, 844, 707, 157, 158, 159, 160, 161, 162, 357, 442, 235, 27, 10, 224, 397, 398, 407, 665, 229, 943, 231, 406, 971, 315, 952, 5, 0, 955, 21, 560, 144, 847, 25, 665, 475, 18, 507, 853, 21, 399, 400, 401, 402, 268, 24, 722, 24, 578, 722, 24, 665, 89, 89, 41, 34, 1125, 1126, 89, 722, 34, 22, 56, 89, 90, 26, 5, 28, 21, 19, 57, 89, 25, 661, 665, 21, 28, 24, 21, 25, 695, 0, 25, 1058, 45, 122, 25, 34, 24, 661, 21, 37, 38, 45, 25, 121, 122, 50, 51, 820, 28, 11, 12, 140, 122, 948, 52, 53, 88, 135, 130, 41, 1047, 1048, 151, 18, 89, 45, 22, 156, 140, 26, 140, 54, 55, 1194, 288, 57, 1076, 34, 34, 601, 18, 151, 722, 1058, 1059, 794, 175, 156, 32, 33, 847, 613, 492, 156, 10, 794, 853, 21, 722, 24, 809, 25, 11, 12, 1083, 29, 1085, 156, 975, 34, 809, 794, 201, 188, 189, 190, 1143, 21, 193, 194, 209, 1148, 211, 615, 213, 192, 809, 216, 794, 955, 614, 345, 201, 476, 18, 224, 1123, 21, 201, 415, 229, 187, 231, 809, 213, 24, 209, 216, 192, 5, 213, 794, 201, 216, 24, 244, 245, 188, 189, 1134, 209, 1136, 188, 189, 213, 24, 809, 216, 24, 25, 26, 683, 1199, 710, 436, 437, 245, 26, 34, 5, 580, 954, 245, 956, 661, 34, 392, 393, 394, 188, 189, 661, 665, 1088, 25, 26, 245, 28, 287, 287, 661, 290, 291, 292, 932, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 50, 51, 287, 975, 661, 290, 291, 292, 312, 312, 661, 610, 661, 24, 318, 18, 303, 188, 189, 190, 24, 24, 193, 194, 18, 156, 5, 312, 21, 23, 722, 34, 112, 318, 27, 661, 116, 722, 118, 26, 120, 28, 1083, 10, 1085, 125, 722, 224, 188, 189, 190, 24, 229, 26, 231, 1245, 360, 137, 45, 139, 18, 441, 18, 21, 368, 722, 370, 244, 497, 5, 201, 722, 927, 722, 495, 21, 18, 983, 209, 459, 21, 27, 213, 16, 25, 216, 925, 34, 825, 25, 18, 1034, 819, 21, 1034, 822, 722, 979, 18, 836, 224, 21, 182, 23, 1034, 229, 794, 231, 24, 50, 51, 415, 864, 18, 245, 24, 21, 188, 189, 190, 244, 809, 193, 194, 188, 189, 190, 507, 15, 193, 194, 415, 436, 437, 24, 433, 26, 415, 26, 443, 28, 445, 445, 26, 34, 28, 444, 188, 189, 190, 454, 415, 193, 194, 5, 584, 18, 45, 465, 21, 445, 465, 45, 467, 21, 112, 113, 114, 16, 454, 27, 475, 21, 24, 478, 16, 25, 1120, 482, 1034, 465, 18, 467, 34, 21, 188, 189, 190, 475, 156, 475, 271, 21, 478, 21, 1034, 25, 482, 25, 16, 21, 50, 51, 5, 25, 18, 635, 511, 21, 188, 189, 190, 39, 102, 193, 194, 520, 521, 22, 25, 26, 601, 28, 25, 54, 55, 306, 912, 913, 309, 922, 6, 7, 613, 201, 520, 521, 317, 23, 45, 320, 26, 209, 28, 920, 921, 213, 21, 1191, 216, 22, 25, 188, 189, 190, 559, 560, 193, 194, 436, 437, 22, 560, 567, 567, 914, 915, 924, 24, 21, 26, 575, 923, 25, 578, 579, 50, 51, 245, 21, 578, 559, 567, 25, 415, 37, 38, 24, 710, 26, 916, 917, 918, 919, 21, 559, 29, 726, 25, 728, 52, 53, 25, 26, 39, 28, 735, 18, 25, 26, 21, 615, 436, 437, 25, 736, 737, 738, 739, 740, 741, 40, 45, 10, 11, 12, 18, 5, 615, 21, 615, 56, 18, 184, 185, 21, 935, 188, 189, 25, 95, 192, 1034, 13, 14, 15, 24, 25, 26, 1034, 730, 95, 432, 657, 658, 21, 34, 661, 1034, 25, 25, 26, 442, 28, 19, 669, 670, 447, 672, 42, 43, 451, 24, 453, 26, 990, 28, 1034, 977, 24, 45, 26, 686, 1034, 688, 1034, 188, 189, 190, 192, 470, 193, 194, 45, 474, 699, 48, 49, 34, 35, 36, 686, 706, 688, 691, 709, 710, 711, 1034, 21, 24, 37, 38, 25, 699, 21, 1168, 22, 722, 25, 22, 706, 22, 710, 709, 710, 52, 53, 559, 21, 68, 69, 70, 25, 104, 105, 106, 107, 108, 109, 110, 111, 864, 113, 1043, 825, 116, 95, 415, 21, 10, 11, 12, 25, 1053, 19, 836, 20, 21, 24, 95, 26, 132, 28, 134, 135, 136, 21, 22, 156, 140, 188, 189, 190, 1073, 21, 193, 194, 20, 25, 45, 1218, 27, 48, 49, 24, 156, 18, 909, 910, 911, 1090, 21, 163, 37, 38, 25, 0, 25, 21, 880, 18, 5, 25, 7, 10, 11, 12, 812, 52, 53, 32, 33, 24, 201, 185, 27, 1254, 24, 599, 21, 21, 209, 34, 25, 25, 213, 18, 832, 216, 1129, 835, 22, 837, 614, 34, 840, 224, 225, 21, 844, 21, 229, 25, 231, 25, 23, 832, 50, 51, 835, 1150, 837, 633, 224, 840, 18, 244, 245, 844, 864, 188, 189, 190, 24, 21, 193, 194, 872, 25, 24, 24, 21, 27, 21, 996, 25, 864, 25, 864, 34, 21, 662, 25, 664, 25, 89, 872, 25, 88, 18, 21, 559, 18, 264, 25, 156, 21, 19, 24, 103, 25, 32, 33, 29, 30, 31, 32, 33, 34, 22, 114, 115, 21, 34, 21, 696, 25, 288, 25, 290, 291, 47, 48, 49, 21, 32, 33, 298, 25, 21, 935, 21, 303, 25, 9, 25, 140, 21, 943, 18, 201, 25, 18, 948, 24, 71, 26, 318, 209, 21, 156, 18, 213, 25, 34, 216, 21, 21, 54, 55, 25, 25, 948, 224, 11, 21, 747, 21, 229, 25, 231, 25, 1102, 18, 345, 21, 188, 189, 190, 25, 192, 20, 21, 244, 245, 373, 357, 21, 188, 189, 116, 25, 25, 193, 194, 201, 1001, 1002, 114, 115, 21, 24, 21, 209, 25, 11, 25, 213, 20, 21, 216, 34, 34, 35, 36, 1001, 1002, 24, 224, 21, 22, 802, 803, 229, 34, 231, 24, 415, 26, 1034, 91, 32, 33, 188, 189, 190, 34, 192, 244, 245, 1045, 21, 1047, 1048, 19, 1168, 1045, 19, 436, 437, 19, 1056, 19, 1058, 1059, 52, 53, 54, 24, 91, 24, 432, 188, 189, 190, 846, 192, 188, 189, 190, 1075, 27, 193, 194, 195, 1080, 1080, 25, 21, 21, 451, 22, 453, 1088, 455, 18, 25, 458, 1093, 1093, 461, 25, 463, 1098, 1080, 21, 25, 1178, 302, 11, 24, 472, 1088, 22, 475, 1093, 24, 1093, 188, 189, 190, 482, 1098, 193, 194, 1120, 1121, 1122, 1123, 24, 1125, 1126, 25, 27, 23, 20, 497, 19, 19, 1134, 20, 1136, 21, 27, 1139, 1121, 1122, 1218, 1143, 23, 1145, 1146, 24, 1148, 21, 5, 1154, 25, 19, 1154, 22, 25, 1233, 20, 415, 24, 73, 20, 24, 1145, 1146, 184, 185, 1168, 25, 188, 189, 25, 1154, 192, 951, 559, 27, 1254, 27, 436, 437, 18, 188, 189, 190, 21, 1168, 193, 194, 21, 1191, 1192, 1193, 1194, 188, 189, 190, 25, 1199, 193, 194, 195, 979, 22, 29, 39, 56, 40, 21, 25, 1192, 1193, 25, 415, 581, 23, 21, 584, 1219, 1219, 25, 34, 35, 36, 25, 189, 25, 10, 18, 34, 35, 36, 25, 600, 436, 437, 91, 1219, 91, 91, 607, 608, 609, 91, 1245, 91, 22, 91, 615, 24, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 10, 11, 12, 20, 25, 25, 25, 18, 635, 25, 10, 11, 12, 22, 21, 144, 18, 40, 21, 646, 647, 192, 27, 20, 18, 23, 22, 18, 157, 158, 159, 160, 161, 162, 661, 164, 165, 24, 194, 91, 22, 1078, 559, 22, 21, 21, 20, 22, 20, 91, 677, 40, 25, 196, 25, 18, 18, 27, 685, 27, 687, 25, 24, 20, 691, 20, 27, 29, 30, 31, 32, 33, 34, 700, 701, 25, 89, 318, 705, 943, 1245, 1212, 709, 710, 1139, 47, 48, 49, 1037, 132, 697, 211, 1111, 1046, 1075, 722, 1191, 559, 893, 726, 348, 728, 185, 841, 832, 807, 1219, 584, 735, 71, 688, 154, 686, 156, 864, 130, 303, 12, 709, 511, 244, 1158, 355, 415, 1174, 713, 374, 870, 722, 1034, 869, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, -1, -1, -1, -1, 156, -1, -1, -1, 10, 11, 12, -1, 116, -1, 156, -1, 201, -1, -1, -1, 622, -1, 412, -1, 209, -1, -1, -1, 213, -1, -1, 216, -1, 123, 124, 125, 126, -1, 128, 224, -1, -1, -1, 133, 134, -1, 815, 137, 138, 201, 140, 141, 142, 143, -1, -1, -1, 209, -1, 201, 245, 213, -1, -1, 216, 155, 156, 209, -1, -1, -1, 213, 224, 1252, 216, -1, -1, 229, -1, 231, -1, -1, 224, -1, 188, 189, 190, 229, 192, 231, -1, 181, 244, 245, 863, 864, -1, 866, 360, -1, -1, 191, 244, 245, -1, -1, 368, -1, 370, 23, -1, -1, -1, 298, -1, -1, -1, -1, -1, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, -1, -1, -1, 325, 326, 327, 328, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 156, -1, -1, -1, -1, -1, 345, -1, -1, -1, 349, -1, 73, 74, 75, 76, 441, -1, 357, 80, 81, 82, 83, 84, 85, 86, -1, 443, 951, -1, -1, -1, -1, -1, 459, 958, 375, -1, -1, -1, -1, 10, 11, 12, -1, 201, -1, -1, -1, -1, -1, -1, -1, 209, -1, -1, -1, 213, -1, -1, 216, 817, -1, -1, 820, -1, -1, -1, 224, -1, 495, -1, -1, 229, -1, 231, 415, -1, -1, -1, -1, -1, 507, -1, 423, -1, -1, 631, 244, 245, -1, -1, -1, -1, -1, 511, -1, -1, -1, 643, -1, -1, -1, -1, -1, -1, -1, -1, -1, 415, -1, 1034, -1, -1, -1, -1, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 551, -1, -1, 554, 436, 437, -1, -1, -1, -1, -1, -1, -1, -1, 436, 437, -1, -1, 560, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1077, 699, -1, -1, -1, -1, -1, -1, 578, 579, -1, -1, -1, -1, -1, 713, 1093, -1, -1, 1096, -1, -1, 601, -1, -1, 1102, -1, -1, 1105, 1106, -1, -1, -1, 156, 613, -1, -1, -1, -1, -1, -1, -1, 952, -1, 954, 955, 956, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 553, -1, -1, -1, -1, -1, 559, -1, -1, 648, 649, -1, 1149, -1, -1, -1, -1, -1, 201, 1156, 1157, -1, 661, -1, -1, -1, 209, 657, 658, -1, 213, 1168, -1, 216, -1, -1, -1, -1, -1, 559, 670, 224, -1, -1, -1, 415, 229, -1, 231, 559, -1, -1, -1, -1, -1, -1, -1, -1, 1195, -1, -1, 244, 245, -1, -1, -1, 436, 437, -1, -1, -1, -1, -1, -1, -1, -1, 629, 835, 1215, 1216, -1, 711, 840, 722, -1, 1222, 844, -1, -1, -1, -1, 730, -1, -1, -1, -1, -1, 736, 737, 738, 739, 740, 741, 742, 743, -1, 659, -1, -1, -1, 663, -1, 870, 1083, -1, 1085, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 892, 893, -1, -1, -1, -1, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, 721, -1, -1, 42, 43, 726, -1, 728, 47, 48, 49, -1, -1, -1, 735, -1, -1, -1, 825, -1, -1, 559, 948, -1, -1, -1, -1, -1, 1, 836, -1, -1, 71, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, 415, -1, -1, -1, -1, 42, 43, -1, -1, 880, 47, 48, 49, 116, -1, -1, -1, -1, -1, -1, -1, 436, 437, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, -1, 927, -1, 95, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, -1, 116, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, 1088, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 894, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 996, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 559, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, -1, -1, 1034, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1, 26, 983, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, -1, 45, -1, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, -1, -1, -1, 71, -1, -1, -1, -1, 1032, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, 18, -1, -1, -1, -1, -1, 24, -1, 111, -1, -1, -1, -1, 116, -1, -1, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, 46, -1, -1, -1, -1, 1178, -1, -1, -1, -1, 1097, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, -1, 72, -1, -1, -1, -1, 77, 78, 79, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1218, 92, 93, 94, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, 1233, 192, 193, 194, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 1254, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 0, 1, -1, -1, -1, -1, 188, 189, 190, 191, -1, 193, 194, 195, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, 24, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, 46, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, -1, 72, -1, -1, -1, -1, 77, 78, 79, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 92, 93, 94, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 1, 193, 194, 195, -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, -1, 46, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, 71, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 1, -1, -1, -1, -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, -1, -1, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 1, -1, -1, -1, -1, 6, 7, 8, -1, -1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, -1, -1, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 1, -1, -1, -1, -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, 1, -1, 47, 48, 49, 6, 7, 8, -1, -1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, 25, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, -1, -1, 47, 48, 49, -1, 95, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 95, -1, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, -1, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 1, -1, -1, -1, -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, 188, 189, 190, -1, 192, 193, 194, 42, 43, -1, 1, -1, 47, 48, 49, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, -1, -1, 47, 48, 49, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, 19, 111, -1, -1, -1, 24, 116, 26, -1, 28, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 47, 48, 49, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 1, -1, -1, -1, -1, 6, 7, 8, 71, -1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, 188, 189, 190, -1, 192, 193, 194, 42, 43, -1, 1, -1, 47, 48, 49, 6, 7, 8, -1, 116, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, -1, -1, 47, 48, 49, -1, 95, -1, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, 19, 20, 111, -1, -1, 24, 71, 116, -1, -1, 29, 30, 31, 32, 33, 34, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, -1, 47, 48, 49, -1, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, -1, 116, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, -1, -1, -1, -1, -1, 6, 7, 8, 116, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, 188, 189, 190, -1, 192, 193, 194, 42, 43, 44, -1, 46, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, 72, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, -1, 46, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, -1, 46, 47, 48, 49, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, 192, 193, 194, 195, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 47, 48, 49, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 47, 48, 49, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, 6, 7, 8, 116, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, 6, 7, 8, 116, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, 6, 7, 8, 116, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, -1, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, 47, 48, 49, -1, -1, 96, 97, 98, 99, 100, 101, 102, -1, -1, -1, -1, -1, -1, -1, -1, 111, -1, -1, -1, 71, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 96, 97, 98, 99, 100, 101, 102, 19, -1, -1, -1, -1, 24, -1, -1, 111, -1, -1, -1, -1, 116, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, 46, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, -1, -1, -1, -1, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 193, 194, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 20, -1, -1, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, 19, 20, -1, 190, 191, 24, -1, 26, 195, 28, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, 19, -1, -1, -1, -1, 24, -1, 47, 48, 49, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, -1, 19, 47, 48, 49, 71, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, 71, -1, 19, 47, 48, 49, -1, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, 19, 116, -1, -1, 71, 24, -1, 47, 48, 49, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, 116, -1, -1, -1, -1, -1, 47, 48, 49, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 116, -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, 116, 192, 193, 194, -1, -1, -1, -1, -1, -1, -1, -1, -1, 24, -1, -1, -1, -1, 188, 189, 190, 116, 192, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, 188, 189, 190, 191, -1, 193, 194, 195, 24, 25, -1, -1, -1, 29, 30, 31, 32, 33, 34, 24, -1, -1, 27, -1, 29, 30, 31, 32, 33, 34, -1, 47, 48, 49, -1, -1, -1, -1, -1, -1, 24, 25, 47, 48, 49, 29, 30, 31, 32, 33, 34, 24, -1, -1, 27, 71, 29, 30, 31, 32, 33, 34, -1, 47, 48, 49, 71, -1, -1, -1, -1, -1, 24, 25, 47, 48, 49, 29, 30, 31, 32, 33, 34, 24, -1, -1, -1, 71, 29, 30, 31, 32, 33, 34, -1, 47, 48, 49, 71, -1, 116, -1, -1, -1, -1, -1, 47, 48, 49, -1, -1, 116, -1, -1, -1, 24, -1, -1, -1, 71, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, 71, -1, 116, -1, -1, -1, -1, -1, 47, 48, 49, -1, 24, 116, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, -1, 116, 47, 48, 49, -1, -1, -1, -1, 188, 189, 190, 116, 192, -1, -1, -1, -1, -1, -1, 188, 189, 190, 24, 192, -1, 71, -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, 116, 192, 47, 48, 49, -1, -1, -1, 188, 189, 190, -1, 192, 24, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, -1, 71, 116, -1, 188, 189, 190, -1, 192, -1, -1, 47, 48, 49, -1, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 116, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, -1, 116, -1, -1, -1, -1, -1, -1, -1, -1, 44, -1, 46, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, -1, 72, 188, 189, 190, -1, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, 189, 190, -1, 192, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 44, -1, 46, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 44, -1, -1, -1, -1, -1, 188, 189, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 68, 69, 70, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 44, -1, -1, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 92, 93, 94, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 44, -1, 46, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 72, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 44, -1, -1, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 112, 113, 114, 115, -1, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -1, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, -1, -1, -1, -1, -1, -1, -1, -1, 190, 191, -1, -1, -1, 195 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { 0, 1, 18, 34, 44, 46, 72, 77, 78, 79, 92, 93, 94, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 188, 189, 190, 191, 193, 194, 195, 198, 199, 200, 201, 202, 206, 212, 215, 216, 256, 261, 303, 304, 310, 312, 324, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 349, 352, 361, 366, 371, 375, 470, 471, 472, 112, 113, 114, 373, 374, 375, 24, 308, 314, 315, 347, 371, 190, 347, 203, 190, 471, 1, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 24, 29, 30, 31, 32, 33, 34, 47, 48, 49, 71, 95, 96, 97, 98, 99, 100, 101, 102, 111, 116, 189, 190, 192, 193, 269, 271, 273, 275, 278, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 292, 294, 299, 300, 388, 393, 403, 404, 405, 407, 410, 414, 415, 423, 429, 430, 431, 434, 436, 442, 464, 466, 467, 470, 471, 1, 11, 18, 24, 193, 194, 300, 389, 391, 392, 393, 396, 398, 399, 401, 402, 405, 407, 410, 415, 419, 428, 430, 435, 464, 467, 389, 390, 312, 312, 312, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 0, 200, 26, 313, 19, 257, 259, 18, 468, 24, 347, 350, 312, 312, 312, 312, 312, 312, 312, 312, 361, 312, 350, 350, 312, 361, 88, 361, 68, 69, 70, 361, 206, 361, 373, 375, 24, 189, 190, 300, 312, 346, 383, 470, 21, 312, 312, 311, 312, 361, 361, 204, 205, 209, 312, 347, 375, 471, 24, 273, 294, 302, 411, 24, 24, 24, 24, 471, 18, 18, 18, 300, 270, 300, 383, 404, 281, 281, 281, 281, 281, 281, 312, 24, 273, 273, 24, 24, 16, 16, 16, 16, 15, 102, 406, 24, 387, 388, 393, 405, 407, 410, 413, 415, 428, 431, 434, 436, 464, 465, 467, 437, 24, 26, 48, 49, 361, 23, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 276, 312, 34, 35, 36, 32, 33, 50, 51, 37, 38, 52, 53, 54, 55, 29, 39, 40, 56, 41, 57, 18, 21, 404, 95, 19, 422, 404, 387, 404, 192, 404, 22, 24, 300, 398, 415, 18, 95, 398, 398, 303, 347, 424, 19, 20, 400, 391, 404, 95, 27, 312, 24, 258, 424, 361, 18, 371, 348, 383, 312, 471, 312, 471, 19, 471, 300, 25, 347, 26, 312, 375, 384, 386, 25, 361, 18, 361, 18, 23, 371, 468, 26, 313, 24, 361, 209, 5, 361, 372, 378, 379, 380, 408, 22, 300, 300, 300, 300, 301, 18, 18, 24, 413, 25, 25, 25, 24, 383, 299, 300, 18, 18, 18, 18, 18, 406, 6, 7, 413, 387, 19, 421, 387, 387, 415, 25, 272, 299, 300, 28, 45, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 279, 277, 281, 281, 281, 282, 282, 283, 283, 284, 284, 284, 284, 285, 285, 286, 287, 288, 291, 295, 297, 293, 299, 20, 190, 404, 423, 424, 416, 9, 11, 300, 25, 24, 361, 303, 398, 11, 302, 25, 372, 20, 111, 387, 420, 424, 427, 260, 371, 361, 91, 21, 19, 312, 361, 19, 312, 361, 368, 369, 471, 19, 312, 312, 27, 302, 24, 386, 26, 312, 308, 195, 307, 308, 316, 317, 309, 361, 91, 27, 312, 24, 361, 205, 376, 377, 471, 25, 21, 312, 382, 471, 22, 25, 433, 25, 18, 25, 19, 281, 383, 25, 21, 25, 302, 412, 25, 420, 11, 24, 21, 25, 27, 471, 471, 42, 43, 280, 289, 22, 300, 290, 20, 20, 427, 432, 24, 25, 397, 371, 24, 27, 207, 25, 20, 20, 111, 427, 20, 111, 387, 413, 312, 23, 305, 348, 20, 357, 19, 20, 359, 19, 20, 21, 23, 367, 27, 25, 361, 378, 27, 302, 24, 21, 312, 312, 312, 23, 468, 302, 25, 372, 205, 21, 213, 5, 381, 347, 25, 301, 19, 299, 425, 426, 361, 383, 409, 22, 24, 438, 299, 312, 312, 24, 273, 24, 273, 296, 22, 20, 387, 300, 24, 29, 30, 31, 32, 33, 34, 48, 49, 71, 189, 190, 271, 273, 276, 282, 283, 284, 285, 286, 287, 288, 289, 290, 292, 439, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 462, 470, 300, 361, 73, 74, 75, 76, 80, 81, 82, 83, 84, 85, 86, 233, 235, 237, 238, 240, 241, 242, 247, 248, 254, 255, 325, 326, 328, 329, 330, 208, 20, 20, 111, 20, 25, 306, 312, 417, 20, 353, 417, 20, 355, 312, 369, 312, 368, 384, 25, 27, 25, 378, 361, 246, 247, 19, 26, 28, 299, 319, 320, 321, 322, 471, 312, 312, 27, 210, 25, 312, 5, 471, 234, 236, 238, 240, 242, 248, 326, 330, 382, 206, 312, 370, 375, 385, 386, 387, 18, 425, 21, 469, 21, 25, 22, 300, 439, 383, 383, 294, 298, 25, 300, 383, 281, 281, 281, 281, 281, 281, 273, 273, 24, 24, 26, 48, 49, 361, 23, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 34, 35, 36, 32, 33, 50, 51, 37, 38, 52, 53, 54, 55, 29, 39, 40, 56, 41, 57, 25, 440, 25, 189, 244, 245, 239, 243, 233, 91, 91, 91, 361, 361, 91, 332, 336, 91, 233, 20, 312, 318, 215, 347, 362, 363, 417, 362, 417, 302, 20, 25, 25, 307, 18, 319, 323, 302, 471, 319, 23, 322, 22, 319, 91, 361, 234, 211, 25, 214, 234, 24, 312, 195, 370, 394, 469, 426, 20, 274, 471, 25, 25, 25, 25, 294, 18, 25, 25, 299, 25, 272, 300, 28, 45, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 281, 281, 281, 282, 282, 283, 283, 284, 284, 284, 284, 285, 285, 286, 287, 288, 289, 458, 460, 290, 21, 18, 442, 40, 89, 90, 121, 122, 135, 249, 250, 251, 253, 24, 34, 189, 190, 262, 263, 265, 468, 470, 327, 5, 24, 34, 184, 185, 189, 192, 217, 218, 224, 225, 226, 228, 229, 230, 231, 333, 470, 331, 319, 18, 21, 312, 361, 363, 418, 362, 418, 362, 312, 20, 21, 27, 318, 234, 468, 361, 301, 20, 25, 26, 28, 18, 413, 281, 21, 25, 27, 471, 471, 22, 300, 441, 244, 21, 468, 189, 252, 303, 470, 251, 263, 263, 26, 28, 45, 21, 468, 24, 34, 189, 266, 268, 470, 220, 228, 230, 24, 230, 23, 56, 187, 223, 52, 53, 54, 227, 26, 28, 45, 219, 24, 468, 267, 268, 318, 312, 361, 18, 22, 364, 365, 371, 358, 418, 360, 418, 20, 319, 468, 91, 375, 395, 312, 300, 471, 194, 463, 383, 312, 312, 459, 22, 250, 25, 27, 263, 264, 442, 471, 471, 263, 266, 266, 26, 28, 45, 21, 468, 22, 32, 33, 232, 25, 230, 218, 221, 230, 224, 230, 228, 27, 192, 471, 471, 22, 228, 312, 468, 18, 308, 312, 21, 312, 361, 22, 20, 354, 20, 356, 91, 25, 27, 416, 25, 294, 461, 27, 25, 27, 264, 471, 471, 266, 312, 196, 222, 228, 40, 27, 222, 25, 312, 312, 302, 365, 18, 312, 20, 20, 294, 27, 25, 221, 361, 302, 351 }; #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 /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* YY_LOCATION_PRINT -- Print the location on the stream. This macro was not mandated originally: define only if we know we won't break user code: when these are the locations we know. */ #ifndef YY_LOCATION_PRINT # if YYLTYPE_IS_TRIVIAL # define YY_LOCATION_PRINT(File, Loc) \ fprintf (File, "%d.%d-%d.%d", \ (Loc).first_line, (Loc).first_column, \ (Loc).last_line, (Loc).last_column) # else # define YY_LOCATION_PRINT(File, Loc) ((void) 0) # endif #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (YYLEX_PARAM) #else # define YYLEX yylex () #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, cgrammar_YYSTYPE const * const yyvaluep) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep) FILE *yyoutput; int yytype; cgrammar_YYSTYPE const * const yyvaluep; #endif { if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, cgrammar_YYSTYPE const * const yyvaluep) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep) FILE *yyoutput; int yytype; cgrammar_YYSTYPE const * const yyvaluep; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) #else static void yy_stack_print (bottom, top) yytype_int16 *bottom; yytype_int16 *top; #endif { YYFPRINTF (stderr, "Stack now"); for (; bottom <= top; ++bottom) YYFPRINTF (stderr, " %d", *bottom); YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (cgrammar_YYSTYPE *yyvsp, int yyrule) #else static void yy_reduce_print (yyvsp, yyrule) cgrammar_YYSTYPE *yyvsp; int yyrule; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { fprintf (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) ); fprintf (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into YYRESULT an error message about the unexpected token YYCHAR while in state YYSTATE. Return the number of bytes copied, including the terminating null byte. If YYRESULT is null, do not copy anything; just return the number of bytes that would be copied. As a special case, return 0 if an ordinary "syntax error" message will do. Return YYSIZE_MAXIMUM if overflow occurs during size calculation. */ static YYSIZE_T yysyntax_error (char *yyresult, int yystate, int yychar) { int yyn = yypact[yystate]; if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) return 0; else { int yytype = YYTRANSLATE (yychar); YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; int yysize_overflow = 0; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; int yyx; # if 0 /* This is so xgettext sees the translatable formats that are constructed on the fly. */ YY_("syntax error, unexpected %s"); YY_("syntax error, unexpected %s, expecting %s"); YY_("syntax error, unexpected %s, expecting %s or %s"); YY_("syntax error, unexpected %s, expecting %s or %s or %s"); YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); # endif char *yyfmt; char const *yyf; static char const yyunexpected[] = "syntax error, unexpected %s"; static char const yyexpecting[] = ", expecting %s"; static char const yyor[] = " or %s"; char yyformat[sizeof yyunexpected + sizeof yyexpecting - 1 + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) * (sizeof yyor - 1))]; char const *yyprefix = yyexpecting; /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yycount = 1; yyarg[0] = yytname[yytype]; yyfmt = yystpcpy (yyformat, yyunexpected); for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; yyformat[sizeof yyunexpected - 1] = '\0'; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); yysize_overflow |= (yysize1 < yysize); yysize = yysize1; yyfmt = yystpcpy (yyfmt, yyprefix); yyprefix = yyor; } yyf = YY_(yyformat); yysize1 = yysize + yystrlen (yyf); yysize_overflow |= (yysize1 < yysize); yysize = yysize1; if (yysize_overflow) return YYSIZE_MAXIMUM; if (yyresult) { /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ char *yyp = yyresult; int yyi = 0; while ((*yyp = *yyf) != '\0') { if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyf += 2; } else { yyp++; yyf++; } } } return yysize; } } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, cgrammar_YYSTYPE *yyvaluep) #else static void yydestruct (yymsg, yytype, yyvaluep) const char *yymsg; int yytype; cgrammar_YYSTYPE *yyvaluep; #endif { YYUSE (yyvaluep); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (void); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /* The look-ahead symbol. */ int yychar; /* The semantic value of the look-ahead symbol. */ cgrammar_YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void) #else int yyparse () #endif #endif { int yystate; int yyn; int yyresult; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* Look-ahead token as an internal (translated) token number. */ int yytoken = 0; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif /* Three stacks and their tools: `yyss': related to states, `yyvs': related to semantic values, `yyls': related to locations. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss = yyssa; yytype_int16 *yyssp; /* The semantic value stack. */ cgrammar_YYSTYPE yyvsa[YYINITDEPTH]; cgrammar_YYSTYPE *yyvs = yyvsa; cgrammar_YYSTYPE *yyvsp; #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) YYSIZE_T yystacksize = YYINITDEPTH; /* The variables used to return semantic value and location from the action routines. */ cgrammar_YYSTYPE yyval; /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ cgrammar_YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss); YYSTACK_RELOCATE (yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a look-ahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to look-ahead token. */ yyn = yypact[yystate]; if (yyn == YYPACT_NINF) goto yydefault; /* Not known => get a look-ahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yyn == 0 || yyn == YYTABLE_NINF) goto yyerrlab; yyn = -yyn; goto yyreduce; } if (yyn == YYFINAL) YYACCEPT; /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the look-ahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 4: #line 333 "cgrammar.y" { context_checkGlobalScope (); ;} break; case 5: #line 334 "cgrammar.y" { context_checkGlobalScope (); ;} break; case 6: #line 338 "cgrammar.y" { uentry_clearDecl (); ;} break; case 7: #line 339 "cgrammar.y" { uentry_clearDecl (); ;} break; case 8: #line 340 "cgrammar.y" { uentry_clearDecl (); ;} break; case 9: #line 341 "cgrammar.y" { uentry_clearDecl (); ;} break; case 10: #line 342 "cgrammar.y" { uentry_clearDecl (); ;} break; case 11: #line 343 "cgrammar.y" { uentry_checkDecl (); exprNode_free ((yyvsp[(1) - (1)].expr)); ;} break; case 12: #line 344 "cgrammar.y" { uentry_clearDecl (); lltok_free ((yyvsp[(1) - (1)].tok)); /* evans 2002-02-08: okay to have a null statement */ ;} break; case 13: #line 345 "cgrammar.y" { uentry_clearDecl (); ;} break; case 14: #line 350 "cgrammar.y" { checkConstant ((yyvsp[(2) - (8)].qtyp), (yyvsp[(4) - (8)].ntyp)); lltok_free2 ((yyvsp[(1) - (8)].tok), (yyvsp[(8) - (8)].tok)); ;} break; case 15: #line 352 "cgrammar.y" { checkValueConstant ((yyvsp[(2) - (11)].qtyp), (yyvsp[(4) - (11)].ntyp), (yyvsp[(8) - (11)].expr)); lltok_free3 ((yyvsp[(1) - (11)].tok), (yyvsp[(6) - (11)].tok), (yyvsp[(11) - (11)].tok)); ;} break; case 16: #line 356 "cgrammar.y" { context_enterFunctionHeader (); ;} break; case 17: #line 357 "cgrammar.y" { declareStaticFunction ((yyvsp[(3) - (5)].ntyp)); context_quietExitFunction (); context_exitFunctionHeader (); lltok_free2 ((yyvsp[(1) - (5)].tok), (yyvsp[(5) - (5)].tok)); /*!*/ ;} break; case 18: #line 366 "cgrammar.y" { qtype qint = qtype_create (ctype_int); (yyval.ntyp) = idDecl_fixBase ((yyvsp[(1) - (1)].ntyp), qint); qtype_free (qint); ;} break; case 19: #line 372 "cgrammar.y" { (yyval.ntyp) = idDecl_fixBase ((yyvsp[(3) - (3)].ntyp), (yyvsp[(1) - (3)].qtyp)); ;} break; case 21: #line 378 "cgrammar.y" { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;} break; case 22: #line 382 "cgrammar.y" { (yyval.ntyp) = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ()); ;} break; case 23: #line 384 "cgrammar.y" { (yyval.ntyp) = idDecl_expectFunction ((yyvsp[(4) - (6)].ntyp)); lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(6) - (6)].tok)); ;} break; case 24: #line 386 "cgrammar.y" { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (3)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (3)].ntyp)))); lltok_free2 ((yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;} break; case 25: #line 388 "cgrammar.y" { exprNode_findValue ((yyvsp[(4) - (6)].expr)); idDecl_notExpectingFunction ((yyvsp[(1) - (6)].ntyp)); if (exprNode_hasValue ((yyvsp[(4) - (6)].expr))) { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerFixedArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), exprNode_getLongValue ((yyvsp[(4) - (6)].expr)))); } else { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)))); } lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(5) - (6)].tok)); ;} break; case 26: #line 405 "cgrammar.y" { setCurrentParams (uentryList_missingParams); ;} break; case 27: #line 407 "cgrammar.y" { /* need to support globals and modifies here! */ functionClauseList fcl; ctype ct = ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), uentryList_makeMissingParams ()); (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ct); /*drl 7/25/01 added*/ setImplicitfcnConstraints(); DPRINTF((message("namedDeclBase PushType TLPAREN TRPAREN...:\n adding implict constraints to functionClause List: %s", functionClauseList_unparse((yyvsp[(6) - (6)].funcclauselist)) ) )); fcl = functionClauseList_setImplicitConstraints((yyvsp[(6) - (6)].funcclauselist)); idDecl_addClauses ((yyval.ntyp), fcl); DPRINTF((message("1 added fuctionClause List: %s to the Id", functionClauseList_unparse(fcl) ) )); context_popLoc (); lltok_free2 ((yyvsp[(3) - (6)].tok), (yyvsp[(4) - (6)].tok)); ;} break; case 28: #line 436 "cgrammar.y" { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;} break; case 29: #line 438 "cgrammar.y" { functionClauseList fcl; setImplicitfcnConstraints (); clearCurrentParams (); (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (7)].ntyp), ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (7)].ntyp)), (yyvsp[(4) - (7)].entrylist))); DPRINTF((message("namedDeclBase PushType TLPAREN genericParamList TRPAREN...:\n adding implict constraints to functionClause List: %s", functionClauseList_unparse((yyvsp[(7) - (7)].funcclauselist)) ) )) ; fcl = functionClauseList_setImplicitConstraints((yyvsp[(7) - (7)].funcclauselist)); idDecl_addClauses ((yyval.ntyp), fcl); DPRINTF((message("added fuctionClause List: %s to the Id", functionClauseList_unparse(fcl) ) )); context_popLoc (); lltok_free2 ((yyvsp[(3) - (7)].tok), (yyvsp[(5) - (7)].tok)); ;} break; case 30: #line 465 "cgrammar.y" { (yyval.ntyp) = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ()); ;} break; case 31: #line 467 "cgrammar.y" { (yyval.ntyp) = idDecl_expectFunction ((yyvsp[(4) - (6)].ntyp)); lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(6) - (6)].tok)); ;} break; case 32: #line 469 "cgrammar.y" { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (3)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (3)].ntyp)))); lltok_free2 ((yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;} break; case 33: #line 473 "cgrammar.y" { int value; if (exprNode_hasValue ((yyvsp[(4) - (6)].expr)) && multiVal_isInt (exprNode_getValue ((yyvsp[(4) - (6)].expr)))) { value = (int) multiVal_forceInt (exprNode_getValue ((yyvsp[(4) - (6)].expr))); } else { value = 0; } (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerFixedArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), value)); lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(5) - (6)].tok)); ;} break; case 34: #line 490 "cgrammar.y" { setCurrentParams (uentryList_missingParams); ;} break; case 35: #line 492 "cgrammar.y" { ctype ct = ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), uentryList_makeMissingParams ()); (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ct); idDecl_addClauses ((yyval.ntyp), (yyvsp[(6) - (6)].funcclauselist)); context_popLoc (); lltok_free2 ((yyvsp[(3) - (6)].tok), (yyvsp[(4) - (6)].tok)); ;} break; case 36: #line 502 "cgrammar.y" { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;} break; case 37: #line 504 "cgrammar.y" { clearCurrentParams (); (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (7)].ntyp), ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (7)].ntyp)), (yyvsp[(4) - (7)].entrylist))); idDecl_addClauses ((yyval.ntyp), (yyvsp[(7) - (7)].funcclauselist)); context_popLoc (); lltok_free ((yyvsp[(3) - (7)].tok)); /*!! lltok_free2 ($3, $5); */ ;} break; case 38: #line 516 "cgrammar.y" { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;} break; case 39: #line 517 "cgrammar.y" { clearCurrentParams (); ;} break; case 40: #line 518 "cgrammar.y" { declareCIter ((yyvsp[(2) - (10)].cname), (yyvsp[(4) - (10)].entrylist)); lltok_free3 ((yyvsp[(1) - (10)].tok), (yyvsp[(3) - (10)].tok), (yyvsp[(5) - (10)].tok)); ;} break; case 41: #line 524 "cgrammar.y" { exprNode_checkMacroBody ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;} break; case 42: #line 525 "cgrammar.y" { exprNode_checkIterBody ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;} break; case 43: #line 526 "cgrammar.y" { exprNode_checkIterEnd ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok));;} break; case 44: #line 527 "cgrammar.y" { exprChecks_checkEmptyMacroBody (); lltok_free2 ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].tok)); ;} break; case 45: #line 531 "cgrammar.y" { clabstract_declareFunction ((yyvsp[(1) - (1)].ntyp)); ;} break; case 46: #line 536 "cgrammar.y" { (yyval.msconstraint) = metaStateConstraint_create ((yyvsp[(1) - (3)].msspec), (yyvsp[(3) - (3)].msexpr)); lltok_free ((yyvsp[(2) - (3)].tok)); ;} break; case 47: #line 540 "cgrammar.y" { cscannerHelp_expectingMetaStateName (); ;} break; case 48: #line 541 "cgrammar.y" { cscannerHelp_clearExpectingMetaStateName (); (yyval.msspec) = metaStateSpecifier_create ((yyvsp[(1) - (4)].sr), (yyvsp[(4) - (4)].msinfo)); lltok_free ((yyvsp[(3) - (4)].tok)); ;} break; case 49: #line 545 "cgrammar.y" { cscannerHelp_expectingMetaStateName (); ;} break; case 50: #line 546 "cgrammar.y" { cscannerHelp_clearExpectingMetaStateName (); (yyval.msspec) = metaStateSpecifier_createElipsis ((yyvsp[(4) - (4)].msinfo)); lltok_free2 ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].tok)); ;} break; case 51: #line 553 "cgrammar.y" { (yyval.msexpr) = metaStateExpression_create ((yyvsp[(1) - (1)].msspec)); ;} break; case 52: #line 554 "cgrammar.y" { (yyval.msexpr) = metaStateExpression_createMerge ((yyvsp[(1) - (3)].msspec), (yyvsp[(3) - (3)].msexpr)); lltok_free ((yyvsp[(2) - (3)].tok)); ;} break; case 56: #line 569 "cgrammar.y" { (yyval.conL) = constraintList_add ((yyvsp[(3) - (3)].conL), (yyvsp[(1) - (3)].con)); ;} break; case 57: #line 570 "cgrammar.y" { (yyval.conL) = constraintList_single ((yyvsp[(1) - (1)].con)); ;} break; case 58: #line 574 "cgrammar.y" { (yyval.con) = makeConstraintParse3 ((yyvsp[(1) - (3)].conE), (yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].conE)); DPRINTF(("Done BufConstraint1\n")); ;} break; case 65: #line 592 "cgrammar.y" {(yyval.conE) = constraintExpr_parseMakeUnaryOp ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].conE)); DPRINTF( ("Got BufConstraintExpr UNary Op ") ); ;} break; case 66: #line 593 "cgrammar.y" { DPRINTF( ("Got BufConstraintExpr BINary Op ") ); (yyval.conE) = constraintExpr_parseMakeBinaryOp ((yyvsp[(2) - (5)].conE), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].conE)); ;} break; case 67: #line 599 "cgrammar.y" { (yyval.conE) = constraintExpr_makeTermsRef ((yyvsp[(1) - (1)].sr));;} break; case 68: #line 600 "cgrammar.y" { (yyval.conE) = constraintExpr_makeIntLiteral (exprNode_getLongValue ((yyvsp[(1) - (1)].expr))); ;} break; case 69: #line 605 "cgrammar.y" { /*@-onlytrans@*/ (yyval.sr) = checkbufferConstraintClausesId ((yyvsp[(1) - (1)].entry)); /*@=onlytrans@*/ /*@i523@*/ ;} break; case 70: #line 607 "cgrammar.y" { (yyval.sr) = fixStateClausesId ((yyvsp[(1) - (1)].cname)); ;} break; case 71: #line 609 "cgrammar.y" { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (3)].sr)); ;} break; case 72: #line 611 "cgrammar.y" { /* char *t; int c; t = cstring_toCharsSafe (exprNode_unparse($3)); c = atoi( t ); */ (yyval.sr) = sRef_makeArrayFetchKnown ((yyvsp[(1) - (4)].sr), exprNode_getLongValue ((yyvsp[(3) - (4)].expr))); ;} break; case 73: #line 620 "cgrammar.y" { (yyval.sr) = sRef_constructPointer ((yyvsp[(2) - (2)].sr)); ;} break; case 74: #line 622 "cgrammar.y" { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;} break; case 75: #line 624 "cgrammar.y" { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_buildField ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 76: #line 626 "cgrammar.y" { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_makeArrow ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 80: #line 654 "cgrammar.y" { (yyval.funcclauselist) = functionClauseList_new (); ;} break; case 81: #line 656 "cgrammar.y" { (yyval.funcclauselist) = functionClauseList_prepend ((yyvsp[(2) - (2)].funcclauselist), (yyvsp[(1) - (2)].funcclause)); ;} break; case 82: #line 665 "cgrammar.y" { (yyval.funcclauselist) = functionClauseList_new (); ;} break; case 83: #line 667 "cgrammar.y" { (yyval.funcclauselist) = functionClauseList_prepend ((yyvsp[(2) - (2)].funcclauselist), (yyvsp[(1) - (2)].funcclause)); ;} break; case 84: #line 671 "cgrammar.y" { (yyval.funcclause) = functionClause_createGlobals ((yyvsp[(1) - (1)].globsclause)); ;} break; case 85: #line 672 "cgrammar.y" { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;} break; case 86: #line 673 "cgrammar.y" { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;} break; case 87: #line 674 "cgrammar.y" { (yyval.funcclause) = functionClause_createState ((yyvsp[(1) - (1)].stateclause)); ;} break; case 88: #line 675 "cgrammar.y" { (yyval.funcclause) = (yyvsp[(1) - (1)].funcclause); ;} break; case 89: #line 676 "cgrammar.y" { (yyval.funcclause) = functionClause_createWarn ((yyvsp[(1) - (1)].warnclause)); ;} break; case 90: #line 680 "cgrammar.y" { (yyval.funcclause) = functionClause_createGlobals ((yyvsp[(1) - (1)].globsclause)); ;} break; case 91: #line 681 "cgrammar.y" { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;} break; case 92: #line 682 "cgrammar.y" { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;} break; case 93: #line 683 "cgrammar.y" { (yyval.funcclause) = functionClause_createState ((yyvsp[(1) - (1)].stateclause)); ;} break; case 94: #line 684 "cgrammar.y" { (yyval.funcclause) = (yyvsp[(1) - (1)].funcclause); ;} break; case 95: #line 685 "cgrammar.y" { (yyval.funcclause) = functionClause_createWarn ((yyvsp[(1) - (1)].warnclause)); ;} break; case 96: #line 689 "cgrammar.y" { (yyval.globsclause) = (yyvsp[(1) - (2)].globsclause); ;} break; case 97: #line 693 "cgrammar.y" { setProcessingGlobalsList (); ;} break; case 98: #line 695 "cgrammar.y" { unsetProcessingGlobals (); (yyval.globsclause) = globalsClause_create ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].globset)); ;} break; case 99: #line 702 "cgrammar.y" { (yyval.modsclause) = modifiesClause_createNoMods ((yyvsp[(1) - (1)].tok)); ;} break; case 100: #line 706 "cgrammar.y" { (yyval.modsclause) = (yyvsp[(1) - (2)].modsclause); ;} break; case 101: #line 711 "cgrammar.y" { context_setProtectVars (); enterParamsTemp (); sRef_setGlobalScopeSafe (); ;} break; case 102: #line 716 "cgrammar.y" { exitParamsTemp (); sRef_clearGlobalScopeSafe (); context_releaseVars (); (yyval.modsclause) = modifiesClause_create ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].srset)); ;} break; case 103: #line 726 "cgrammar.y" { (yyval.flagspec) = flagSpec_createPlain ((yyvsp[(1) - (1)].cname)); ;} break; case 104: #line 728 "cgrammar.y" { (yyval.flagspec) = flagSpec_createOr ((yyvsp[(1) - (3)].cname), (yyvsp[(3) - (3)].flagspec)); ;} break; case 107: #line 737 "cgrammar.y" { (yyval.warnclause) = warnClause_undefined; ;} break; case 108: #line 741 "cgrammar.y" { (yyval.warnclause) = (yyvsp[(1) - (2)].warnclause); ;} break; case 109: #line 746 "cgrammar.y" { llassert (exprNode_knownStringValue ((yyvsp[(3) - (3)].expr))); (yyval.warnclause) = warnClause_create ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].flagspec), cstring_copy (multiVal_forceString (exprNode_getValue ((yyvsp[(3) - (3)].expr))))); exprNode_free ((yyvsp[(3) - (3)].expr)); ;} break; case 110: #line 752 "cgrammar.y" { (yyval.warnclause) = warnClause_create ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].flagspec), cstring_undefined); ;} break; case 111: #line 756 "cgrammar.y" { (yyval.globset) = globSet_single ((yyvsp[(1) - (1)].sr)); ;} break; case 112: #line 757 "cgrammar.y" { (yyval.globset) = globSet_insert ((yyvsp[(1) - (3)].globset), (yyvsp[(3) - (3)].sr)); ;} break; case 113: #line 761 "cgrammar.y" { (yyval.sr) = clabstract_createGlobal ((yyvsp[(2) - (2)].sr), (yyvsp[(1) - (2)].tquallist)); ;} break; case 114: #line 765 "cgrammar.y" { (yyval.tquallist) = qualList_undefined; ;} break; case 115: #line 766 "cgrammar.y" { (yyval.tquallist) = qualList_add ((yyvsp[(2) - (2)].tquallist), (yyvsp[(1) - (2)].typequal)); ;} break; case 116: #line 770 "cgrammar.y" { (yyval.sr) = uentry_getSref ((yyvsp[(1) - (1)].entry)); ;} break; case 117: #line 771 "cgrammar.y" { (yyval.sr) = clabstract_unrecognizedGlobal ((yyvsp[(1) - (1)].cname)); ;} break; case 118: #line 772 "cgrammar.y" { (yyval.sr) = clabstract_checkGlobal ((yyvsp[(1) - (1)].expr)); ;} break; case 119: #line 776 "cgrammar.y" { (yyval.typequal) = qual_createUndef (); ;} break; case 120: #line 777 "cgrammar.y" { (yyval.typequal) = qual_createKilled (); ;} break; case 121: #line 778 "cgrammar.y" { (yyval.typequal) = qual_createOut (); ;} break; case 122: #line 779 "cgrammar.y" { (yyval.typequal) = qual_createIn (); ;} break; case 123: #line 780 "cgrammar.y" { (yyval.typequal) = qual_createPartial (); ;} break; case 131: #line 798 "cgrammar.y" { /**!!! deal with fred; fred (int); declarations! **/ qtype qint = qtype_create (ctype_int); (yyval.ntyp) = idDecl_fixBase ((yyvsp[(1) - (1)].ntyp), qint); qtype_free (qint); ;} break; case 132: #line 805 "cgrammar.y" { (yyval.ntyp) = idDecl_fixBase ((yyvsp[(3) - (3)].ntyp), (yyvsp[(1) - (3)].qtyp)); ;} break; case 133: #line 809 "cgrammar.y" { checkDoneParams (); context_enterInnerContext (); ;} break; case 134: #line 811 "cgrammar.y" { exprNode_checkFunctionBody ((yyvsp[(3) - (3)].expr)); (yyval.expr) = (yyvsp[(3) - (3)].expr); context_exitInner ((yyvsp[(3) - (3)].expr)); ;} break; case 135: #line 815 "cgrammar.y" { context_enterOldStyleScope (); ;} break; case 136: #line 816 "cgrammar.y" { oldStyleDoneParams (); context_enterInnerContext (); ;} break; case 137: #line 818 "cgrammar.y" { exprNode_checkFunctionBody ((yyvsp[(4) - (4)].expr)); (yyval.expr) = (yyvsp[(4) - (4)].expr); /* oldstyle */ context_exitInner ((yyvsp[(4) - (4)].expr)); ;} break; case 138: #line 827 "cgrammar.y" { context_setFunctionDefined (exprNode_loc ((yyvsp[(2) - (2)].expr))); exprNode_checkFunction (context_getHeader (), (yyvsp[(2) - (2)].expr)); /* DRL 8 8 2000 */ context_exitFunction (); ;} break; case 139: #line 837 "cgrammar.y" { (yyval.srset) = (yyvsp[(1) - (2)].srset); ;} break; case 140: #line 838 "cgrammar.y" { (yyval.srset) = sRefSet_new (); ;} break; case 141: #line 842 "cgrammar.y" { (yyval.sr) = uentry_getSref ((yyvsp[(1) - (1)].entry)); checkModifiesId ((yyvsp[(1) - (1)].entry)); ;} break; case 142: #line 843 "cgrammar.y" { (yyval.sr) = fixModifiesId ((yyvsp[(1) - (1)].cname)); ;} break; case 143: #line 844 "cgrammar.y" { (yyval.sr) = fixModifiesId ((yyvsp[(1) - (1)].cname)); ;} break; case 144: #line 845 "cgrammar.y" { (yyval.sr) = modListArrayFetch ((yyvsp[(1) - (3)].sr), sRef_undefined); ;} break; case 145: #line 846 "cgrammar.y" { (yyval.sr) = modListArrayFetch ((yyvsp[(1) - (4)].sr), (yyvsp[(3) - (4)].sr)); ;} break; case 146: #line 847 "cgrammar.y" { (yyval.sr) = modListPointer ((yyvsp[(2) - (2)].sr)); ;} break; case 147: #line 848 "cgrammar.y" { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;} break; case 148: #line 849 "cgrammar.y" { (yyval.sr) = modListFieldAccess ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 149: #line 850 "cgrammar.y" { (yyval.sr) = modListArrowAccess ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 150: #line 854 "cgrammar.y" { (yyval.sr) = (yyvsp[(1) - (1)].sr); ;} break; case 151: #line 855 "cgrammar.y" { (yyval.sr) = sRef_makeUnknown (); /* sRef_makeConstant ($1); ? */ ;} break; case 152: #line 860 "cgrammar.y" { (yyval.srset) = sRefSet_single ((yyvsp[(1) - (1)].sr)); ;} break; case 153: #line 861 "cgrammar.y" { (yyval.srset) = sRefSet_insert ((yyvsp[(1) - (3)].srset), (yyvsp[(3) - (3)].sr)); ;} break; case 154: #line 866 "cgrammar.y" { (yyval.sr) = checkStateClausesId ((yyvsp[(1) - (1)].entry)); ;} break; case 155: #line 868 "cgrammar.y" { (yyval.sr) = fixStateClausesId ((yyvsp[(1) - (1)].cname)); ;} break; case 156: #line 869 "cgrammar.y" { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (3)].sr)); ;} break; case 157: #line 870 "cgrammar.y" { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (4)].sr)); ;} break; case 158: #line 871 "cgrammar.y" { (yyval.sr) = sRef_constructPointer ((yyvsp[(2) - (2)].sr)); ;} break; case 159: #line 872 "cgrammar.y" { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;} break; case 160: #line 873 "cgrammar.y" { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_buildField ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 161: #line 875 "cgrammar.y" { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_makeArrow ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;} break; case 162: #line 880 "cgrammar.y" { DPRINTF ((message("Empty optSpecClauseList") )); (yyval.srset) = sRefSet_undefined ;} break; case 164: #line 886 "cgrammar.y" { if (sRef_isValid ((yyvsp[(1) - (1)].sr))) { (yyval.srset) = sRefSet_single ((yyvsp[(1) - (1)].sr)); } else { DPRINTF((message("returning sRefSEt_undefined ") )); (yyval.srset) = sRefSet_undefined; } ;} break; case 165: #line 892 "cgrammar.y" { if (sRef_isValid ((yyvsp[(3) - (3)].sr))) { (yyval.srset) = sRefSet_insert ((yyvsp[(1) - (3)].srset), (yyvsp[(3) - (3)].sr)); } else { (yyval.srset) = (yyvsp[(1) - (3)].srset); } ;} break; case 166: #line 904 "cgrammar.y" { (yyval.expr) = exprNode_fromIdentifier ((yyvsp[(1) - (1)].entry)); ;} break; case 167: #line 905 "cgrammar.y" { (yyval.expr) = exprNode_fromUIO ((yyvsp[(1) - (1)].cname)); ;} break; case 169: #line 907 "cgrammar.y" { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;} break; case 170: #line 908 "cgrammar.y" { (yyval.expr) = exprNode_fromIdentifier (cscannerHelp_coerceId ((yyvsp[(1) - (1)].cname))); ;} break; case 171: #line 909 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 172: #line 910 "cgrammar.y" { exprChecks_inCompoundStatementExpression (); ;} break; case 173: #line 912 "cgrammar.y" { exprChecks_leaveCompoundStatementExpression (); (yyval.expr) = exprNode_compoundStatementExpression ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].expr)); ;} break; case 175: #line 917 "cgrammar.y" { (yyval.expr) = exprNode_arrayFetch ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].expr)); ;} break; case 176: #line 918 "cgrammar.y" { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (3)].expr), exprNodeList_new ()); ;} break; case 177: #line 919 "cgrammar.y" { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].exprlist)); ;} break; case 178: #line 920 "cgrammar.y" { (yyval.expr) = exprNode_vaArg ((yyvsp[(1) - (6)].tok), (yyvsp[(3) - (6)].expr), (yyvsp[(5) - (6)].qtyp)); ;} break; case 179: #line 921 "cgrammar.y" { (yyval.expr) = exprNode_fieldAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;} break; case 180: #line 922 "cgrammar.y" { (yyval.expr) = exprNode_arrowAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;} break; case 181: #line 923 "cgrammar.y" { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 182: #line 924 "cgrammar.y" { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 183: #line 926 "cgrammar.y" { /* added for C99 */ (yyval.expr) = exprNode_undefined; /*@i87 no checking */ ;} break; case 184: #line 930 "cgrammar.y" { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;} break; case 185: #line 931 "cgrammar.y" { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (3)].exprlist), (yyvsp[(3) - (3)].expr)); ;} break; case 187: #line 936 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 188: #line 937 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 189: #line 938 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 190: #line 939 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 191: #line 940 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 192: #line 941 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 193: #line 942 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 194: #line 943 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 195: #line 944 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;} break; case 196: #line 945 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 197: #line 949 "cgrammar.y" { (yyval.cstringlist) = cstringList_add ((yyvsp[(1) - (3)].cstringlist), (yyvsp[(3) - (3)].cname)); lltok_free ((yyvsp[(2) - (3)].tok)); ;} break; case 198: #line 950 "cgrammar.y" { (yyval.cstringlist) = (yyvsp[(1) - (4)].cstringlist); lltok_free2 ((yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;} break; case 199: #line 952 "cgrammar.y" { (yyval.cstringlist) = cstringList_single ((yyvsp[(1) - (1)].cname)); ;} break; case 200: #line 957 "cgrammar.y" { (yyval.expr) = exprNode_offsetof ((yyvsp[(4) - (9)].qtyp), (yyvsp[(7) - (9)].cstringlist)); lltok_free3 ((yyvsp[(1) - (9)].tok), (yyvsp[(3) - (9)].tok), (yyvsp[(6) - (9)].tok)); lltok_free ((yyvsp[(8) - (9)].tok)); ;} break; case 201: #line 962 "cgrammar.y" { context_setProtectVars (); ;} break; case 202: #line 963 "cgrammar.y" { context_sizeofReleaseVars (); (yyval.expr) = (yyvsp[(3) - (3)].expr); ;} break; case 203: #line 966 "cgrammar.y" {context_enterSizeof();} break; case 204: #line 969 "cgrammar.y" {context_leaveSizeof();} break; case 205: #line 973 "cgrammar.y" { (yyval.expr) = exprNode_sizeofType ((yyvsp[(3) - (4)].qtyp)); lltok_free3 ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;} break; case 206: #line 974 "cgrammar.y" { (yyval.expr) = exprNode_sizeofExpr ((yyvsp[(2) - (2)].expr)); lltok_free ((yyvsp[(1) - (2)].tok)); ;} break; case 207: #line 975 "cgrammar.y" { (yyval.expr) = exprNode_alignofType ((yyvsp[(3) - (4)].qtyp)); lltok_free3 ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;} break; case 208: #line 976 "cgrammar.y" { (yyval.expr) = exprNode_alignofExpr ((yyvsp[(2) - (2)].expr)); lltok_free ((yyvsp[(1) - (2)].tok)); ;} break; case 210: #line 984 "cgrammar.y" { (yyval.expr) = exprNode_cast ((yyvsp[(1) - (4)].tok), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].qtyp)); lltok_free ((yyvsp[(3) - (4)].tok)); ;} break; case 212: #line 989 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 213: #line 990 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 214: #line 991 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 216: #line 996 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 217: #line 997 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 219: #line 1002 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 220: #line 1003 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 222: #line 1008 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 223: #line 1009 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 224: #line 1010 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 225: #line 1011 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 227: #line 1016 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 228: #line 1017 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 230: #line 1022 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 232: #line 1027 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 234: #line 1032 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 236: #line 1038 "cgrammar.y" { exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterAndClause ((yyvsp[(1) - (2)].expr)); ;} break; case 237: #line 1042 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].tok)); context_exitAndClause ((yyval.expr), (yyvsp[(4) - (4)].expr)); ;} break; case 239: #line 1051 "cgrammar.y" { exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterOrClause ((yyvsp[(1) - (2)].expr)); ;} break; case 240: #line 1056 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].tok)); context_exitOrClause ((yyval.expr), (yyvsp[(4) - (4)].expr)); ;} break; case 242: #line 1065 "cgrammar.y" { /* GCC extension: conditional with empty if */ exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;} break; case 243: #line 1067 "cgrammar.y" { context_enterFalseClause ((yyvsp[(1) - (4)].expr)); ;} break; case 244: #line 1068 "cgrammar.y" { (yyval.expr) = exprNode_condIfOmit ((yyvsp[(1) - (6)].expr), (yyvsp[(6) - (6)].expr)); context_exitClause ((yyvsp[(1) - (6)].expr), exprNode_undefined, (yyvsp[(6) - (6)].expr)); ;} break; case 245: #line 1069 "cgrammar.y" { exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;} break; case 246: #line 1070 "cgrammar.y" { context_enterFalseClause ((yyvsp[(1) - (5)].expr)); ;} break; case 247: #line 1071 "cgrammar.y" { (yyval.expr) = exprNode_cond ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); context_exitClause ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); ;} break; case 249: #line 1076 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 250: #line 1077 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 251: #line 1078 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 252: #line 1079 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 253: #line 1080 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 254: #line 1081 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 255: #line 1082 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 256: #line 1083 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 257: #line 1084 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 258: #line 1085 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 259: #line 1086 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 261: #line 1091 "cgrammar.y" { (yyval.expr) = exprNode_comma ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;} break; case 262: #line 1095 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 265: #line 1106 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 266: #line 1107 "cgrammar.y" { doVaDcl (); (yyval.expr) = exprNode_makeError (); ;} break; case 267: #line 1108 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 268: #line 1113 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 269: #line 1127 "cgrammar.y" { setProcessingVars ((yyvsp[(1) - (4)].qtyp)); processNamedDecl ((yyvsp[(3) - (4)].ntyp)); ;} break; case 270: #line 1132 "cgrammar.y" { unsetProcessingVars (); (yyval.expr) = exprNode_makeEmptyInitialization ((yyvsp[(3) - (9)].ntyp)); DPRINTF (("Empty initialization: %s", exprNode_unparse ((yyval.expr)))); ;} break; case 271: #line 1138 "cgrammar.y" { setProcessingVars ((yyvsp[(1) - (5)].qtyp)); processNamedDecl ((yyvsp[(3) - (5)].ntyp)); ;} break; case 272: #line 1140 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(9) - (11)].expr), exprNode_makeInitialization ((yyvsp[(3) - (11)].ntyp), (yyvsp[(8) - (11)].expr))); unsetProcessingVars (); ;} break; case 273: #line 1146 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 274: #line 1147 "cgrammar.y" { (yyval.expr) = exprNode_fromIdentifier (usymtab_getTypeEntry (ctype_typeId ((yyvsp[(1) - (1)].ctyp)))); ;} break; case 275: #line 1152 "cgrammar.y" { processNamedDecl ((yyvsp[(1) - (2)].ntyp)); (yyval.expr) = exprNode_makeEmptyInitialization ((yyvsp[(1) - (2)].ntyp)); ;} break; case 276: #line 1156 "cgrammar.y" { processNamedDecl ((yyvsp[(1) - (3)].ntyp)); ;} break; case 277: #line 1157 "cgrammar.y" { (yyval.expr) = exprNode_makeInitialization ((yyvsp[(1) - (6)].ntyp), (yyvsp[(6) - (6)].expr)); ;} break; case 278: #line 1161 "cgrammar.y" { setProcessingTypedef ((yyvsp[(2) - (2)].qtyp)); ;} break; case 279: #line 1163 "cgrammar.y" { clabstract_declareType ((yyvsp[(5) - (8)].exprlist), (yyvsp[(7) - (8)].warnclause)); ;} break; case 280: #line 1164 "cgrammar.y" { /* in the ANSI grammar, semantics unclear */ ;} break; case 281: #line 1165 "cgrammar.y" { /* in the ANSI grammar, semantics unclear */ ;} break; case 282: #line 1169 "cgrammar.y" { cscannerHelp_setExpectingTypeName (); ;} break; case 283: #line 1173 "cgrammar.y" { cscannerHelp_setExpectingTypeName (); context_pushLoc (); ;} break; case 284: #line 1177 "cgrammar.y" { (yyval.exprlist) = (yyvsp[(1) - (2)].exprlist); ;} break; case 285: #line 1181 "cgrammar.y" { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;} break; case 286: #line 1182 "cgrammar.y" { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;} break; case 287: #line 1186 "cgrammar.y" { (yyval.exprlist) = (yyvsp[(1) - (2)].exprlist); ;} break; case 288: #line 1190 "cgrammar.y" { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;} break; case 289: #line 1191 "cgrammar.y" { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;} break; case 290: #line 1195 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 291: #line 1196 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr)); ;} break; case 293: #line 1201 "cgrammar.y" { (yyval.expr) = exprNode_makeInitBlock ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].exprlist)); lltok_free ((yyvsp[(3) - (3)].tok)); ;} break; case 294: #line 1202 "cgrammar.y" { (yyval.expr) = exprNode_makeInitBlock ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].exprlist)); lltok_free2 ((yyvsp[(3) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;} break; case 295: #line 1203 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 296: #line 1211 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (2)].expr); ;} break; case 297: #line 1212 "cgrammar.y" { (yyval.expr) = exprNode_undefined; /* gcc extension, obsolete since 2.5 */ ;} break; case 298: #line 1217 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 299: #line 1218 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 300: #line 1222 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 301: #line 1223 "cgrammar.y" { (yyval.expr) = exprNode_undefined; ;} break; case 302: #line 1228 "cgrammar.y" { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;} break; case 303: #line 1230 "cgrammar.y" { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (3)].exprlist), (yyvsp[(3) - (3)].expr)); ;} break; case 304: #line 1239 "cgrammar.y" { setStorageClass (SCEXTERN); (yyval.typequal) = qual_createExtern (); ;} break; case 305: #line 1240 "cgrammar.y" { (yyval.typequal) = qual_createInline (); ;} break; case 306: #line 1241 "cgrammar.y" { setStorageClass (SCSTATIC); (yyval.typequal) = qual_createStatic (); ;} break; case 307: #line 1242 "cgrammar.y" { (yyval.typequal) = qual_createAuto (); ;} break; case 308: #line 1243 "cgrammar.y" { (yyval.typequal) = qual_createRegister (); ;} break; case 309: #line 1247 "cgrammar.y" { (yyval.stateclause) = (yyvsp[(1) - (2)].stateclause); ;} break; case 310: #line 1252 "cgrammar.y" { context_setProtectVars (); enterParamsTemp (); sRef_setGlobalScopeSafe (); ;} break; case 311: #line 1258 "cgrammar.y" { exitParamsTemp (); sRef_clearGlobalScopeSafe (); context_releaseVars (); (yyval.stateclause) = stateClause_createPlain ((yyvsp[(1) - (6)].tok), (yyvsp[(4) - (6)].srset)); ;} break; case 312: #line 1267 "cgrammar.y" { (yyval.funcclause) = (yyvsp[(1) - (2)].funcclause); ;} break; case 313: #line 1271 "cgrammar.y" { (yyval.tok) = (yyvsp[(1) - (2)].tok); context_enterFunctionHeader (); ;} break; case 314: #line 1276 "cgrammar.y" { context_exitFunctionHeader (); context_setProtectVars (); enterParamsTemp (); sRef_setGlobalScopeSafe (); ;} break; case 315: #line 1283 "cgrammar.y" { exitParamsTemp (); sRef_clearGlobalScopeSafe (); context_releaseVars (); (yyval.funcclause) = functionClause_createState (stateClause_create ((yyvsp[(1) - (6)].tok), (yyvsp[(2) - (6)].typequal), (yyvsp[(4) - (6)].srset))); ;} break; case 316: #line 1290 "cgrammar.y" { context_setProtectVars (); enterParamsTemp (); sRef_setGlobalScopeSafe (); ;} break; case 317: #line 1296 "cgrammar.y" { context_exitFunctionHeader (); exitParamsTemp (); sRef_clearGlobalScopeSafe (); context_releaseVars (); DPRINTF (("done optGlobBufConstraintsAux\n")); if (lltok_isEnsures ((yyvsp[(1) - (5)].tok))) { (yyval.funcclause) = functionClause_createEnsures ((yyvsp[(3) - (5)].fcnconstraint)); } else if (lltok_isRequires ((yyvsp[(1) - (5)].tok))) { (yyval.funcclause) = functionClause_createRequires ((yyvsp[(3) - (5)].fcnconstraint)); } else { BADBRANCH; } DPRINTF (("FunctionclauseS: %s", functionClause_unparse ((yyval.funcclause)))); ;} break; case 318: #line 1321 "cgrammar.y" { (yyval.fcnconstraint) = functionConstraint_createBufferConstraint ((yyvsp[(1) - (1)].conL)); ;} break; case 319: #line 1322 "cgrammar.y" { (yyval.fcnconstraint) = functionConstraint_createMetaStateConstraint ((yyvsp[(1) - (1)].msconstraint)); DPRINTF (("Made constraint: %s", functionConstraint_unparse ((yyval.fcnconstraint)))); ;} break; case 320: #line 1326 "cgrammar.y" { (yyval.typequal) = qual_createExits (); ;} break; case 321: #line 1327 "cgrammar.y" { (yyval.typequal) = qual_createMayExit (); ;} break; case 322: #line 1328 "cgrammar.y" { (yyval.typequal) = qual_createTrueExit (); ;} break; case 323: #line 1329 "cgrammar.y" { (yyval.typequal) = qual_createFalseExit (); ;} break; case 324: #line 1330 "cgrammar.y" { (yyval.typequal) = qual_createNeverExit (); ;} break; case 325: #line 1334 "cgrammar.y" { (yyval.typequal) = qual_createChecked (); ;} break; case 326: #line 1335 "cgrammar.y" { (yyval.typequal) = qual_createCheckMod (); ;} break; case 327: #line 1336 "cgrammar.y" { (yyval.typequal) = qual_createUnchecked (); ;} break; case 328: #line 1337 "cgrammar.y" { (yyval.typequal) = qual_createCheckedStrict (); ;} break; case 329: #line 1341 "cgrammar.y" { (yyval.typequal) = qual_createOwned (); ;} break; case 330: #line 1342 "cgrammar.y" { (yyval.typequal) = qual_createDependent (); ;} break; case 331: #line 1343 "cgrammar.y" { (yyval.typequal) = qual_createYield (); ;} break; case 332: #line 1344 "cgrammar.y" { (yyval.typequal) = qual_createTemp (); ;} break; case 333: #line 1345 "cgrammar.y" { (yyval.typequal) = qual_createOnly (); ;} break; case 334: #line 1346 "cgrammar.y" { (yyval.typequal) = qual_createKeep (); ;} break; case 335: #line 1347 "cgrammar.y" { (yyval.typequal) = qual_createKept (); ;} break; case 336: #line 1348 "cgrammar.y" { (yyval.typequal) = qual_createShared (); ;} break; case 337: #line 1349 "cgrammar.y" { (yyval.typequal) = qual_createUnique (); ;} break; case 338: #line 1350 "cgrammar.y" { (yyval.typequal) = qual_createNull (); ;} break; case 339: #line 1351 "cgrammar.y" { (yyval.typequal) = qual_createIsNull (); ;} break; case 340: #line 1352 "cgrammar.y" { (yyval.typequal) = qual_createRelNull (); ;} break; case 341: #line 1353 "cgrammar.y" { (yyval.typequal) = qual_createNotNull (); ;} break; case 342: #line 1354 "cgrammar.y" { (yyval.typequal) = qual_createExposed (); ;} break; case 343: #line 1355 "cgrammar.y" { (yyval.typequal) = qual_createObserver (); ;} break; case 344: #line 1356 "cgrammar.y" { (yyval.typequal) = qual_createNullTerminated (); ;} break; case 345: #line 1357 "cgrammar.y" { (yyval.typequal) = qual_createMetaState ((yyvsp[(1) - (1)].annotation)); ;} break; case 346: #line 1361 "cgrammar.y" { (yyval.typequal) = qual_createReturned (); ;} break; case 347: #line 1362 "cgrammar.y" { (yyval.typequal) = qual_createSef (); ;} break; case 348: #line 1366 "cgrammar.y" { (yyval.typequal) = qual_createUnused (); ;} break; case 349: #line 1367 "cgrammar.y" { (yyval.typequal) = qual_createExternal (); ;} break; case 350: #line 1371 "cgrammar.y" { (yyval.typequal) = qual_createTrueNull (); ;} break; case 351: #line 1372 "cgrammar.y" { (yyval.typequal) = qual_createFalseNull (); ;} break; case 352: #line 1376 "cgrammar.y" { (yyval.typequal) = qual_createAbstract (); ;} break; case 353: #line 1377 "cgrammar.y" { (yyval.typequal) = qual_createNumAbstract (); ;} break; case 354: #line 1378 "cgrammar.y" { (yyval.typequal) = qual_createConcrete (); ;} break; case 355: #line 1379 "cgrammar.y" { (yyval.typequal) = qual_createMutable (); ;} break; case 356: #line 1380 "cgrammar.y" { (yyval.typequal) = qual_createImmutable (); ;} break; case 357: #line 1384 "cgrammar.y" { (yyval.typequal) = qual_createRefCounted (); ;} break; case 358: #line 1385 "cgrammar.y" { (yyval.typequal) = qual_createRefs (); ;} break; case 359: #line 1386 "cgrammar.y" { (yyval.typequal) = qual_createKillRef (); ;} break; case 360: #line 1387 "cgrammar.y" { (yyval.typequal) = qual_createRelDef (); ;} break; case 361: #line 1388 "cgrammar.y" { (yyval.typequal) = qual_createNewRef (); ;} break; case 362: #line 1389 "cgrammar.y" { (yyval.typequal) = qual_createTempRef (); ;} break; case 363: #line 1393 "cgrammar.y" { (yyval.typequal) = qual_createShort (); ;} break; case 364: #line 1394 "cgrammar.y" { (yyval.typequal) = qual_createLong (); ;} break; case 365: #line 1395 "cgrammar.y" { (yyval.typequal) = qual_createSigned (); ;} break; case 366: #line 1396 "cgrammar.y" { (yyval.typequal) = qual_createUnsigned (); ;} break; case 367: #line 1400 "cgrammar.y" { (yyval.typequal) = qual_createOut (); ;} break; case 368: #line 1401 "cgrammar.y" { (yyval.typequal) = qual_createIn (); ;} break; case 369: #line 1402 "cgrammar.y" { (yyval.typequal) = qual_createPartial (); ;} break; case 370: #line 1403 "cgrammar.y" { (yyval.typequal) = qual_createSpecial (); ;} break; case 371: #line 1407 "cgrammar.y" { (yyval.typequal) = qual_createConst (); ;} break; case 372: #line 1408 "cgrammar.y" { (yyval.typequal) = qual_createVolatile (); ;} break; case 373: #line 1409 "cgrammar.y" { (yyval.typequal) = qual_createRestrict (); ;} break; case 374: #line 1410 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 375: #line 1411 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 376: #line 1412 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 377: #line 1413 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 378: #line 1414 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 379: #line 1415 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 380: #line 1416 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 381: #line 1417 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 382: #line 1418 "cgrammar.y" { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;} break; case 389: #line 1432 "cgrammar.y" { (yyval.ctyp) = ctype_makeAnytype (); ;} break; case 390: #line 1433 "cgrammar.y" { (yyval.ctyp) = ctype_anyintegral; ;} break; case 391: #line 1434 "cgrammar.y" { (yyval.ctyp) = ctype_unsignedintegral; ;} break; case 392: #line 1435 "cgrammar.y" { (yyval.ctyp) = ctype_signedintegral; ;} break; case 396: #line 1439 "cgrammar.y" { (yyval.ctyp) = ctype_fromQual ((yyvsp[(1) - (2)].typequal)); ;} break; case 397: #line 1444 "cgrammar.y" { (yyval.qtyp) = qtype_resolve ((yyvsp[(2) - (3)].qtyp)); ;} break; case 398: #line 1448 "cgrammar.y" { (yyval.qtyp) = (yyvsp[(1) - (1)].qtyp); ;} break; case 399: #line 1450 "cgrammar.y" { (yyval.qtyp) = qtype_mergeAlt ((yyvsp[(1) - (4)].qtyp), (yyvsp[(3) - (4)].qtyp)); ;} break; case 401: #line 1456 "cgrammar.y" { (yyval.qtyp) = qtype_mergeAlt ((yyvsp[(1) - (3)].qtyp), (yyvsp[(3) - (3)].qtyp)); ;} break; case 402: #line 1460 "cgrammar.y" { (yyval.qtyp) = qtype_addQual ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].typequal)); ;} break; case 403: #line 1461 "cgrammar.y" { (yyval.qtyp) = qtype_addQual ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].typequal)); ;} break; case 404: #line 1462 "cgrammar.y" { (yyval.qtyp) = qtype_combine ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].ctyp)); ;} break; case 405: #line 1466 "cgrammar.y" { (yyval.qtyp) = qtype_unknown (); ;} break; case 406: #line 1467 "cgrammar.y" { (yyval.qtyp) = (yyvsp[(1) - (1)].qtyp); ;} break; case 407: #line 1471 "cgrammar.y" { (yyval.conL) = constraintList_undefined; ;} break; case 408: #line 1478 "cgrammar.y" { sRef_setGlobalScopeSafe (); ;} break; case 409: #line 1480 "cgrammar.y" { sRef_clearGlobalScopeSafe (); ;} break; case 410: #line 1483 "cgrammar.y" { ctype ct; ct = declareStruct ((yyvsp[(3) - (12)].cname), (yyvsp[(8) - (12)].flist)); /* context_setGlobalStructInfo(ct, $12); */ (yyval.ctyp) = ct; ;} break; case 411: #line 1484 "cgrammar.y" { sRef_setGlobalScopeSafe (); ;} break; case 412: #line 1486 "cgrammar.y" { sRef_clearGlobalScopeSafe (); ;} break; case 413: #line 1488 "cgrammar.y" { (yyval.ctyp) = declareUnion ((yyvsp[(3) - (11)].cname), (yyvsp[(8) - (11)].flist)); ;} break; case 414: #line 1490 "cgrammar.y" { (yyval.ctyp) = declareStruct ((yyvsp[(3) - (6)].cname), uentryList_new ()); ;} break; case 415: #line 1492 "cgrammar.y" { (yyval.ctyp) = declareUnion ((yyvsp[(3) - (6)].cname), uentryList_new ()); ;} break; case 416: #line 1493 "cgrammar.y" { sRef_setGlobalScopeSafe (); ;} break; case 417: #line 1495 "cgrammar.y" { sRef_clearGlobalScopeSafe (); ;} break; case 418: #line 1497 "cgrammar.y" { (yyval.ctyp) = declareUnnamedStruct ((yyvsp[(7) - (10)].flist)); ;} break; case 419: #line 1498 "cgrammar.y" { sRef_setGlobalScopeSafe (); ;} break; case 420: #line 1500 "cgrammar.y" { sRef_clearGlobalScopeSafe (); ;} break; case 421: #line 1502 "cgrammar.y" { (yyval.ctyp) = declareUnnamedUnion ((yyvsp[(7) - (10)].flist)); ;} break; case 422: #line 1504 "cgrammar.y" { (yyval.ctyp) = ctype_createUnnamedStruct (uentryList_new ()); ;} break; case 423: #line 1506 "cgrammar.y" { (yyval.ctyp) = ctype_createUnnamedUnion (uentryList_new ()); ;} break; case 424: #line 1507 "cgrammar.y" { (yyval.ctyp) = handleStruct ((yyvsp[(3) - (4)].cname)); ;} break; case 425: #line 1508 "cgrammar.y" { (yyval.ctyp) = handleUnion ((yyvsp[(3) - (4)].cname)); ;} break; case 426: #line 1512 "cgrammar.y" { cscannerHelp_clearExpectingTypeName (); ;} break; case 428: #line 1517 "cgrammar.y" { (yyval.flist) = uentryList_undefined; /* bogus! */ ;} break; case 429: #line 1518 "cgrammar.y" { (yyval.flist) = uentryList_mergeFields ((yyvsp[(1) - (2)].flist), (yyvsp[(2) - (2)].flist)); ;} break; case 430: #line 1523 "cgrammar.y" { (yyval.flist) = fixUentryList ((yyvsp[(3) - (5)].ntyplist), (yyvsp[(1) - (5)].qtyp)); ;} break; case 431: #line 1525 "cgrammar.y" { (yyval.flist) = fixUnnamedDecl ((yyvsp[(1) - (3)].qtyp)); ;} break; case 432: #line 1530 "cgrammar.y" { (yyval.ntyplist) = idDeclList_singleton ((yyvsp[(1) - (2)].ntyp)); ;} break; case 433: #line 1532 "cgrammar.y" { (yyval.ntyplist) = idDeclList_add ((yyvsp[(1) - (4)].ntyplist), (yyvsp[(3) - (4)].ntyp)); ;} break; case 434: #line 1536 "cgrammar.y" { (yyval.ntyp) = (yyvsp[(1) - (1)].ntyp); ;} break; case 435: #line 1537 "cgrammar.y" { (yyval.ntyp) = idDecl_undefined; ;} break; case 436: #line 1538 "cgrammar.y" { (yyval.ntyp) = (yyvsp[(1) - (4)].ntyp); ;} break; case 437: #line 1544 "cgrammar.y" { (yyval.ctyp) = declareUnnamedEnum ((yyvsp[(4) - (6)].enumnamelist)); ;} break; case 438: #line 1545 "cgrammar.y" { context_pushLoc (); ;} break; case 439: #line 1546 "cgrammar.y" { context_popLoc (); (yyval.ctyp) = declareEnum ((yyvsp[(3) - (8)].cname), (yyvsp[(6) - (8)].enumnamelist)); ;} break; case 440: #line 1547 "cgrammar.y" { (yyval.ctyp) = handleEnum ((yyvsp[(3) - (4)].cname)); ;} break; case 441: #line 1552 "cgrammar.y" { (yyval.enumnamelist) = enumNameList_single ((yyvsp[(1) - (1)].cname)); ;} break; case 442: #line 1554 "cgrammar.y" { (yyval.enumnamelist) = enumNameList_push ((yyvsp[(1) - (3)].enumnamelist), (yyvsp[(3) - (3)].cname)); ;} break; case 444: #line 1560 "cgrammar.y" { uentry ue = uentry_makeEnumConstant ((yyvsp[(1) - (1)].cname), ctype_unknown); usymtab_supGlobalEntry (ue); (yyval.cname) = (yyvsp[(1) - (1)].cname); ;} break; case 445: #line 1565 "cgrammar.y" { uentry ue = uentry_makeEnumInitializedConstant ((yyvsp[(1) - (4)].cname), ctype_unknown, (yyvsp[(4) - (4)].expr)); usymtab_supGlobalEntry (ue); (yyval.cname) = (yyvsp[(1) - (4)].cname); ;} break; case 447: #line 1573 "cgrammar.y" { (yyval.ntyp) = idDecl_create (cstring_undefined, qtype_create ((yyvsp[(1) - (1)].ctyp))); ;} break; case 448: #line 1575 "cgrammar.y" { qtype qt = qtype_unknown (); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), qt); (yyval.ntyp) = idDecl_create (cstring_copy (cscannerHelp_observeLastIdentifier ()), qt); ;} break; case 449: #line 1581 "cgrammar.y" { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;} break; case 451: #line 1587 "cgrammar.y" { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;} break; case 452: #line 1591 "cgrammar.y" { (yyval.entrylist) = handleParamTypeList ((yyvsp[(1) - (1)].entrylist)); ;} break; case 453: #line 1592 "cgrammar.y" { (yyval.entrylist) = handleParamIdList ((yyvsp[(2) - (2)].entrylist)); ;} break; case 454: #line 1596 "cgrammar.y" { (yyval.typequal) = qual_createConst (); ;} break; case 455: #line 1597 "cgrammar.y" { (yyval.typequal) = qual_createRestrict (); ;} break; case 456: #line 1598 "cgrammar.y" { (yyval.typequal) = qual_createVolatile (); ;} break; case 457: #line 1602 "cgrammar.y" { (yyval.tquallist) = qualList_single ((yyvsp[(1) - (1)].typequal)); ;} break; case 458: #line 1603 "cgrammar.y" { (yyval.tquallist) = qualList_add ((yyvsp[(1) - (2)].tquallist), (yyvsp[(2) - (2)].typequal)); ;} break; case 459: #line 1607 "cgrammar.y" { (yyval.pointers) = pointers_create ((yyvsp[(1) - (1)].tok)); ;} break; case 460: #line 1608 "cgrammar.y" { (yyval.pointers) = pointers_createMods ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].tquallist)); ;} break; case 461: #line 1609 "cgrammar.y" { (yyval.pointers) = pointers_extend (pointers_create ((yyvsp[(1) - (2)].tok)), (yyvsp[(2) - (2)].pointers)); ;} break; case 462: #line 1610 "cgrammar.y" { (yyval.pointers) = pointers_extend (pointers_createMods ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].tquallist)), (yyvsp[(3) - (3)].pointers)); ;} break; case 464: #line 1615 "cgrammar.y" { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeElipsisMarker ()); ;} break; case 465: #line 1619 "cgrammar.y" { (yyval.entrylist) = uentryList_single (uentry_makeVariableLoc ((yyvsp[(1) - (1)].cname), ctype_int)); ;} break; case 466: #line 1620 "cgrammar.y" { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeVariableLoc ((yyvsp[(3) - (3)].cname), ctype_int)); ;} break; case 467: #line 1624 "cgrammar.y" { (yyval.entrylist) = uentryList_single (uentry_makeElipsisMarker ()); ;} break; case 469: #line 1626 "cgrammar.y" { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeElipsisMarker ()); ;} break; case 470: #line 1630 "cgrammar.y" { storeLoc (); ;} break; case 471: #line 1630 "cgrammar.y" { (yyval.entrylist) = uentryList_single ((yyvsp[(2) - (2)].oentry)); ;} break; case 472: #line 1631 "cgrammar.y" { storeLoc (); ;} break; case 473: #line 1632 "cgrammar.y" { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (4)].entrylist), (yyvsp[(4) - (4)].oentry)); ;} break; case 474: #line 1637 "cgrammar.y" { if (isFlipOldStyle ()) { llparseerror (cstring_makeLiteral ("Inconsistent function parameter syntax (mixing old and new style declaration)")); } else { setNewStyle (); } (yyval.oentry) = makeCurrentParam (idDecl_fixParamBase ((yyvsp[(3) - (4)].ntyp), (yyvsp[(2) - (4)].qtyp))); ;} break; case 475: #line 1649 "cgrammar.y" { idDecl tparam = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ()); if (isNewStyle ()) { llparseerror (message ("Inconsistent function parameter syntax: %q", idDecl_unparse (tparam))); } setFlipOldStyle (); (yyval.oentry) = makeCurrentParam (tparam); idDecl_free (tparam); ;} break; case 477: #line 1666 "cgrammar.y" { (yyval.qtyp) = qtype_newBase ((yyvsp[(1) - (2)].qtyp), (yyvsp[(2) - (2)].ctyp)); ;} break; case 478: #line 1670 "cgrammar.y" { (yyval.ctyp) = ctype_adjustPointers ((yyvsp[(1) - (1)].pointers), ctype_unknown); ;} break; case 480: #line 1672 "cgrammar.y" { (yyval.ctyp) = ctype_adjustPointers ((yyvsp[(1) - (2)].pointers), (yyvsp[(2) - (2)].ctyp)); ;} break; case 481: #line 1676 "cgrammar.y" { (yyval.ctyp) = ctype_unknown; ;} break; case 483: #line 1682 "cgrammar.y" { (yyval.ctyp) = ctype_expectFunction ((yyvsp[(4) - (5)].ctyp)); ;} break; case 484: #line 1683 "cgrammar.y" { (yyval.ctyp) = ctype_makeArray (ctype_unknown); ;} break; case 485: #line 1685 "cgrammar.y" { (yyval.ctyp) = ctype_makeFixedArray (ctype_unknown, exprNode_getLongValue ((yyvsp[(2) - (3)].expr))); ;} break; case 486: #line 1686 "cgrammar.y" { (yyval.ctyp) = ctype_makeInnerArray ((yyvsp[(1) - (3)].ctyp)); ;} break; case 487: #line 1688 "cgrammar.y" { (yyval.ctyp) = ctype_makeInnerFixedArray ((yyvsp[(1) - (4)].ctyp), exprNode_getLongValue ((yyvsp[(3) - (4)].expr))); ;} break; case 488: #line 1690 "cgrammar.y" { (yyval.ctyp) = ctype_makeFunction (ctype_unknown, uentryList_makeMissingParams ()); ;} break; case 489: #line 1692 "cgrammar.y" { (yyval.ctyp) = ctype_makeParamsFunction (ctype_unknown, (yyvsp[(3) - (4)].entrylist)); ;} break; case 490: #line 1694 "cgrammar.y" { (yyval.ctyp) = ctype_makeFunction ((yyvsp[(1) - (4)].ctyp), uentryList_makeMissingParams ()); ;} break; case 491: #line 1696 "cgrammar.y" { (yyval.ctyp) = ctype_makeParamsFunction ((yyvsp[(1) - (5)].ctyp), (yyvsp[(4) - (5)].entrylist)); ;} break; case 502: #line 1715 "cgrammar.y" { exprNode_revealState ((yyvsp[(3) - (4)].expr)); (yyval.expr) = exprNode_undefined; ;} break; case 503: #line 1719 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 506: #line 1729 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 507: #line 1734 "cgrammar.y" { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 508: #line 1736 "cgrammar.y" { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)); ;} break; case 509: #line 1738 "cgrammar.y" { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (6)].expr), (yyvsp[(5) - (6)].expr)); ;} break; case 510: #line 1740 "cgrammar.y" { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 511: #line 1745 "cgrammar.y" { context_setProtectVars (); ;} break; case 512: #line 1745 "cgrammar.y" { context_sizeofReleaseVars (); ;} break; case 513: #line 1747 "cgrammar.y" { (yyval.expr) = exprNode_forPred ((yyvsp[(3) - (10)].expr), (yyvsp[(5) - (10)].expr), (yyvsp[(8) - (10)].expr)); context_enterForClause ((yyvsp[(5) - (10)].expr)); ;} break; case 514: #line 1753 "cgrammar.y" { setProcessingIterVars ((yyvsp[(1) - (3)].entry)); ;} break; case 515: #line 1755 "cgrammar.y" { (yyval.expr) = exprNode_iterStart ((yyvsp[(1) - (6)].entry), (yyvsp[(5) - (6)].exprlist)); ;} break; case 516: #line 1756 "cgrammar.y" { (yyval.expr) = exprNode_createId ((yyvsp[(1) - (1)].entry)); ;} break; case 520: #line 1763 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (2)].expr); DPRINTF (("def stmt: %s", exprNode_unparse ((yyval.expr)))); ;} break; case 528: #line 1771 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;} break; case 529: #line 1772 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 530: #line 1776 "cgrammar.y" { exprNode_checkIfPred ((yyvsp[(1) - (1)].expr)); ;} break; case 531: #line 1777 "cgrammar.y" { /* don't: context_exitTrueClause ($1, $2); */ (yyval.expr) = exprNode_if ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;} break; case 532: #line 1783 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;} break; case 533: #line 1787 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;} break; case 544: #line 1804 "cgrammar.y" { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;} break; case 547: #line 1807 "cgrammar.y" { (yyval.expr) = exprNode_makeError (); ;} break; case 548: #line 1811 "cgrammar.y" { (yyval.expr) = exprNode_labelMarker ((yyvsp[(1) - (2)].cname)); ;} break; case 549: #line 1812 "cgrammar.y" { (yyval.expr) = exprNode_notReached ((yyvsp[(2) - (2)].expr)); ;} break; case 550: #line 1820 "cgrammar.y" { ; ;} break; case 551: #line 1821 "cgrammar.y" { ; ;} break; case 552: #line 1828 "cgrammar.y" { context_enterCaseClause ((yyvsp[(2) - (2)].expr)); ;} break; case 553: #line 1829 "cgrammar.y" { (yyval.expr) = exprNode_caseMarker ((yyvsp[(2) - (4)].expr), FALSE); ;} break; case 554: #line 1830 "cgrammar.y" { context_enterCaseClause ((yyvsp[(4) - (4)].expr)); ;} break; case 555: #line 1831 "cgrammar.y" { (yyval.expr) = exprNode_caseMarker ((yyvsp[(4) - (6)].expr), TRUE); ;} break; case 556: #line 1835 "cgrammar.y" { context_enterCaseClause (exprNode_undefined); ;} break; case 557: #line 1836 "cgrammar.y" { (yyval.expr) = exprNode_defaultMarker ((yyvsp[(1) - (3)].tok), FALSE); ;} break; case 558: #line 1837 "cgrammar.y" { context_enterCaseClause (exprNode_undefined); ;} break; case 559: #line 1838 "cgrammar.y" { (yyval.expr) = exprNode_defaultMarker ((yyvsp[(3) - (5)].tok), TRUE); ;} break; case 560: #line 1842 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;} break; case 561: #line 1844 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (2)].expr); context_exitInner ((yyvsp[(2) - (2)].expr)); ;} break; case 562: #line 1848 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;} break; case 563: #line 1852 "cgrammar.y" { context_enterInnerContext (); ;} break; case 564: #line 1856 "cgrammar.y" { context_exitInnerPlain (); ;} break; case 565: #line 1860 "cgrammar.y" { context_enterStructInnerContext (); ;} break; case 566: #line 1864 "cgrammar.y" { context_exitStructInnerContext (); ;} break; case 567: #line 1868 "cgrammar.y" { context_exitInnerSafe (); ;} break; case 568: #line 1872 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;} break; case 569: #line 1873 "cgrammar.y" { (yyval.expr) = exprNode_notReached (exprNode_createTok ((yyvsp[(2) - (2)].tok))); ;} break; case 570: #line 1874 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation ((yyvsp[(1) - (2)].expr), lltok_getLoc ((yyvsp[(2) - (2)].tok))); ;} break; case 571: #line 1876 "cgrammar.y" { (yyval.expr) = exprNode_notReached (exprNode_updateLocation ((yyvsp[(1) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok)))); ;} break; case 572: #line 1877 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation ((yyvsp[(1) - (2)].expr), lltok_getLoc ((yyvsp[(2) - (2)].tok))); ;} break; case 573: #line 1879 "cgrammar.y" { (yyval.expr) = exprNode_notReached (exprNode_updateLocation ((yyvsp[(1) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok)))); ;} break; case 574: #line 1881 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation (exprNode_concat ((yyvsp[(1) - (3)].expr), (yyvsp[(2) - (3)].expr)), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;} break; case 575: #line 1883 "cgrammar.y" { (yyval.expr) = exprNode_notReached (exprNode_updateLocation (exprNode_concat ((yyvsp[(1) - (4)].expr), (yyvsp[(2) - (4)].expr)), lltok_getLoc ((yyvsp[(3) - (4)].tok)))); ;} break; case 576: #line 1890 "cgrammar.y" { (yyval.expr) = exprNode_makeBlock ((yyvsp[(2) - (2)].expr)); ;} break; case 577: #line 1895 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;} break; case 578: #line 1897 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation ((yyvsp[(2) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;} break; case 579: #line 1899 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation ((yyvsp[(2) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;} break; case 580: #line 1901 "cgrammar.y" { (yyval.expr) = exprNode_updateLocation (exprNode_concat ((yyvsp[(2) - (4)].expr), (yyvsp[(3) - (4)].expr)), lltok_getLoc ((yyvsp[(4) - (4)].tok))); ;} break; case 582: #line 1906 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 583: #line 1910 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 584: #line 1911 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 585: #line 1915 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 586: #line 1916 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;} break; case 587: #line 1920 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 588: #line 1921 "cgrammar.y" { (yyval.expr) = (yyvsp[(2) - (4)].expr); ;} break; case 589: #line 1925 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 590: #line 1926 "cgrammar.y" { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 591: #line 1930 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;} break; case 592: #line 1931 "cgrammar.y" { (yyval.expr) = exprNode_statement ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 593: #line 1935 "cgrammar.y" { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;} break; case 594: #line 1936 "cgrammar.y" { (yyval.expr) = exprNode_statement ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 595: #line 1937 "cgrammar.y" { (yyval.expr) = exprNode_checkExpr ((yyvsp[(1) - (1)].expr)); ;} break; case 596: #line 1942 "cgrammar.y" { exprNode_produceGuards ((yyvsp[(3) - (4)].expr)); context_enterTrueClause ((yyvsp[(3) - (4)].expr)); exprNode_checkIfPred ((yyvsp[(3) - (4)].expr)); (yyval.expr) = (yyvsp[(3) - (4)].expr); ;} break; case 597: #line 1956 "cgrammar.y" { context_exitTrueClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); (yyval.expr) = exprNode_if ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 598: #line 1960 "cgrammar.y" { context_enterFalseClause ((yyvsp[(1) - (3)].expr)); ;} break; case 599: #line 1961 "cgrammar.y" { context_exitClause ((yyvsp[(1) - (5)].expr), (yyvsp[(2) - (5)].expr), (yyvsp[(5) - (5)].expr)); (yyval.expr) = exprNode_ifelse ((yyvsp[(1) - (5)].expr), (yyvsp[(2) - (5)].expr), (yyvsp[(5) - (5)].expr)); ;} break; case 600: #line 1965 "cgrammar.y" { context_enterSwitch ((yyvsp[(3) - (3)].expr)); ;} break; case 601: #line 1966 "cgrammar.y" { (yyval.expr) = exprNode_switch ((yyvsp[(3) - (6)].expr), (yyvsp[(6) - (6)].expr)); ;} break; case 602: #line 1971 "cgrammar.y" { (yyval.expr) = exprNode_whilePred ((yyvsp[(3) - (4)].expr)); context_enterWhileClause ((yyvsp[(3) - (4)].expr)); ;} break; case 603: #line 1976 "cgrammar.y" { (yyval.expr) = exprNode_whilePred((yyvsp[(3) - (4)].expr)); ;} break; case 604: #line 1980 "cgrammar.y" { context_enterIterClause (); ;} break; case 605: #line 1981 "cgrammar.y" { setProcessingIterVars ((yyvsp[(1) - (4)].entry)); ;} break; case 606: #line 1984 "cgrammar.y" { (yyval.expr) = exprNode_iter ((yyvsp[(1) - (10)].entry), (yyvsp[(6) - (10)].exprlist), (yyvsp[(8) - (10)].expr), (yyvsp[(9) - (10)].entry)); ;} break; case 607: #line 1991 "cgrammar.y" { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;} break; case 608: #line 1992 "cgrammar.y" { nextIterParam (); ;} break; case 609: #line 1993 "cgrammar.y" { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;} break; case 610: #line 1997 "cgrammar.y" { (yyval.expr) = exprNode_iterExpr ((yyvsp[(1) - (1)].expr)); ;} break; case 611: #line 1998 "cgrammar.y" { (yyval.expr) = exprNode_iterId ((yyvsp[(1) - (1)].entry)); ;} break; case 612: #line 1999 "cgrammar.y" { uentry ue = cscannerHelp_coerceIterId ((yyvsp[(1) - (1)].cname)); if (uentry_isValid (ue)) { (yyval.expr) = exprNode_iterId (ue); } else { (yyval.expr) = exprNode_iterNewId (cstring_copy (cscannerHelp_observeLastIdentifier ())); } ;} break; case 613: #line 2010 "cgrammar.y" { (yyval.expr) = exprNode_iterNewId ((yyvsp[(1) - (1)].cname)); ;} break; case 615: #line 2019 "cgrammar.y" { (yyval.expr) = exprNode_combineLiterals ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 617: #line 2024 "cgrammar.y" { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;} break; case 619: #line 2029 "cgrammar.y" { (yyval.expr) = exprNode_arrayFetch ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].expr)); ;} break; case 620: #line 2030 "cgrammar.y" { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (3)].expr), exprNodeList_new ()); ;} break; case 621: #line 2031 "cgrammar.y" { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].exprlist)); ;} break; case 622: #line 2033 "cgrammar.y" { (yyval.expr) = exprNode_vaArg ((yyvsp[(1) - (6)].tok), (yyvsp[(3) - (6)].expr), (yyvsp[(5) - (6)].qtyp)); ;} break; case 623: #line 2034 "cgrammar.y" { (yyval.expr) = exprNode_fieldAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;} break; case 624: #line 2035 "cgrammar.y" { (yyval.expr) = exprNode_arrowAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;} break; case 625: #line 2036 "cgrammar.y" { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 626: #line 2037 "cgrammar.y" { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;} break; case 628: #line 2042 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 629: #line 2043 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 630: #line 2044 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 631: #line 2045 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 632: #line 2046 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 633: #line 2047 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 634: #line 2048 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 635: #line 2049 "cgrammar.y" { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;} break; case 636: #line 2050 "cgrammar.y" { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;} break; case 638: #line 2055 "cgrammar.y" { (yyval.expr) = exprNode_cast ((yyvsp[(1) - (4)].tok), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].qtyp)); ;} break; case 640: #line 2060 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 641: #line 2061 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 642: #line 2062 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 644: #line 2067 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 645: #line 2068 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 647: #line 2073 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 648: #line 2074 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 650: #line 2079 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 651: #line 2080 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 652: #line 2081 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 653: #line 2082 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 655: #line 2087 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 656: #line 2088 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 658: #line 2093 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 660: #line 2098 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 662: #line 2103 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 664: #line 2108 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 666: #line 2113 "cgrammar.y" { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 668: #line 2118 "cgrammar.y" { context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;} break; case 669: #line 2119 "cgrammar.y" { context_enterFalseClause ((yyvsp[(1) - (4)].expr)); ;} break; case 670: #line 2120 "cgrammar.y" { (yyval.expr) = exprNode_condIfOmit ((yyvsp[(1) - (6)].expr), (yyvsp[(6) - (6)].expr)); ;} break; case 671: #line 2121 "cgrammar.y" { context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;} break; case 672: #line 2122 "cgrammar.y" { context_enterFalseClause ((yyvsp[(1) - (5)].expr)); ;} break; case 673: #line 2123 "cgrammar.y" { (yyval.expr) = exprNode_cond ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); ;} break; case 675: #line 2128 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 676: #line 2129 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 677: #line 2130 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 678: #line 2131 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 679: #line 2132 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 680: #line 2133 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 681: #line 2134 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 682: #line 2135 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 683: #line 2136 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 684: #line 2137 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 685: #line 2138 "cgrammar.y" { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;} break; case 686: #line 2142 "cgrammar.y" { (yyval.entry) = (yyvsp[(1) - (1)].entry); ;} break; case 687: #line 2143 "cgrammar.y" { (yyval.entry) = uentry_undefined; ;} break; case 688: #line 2147 "cgrammar.y" { context_enterDoWhileClause (); (yyval.tok) = (yyvsp[(1) - (1)].tok); ;} break; case 689: #line 2152 "cgrammar.y" { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitWhileClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 690: #line 2154 "cgrammar.y" { (yyval.expr) = exprNode_statement (exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)), (yyvsp[(7) - (7)].tok)); ;} break; case 691: #line 2156 "cgrammar.y" { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitForClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 692: #line 2160 "cgrammar.y" { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitWhileClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 693: #line 2162 "cgrammar.y" { (yyval.expr) = exprNode_statement (exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)), (yyvsp[(7) - (7)].tok)); ;} break; case 694: #line 2164 "cgrammar.y" { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (6)].expr), (yyvsp[(5) - (6)].expr)); ;} break; case 695: #line 2165 "cgrammar.y" { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitForClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;} break; case 696: #line 2169 "cgrammar.y" { (yyval.expr) = exprNode_goto ((yyvsp[(2) - (3)].cname)); ;} break; case 697: #line 2170 "cgrammar.y" { (yyval.expr) = exprNode_continue ((yyvsp[(1) - (2)].tok), BADTOK); ;} break; case 698: #line 2172 "cgrammar.y" { (yyval.expr) = exprNode_continue ((yyvsp[(1) - (3)].tok), QINNERCONTINUE); ;} break; case 699: #line 2173 "cgrammar.y" { (yyval.expr) = exprNode_break ((yyvsp[(1) - (2)].tok), BADTOK); ;} break; case 700: #line 2174 "cgrammar.y" { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QSWITCHBREAK); ;} break; case 701: #line 2175 "cgrammar.y" { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QLOOPBREAK); ;} break; case 702: #line 2176 "cgrammar.y" { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QINNERBREAK); ;} break; case 703: #line 2177 "cgrammar.y" { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QSAFEBREAK); ;} break; case 704: #line 2178 "cgrammar.y" { (yyval.expr) = exprNode_nullReturn ((yyvsp[(1) - (2)].tok)); ;} break; case 705: #line 2179 "cgrammar.y" { (yyval.expr) = exprNode_return ((yyvsp[(2) - (3)].expr)); ;} break; case 707: #line 2184 "cgrammar.y" { ; ;} break; case 709: #line 2189 "cgrammar.y" { ; ;} break; case 712: #line 2198 "cgrammar.y" { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;} break; case 713: #line 2199 "cgrammar.y" { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;} break; case 714: #line 2200 "cgrammar.y" { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;} break; case 715: #line 2201 "cgrammar.y" { (yyval.cname) = (yyvsp[(1) - (1)].cname); ;} break; case 717: #line 2206 "cgrammar.y" { (yyval.ctyp) = ctype_unknown; ;} break; case 718: #line 2207 "cgrammar.y" { (yyval.ctyp) = exprNode_getType ((yyvsp[(3) - (4)].expr)); exprNode_free ((yyvsp[(3) - (4)].expr)); ;} break; case 719: #line 2208 "cgrammar.y" { (yyval.ctyp) = qtype_getType ((yyvsp[(3) - (4)].qtyp)); ;} break; /* Line 1267 of yacc.c. */ #line 7505 "cgrammar.tab.c" default: break; } YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* Now `shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ yyn = yyr1[yyn]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (YY_("syntax error")); #else { YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) { YYSIZE_T yyalloc = 2 * yysize; if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) yyalloc = YYSTACK_ALLOC_MAXIMUM; if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yyalloc); if (yymsg) yymsg_alloc = yyalloc; else { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; } } if (0 < yysize && yysize <= yymsg_alloc) { (void) yysyntax_error (yymsg, yystate, yychar); yyerror (yymsg); } else { yyerror (YY_("syntax error")); if (yysize != 0) goto yyexhaustedlab; } } #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse look-ahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval); yychar = YYEMPTY; } } /* Else will try to reuse look-ahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (yyn != YYPACT_NINF) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } if (yyn == YYFINAL) YYACCEPT; *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #ifndef yyoverflow /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEOF && yychar != YYEMPTY) yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval); /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } #line 2211 "cgrammar.y" /*@-redecl@*/ /*@-namechecks@*/ extern char *yytext; /*@=redecl@*/ /*@=namechecks@*/ # include "bison.reset" void yyerror (/*@unused@*/ char *s) { static bool givehint = FALSE; if (context_inIterDef ()) { llerror (FLG_SYNTAX, message ("Iter syntax not parseable: %s", context_inFunctionName ())); } else if (context_inIterEnd ()) { llerror (FLG_SYNTAX, message ("Iter finalizer syntax not parseable: %s", context_inFunctionName ())); } else if (context_inMacro ()) { llerror (FLG_SYNTAX, message ("Macro syntax not parseable: %s", context_inFunctionName ())); if (context_inUnknownMacro ()) { if (!givehint) { llhint (cstring_makeLiteral ("Precede macro definition with /*@notfunction@*/ " "to suppress checking and force expansion")); givehint = TRUE; } } cscannerHelp_swallowMacro (); context_exitAllClausesQuiet (); } else { llparseerror (cstring_undefined); } } /* ** Resets all flags in bison.head */ /*@=allmacros@*/ /*@=boolint@*/ /*@=charint@*/ /*@=macroparams@*/ /*@=macroundef@*/ /*@=unreachable@*/ /*@=macrospec@*/ /*@=varuse@*/ /*@=ignorequals@*/ /*@=macrostmt@*/ /*@=noeffect@*/ /*@=shadow@*/ /*@=exitarg@*/ /*@=macroredef@*/ /*@=uniondef@*/ /*@=compdef@*/ /*@=matchfields@*/ /*@=exportlocal@*/ /*@=evalorderuncon@*/ /*@=exportheader@*/ /*@=typeuse@*/ /*@=redecl@*/ /*@=redef@*/ /*@=noparams@*/ /*@=ansireserved@*/ /*@=fielduse@*/ /*@=ifblock@*/ /*@=elseifcomplete@*/ /*@=whileblock@*/ /*@=forblock@*/ /*@=branchstate@*/ /*@=readonlytrans@*/ /*@=namechecks@*/ /*@=usedef@*/ /*@=systemunrecog@*/ /*@=dependenttrans@*/ /*@=unqualifiedtrans@*/ /*@=declundef@*/ /*drl added 11/27/2001*/ /*@=bounds@*/ /*drl added 12/11/2002*/ /*@=type@*/ /*@=enummemuse@*/