summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser.cpp
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-08-07 00:50:08 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-08-07 00:51:30 -0700
commitb7e63c34e74ecfb1c4af8132471ca9cb70d28d1f (patch)
tree383632feaddd782626bdd965b5b202a5cd984104 /src/glsl/glsl_parser.cpp
parent58f1ffdd7c64c0c0962d2aaacdde8f55edefbb2c (diff)
glsl2: Add the 1.30 reserved keywords.
Diffstat (limited to 'src/glsl/glsl_parser.cpp')
-rw-r--r--src/glsl/glsl_parser.cpp2645
1 files changed, 1402 insertions, 1243 deletions
diff --git a/src/glsl/glsl_parser.cpp b/src/glsl/glsl_parser.cpp
index bf83b81603..4b5e3614df 100644
--- a/src/glsl/glsl_parser.cpp
+++ b/src/glsl/glsl_parser.cpp
@@ -1,10 +1,9 @@
-
-/* A Bison parser, made by GNU Bison 2.4.1. */
+/* A Bison parser, made by GNU Bison 2.4.2. */
/* 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.
+ Copyright (C) 1984, 1989-1990, 2000-2006, 2009-2010 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
@@ -46,7 +45,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "2.4.1"
+#define YYBISON_VERSION "2.4.2"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -114,7 +113,7 @@
/* Line 189 of yacc.c */
-#line 118 "glsl_parser.cpp"
+#line 117 "glsl_parser.cpp"
/* Enabling traces. */
#ifndef YYDEBUG
@@ -248,56 +247,86 @@
LOWP = 362,
MEDIUMP = 363,
HIGHP = 364,
- PRECISION = 365,
- VERSION = 366,
- EXTENSION = 367,
- LINE = 368,
- PRAGMA = 369,
- COLON = 370,
- EOL = 371,
- INTERFACE = 372,
- OUTPUT = 373,
- LAYOUT_TOK = 374,
- ASM = 375,
- CLASS = 376,
- UNION = 377,
- ENUM = 378,
- TYPEDEF = 379,
- TEMPLATE = 380,
- THIS = 381,
- PACKED = 382,
- GOTO = 383,
- INLINE_TOK = 384,
- NOINLINE = 385,
- VOLATILE = 386,
- PUBLIC_TOK = 387,
- STATIC = 388,
- EXTERN = 389,
- EXTERNAL = 390,
- LONG = 391,
- SHORT = 392,
- DOUBLE = 393,
- HALF = 394,
- FIXED = 395,
- UNSIGNED = 396,
- INPUT = 397,
- OUPTUT = 398,
- HVEC2 = 399,
- HVEC3 = 400,
- HVEC4 = 401,
- DVEC2 = 402,
- DVEC3 = 403,
- DVEC4 = 404,
- FVEC2 = 405,
- FVEC3 = 406,
- FVEC4 = 407,
- SAMPLER2DRECT = 408,
- SAMPLER3DRECT = 409,
- SAMPLER2DRECTSHADOW = 410,
- SIZEOF = 411,
- CAST = 412,
- NAMESPACE = 413,
- USING = 414
+ SUPERP = 365,
+ PRECISION = 366,
+ VERSION = 367,
+ EXTENSION = 368,
+ LINE = 369,
+ PRAGMA = 370,
+ COLON = 371,
+ EOL = 372,
+ INTERFACE = 373,
+ OUTPUT = 374,
+ LAYOUT_TOK = 375,
+ ASM = 376,
+ CLASS = 377,
+ UNION = 378,
+ ENUM = 379,
+ TYPEDEF = 380,
+ TEMPLATE = 381,
+ THIS = 382,
+ PACKED = 383,
+ GOTO = 384,
+ INLINE_TOK = 385,
+ NOINLINE = 386,
+ VOLATILE = 387,
+ PUBLIC_TOK = 388,
+ STATIC = 389,
+ EXTERN = 390,
+ EXTERNAL = 391,
+ LONG = 392,
+ SHORT = 393,
+ DOUBLE = 394,
+ HALF = 395,
+ FIXED = 396,
+ UNSIGNED = 397,
+ INPUT = 398,
+ OUPTUT = 399,
+ HVEC2 = 400,
+ HVEC3 = 401,
+ HVEC4 = 402,
+ DVEC2 = 403,
+ DVEC3 = 404,
+ DVEC4 = 405,
+ FVEC2 = 406,
+ FVEC3 = 407,
+ FVEC4 = 408,
+ SAMPLER2DRECT = 409,
+ SAMPLER3DRECT = 410,
+ SAMPLER2DRECTSHADOW = 411,
+ SIZEOF = 412,
+ CAST = 413,
+ NAMESPACE = 414,
+ USING = 415,
+ COMMON = 416,
+ PARTITION = 417,
+ ACTIVE = 418,
+ SAMPLERBUFFER = 419,
+ FILTER = 420,
+ IMAGE1D = 421,
+ IMAGE2D = 422,
+ IMAGE3D = 423,
+ IMAGECUBE = 424,
+ IMAGE1DARRAY = 425,
+ IMAGE2DARRAY = 426,
+ IIMAGE1D = 427,
+ IIMAGE2D = 428,
+ IIMAGE3D = 429,
+ IIMAGECUBE = 430,
+ IIMAGE1DARRAY = 431,
+ IIMAGE2DARRAY = 432,
+ UIMAGE1D = 433,
+ UIMAGE2D = 434,
+ UIMAGE3D = 435,
+ UIMAGECUBE = 436,
+ UIMAGE1DARRAY = 437,
+ UIMAGE2DARRAY = 438,
+ IMAGE1DSHADOW = 439,
+ IMAGE2DSHADOW = 440,
+ IMAGEBUFFER = 441,
+ IIMAGEBUFFER = 442,
+ UIMAGEBUFFER = 443,
+ ROW_MAJOR = 444
};
#endif
@@ -339,7 +368,7 @@ typedef union YYSTYPE
/* Line 214 of yacc.c */
-#line 343 "glsl_parser.cpp"
+#line 372 "glsl_parser.cpp"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -364,7 +393,7 @@ typedef struct YYLTYPE
/* Line 264 of yacc.c */
-#line 368 "glsl_parser.cpp"
+#line 397 "glsl_parser.cpp"
#ifdef short
# undef short
@@ -414,7 +443,7 @@ typedef short int yytype_int16;
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
#ifndef YY_
-# if YYENABLE_NLS
+# if defined YYENABLE_NLS && YYENABLE_NLS
# if ENABLE_NLS
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
# define YY_(msgid) dgettext ("bison-runtime", msgid)
@@ -581,10 +610,10 @@ union yyalloc
/* YYFINAL -- State number of the termination state. */
#define YYFINAL 5
/* YYLAST -- Last index in YYTABLE. */
-#define YYLAST 3839
+#define YYLAST 4373
/* YYNTOKENS -- Number of terminals. */
-#define YYNTOKENS 184
+#define YYNTOKENS 214
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS 89
/* YYNRULES -- Number of rules. */
@@ -594,7 +623,7 @@ union yyalloc
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
-#define YYMAXUTOK 414
+#define YYMAXUTOK 444
#define YYTRANSLATE(YYX) \
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
@@ -605,16 +634,16 @@ 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, 168, 2, 2, 2, 172, 175, 2,
- 160, 161, 170, 166, 165, 167, 164, 171, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 179, 181,
- 173, 180, 174, 178, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 198, 2, 2, 2, 202, 205, 2,
+ 190, 191, 200, 196, 195, 197, 194, 201, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2, 209, 211,
+ 203, 210, 204, 208, 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, 162, 2, 163, 176, 2, 2, 2, 2, 2,
+ 2, 192, 2, 193, 206, 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, 182, 177, 183, 169, 2, 2, 2,
+ 2, 2, 2, 212, 207, 213, 199, 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,
@@ -643,7 +672,10 @@ static const yytype_uint8 yytranslate[] =
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
+ 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
};
#if YYDEBUG
@@ -684,119 +716,119 @@ static const yytype_uint16 yyprhs[] =
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yytype_int16 yyrhs[] =
{
- 185, 0, -1, -1, 187, 188, 186, 190, -1, -1,
- 111, 81, 116, -1, -1, 188, 189, -1, 112, 79,
- 115, 79, 116, -1, 271, -1, 190, 271, -1, 79,
- -1, 191, -1, 81, -1, 82, -1, 80, -1, 83,
- -1, 160, 218, 161, -1, 192, -1, 193, 162, 194,
- 163, -1, 195, -1, 193, 164, 79, -1, 193, 87,
- -1, 193, 88, -1, 218, -1, 196, -1, 197, -1,
- 193, 164, 197, -1, 199, 161, -1, 198, 161, -1,
- 200, 77, -1, 200, -1, 200, 216, -1, 199, 165,
- 216, -1, 201, 160, -1, 240, -1, 79, -1, 84,
- -1, 193, -1, 87, 202, -1, 88, 202, -1, 203,
- 202, -1, 166, -1, 167, -1, 168, -1, 169, -1,
- 202, -1, 204, 170, 202, -1, 204, 171, 202, -1,
- 204, 172, 202, -1, 204, -1, 205, 166, 204, -1,
- 205, 167, 204, -1, 205, -1, 206, 85, 205, -1,
- 206, 86, 205, -1, 206, -1, 207, 173, 206, -1,
- 207, 174, 206, -1, 207, 89, 206, -1, 207, 90,
- 206, -1, 207, -1, 208, 91, 207, -1, 208, 92,
- 207, -1, 208, -1, 209, 175, 208, -1, 209, -1,
- 210, 176, 209, -1, 210, -1, 211, 177, 210, -1,
- 211, -1, 212, 93, 211, -1, 212, -1, 213, 95,
- 212, -1, 213, -1, 214, 94, 213, -1, 214, -1,
- 214, 178, 218, 179, 216, -1, 215, -1, 202, 217,
- 216, -1, 180, -1, 96, -1, 97, -1, 99, -1,
+ 215, 0, -1, -1, 217, 218, 216, 220, -1, -1,
+ 112, 81, 117, -1, -1, 218, 219, -1, 113, 79,
+ 116, 79, 117, -1, 301, -1, 220, 301, -1, 79,
+ -1, 221, -1, 81, -1, 82, -1, 80, -1, 83,
+ -1, 190, 248, 191, -1, 222, -1, 223, 192, 224,
+ 193, -1, 225, -1, 223, 194, 79, -1, 223, 87,
+ -1, 223, 88, -1, 248, -1, 226, -1, 227, -1,
+ 223, 194, 227, -1, 229, 191, -1, 228, 191, -1,
+ 230, 77, -1, 230, -1, 230, 246, -1, 229, 195,
+ 246, -1, 231, 190, -1, 270, -1, 79, -1, 84,
+ -1, 223, -1, 87, 232, -1, 88, 232, -1, 233,
+ 232, -1, 196, -1, 197, -1, 198, -1, 199, -1,
+ 232, -1, 234, 200, 232, -1, 234, 201, 232, -1,
+ 234, 202, 232, -1, 234, -1, 235, 196, 234, -1,
+ 235, 197, 234, -1, 235, -1, 236, 85, 235, -1,
+ 236, 86, 235, -1, 236, -1, 237, 203, 236, -1,
+ 237, 204, 236, -1, 237, 89, 236, -1, 237, 90,
+ 236, -1, 237, -1, 238, 91, 237, -1, 238, 92,
+ 237, -1, 238, -1, 239, 205, 238, -1, 239, -1,
+ 240, 206, 239, -1, 240, -1, 241, 207, 240, -1,
+ 241, -1, 242, 93, 241, -1, 242, -1, 243, 95,
+ 242, -1, 243, -1, 244, 94, 243, -1, 244, -1,
+ 244, 208, 248, 209, 246, -1, 245, -1, 232, 247,
+ 246, -1, 210, -1, 96, -1, 97, -1, 99, -1,
98, -1, 105, -1, 100, -1, 101, -1, 102, -1,
- 103, -1, 104, -1, 216, -1, 218, 165, 216, -1,
- 215, -1, 221, 181, -1, 229, 181, -1, 110, 244,
- 241, 181, -1, 222, 161, -1, 224, -1, 223, -1,
- 224, 226, -1, 223, 165, 226, -1, 231, 79, 160,
- -1, 240, 79, -1, 240, 79, 162, 219, 163, -1,
- 237, 227, 225, -1, 227, 225, -1, 237, 227, 228,
- -1, 227, 228, -1, -1, 36, -1, 37, -1, 38,
- -1, 240, -1, 230, -1, 229, 165, 79, -1, 229,
- 165, 79, 162, 163, -1, 229, 165, 79, 162, 219,
- 163, -1, 229, 165, 79, 162, 163, 180, 250, -1,
- 229, 165, 79, 162, 219, 163, 180, 250, -1, 229,
- 165, 79, 180, 250, -1, 231, -1, 231, 79, -1,
- 231, 79, 162, 163, -1, 231, 79, 162, 219, 163,
- -1, 231, 79, 162, 163, 180, 250, -1, 231, 79,
- 162, 219, 163, 180, 250, -1, 231, 79, 180, 250,
- -1, 106, 79, -1, 240, -1, 238, 240, -1, -1,
- 233, -1, 119, 160, 234, 161, -1, 235, -1, 234,
- 165, 235, -1, 79, -1, 43, -1, 42, -1, 41,
- -1, 4, -1, 239, -1, 236, 238, -1, 106, 238,
- -1, 4, -1, 3, -1, 232, 40, -1, 35, 40,
- -1, 232, 36, -1, 37, -1, 35, 36, -1, 35,
- 37, -1, 39, -1, 241, -1, 244, 241, -1, 242,
- -1, 242, 162, 163, -1, 242, 162, 219, 163, -1,
- 243, -1, 245, -1, 79, -1, 77, -1, 6, -1,
+ 103, -1, 104, -1, 246, -1, 248, 195, 246, -1,
+ 245, -1, 251, 211, -1, 259, 211, -1, 111, 274,
+ 271, 211, -1, 252, 191, -1, 254, -1, 253, -1,
+ 254, 256, -1, 253, 195, 256, -1, 261, 79, 190,
+ -1, 270, 79, -1, 270, 79, 192, 249, 193, -1,
+ 267, 257, 255, -1, 257, 255, -1, 267, 257, 258,
+ -1, 257, 258, -1, -1, 36, -1, 37, -1, 38,
+ -1, 270, -1, 260, -1, 259, 195, 79, -1, 259,
+ 195, 79, 192, 193, -1, 259, 195, 79, 192, 249,
+ 193, -1, 259, 195, 79, 192, 193, 210, 280, -1,
+ 259, 195, 79, 192, 249, 193, 210, 280, -1, 259,
+ 195, 79, 210, 280, -1, 261, -1, 261, 79, -1,
+ 261, 79, 192, 193, -1, 261, 79, 192, 249, 193,
+ -1, 261, 79, 192, 193, 210, 280, -1, 261, 79,
+ 192, 249, 193, 210, 280, -1, 261, 79, 210, 280,
+ -1, 106, 79, -1, 270, -1, 268, 270, -1, -1,
+ 263, -1, 120, 190, 264, 191, -1, 265, -1, 264,
+ 195, 265, -1, 79, -1, 43, -1, 42, -1, 41,
+ -1, 4, -1, 269, -1, 266, 268, -1, 106, 268,
+ -1, 4, -1, 3, -1, 262, 40, -1, 35, 40,
+ -1, 262, 36, -1, 37, -1, 35, 36, -1, 35,
+ 37, -1, 39, -1, 271, -1, 274, 271, -1, 272,
+ -1, 272, 192, 193, -1, 272, 192, 249, 193, -1,
+ 273, -1, 275, -1, 79, -1, 77, -1, 6, -1,
7, -1, 8, -1, 5, -1, 29, -1, 30, -1,
31, -1, 20, -1, 21, -1, 22, -1, 23, -1,
24, -1, 25, -1, 26, -1, 27, -1, 28, -1,
32, -1, 33, -1, 34, -1, 44, -1, 45, -1,
46, -1, 47, -1, 48, -1, 49, -1, 50, -1,
- 51, -1, 52, -1, 53, -1, 54, -1, 153, -1,
- 55, -1, 56, -1, 57, -1, 58, -1, 155, -1,
+ 51, -1, 52, -1, 53, -1, 54, -1, 154, -1,
+ 55, -1, 56, -1, 57, -1, 58, -1, 156, -1,
59, -1, 60, -1, 61, -1, 62, -1, 63, -1,
64, -1, 65, -1, 66, -1, 67, -1, 68, -1,
69, -1, 70, -1, 71, -1, 72, -1, 73, -1,
74, -1, 75, -1, 109, -1, 108, -1, 107, -1,
- 76, 79, 182, 246, 183, -1, 76, 182, 246, 183,
- -1, 247, -1, 246, 247, -1, 240, 248, 181, -1,
- 249, -1, 248, 165, 249, -1, 79, -1, 79, 162,
- 219, 163, -1, 216, -1, 220, -1, 253, -1, 254,
- -1, 256, -1, 255, -1, 262, -1, 251, -1, 260,
- -1, 261, -1, 264, -1, 265, -1, 266, -1, 270,
- -1, 182, 183, -1, 182, 259, 183, -1, 258, -1,
- 255, -1, 182, 183, -1, 182, 259, 183, -1, 252,
- -1, 259, 252, -1, 181, -1, 218, 181, -1, 14,
- 160, 218, 161, 253, 12, 253, -1, 14, 160, 218,
- 161, 253, -1, 14, 160, 218, 161, 254, -1, 14,
- 160, 218, 161, 253, 12, 254, -1, 218, -1, 231,
- 79, 180, 250, -1, 17, 160, 218, 161, 256, -1,
- 18, 218, 179, -1, 19, 179, -1, 78, 160, 263,
- 161, 257, -1, 11, 252, 78, 160, 218, 161, 181,
- -1, 13, 160, 267, 269, 161, 257, -1, 260, -1,
- 251, -1, 263, -1, -1, 268, 181, -1, 268, 181,
- 218, -1, 10, 181, -1, 9, 181, -1, 16, 181,
- -1, 16, 218, 181, -1, 15, 181, -1, 272, -1,
- 220, -1, 221, 258, -1
+ 76, 79, 212, 276, 213, -1, 76, 212, 276, 213,
+ -1, 277, -1, 276, 277, -1, 270, 278, 211, -1,
+ 279, -1, 278, 195, 279, -1, 79, -1, 79, 192,
+ 249, 193, -1, 246, -1, 250, -1, 283, -1, 284,
+ -1, 286, -1, 285, -1, 292, -1, 281, -1, 290,
+ -1, 291, -1, 294, -1, 295, -1, 296, -1, 300,
+ -1, 212, 213, -1, 212, 289, 213, -1, 288, -1,
+ 285, -1, 212, 213, -1, 212, 289, 213, -1, 282,
+ -1, 289, 282, -1, 211, -1, 248, 211, -1, 14,
+ 190, 248, 191, 283, 12, 283, -1, 14, 190, 248,
+ 191, 283, -1, 14, 190, 248, 191, 284, -1, 14,
+ 190, 248, 191, 283, 12, 284, -1, 248, -1, 261,
+ 79, 210, 280, -1, 17, 190, 248, 191, 286, -1,
+ 18, 248, 209, -1, 19, 209, -1, 78, 190, 293,
+ 191, 287, -1, 11, 282, 78, 190, 248, 191, 211,
+ -1, 13, 190, 297, 299, 191, 287, -1, 290, -1,
+ 281, -1, 293, -1, -1, 298, 211, -1, 298, 211,
+ 248, -1, 10, 211, -1, 9, 211, -1, 16, 211,
+ -1, 16, 248, 211, -1, 15, 211, -1, 302, -1,
+ 250, -1, 251, 288, -1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const yytype_uint16 yyrline[] =
{
- 0, 193, 193, 192, 201, 204, 221, 223, 227, 236,
- 244, 255, 259, 266, 273, 280, 287, 294, 301, 302,
- 308, 312, 319, 325, 334, 338, 342, 343, 352, 353,
- 357, 358, 362, 368, 380, 384, 390, 397, 408, 409,
- 415, 421, 431, 432, 433, 434, 438, 439, 445, 451,
- 460, 461, 467, 476, 477, 483, 492, 493, 499, 505,
- 511, 520, 521, 527, 536, 537, 546, 547, 556, 557,
- 566, 567, 576, 577, 586, 587, 596, 597, 606, 607,
- 616, 617, 618, 619, 620, 621, 622, 623, 624, 625,
- 626, 630, 634, 650, 654, 658, 662, 676, 680, 681,
- 685, 690, 698, 709, 719, 734, 741, 746, 757, 769,
- 770, 771, 772, 776, 780, 781, 790, 799, 808, 817,
- 826, 839, 850, 859, 868, 877, 886, 895, 904, 918,
- 925, 936, 937, 941, 948, 949, 956, 990, 991, 992,
- 996, 1000, 1001, 1005, 1013, 1014, 1015, 1016, 1017, 1018,
- 1019, 1020, 1021, 1025, 1026, 1034, 1035, 1041, 1050, 1056,
- 1062, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079,
- 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089,
- 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099,
- 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109,
- 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119,
- 1120, 1121, 1122, 1123, 1124, 1128, 1139, 1150, 1164, 1170,
- 1179, 1184, 1192, 1207, 1212, 1220, 1226, 1235, 1239, 1245,
- 1246, 1250, 1251, 1255, 1259, 1260, 1261, 1262, 1263, 1264,
- 1265, 1269, 1275, 1284, 1285, 1289, 1295, 1304, 1314, 1326,
- 1332, 1341, 1350, 1356, 1362, 1371, 1375, 1389, 1393, 1394,
- 1398, 1405, 1412, 1422, 1423, 1427, 1429, 1435, 1440, 1449,
- 1455, 1461, 1467, 1473, 1482, 1483, 1487
+ 0, 200, 200, 199, 208, 211, 228, 230, 234, 243,
+ 251, 262, 266, 273, 280, 287, 294, 301, 308, 309,
+ 315, 319, 326, 332, 341, 345, 349, 350, 359, 360,
+ 364, 365, 369, 375, 387, 391, 397, 404, 415, 416,
+ 422, 428, 438, 439, 440, 441, 445, 446, 452, 458,
+ 467, 468, 474, 483, 484, 490, 499, 500, 506, 512,
+ 518, 527, 528, 534, 543, 544, 553, 554, 563, 564,
+ 573, 574, 583, 584, 593, 594, 603, 604, 613, 614,
+ 623, 624, 625, 626, 627, 628, 629, 630, 631, 632,
+ 633, 637, 641, 657, 661, 665, 669, 683, 687, 688,
+ 692, 697, 705, 716, 726, 741, 748, 753, 764, 776,
+ 777, 778, 779, 783, 787, 788, 797, 806, 815, 824,
+ 833, 846, 857, 866, 875, 884, 893, 902, 911, 925,
+ 932, 943, 944, 948, 955, 956, 963, 997, 998, 999,
+ 1003, 1007, 1008, 1012, 1020, 1021, 1022, 1023, 1024, 1025,
+ 1026, 1027, 1028, 1032, 1033, 1041, 1042, 1048, 1057, 1063,
+ 1069, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086,
+ 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096,
+ 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106,
+ 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116,
+ 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126,
+ 1127, 1128, 1129, 1130, 1131, 1135, 1146, 1157, 1171, 1177,
+ 1186, 1191, 1199, 1214, 1219, 1227, 1233, 1242, 1246, 1252,
+ 1253, 1257, 1258, 1262, 1266, 1267, 1268, 1269, 1270, 1271,
+ 1272, 1276, 1282, 1291, 1292, 1296, 1302, 1311, 1321, 1333,
+ 1339, 1348, 1357, 1363, 1369, 1378, 1382, 1396, 1400, 1401,
+ 1405, 1412, 1419, 1429, 1430, 1434, 1436, 1442, 1447, 1456,
+ 1462, 1468, 1474, 1480, 1489, 1490, 1494
};
#endif
@@ -824,18 +856,25 @@ static const char *const yytname[] =
"GE_OP", "EQ_OP", "NE_OP", "AND_OP", "OR_OP", "XOR_OP", "MUL_ASSIGN",
"DIV_ASSIGN", "ADD_ASSIGN", "MOD_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN",
"AND_ASSIGN", "XOR_ASSIGN", "OR_ASSIGN", "SUB_ASSIGN", "INVARIANT",
- "LOWP", "MEDIUMP", "HIGHP", "PRECISION", "VERSION", "EXTENSION", "LINE",
- "PRAGMA", "COLON", "EOL", "INTERFACE", "OUTPUT", "LAYOUT_TOK", "ASM",
- "CLASS", "UNION", "ENUM", "TYPEDEF", "TEMPLATE", "THIS", "PACKED",
- "GOTO", "INLINE_TOK", "NOINLINE", "VOLATILE", "PUBLIC_TOK", "STATIC",
- "EXTERN", "EXTERNAL", "LONG", "SHORT", "DOUBLE", "HALF", "FIXED",
- "UNSIGNED", "INPUT", "OUPTUT", "HVEC2", "HVEC3", "HVEC4", "DVEC2",
- "DVEC3", "DVEC4", "FVEC2", "FVEC3", "FVEC4", "SAMPLER2DRECT",
- "SAMPLER3DRECT", "SAMPLER2DRECTSHADOW", "SIZEOF", "CAST", "NAMESPACE",
- "USING", "'('", "')'", "'['", "']'", "'.'", "','", "'+'", "'-'", "'!'",
- "'~'", "'*'", "'/'", "'%'", "'<'", "'>'", "'&'", "'^'", "'|'", "'?'",
- "':'", "'='", "';'", "'{'", "'}'", "$accept", "translation_unit", "$@1",
- "version_statement", "extension_statement_list", "extension_statement",
+ "LOWP", "MEDIUMP", "HIGHP", "SUPERP", "PRECISION", "VERSION",
+ "EXTENSION", "LINE", "PRAGMA", "COLON", "EOL", "INTERFACE", "OUTPUT",
+ "LAYOUT_TOK", "ASM", "CLASS", "UNION", "ENUM", "TYPEDEF", "TEMPLATE",
+ "THIS", "PACKED", "GOTO", "INLINE_TOK", "NOINLINE", "VOLATILE",
+ "PUBLIC_TOK", "STATIC", "EXTERN", "EXTERNAL", "LONG", "SHORT", "DOUBLE",
+ "HALF", "FIXED", "UNSIGNED", "INPUT", "OUPTUT", "HVEC2", "HVEC3",
+ "HVEC4", "DVEC2", "DVEC3", "DVEC4", "FVEC2", "FVEC3", "FVEC4",
+ "SAMPLER2DRECT", "SAMPLER3DRECT", "SAMPLER2DRECTSHADOW", "SIZEOF",
+ "CAST", "NAMESPACE", "USING", "COMMON", "PARTITION", "ACTIVE",
+ "SAMPLERBUFFER", "FILTER", "IMAGE1D", "IMAGE2D", "IMAGE3D", "IMAGECUBE",
+ "IMAGE1DARRAY", "IMAGE2DARRAY", "IIMAGE1D", "IIMAGE2D", "IIMAGE3D",
+ "IIMAGECUBE", "IIMAGE1DARRAY", "IIMAGE2DARRAY", "UIMAGE1D", "UIMAGE2D",
+ "UIMAGE3D", "UIMAGECUBE", "UIMAGE1DARRAY", "UIMAGE2DARRAY",
+ "IMAGE1DSHADOW", "IMAGE2DSHADOW", "IMAGEBUFFER", "IIMAGEBUFFER",
+ "UIMAGEBUFFER", "ROW_MAJOR", "'('", "')'", "'['", "']'", "'.'", "','",
+ "'+'", "'-'", "'!'", "'~'", "'*'", "'/'", "'%'", "'<'", "'>'", "'&'",
+ "'^'", "'|'", "'?'", "':'", "'='", "';'", "'{'", "'}'", "$accept",
+ "translation_unit", "$@1", "version_statement",
+ "extension_statement_list", "extension_statement",
"external_declaration_list", "variable_identifier", "primary_expression",
"postfix_expression", "integer_expression", "function_call",
"function_call_or_method", "function_call_generic",
@@ -892,6 +931,9 @@ static const yytype_uint16 yytoknum[] =
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,
40, 41, 91, 93, 46, 44, 43, 45, 33, 126,
42, 47, 37, 60, 62, 38, 94, 124, 63, 58,
61, 59, 123, 125
@@ -901,34 +943,34 @@ static const yytype_uint16 yytoknum[] =
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const yytype_uint16 yyr1[] =
{
- 0, 184, 186, 185, 187, 187, 188, 188, 189, 190,
- 190, 191, 192, 192, 192, 192, 192, 192, 193, 193,
- 193, 193, 193, 193, 194, 195, 196, 196, 197, 197,
- 198, 198, 199, 199, 200, 201, 201, 201, 202, 202,
- 202, 202, 203, 203, 203, 203, 204, 204, 204, 204,
- 205, 205, 205, 206, 206, 206, 207, 207, 207, 207,
- 207, 208, 208, 208, 209, 209, 210, 210, 211, 211,
- 212, 212, 213, 213, 214, 214, 215, 215, 216, 216,
- 217, 217, 217, 217, 217, 217, 217, 217, 217, 217,
- 217, 218, 218, 219, 220, 220, 220, 221, 222, 222,
- 223, 223, 224, 225, 225, 226, 226, 226, 226, 227,
- 227, 227, 227, 228, 229, 229, 229, 229, 229, 229,
- 229, 230, 230, 230, 230, 230, 230, 230, 230, 231,
- 231, 232, 232, 233, 234, 234, 235, 236, 236, 236,
- 237, 238, 238, 238, 239, 239, 239, 239, 239, 239,
- 239, 239, 239, 240, 240, 241, 241, 241, 242, 242,
- 242, 243, 243, 243, 243, 243, 243, 243, 243, 243,
- 243, 243, 243, 243, 243, 243, 243, 243, 243, 243,
- 243, 243, 243, 243, 243, 243, 243, 243, 243, 243,
- 243, 243, 243, 243, 243, 243, 243, 243, 243, 243,
- 243, 243, 243, 243, 243, 243, 243, 243, 243, 243,
- 243, 243, 243, 243, 243, 244, 244, 244, 245, 245,
- 246, 246, 247, 248, 248, 249, 249, 250, 251, 252,
- 252, 253, 253, 254, 255, 255, 255, 255, 255, 255,
- 255, 256, 256, 257, 257, 258, 258, 259, 259, 260,
- 260, 261, 262, 262, 262, 263, 263, 264, 265, 265,
- 266, 266, 266, 267, 267, 268, 268, 269, 269, 270,
- 270, 270, 270, 270, 271, 271, 272
+ 0, 214, 216, 215, 217, 217, 218, 218, 219, 220,
+ 220, 221, 222, 222, 222, 222, 222, 222, 223, 223,
+ 223, 223, 223, 223, 224, 225, 226, 226, 227, 227,
+ 228, 228, 229, 229, 230, 231, 231, 231, 232, 232,
+ 232, 232, 233, 233, 233, 233, 234, 234, 234, 234,
+ 235, 235, 235, 236, 236, 236, 237, 237, 237, 237,
+ 237, 238, 238, 238, 239, 239, 240, 240, 241, 241,
+ 242, 242, 243, 243, 244, 244, 245, 245, 246, 246,
+ 247, 247, 247, 247, 247, 247, 247, 247, 247, 247,
+ 247, 248, 248, 249, 250, 250, 250, 251, 252, 252,
+ 253, 253, 254, 255, 255, 256, 256, 256, 256, 257,
+ 257, 257, 257, 258, 259, 259, 259, 259, 259, 259,
+ 259, 260, 260, 260, 260, 260, 260, 260, 260, 261,
+ 261, 262, 262, 263, 264, 264, 265, 266, 266, 266,
+ 267, 268, 268, 268, 269, 269, 269, 269, 269, 269,
+ 269, 269, 269, 270, 270, 271, 271, 271, 272, 272,
+ 272, 273, 273, 273, 273, 273, 273, 273, 273, 273,
+ 273, 273, 273, 273, 273, 273, 273, 273, 273, 273,
+ 273, 273, 273, 273, 273, 273, 273, 273, 273, 273,
+ 273, 273, 273, 273, 273, 273, 273, 273, 273, 273,
+ 273, 273, 273, 273, 273, 273, 273, 273, 273, 273,
+ 273, 273, 273, 273, 273, 274, 274, 274, 275, 275,
+ 276, 276, 277, 278, 278, 279, 279, 280, 281, 282,
+ 282, 283, 283, 284, 285, 285, 285, 285, 285, 285,
+ 285, 286, 286, 287, 287, 288, 288, 289, 289, 290,
+ 290, 291, 292, 292, 292, 293, 293, 294, 295, 295,
+ 296, 296, 296, 297, 297, 298, 298, 299, 299, 300,
+ 300, 300, 300, 300, 301, 301, 302
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
@@ -1029,65 +1071,65 @@ static const yytype_int16 yydefgoto[] =
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
STATE-NUM. */
-#define YYPACT_NINF -353
+#define YYPACT_NINF -351
static const yytype_int16 yypact[] =
{
- -96, -61, 22, -353, -89, -353, -75, -353, -25, 3345,
- -353, -48, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, 106, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -78, -353, -353, 3, -353, -353, -353, 63, -80,
- -353, -353, 3228, -353, -55, -92, -54, -2, -133, -353,
- -5, 50, -353, 14, 3572, -353, -353, -353, -56, -353,
- 3684, -353, -353, -353, 34, -353, -353, -353, -44, 3572,
- -353, 14, -353, 3684, 62, -353, -353, 273, -353, -353,
- 87, -353, -353, -353, -353, -353, 3572, 176, 85, -353,
- -137, -353, -353, -353, -353, 2454, -353, 33, 3572, 89,
- 1856, -353, -15, -353, -33, -353, 28, 42, 997, 43,
- 64, 44, 2136, 66, 2907, 48, 69, -68, -353, -353,
- -353, -353, -353, 2907, 2907, 2907, -353, -353, -353, -353,
- -353, 454, -353, -353, -353, -59, -353, -353, -353, 13,
- -17, 3058, 71, 270, 2907, 49, -31, 70, -76, 103,
- 57, 60, 61, 144, 145, -85, -353, -353, -104, -353,
- 58, 83, -353, -353, -353, -353, -353, -353, 635, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, -353, 165,
- 3572, -102, -353, 2605, 2907, -353, -353, -353, 82, -353,
- -353, 1996, 84, -100, -353, -353, -353, -353, -353, 62,
- -353, -353, 172, 1524, 2907, -353, -353, -94, 2907, -90,
- -353, 2303, -353, -353, -14, -353, 816, -353, -353, 2907,
- 3460, -353, -353, 2907, 90, -353, -353, -353, -353, -353,
- -353, -353, -353, -353, -353, -353, -353, -353, 2907, -353,
- 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907,
- 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907,
- 2907, -353, -353, -353, 91, -353, -353, 2756, 2907, 72,
- 93, -353, -353, -353, -353, 2907, 89, -353, -353, 97,
- -353, -353, 1691, -7, -353, -4, -353, 94, 179, 99,
- -353, -353, 98, 94, 102, -353, -353, -353, -353, -353,
- -353, 49, 49, -31, -31, 70, 70, 70, 70, -76,
- -76, 103, 57, 60, 61, 144, 145, -58, -353, 2907,
- 86, 100, -353, 2907, 88, 101, -353, 2907, -353, 92,
- 104, 997, 127, 95, 1177, -353, 2907, 107, 2907, 105,
- -353, 2907, -353, 2, 2907, 1177, 255, -353, -353, 2907,
- 109, -353, -353, -353, -353, -353, -353, 2907, -353, 130,
- 94, -353, 997, -353, 2907, -353, -353, -353, -353, 4,
- 1357, 259, 1357
+ -85, -52, 36, -351, -60, -351, -30, -351, -31, 3875,
+ -351, -27, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, 69, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -78, -351, -351, 8, -351, -351, -351, 50, -83,
+ -351, -351, 3757, -351, -63, 4, -44, 3, -169, -351,
+ 82, -5, -351, 166, 4104, -351, -351, -351, 14, -351,
+ 4217, -351, -351, -351, 135, -351, -351, -351, -12, 4104,
+ -351, 166, -351, 4217, 142, -351, -351, 401, -351, -351,
+ 18, -351, -351, -351, -351, -351, 4104, 127, 144, -351,
+ -112, -351, -351, -351, -351, 2857, -351, 107, 4104, 146,
+ 2254, -351, 20, -351, -99, -351, 21, 25, 1245, 39,
+ 47, 27, 2480, 49, 3397, 31, 53, -69, -351, -351,
+ -351, -351, -351, 3397, 3397, 3397, -351, -351, -351, -351,
+ -351, 612, -351, -351, -351, -68, -351, -351, -351, 54,
+ -59, 3577, 56, -36, 3397, -34, -25, 112, -81, 121,
+ 45, 38, 44, 159, 158, -88, -351, -351, -167, -351,
+ 46, 66, -351, -351, -351, -351, -351, -351, 823, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, 179,
+ 4104, -178, -351, 3037, 3397, -351, -351, -351, 67, -351,
+ -351, 2367, 70, -121, -351, -351, -351, -351, -351, 142,
+ -351, -351, 181, 1862, 3397, -351, -351, -114, 3397, -172,
+ -351, 2677, -351, -351, -58, -351, 1034, -351, -351, 3397,
+ 3991, -351, -351, 3397, 72, -351, -351, -351, -351, -351,
+ -351, -351, -351, -351, -351, -351, -351, -351, 3397, -351,
+ 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397,
+ 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397, 3397,
+ 3397, -351, -351, -351, 73, -351, -351, 3217, 3397, 51,
+ 71, -351, -351, -351, -351, 3397, 146, -351, -351, 76,
+ -351, -351, 2059, -51, -351, -50, -351, 74, 188, 77,
+ -351, -351, 78, 74, 80, -351, -351, -351, -351, -351,
+ -351, -34, -34, -25, -25, 112, 112, 112, 112, -81,
+ -81, 121, 45, 38, 44, 159, 158, -125, -351, 3397,
+ 63, 81, -351, 3397, 65, 83, -351, 3397, -351, 68,
+ 86, 1245, 75, 79, 1455, -351, 3397, 85, 3397, 84,
+ -351, 3397, -351, -49, 3397, 1455, 268, -351, -351, 3397,
+ 91, -351, -351, -351, -351, -351, -351, 3397, -351, 87,
+ 74, -351, 1245, -351, 3397, -351, -351, -351, -351, -48,
+ 1665, 270, 1665
};
/* YYPGOTO[NTERM-NUM]. */
static const yytype_int16 yypgoto[] =
{
- -353, -353, -353, -353, -353, -353, -353, -353, -353, -353,
- -353, -353, -353, 117, -353, -353, -353, -353, -105, -353,
- -86, -69, -82, -91, -21, -20, 68, 108, 67, 80,
- -353, -111, -148, -353, -149, -219, 12, 32, -353, -353,
- -353, 138, 239, 257, 166, -353, -353, -239, -353, -353,
- -353, 146, -353, -353, -27, -353, -9, -74, -353, -353,
- 309, -353, 250, -130, -353, 73, -244, 147, -140, -340,
- -352, -322, 19, 9, 311, 225, 154, -353, -353, 76,
- -353, -353, -353, -353, -353, -353, -353, 317, -353
+ -351, -351, -351, -351, -351, -351, -351, -351, -351, -351,
+ -351, -351, -351, 23, -351, -351, -351, -351, -105, -351,
+ -67, -66, -134, -65, -8, -10, -7, -6, -4, -3,
+ -351, -111, -148, -351, -149, -221, 6, 9, -351, -351,
+ -351, 88, 171, 165, 89, -351, -351, -247, -351, -351,
+ -351, 57, -351, -351, -40, -351, -9, -75, -351, -351,
+ 219, -351, 161, -127, -351, -16, -262, 58, -131, -299,
+ -350, -292, -70, -82, 220, 134, 64, -351, -351, -11,
+ -351, -351, -351, -351, -351, -351, -351, 224, -351
};
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
@@ -1097,52 +1139,110 @@ static const yytype_int16 yypgoto[] =
#define YYTABLE_NINF -267
static const yytype_int16 yytable[] =
{
- 96, 108, 121, 247, 310, 249, 12, 13, 242, 298,
- 236, -160, 328, 287, 288, 1, 254, 12, 13, 387,
- 4, 83, 5, 222, 227, 223, 136, 7, 257, 258,
- 226, 386, 128, 265, 122, 123, 124, 8, 33, 142,
- 34, 84, 35, 224, 36, 37, 38, 112, 129, 33,
- 408, 34, 391, 35, 11, 36, 37, 38, 252, 253,
- 307, 300, 407, 391, 362, 316, 133, 104, 303, 119,
- 411, 300, 407, 96, 130, 300, 311, 301, 308, 279,
- 114, 317, 110, 328, 112, 134, 131, 324, 361, 326,
- 132, 121, -36, 299, 83, 323, 365, 289, 290, 325,
- 139, 236, 327, 259, 109, 260, 135, 300, 201, 111,
- 333, 120, 227, 137, 84, 336, 303, 219, 226, 380,
- 111, 376, 79, 122, 123, 124, 116, 117, 238, 139,
- 337, 139, 239, 79, 396, 283, 284, 398, 138, 201,
- 377, 143, 105, 106, 262, 403, 107, 330, 263, 230,
- 357, 300, 358, 405, 371, 285, 286, 372, 300, -98,
- 311, 300, 201, 399, 221, 410, 237, 300, 232, 300,
- 75, 76, 77, 327, 261, 338, 339, 340, 226, 226,
+ 96, 108, 310, 247, 328, 249, 298, 121, 287, 288,
+ -160, 12, 13, 236, 307, 83, 254, 242, 84, 257,
+ 258, 387, 121, 300, 227, 136, 128, 1, 300, 4,
+ 226, 131, 308, 265, 112, 132, 5, 326, 142, 122,
+ 123, 124, 129, 33, 301, 34, 362, 35, 11, 36,
+ 37, 38, 408, 133, 122, 123, 124, 7, 252, 253,
+ 267, 268, 269, 270, 271, 272, 273, 274, 275, 276,
+ 300, 112, 386, 96, 316, 328, 311, 303, 222, 279,
+ 223, 300, 391, 8, 376, 134, 361, 110, 83, 104,
+ 317, 84, 238, 391, 365, 323, 239, 324, 224, 325,
+ 139, 380, 327, 407, 236, 105, 106, 114, 201, 107,
+ 333, 411, 227, 407, 111, 336, 396, 219, 226, 398,
+ 299, -36, 289, 290, 259, 303, 260, 403, 79, 139,
+ 337, 139, 262, 330, 109, 405, 263, 300, 377, 201,
+ 371, 372, 399, 410, 300, 300, 300, 300, 116, 117,
+ 357, 120, 358, 345, 346, 347, 348, 75, 76, 77,
+ 311, 130, 201, 122, 123, 124, 280, 281, 282, 12,
+ 13, 283, 284, 327, 277, 338, 339, 340, 226, 226,
226, 226, 226, 226, 226, 226, 226, 226, 226, 226,
- 226, 226, 226, 226, 291, 292, 227, 341, 342, 201,
- 349, 350, 226, 243, 227, 345, 346, 347, 348, 240,
- 226, 219, 122, 123, 124, 311, 343, 344, 383, 280,
- 281, 282, 139, 241, 244, 245, 248, 250, 394, 251,
- 311, 266, 293, 311, 201, 400, 294, 296, 295, 116,
- 297, 311, 201, -35, 304, 313, 315, 201, 227, 311,
- 319, -30, 363, 359, 226, 409, 364, 367, 373, 300,
- 374, 375, -36, 379, 382, 385, 378, 402, 381, 404,
- 395, 412, 351, 384, 352, 389, 12, 13, 14, 15,
- 16, 17, 146, 147, 148, 397, 149, 150, 151, 152,
+ 226, 226, 226, 226, -98, 119, 227, 285, 286, 201,
+ 138, 33, 226, 34, 227, 35, 135, 36, 37, 38,
+ 226, 219, 291, 292, 137, 311, 341, 342, 383, 343,
+ 344, 143, 139, 221, 230, 232, 349, 350, 394, 243,
+ 311, 237, 240, 311, 201, 400, 241, 244, 245, 248,
+ 250, 311, 201, 251, 294, 261, 266, 201, 227, 311,
+ 293, 295, 296, 297, 226, 409, -35, 116, 304, 319,
+ 313, 363, 315, -30, 364, 359, 367, 373, 374, 300,
+ -36, 375, 111, 378, 379, 381, 382, 385, 395, 384,
+ 402, 404, 412, 335, 352, 351, 79, 171, 353, 389,
+ 354, 216, 220, 355, 397, 356, 318, 113, 406, 231,
+ 366, 320, 388, 401, 118, 256, 115, 321, 305, 306,
+ 0, 368, 0, 201, 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, 201, 0, 0, 201, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 201, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 201, 0, 0, 0, 0, 0, 0,
+ 0, 201, 0, 201, 12, 13, 14, 15, 16, 17,
+ 146, 147, 148, 0, 149, 150, 151, 152, 153, 154,
+ 155, 18, 19, 20, 21, 22, 23, 24, 25, 26,
+ 27, 28, 29, 30, 31, 32, 33, 0, 34, 0,
+ 35, 0, 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, 156,
+ 157, 158, 159, 160, 161, 162, 0, 0, 163, 164,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 74, 75, 76,
+ 77, 0, 78, 0, 0, 0, 0, 0, 0, 0,
+ 0, 79, 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, 80, 0, 81, 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, 165, 0, 0, 0, 0, 0, 166, 167, 168,
+ 169, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 170, 171, 172, 12, 13, 14, 15, 16,
+ 17, 146, 147, 148, 0, 149, 150, 151, 152, 153,
+ 154, 155, 18, 19, 20, 21, 22, 23, 24, 25,
+ 26, 27, 28, 29, 30, 31, 32, 33, 0, 34,
+ 0, 35, 0, 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,
+ 156, 157, 158, 159, 160, 161, 162, 0, 0, 163,
+ 164, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 74, 75,
+ 76, 77, 0, 78, 0, 0, 0, 0, 0, 0,
+ 0, 0, 79, 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, 80, 0, 81, 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, 165, 0, 0, 0, 0, 0, 166, 167,
+ 168, 169, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 170, 171, 255, 12, 13, 14, 15,
+ 16, 17, 146, 147, 148, 0, 149, 150, 151, 152,
153, 154, 155, 18, 19, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 30, 31, 32, 33, 171,
- 34, 406, 35, 201, 36, 37, 38, 39, 40, 41,
+ 25, 26, 27, 28, 29, 30, 31, 32, 33, 0,
+ 34, 0, 35, 0, 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, 156, 157, 158, 159, 160, 161, 162, 305, 216,
- 163, 164, 201, 353, 355, 201, 267, 268, 269, 270,
- 271, 272, 273, 274, 275, 276, 201, 335, 356, 74,
- 75, 76, 77, 78, 220, 318, 306, 113, 231, 366,
- 320, 388, 79, 201, 401, 118, 256, 321, 368, 115,
- 0, 201, 0, 201, 354, 0, 0, 0, 0, 0,
+ 72, 156, 157, 158, 159, 160, 161, 162, 0, 0,
+ 163, 164, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 74,
+ 75, 76, 77, 0, 78, 0, 0, 0, 0, 0,
+ 0, 0, 0, 79, 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, 80, 0, 81,
+ 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, 80, 0, 81, 0,
0, 0, 0, 165, 0, 0, 0, 0, 0, 166,
167, 168, 169, 0, 0, 0, 0, 0, 0, 0,
- 277, 0, 0, 0, 170, 171, 172, 12, 13, 14,
+ 0, 0, 0, 0, 170, 171, 302, 12, 13, 14,
15, 16, 17, 146, 147, 148, 0, 149, 150, 151,
152, 153, 154, 155, 18, 19, 20, 21, 22, 23,
24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
@@ -1153,14 +1253,17 @@ static const yytype_int16 yytable[] =
71, 72, 156, 157, 158, 159, 160, 161, 162, 0,
0, 163, 164, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 74, 75, 76, 77, 78, 0, 0, 0, 0, 0,
- 0, 0, 0, 79, 0, 0, 0, 0, 0, 0,
+ 74, 75, 76, 77, 0, 78, 0, 0, 0, 0,
+ 0, 0, 0, 0, 79, 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, 80, 0,
+ 81, 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, 80, 0, 81,
0, 0, 0, 0, 165, 0, 0, 0, 0, 0,
166, 167, 168, 169, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 170, 171, 255, 12, 13,
+ 0, 0, 0, 0, 0, 170, 171, 331, 12, 13,
14, 15, 16, 17, 146, 147, 148, 0, 149, 150,
151, 152, 153, 154, 155, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
@@ -1171,225 +1274,213 @@ static const yytype_int16 yytable[] =
70, 71, 72, 156, 157, 158, 159, 160, 161, 162,
0, 0, 163, 164, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 74, 75, 76, 77, 78, 0, 0, 0, 0,
- 0, 0, 0, 0, 79, 0, 0, 0, 0, 0,
+ 0, 74, 75, 76, 77, 0, 78, 0, 0, 0,
+ 0, 0, 0, 0, 0, 79, 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, 80, 0,
- 81, 0, 0, 0, 0, 165, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 80,
+ 0, 81, 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, 165, 0, 0, 0, 0,
0, 166, 167, 168, 169, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 170, 171, 302, 12,
- 13, 14, 15, 16, 17, 146, 147, 148, 0, 149,
- 150, 151, 152, 153, 154, 155, 18, 19, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160, 161,
- 162, 0, 0, 163, 164, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 170, 171, 12, 13,
+ 14, 15, 16, 17, 146, 147, 148, 0, 149, 390,
+ 151, 152, 153, 154, 155, 18, 19, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160, 161, 162,
+ 0, 0, 163, 164, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 74, 75, 76, 77, 78, 0, 0, 0,
+ 0, 74, 75, 76, 77, 0, 78, 0, 0, 0,
0, 0, 0, 0, 0, 79, 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, 80,
- 0, 81, 0, 0, 0, 0, 165, 0, 0, 0,
- 0, 0, 166, 167, 168, 169, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 170, 171, 331,
- 12, 13, 14, 15, 16, 17, 146, 147, 148, 0,
- 149, 150, 151, 152, 153, 154, 155, 18, 19, 20,
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
- 31, 32, 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160,
- 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
+ 0, 81, 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, 165, 0, 0, 0, 0,
+ 0, 166, 167, 168, 169, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 170, 117, 12, 13,
+ 14, 15, 16, 17, 146, 147, 148, 0, 149, 390,
+ 151, 152, 153, 154, 155, 18, 19, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160, 161, 162,
+ 0, 0, 163, 164, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 74, 75, 76, 77, 78, 0, 0,
- 0, 0, 0, 0, 0, 0, 79, 0, 0, 0,
+ 0, 74, 75, 76, 77, 0, 78, 0, 0, 0,
+ 0, 0, 0, 0, 0, 79, 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, 80,
+ 0, 81, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 80, 0, 81, 0, 0, 0, 0, 165, 0, 0,
- 0, 0, 0, 166, 167, 168, 169, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 170, 171,
- 12, 13, 14, 15, 16, 17, 146, 147, 148, 0,
- 149, 390, 151, 152, 153, 154, 155, 18, 19, 20,
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
- 31, 32, 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160,
- 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 74, 75, 76, 77, 78, 0, 0,
- 0, 0, 0, 0, 0, 0, 79, 0, 0, 0,
+ 0, 0, 0, 0, 0, 165, 0, 0, 0, 0,
+ 0, 166, 167, 168, 169, 12, 13, 14, 15, 16,
+ 17, 0, 0, 0, 0, 0, 170, 171, 0, 0,
+ 0, 0, 18, 19, 20, 21, 22, 23, 24, 25,
+ 26, 27, 28, 29, 30, 31, 32, 33, 0, 34,
+ 0, 35, 0, 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,
+ 0, 157, 158, 159, 160, 161, 162, 0, 0, 163,
+ 164, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 74, 75,
+ 76, 77, 0, 78, 0, 0, 0, 0, 0, 0,
+ 0, 0, 79, 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, 80, 0, 81, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 80, 0, 81, 0, 0, 0, 0, 165, 0, 0,
- 0, 0, 0, 166, 167, 168, 169, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 170, 117,
- 12, 13, 14, 15, 16, 17, 146, 147, 148, 0,
- 149, 390, 151, 152, 153, 154, 155, 18, 19, 20,
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
- 31, 32, 33, 0, 34, 0, 35, 0, 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, 156, 157, 158, 159, 160,
- 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 74, 75, 76, 77, 78, 0, 0,
- 0, 0, 0, 0, 0, 0, 79, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 165, 0, 0, 0, 0, 0, 166, 167,
+ 168, 169, 12, 13, 14, 15, 16, 17, 0, 0,
+ 0, 0, 0, 170, 0, 0, 0, 0, 0, 18,
+ 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
+ 29, 30, 31, 32, 33, 0, 34, 0, 35, 0,
+ 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, 0, 157, 158,
+ 159, 160, 161, 162, 0, 0, 163, 164, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 111, 75, 76, 77, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 79,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 80, 0, 81, 0, 0, 0, 0, 165, 0, 0,
- 0, 0, 0, 166, 167, 168, 169, 12, 13, 14,
- 15, 16, 17, 0, 0, 0, 0, 0, 170, 171,
- 0, 0, 0, 0, 18, 19, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 0, 34, 0, 35, 0, 36, 37, 38, 39, 40,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 80, 0, 81, 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, 165,
+ 0, 0, 0, 0, 0, 166, 167, 168, 169, 14,
+ 15, 16, 17, 0, 0, 0, 0, 0, 0, 0,
+ -266, 0, 0, 0, 18, 19, 20, 21, 22, 23,
+ 24, 25, 26, 27, 28, 29, 30, 31, 32, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 157, 158, 159, 160, 161, 162, 0,
- 0, 163, 164, 0, 0, 0, 0, 0, 0, 0,
+ 71, 72, 0, 73, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 74, 75, 76, 77, 78, 0, 0, 0, 0, 0,
- 0, 0, 0, 79, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 75, 76, 77, 0, 0, 0, 0, 0, 0,
+ 0, 0, 14, 15, 16, 17, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 80, 0,
+ 81, 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, 0, 73, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 235, 0, 0,
+ 0, 0, 0, 0, 75, 76, 77, 0, 0, 0,
+ 0, 0, 0, 0, 0, 14, 15, 16, 17, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
+ 28, 29, 30, 31, 32, 0, 0, 0, 0, 0,
+ 0, 80, 0, 81, 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, 0, 157,
+ 158, 159, 160, 161, 162, 0, 0, 163, 164, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 314, 0, 0, 0, 0, 0, 0, 75, 76, 77,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 80, 0, 81,
- 0, 0, 0, 0, 165, 0, 0, 0, 0, 0,
- 166, 167, 168, 169, 12, 13, 14, 15, 16, 17,
- 0, 0, 0, 0, 0, 170, 0, 0, 0, 0,
- 0, 18, 19, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 30, 31, 32, 33, 0, 34, 0,
- 35, 0, 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, 0,
- 157, 158, 159, 160, 161, 162, 0, 0, 163, 164,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 111, 75, 76,
- 77, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 79, 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, 80, 0, 81, 0, 0, 0,
- 0, 165, 0, 0, 0, 0, 0, 166, 167, 168,
- 169, 14, 15, 16, 17, 0, 0, 0, 0, 0,
- 0, 0, -266, 0, 0, 0, 18, 19, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 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, 0, 73, 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, 75, 76, 77, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 165, 0, 0, 0, 0, 0, 166, 167, 168, 169,
+ 12, 13, 14, 15, 16, 17, 0, 0, 0, 0,
+ 0, 246, 0, 0, 0, 0, 0, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 33, 0, 34, 0, 35, 0, 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, 0, 157, 158, 159, 160,
+ 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 111, 75, 76, 77, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 79, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 14, 15, 16, 17, 0, 0, 0, 0, 80,
- 0, 81, 0, 0, 0, 0, 18, 19, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 0, 0, 0, 0, 0, 0, 0, 0, 235,
- 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, 0, 73, 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, 75, 76, 77, 0, 0, 0, 0,
+ 0, 80, 0, 81, 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, 14, 15, 16, 17, 0, 165, 0, 0,
+ 0, 0, 0, 166, 167, 168, 169, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 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, 0, 157, 158, 159, 160,
+ 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 14, 15, 16, 17, 0, 0, 0, 0, 80,
- 0, 81, 0, 0, 0, 0, 18, 19, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 0, 0, 0, 0, 0, 0, 0, 0, 314,
- 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, 0, 157, 158, 159, 160, 161,
- 162, 0, 0, 163, 164, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 75, 76, 77, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 75, 76, 77, 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, 80,
- 0, 81, 0, 0, 0, 0, 165, 0, 0, 0,
- 0, 0, 166, 167, 168, 169, 12, 13, 14, 15,
- 16, 17, 0, 0, 0, 0, 0, 246, 0, 0,
- 0, 0, 0, 18, 19, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 30, 31, 32, 33, 0,
- 34, 0, 35, 0, 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, 0, 157, 158, 159, 160, 161, 162, 0, 0,
- 163, 164, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 111,
- 75, 76, 77, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 79, 0, 0, 0, 0, 0, 0, 0,
+ 0, 80, 0, 81, 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, 80, 0, 81, 14,
- 15, 16, 17, 165, 0, 0, 0, 0, 0, 166,
- 167, 168, 169, 0, 18, 19, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 157, 158, 159, 160, 161, 162, 0,
- 0, 163, 164, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 14, 15, 16, 17, 0, 165, 0, 0,
+ 225, 0, 0, 166, 167, 168, 169, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 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, 0, 157, 158, 159, 160,
+ 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 75, 76, 77, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 75, 76, 77, 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, 80, 0, 81,
- 14, 15, 16, 17, 165, 0, 0, 225, 0, 0,
- 166, 167, 168, 169, 0, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 157, 158, 159, 160, 161, 162,
- 0, 0, 163, 164, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 75, 76, 77, 0, 0, 0, 0, 0,
+ 0, 80, 0, 81, 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, 14, 15, 16, 17, 0, 165, 0, 0,
+ 309, 0, 0, 166, 167, 168, 169, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 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, 0, 157, 158, 159, 160,
+ 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 80, 0,
- 81, 14, 15, 16, 17, 165, 0, 0, 309, 0,
- 0, 166, 167, 168, 169, 0, 18, 19, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 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, 0, 157, 158, 159, 160, 161,
- 162, 0, 0, 163, 164, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 75, 76, 77, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 75, 76, 77, 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, 80,
- 0, 81, 14, 15, 16, 17, 165, 0, 0, 360,
- 0, 0, 166, 167, 168, 169, 0, 18, 19, 20,
+ 0, 80, 0, 81, 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, 14, 15, 16, 17, 0, 165, 0, 0,
+ 360, 0, 0, 166, 167, 168, 169, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 0, 0, 0, 0, 0, 0, 0, 0,
0, 39, 40, 41, 42, 43, 44, 45, 46, 47,
@@ -1403,34 +1494,38 @@ static const yytype_int16 yytable[] =
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,
- 80, 0, 81, 14, 15, 16, 17, 165, 0, 0,
- 0, 0, 0, 166, 167, 168, 169, 0, 18, 19,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, 32, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 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, 264, 0, 157, 158, 159,
- 160, 161, 162, 0, 0, 163, 164, 0, 0, 0,
+ 0, 80, 0, 81, 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, 14, 15, 16, 17, 0, 165, 0, 0,
+ 0, 0, 0, 166, 167, 168, 169, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 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, 264, 0, 157, 158, 159, 160,
+ 161, 162, 0, 0, 163, 164, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 75, 76, 77, 0, 0,
+ 0, 0, 0, 0, 75, 76, 77, 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, 80, 0, 81, 0, 0, 0, 0, 165, 0,
- 0, 0, 0, 0, 166, 167, 168, 169, -3, 0,
- 0, 12, 13, 14, 15, 16, 17, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 18, 19,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, 32, 33, 0, 34, 0, 35, 0, 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, 0, 73, 0, 0,
+ 0, 80, 0, 81, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, -3, 0, 0,
+ 12, 13, 14, 15, 16, 17, 0, 165, 0, 0,
+ 0, 0, 0, 166, 167, 168, 169, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 33, 0, 34, 0, 35, 0, 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, 0, 73, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 74, 75, 76, 77, 78, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 74, 75, 76, 77, 0, 78, 0,
0, 0, 0, 0, 0, 0, 0, 79, 12, 13,
14, 15, 16, 17, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 18, 19, 20, 21, 22,
@@ -1442,30 +1537,19 @@ static const yytype_int16 yytable[] =
70, 71, 72, 0, 73, 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, 74, 75, 76, 77, 78, 0, 0, 0, 0,
- 0, 0, 0, 0, 79, 14, 15, 16, 17, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
- 28, 29, 30, 31, 32, 0, 0, 0, 80, 0,
- 81, 0, 0, 0, 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, 0, 334,
- 0, 0, 0, 0, 162, 0, 0, 0, 0, 0,
+ 0, 74, 75, 76, 77, 0, 78, 0, 0, 0,
+ 0, 0, 0, 0, 0, 79, 14, 15, 16, 17,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 75, 76, 77,
- 0, 0, 0, 0, 0, 0, 0, 14, 15, 16,
- 17, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 18, 19, 20, 21, 22, 23, 24, 25,
- 26, 27, 28, 29, 30, 31, 32, 0, 0, 0,
- 0, 0, 0, 80, 0, 81, 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,
- 0, 73, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 18, 19, 20, 21, 22, 23, 24, 25, 26,
+ 27, 28, 29, 30, 31, 32, 0, 0, 0, 80,
+ 0, 81, 0, 0, 0, 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, 0,
+ 334, 0, 0, 0, 0, 162, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 75,
- 76, 77, 0, 0, 0, 0, 0, 0, 0, 14,
+ 0, 0, 0, 0, 0, 0, 0, 0, 75, 76,
+ 77, 0, 0, 0, 0, 0, 0, 0, 0, 14,
15, 16, 17, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 18, 19, 20, 21, 22, 23,
24, 25, 26, 27, 28, 29, 30, 31, 32, 0,
@@ -1476,61 +1560,131 @@ static const yytype_int16 yytable[] =
71, 72, 0, 73, 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, 75, 76, 77, 0, 0, 0, 0, 0, 0,
+ 0, 0, 14, 15, 16, 17, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 18, 19, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 0, 0, 0, 0, 0, 0, 80, 0,
+ 81, 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, 0, 73, 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, 0, 0, 0, 80, 0, 81
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 80, 0, 81
};
static const yytype_int16 yycheck[] =
{
- 9, 79, 4, 152, 223, 154, 3, 4, 148, 94,
- 140, 79, 251, 89, 90, 111, 165, 3, 4, 371,
- 81, 9, 0, 160, 135, 162, 100, 116, 87, 88,
- 135, 371, 165, 181, 36, 37, 38, 112, 35, 113,
- 37, 9, 39, 180, 41, 42, 43, 74, 181, 35,
- 402, 37, 374, 39, 79, 41, 42, 43, 163, 164,
- 162, 165, 402, 385, 308, 165, 93, 115, 208, 161,
- 410, 165, 412, 82, 79, 165, 224, 181, 180, 184,
- 160, 181, 79, 322, 111, 94, 36, 181, 307, 179,
- 40, 4, 160, 178, 82, 244, 315, 173, 174, 248,
- 109, 231, 251, 162, 182, 164, 162, 165, 117, 106,
- 259, 165, 223, 79, 82, 263, 256, 126, 223, 363,
- 106, 179, 119, 36, 37, 38, 181, 182, 161, 138,
- 278, 140, 165, 119, 378, 166, 167, 381, 182, 148,
- 359, 79, 36, 37, 161, 389, 40, 161, 165, 116,
- 299, 165, 300, 397, 161, 85, 86, 161, 165, 161,
- 308, 165, 171, 161, 79, 161, 181, 165, 79, 165,
- 107, 108, 109, 322, 161, 280, 281, 282, 283, 284,
+ 9, 79, 223, 152, 251, 154, 94, 4, 89, 90,
+ 79, 3, 4, 140, 192, 9, 165, 148, 9, 87,
+ 88, 371, 4, 195, 135, 100, 195, 112, 195, 81,
+ 135, 36, 210, 181, 74, 40, 0, 209, 113, 36,
+ 37, 38, 211, 35, 211, 37, 308, 39, 79, 41,
+ 42, 43, 402, 93, 36, 37, 38, 117, 163, 164,
+ 96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
+ 195, 111, 371, 82, 195, 322, 224, 208, 190, 184,
+ 192, 195, 374, 113, 209, 94, 307, 79, 82, 116,
+ 211, 82, 191, 385, 315, 244, 195, 211, 210, 248,
+ 109, 363, 251, 402, 231, 36, 37, 190, 117, 40,
+ 259, 410, 223, 412, 106, 263, 378, 126, 223, 381,
+ 208, 190, 203, 204, 192, 256, 194, 389, 120, 138,
+ 278, 140, 191, 191, 212, 397, 195, 195, 359, 148,
+ 191, 191, 191, 191, 195, 195, 195, 195, 211, 212,
+ 299, 195, 300, 287, 288, 289, 290, 107, 108, 109,
+ 308, 79, 171, 36, 37, 38, 200, 201, 202, 3,
+ 4, 196, 197, 322, 210, 280, 281, 282, 283, 284,
285, 286, 287, 288, 289, 290, 291, 292, 293, 294,
- 295, 296, 297, 298, 91, 92, 307, 283, 284, 208,
- 291, 292, 307, 160, 315, 287, 288, 289, 290, 181,
- 315, 220, 36, 37, 38, 363, 285, 286, 367, 170,
- 171, 172, 231, 181, 160, 181, 160, 179, 376, 160,
- 378, 160, 175, 381, 243, 384, 176, 93, 177, 181,
- 95, 389, 251, 160, 79, 163, 162, 256, 359, 397,
- 78, 161, 180, 162, 359, 404, 163, 160, 79, 165,
- 161, 163, 160, 163, 163, 161, 180, 12, 180, 160,
- 163, 12, 293, 181, 294, 180, 3, 4, 5, 6,
- 7, 8, 9, 10, 11, 180, 13, 14, 15, 16,
+ 295, 296, 297, 298, 191, 191, 307, 85, 86, 208,
+ 212, 35, 307, 37, 315, 39, 192, 41, 42, 43,
+ 315, 220, 91, 92, 79, 363, 283, 284, 367, 285,
+ 286, 79, 231, 79, 117, 79, 291, 292, 376, 190,
+ 378, 211, 211, 381, 243, 384, 211, 190, 211, 190,
+ 209, 389, 251, 190, 206, 191, 190, 256, 359, 397,
+ 205, 207, 93, 95, 359, 404, 190, 211, 79, 78,
+ 193, 210, 192, 191, 193, 192, 190, 79, 191, 195,
+ 190, 193, 106, 210, 193, 210, 193, 191, 193, 211,
+ 12, 190, 12, 260, 294, 293, 120, 212, 295, 210,
+ 296, 120, 127, 297, 210, 298, 239, 78, 211, 138,
+ 316, 243, 372, 385, 84, 171, 82, 243, 220, 220,
+ -1, 322, -1, 322, -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, 371, -1, -1, 374, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, 385, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, 402, -1, -1, -1, -1, -1, -1,
+ -1, 410, -1, 412, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, -1, 13, 14, 15, 16, 17, 18,
+ 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
+ 29, 30, 31, 32, 33, 34, 35, -1, 37, -1,
+ 39, -1, 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, -1, -1, 87, 88,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, 106, 107, 108,
+ 109, -1, 111, -1, -1, -1, -1, -1, -1, -1,
+ -1, 120, -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, 154, -1, 156, -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, 190, -1, -1, -1, -1, -1, 196, 197, 198,
+ 199, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, 211, 212, 213, 3, 4, 5, 6, 7,
+ 8, 9, 10, 11, -1, 13, 14, 15, 16, 17,
+ 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
+ 28, 29, 30, 31, 32, 33, 34, 35, -1, 37,
+ -1, 39, -1, 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, -1, -1, 87,
+ 88, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, 106, 107,
+ 108, 109, -1, 111, -1, -1, -1, -1, -1, -1,
+ -1, -1, 120, -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, 154, -1, 156, -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, 190, -1, -1, -1, -1, -1, 196, 197,
+ 198, 199, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, 211, 212, 213, 3, 4, 5, 6,
+ 7, 8, 9, 10, 11, -1, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 30, 31, 32, 33, 34, 35, 182,
- 37, 181, 39, 322, 41, 42, 43, 44, 45, 46,
+ 27, 28, 29, 30, 31, 32, 33, 34, 35, -1,
+ 37, -1, 39, -1, 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, 220, 120,
- 87, 88, 371, 295, 297, 374, 96, 97, 98, 99,
- 100, 101, 102, 103, 104, 105, 385, 260, 298, 106,
- 107, 108, 109, 110, 127, 239, 220, 78, 138, 316,
- 243, 372, 119, 402, 385, 84, 171, 243, 322, 82,
- -1, 410, -1, 412, 296, -1, -1, -1, -1, -1,
+ 77, 78, 79, 80, 81, 82, 83, 84, -1, -1,
+ 87, 88, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 106,
+ 107, 108, 109, -1, 111, -1, -1, -1, -1, -1,
+ -1, -1, -1, 120, -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, 154, -1, 156,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 153, -1, 155, -1,
- -1, -1, -1, 160, -1, -1, -1, -1, -1, 166,
- 167, 168, 169, -1, -1, -1, -1, -1, -1, -1,
- 180, -1, -1, -1, 181, 182, 183, 3, 4, 5,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, 190, -1, -1, -1, -1, -1, 196,
+ 197, 198, 199, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 211, 212, 213, 3, 4, 5,
6, 7, 8, 9, 10, 11, -1, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
@@ -1541,14 +1695,17 @@ static const yytype_int16 yycheck[] =
76, 77, 78, 79, 80, 81, 82, 83, 84, -1,
-1, 87, 88, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 106, 107, 108, 109, 110, -1, -1, -1, -1, -1,
- -1, -1, -1, 119, -1, -1, -1, -1, -1, -1,
+ 106, 107, 108, 109, -1, 111, -1, -1, -1, -1,
+ -1, -1, -1, -1, 120, -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, 154, -1,
+ 156, -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, 153, -1, 155,
- -1, -1, -1, -1, 160, -1, -1, -1, -1, -1,
- 166, 167, 168, 169, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 181, 182, 183, 3, 4,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 190, -1, -1, -1, -1, -1,
+ 196, 197, 198, 199, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, 211, 212, 213, 3, 4,
5, 6, 7, 8, 9, 10, 11, -1, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
@@ -1559,225 +1716,213 @@ static const yytype_int16 yycheck[] =
75, 76, 77, 78, 79, 80, 81, 82, 83, 84,
-1, -1, 87, 88, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 106, 107, 108, 109, 110, -1, -1, -1, -1,
- -1, -1, -1, -1, 119, -1, -1, -1, -1, -1,
+ -1, 106, 107, 108, 109, -1, 111, -1, -1, -1,
+ -1, -1, -1, -1, -1, 120, -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, 153, -1,
- 155, -1, -1, -1, -1, 160, -1, -1, -1, -1,
- -1, 166, 167, 168, 169, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 181, 182, 183, 3,
- 4, 5, 6, 7, 8, 9, 10, 11, -1, 13,
- 14, 15, 16, 17, 18, 19, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 34, 35, -1, 37, -1, 39, -1, 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, -1, -1, 87, 88, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 154,
+ -1, 156, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 106, 107, 108, 109, 110, -1, -1, -1,
- -1, -1, -1, -1, -1, 119, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, 190, -1, -1, -1, -1,
+ -1, 196, 197, 198, 199, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, 211, 212, 3, 4,
+ 5, 6, 7, 8, 9, 10, 11, -1, 13, 14,
+ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
+ 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
+ 35, -1, 37, -1, 39, -1, 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,
+ -1, -1, 87, 88, -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, 153,
- -1, 155, -1, -1, -1, -1, 160, -1, -1, -1,
- -1, -1, 166, 167, 168, 169, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 181, 182, 183,
- 3, 4, 5, 6, 7, 8, 9, 10, 11, -1,
- 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
- 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, -1, 87, 88, -1, -1, -1, -1,
+ -1, 106, 107, 108, 109, -1, 111, -1, -1, -1,
+ -1, -1, -1, -1, -1, 120, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 106, 107, 108, 109, 110, -1, -1,
- -1, -1, -1, -1, -1, -1, 119, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 154,
+ -1, 156, -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,
- 153, -1, 155, -1, -1, -1, -1, 160, -1, -1,
- -1, -1, -1, 166, 167, 168, 169, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 181, 182,
- 3, 4, 5, 6, 7, 8, 9, 10, 11, -1,
- 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
- 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, -1, 87, 88, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, 190, -1, -1, -1, -1,
+ -1, 196, 197, 198, 199, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, 211, 212, 3, 4,
+ 5, 6, 7, 8, 9, 10, 11, -1, 13, 14,
+ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
+ 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
+ 35, -1, 37, -1, 39, -1, 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,
+ -1, -1, 87, 88, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 106, 107, 108, 109, 110, -1, -1,
- -1, -1, -1, -1, -1, -1, 119, -1, -1, -1,
+ -1, 106, 107, 108, 109, -1, 111, -1, -1, -1,
+ -1, -1, -1, -1, -1, 120, -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, 154,
+ -1, 156, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 153, -1, 155, -1, -1, -1, -1, 160, -1, -1,
- -1, -1, -1, 166, 167, 168, 169, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 181, 182,
- 3, 4, 5, 6, 7, 8, 9, 10, 11, -1,
- 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
- 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, -1, 87, 88, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 106, 107, 108, 109, 110, -1, -1,
- -1, -1, -1, -1, -1, -1, 119, -1, -1, -1,
+ -1, -1, -1, -1, -1, 190, -1, -1, -1, -1,
+ -1, 196, 197, 198, 199, 3, 4, 5, 6, 7,
+ 8, -1, -1, -1, -1, -1, 211, 212, -1, -1,
+ -1, -1, 20, 21, 22, 23, 24, 25, 26, 27,
+ 28, 29, 30, 31, 32, 33, 34, 35, -1, 37,
+ -1, 39, -1, 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,
+ -1, 79, 80, 81, 82, 83, 84, -1, -1, 87,
+ 88, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, 106, 107,
+ 108, 109, -1, 111, -1, -1, -1, -1, -1, -1,
+ -1, -1, 120, -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, 154, -1, 156, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 153, -1, 155, -1, -1, -1, -1, 160, -1, -1,
- -1, -1, -1, 166, 167, 168, 169, 3, 4, 5,
- 6, 7, 8, -1, -1, -1, -1, -1, 181, 182,
- -1, -1, -1, -1, 20, 21, 22, 23, 24, 25,
- 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
- -1, 37, -1, 39, -1, 41, 42, 43, 44, 45,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, 190, -1, -1, -1, -1, -1, 196, 197,
+ 198, 199, 3, 4, 5, 6, 7, 8, -1, -1,
+ -1, -1, -1, 211, -1, -1, -1, -1, -1, 20,
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
+ 31, 32, 33, 34, 35, -1, 37, -1, 39, -1,
+ 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, -1, 79, 80,
+ 81, 82, 83, 84, -1, -1, 87, 88, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, 106, 107, 108, 109, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, 120,
+ -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, 154, -1, 156, -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, 190,
+ -1, -1, -1, -1, -1, 196, 197, 198, 199, 5,
+ 6, 7, 8, -1, -1, -1, -1, -1, -1, -1,
+ 211, -1, -1, -1, 20, 21, 22, 23, 24, 25,
+ 26, 27, 28, 29, 30, 31, 32, 33, 34, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, 79, 80, 81, 82, 83, 84, -1,
- -1, 87, 88, -1, -1, -1, -1, -1, -1, -1,
+ 76, 77, -1, 79, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 106, 107, 108, 109, 110, -1, -1, -1, -1, -1,
- -1, -1, -1, 119, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 107, 108, 109, -1, -1, -1, -1, -1, -1,
+ -1, -1, 5, 6, 7, 8, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, 154, -1,
+ 156, 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, -1, 79, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 153, -1, 155,
- -1, -1, -1, -1, 160, -1, -1, -1, -1, -1,
- 166, 167, 168, 169, 3, 4, 5, 6, 7, 8,
- -1, -1, -1, -1, -1, 181, -1, -1, -1, -1,
- -1, 20, 21, 22, 23, 24, 25, 26, 27, 28,
- 29, 30, 31, 32, 33, 34, 35, -1, 37, -1,
- 39, -1, 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, -1,
- 79, 80, 81, 82, 83, 84, -1, -1, 87, 88,
+ -1, -1, -1, -1, -1, -1, -1, 213, -1, -1,
+ -1, -1, -1, -1, 107, 108, 109, -1, -1, -1,
+ -1, -1, -1, -1, -1, 5, 6, 7, 8, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 106, 107, 108,
- 109, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 119, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
+ 30, 31, 32, 33, 34, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, 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, -1, 79,
+ 80, 81, 82, 83, 84, -1, -1, 87, 88, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ 213, -1, -1, -1, -1, -1, -1, 107, 108, 109,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 153, -1, 155, -1, -1, -1,
- -1, 160, -1, -1, -1, -1, -1, 166, 167, 168,
- 169, 5, 6, 7, 8, -1, -1, -1, -1, -1,
- -1, -1, 181, -1, -1, -1, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 34, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 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, -1, 79, -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, 107, 108, 109, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 154, -1, 156, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 5, 6, 7, 8, -1, -1, -1, -1, 153,
- -1, 155, -1, -1, -1, -1, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 34, -1, -1, -1, -1, -1, -1, -1, -1, 183,
- 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, -1, 79, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ 190, -1, -1, -1, -1, -1, 196, 197, 198, 199,
+ 3, 4, 5, 6, 7, 8, -1, -1, -1, -1,
+ -1, 211, -1, -1, -1, -1, -1, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, 79, 80, 81, 82,
+ 83, 84, -1, -1, 87, 88, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 107, 108, 109, -1, -1, -1, -1,
+ -1, -1, -1, 106, 107, 108, 109, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, 120, -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, 5, 6, 7, 8, -1, -1, -1, -1, 153,
- -1, 155, -1, -1, -1, -1, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 34, -1, -1, -1, -1, -1, -1, -1, -1, 183,
- 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, -1, 79, 80, 81, 82, 83,
- 84, -1, -1, 87, 88, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 107, 108, 109, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, 5, 6, 7, 8, -1, 190, -1, -1,
+ -1, -1, -1, 196, 197, 198, 199, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 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, -1, 79, 80, 81, 82,
+ 83, 84, -1, -1, 87, 88, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 107, 108, 109, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 153,
- -1, 155, -1, -1, -1, -1, 160, -1, -1, -1,
- -1, -1, 166, 167, 168, 169, 3, 4, 5, 6,
- 7, 8, -1, -1, -1, -1, -1, 181, -1, -1,
- -1, -1, -1, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 30, 31, 32, 33, 34, 35, -1,
- 37, -1, 39, -1, 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, -1, 79, 80, 81, 82, 83, 84, -1, -1,
- 87, 88, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 106,
- 107, 108, 109, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 119, -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, 153, -1, 155, 5,
- 6, 7, 8, 160, -1, -1, -1, -1, -1, 166,
- 167, 168, 169, -1, 20, 21, 22, 23, 24, 25,
- 26, 27, 28, 29, 30, 31, 32, 33, 34, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, 79, 80, 81, 82, 83, 84, -1,
- -1, 87, 88, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 107, 108, 109, -1, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, -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, 5, 6, 7, 8, -1, 190, -1, -1,
+ 193, -1, -1, 196, 197, 198, 199, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 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, -1, 79, 80, 81, 82,
+ 83, 84, -1, -1, 87, 88, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 107, 108, 109, -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, 153, -1, 155,
- 5, 6, 7, 8, 160, -1, -1, 163, -1, -1,
- 166, 167, 168, 169, -1, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, 79, 80, 81, 82, 83, 84,
- -1, -1, 87, 88, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 107, 108, 109, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, -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, 5, 6, 7, 8, -1, 190, -1, -1,
+ 193, -1, -1, 196, 197, 198, 199, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 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, -1, 79, 80, 81, 82,
+ 83, 84, -1, -1, 87, 88, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 107, 108, 109, -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, 153, -1,
- 155, 5, 6, 7, 8, 160, -1, -1, 163, -1,
- -1, 166, 167, 168, 169, -1, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
- 34, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 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, -1, 79, 80, 81, 82, 83,
- 84, -1, -1, 87, 88, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 107, 108, 109, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, -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, 153,
- -1, 155, 5, 6, 7, 8, 160, -1, -1, 163,
- -1, -1, 166, 167, 168, 169, -1, 20, 21, 22,
+ -1, -1, 5, 6, 7, 8, -1, 190, -1, -1,
+ 193, -1, -1, 196, 197, 198, 199, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, -1, -1, -1, -1, -1, -1, -1, -1,
-1, 44, 45, 46, 47, 48, 49, 50, 51, 52,
@@ -1791,132 +1936,137 @@ static const yytype_int16 yycheck[] =
-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,
- 153, -1, 155, 5, 6, 7, 8, 160, -1, -1,
- -1, -1, -1, 166, 167, 168, 169, -1, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 33, 34, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 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, -1, 79, 80, 81,
- 82, 83, 84, -1, -1, 87, 88, -1, -1, -1,
+ -1, 154, -1, 156, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 107, 108, 109, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, 5, 6, 7, 8, -1, 190, -1, -1,
+ -1, -1, -1, 196, 197, 198, 199, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 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, -1, 79, 80, 81, 82,
+ 83, 84, -1, -1, 87, 88, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, 107, 108, 109, -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, 153, -1, 155, -1, -1, -1, -1, 160, -1,
- -1, -1, -1, -1, 166, 167, 168, 169, 0, -1,
- -1, 3, 4, 5, 6, 7, 8, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 20, 21,
- 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
- 32, 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, 79, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 154, -1, 156, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 106, 107, 108, 109, 110, -1,
- -1, -1, -1, -1, -1, -1, -1, 119, 3, 4,
+ -1, -1, -1, -1, -1, -1, -1, 0, -1, -1,
+ 3, 4, 5, 6, 7, 8, -1, 190, -1, -1,
+ -1, -1, -1, 196, 197, 198, 199, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, 35, -1, 37, -1, 39, -1, 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, -1, 79, -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, 106, 107, 108, 109, -1, 111, -1,
+ -1, -1, -1, -1, -1, -1, -1, 120, 3, 4,
5, 6, 7, 8, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
- 35, 153, 37, 155, 39, -1, 41, 42, 43, 44,
+ 35, 154, 37, 156, 39, -1, 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, -1, 79, -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, 106, 107, 108, 109, 110, -1, -1, -1, -1,
- -1, -1, -1, -1, 119, 5, 6, 7, 8, -1,
+ -1, 106, 107, 108, 109, -1, 111, -1, -1, -1,
+ -1, -1, -1, -1, -1, 120, 5, 6, 7, 8,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, 32, 33, 34, -1, -1, -1, 153, -1,
- 155, -1, -1, -1, 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, -1, 79,
- -1, -1, -1, -1, 84, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 107, 108, 109,
- -1, -1, -1, -1, -1, -1, -1, 5, 6, 7,
- 8, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 20, 21, 22, 23, 24, 25, 26, 27,
- 28, 29, 30, 31, 32, 33, 34, -1, -1, -1,
- -1, -1, -1, 153, -1, 155, 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,
- -1, 79, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, 20, 21, 22, 23, 24, 25, 26, 27, 28,
+ 29, 30, 31, 32, 33, 34, -1, -1, -1, 154,
+ -1, 156, -1, -1, -1, 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, -1,
+ 79, -1, -1, -1, -1, 84, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 107,
- 108, 109, -1, -1, -1, -1, -1, -1, -1, 5,
+ -1, -1, -1, -1, -1, -1, -1, -1, 107, 108,
+ 109, -1, -1, -1, -1, -1, -1, -1, -1, 5,
6, 7, 8, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, 30, 31, 32, 33, 34, -1,
- -1, -1, -1, -1, -1, 153, -1, 155, 44, 45,
+ -1, -1, -1, -1, -1, 154, -1, 156, 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, -1, 79, -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, 107, 108, 109, -1, -1, -1, -1, -1, -1,
+ -1, -1, 5, 6, 7, 8, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, 20, 21, 22,
+ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
+ 33, 34, -1, -1, -1, -1, -1, -1, 154, -1,
+ 156, 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, -1, 79, -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, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 153, -1, 155
+ -1, 154, -1, 156
};
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
symbol of state STATE-NUM. */
static const yytype_uint16 yystos[] =
{
- 0, 111, 185, 187, 81, 0, 188, 116, 112, 186,
- 189, 79, 3, 4, 5, 6, 7, 8, 20, 21,
+ 0, 112, 215, 217, 81, 0, 218, 117, 113, 216,
+ 219, 79, 3, 4, 5, 6, 7, 8, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35, 37, 39, 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, 79, 106, 107, 108, 109, 110, 119,
- 153, 155, 190, 220, 221, 222, 223, 224, 229, 230,
- 231, 232, 233, 236, 238, 239, 240, 241, 242, 243,
- 244, 245, 271, 272, 115, 36, 37, 40, 79, 182,
- 79, 106, 238, 244, 160, 271, 181, 182, 258, 161,
- 165, 4, 36, 37, 38, 226, 227, 237, 165, 181,
- 79, 36, 40, 238, 240, 162, 241, 79, 182, 240,
- 246, 247, 241, 79, 234, 235, 9, 10, 11, 13,
+ 75, 76, 77, 79, 106, 107, 108, 109, 111, 120,
+ 154, 156, 220, 250, 251, 252, 253, 254, 259, 260,
+ 261, 262, 263, 266, 268, 269, 270, 271, 272, 273,
+ 274, 275, 301, 302, 116, 36, 37, 40, 79, 212,
+ 79, 106, 268, 274, 190, 301, 211, 212, 288, 191,
+ 195, 4, 36, 37, 38, 256, 257, 267, 195, 211,
+ 79, 36, 40, 268, 270, 192, 271, 79, 212, 270,
+ 276, 277, 271, 79, 264, 265, 9, 10, 11, 13,
14, 15, 16, 17, 18, 19, 78, 79, 80, 81,
- 82, 83, 84, 87, 88, 160, 166, 167, 168, 169,
- 181, 182, 183, 191, 192, 193, 195, 196, 197, 198,
- 199, 200, 201, 202, 203, 204, 205, 206, 207, 208,
- 209, 210, 211, 212, 213, 214, 215, 216, 218, 220,
- 221, 240, 251, 252, 253, 254, 255, 256, 259, 260,
- 261, 262, 264, 265, 266, 270, 226, 225, 228, 240,
- 227, 79, 160, 162, 180, 163, 202, 215, 219, 240,
- 116, 246, 79, 248, 249, 183, 247, 181, 161, 165,
- 181, 181, 252, 160, 160, 181, 181, 218, 160, 218,
- 179, 160, 202, 202, 218, 183, 259, 87, 88, 162,
- 164, 161, 161, 165, 77, 216, 160, 96, 97, 98,
- 99, 100, 101, 102, 103, 104, 105, 180, 217, 202,
- 170, 171, 172, 166, 167, 85, 86, 89, 90, 173,
- 174, 91, 92, 175, 176, 177, 93, 95, 94, 178,
- 165, 181, 183, 252, 79, 225, 228, 162, 180, 163,
- 219, 216, 250, 163, 183, 162, 165, 181, 235, 78,
- 251, 260, 267, 218, 181, 218, 179, 218, 231, 263,
- 161, 183, 194, 218, 79, 197, 216, 216, 202, 202,
- 202, 204, 204, 205, 205, 206, 206, 206, 206, 207,
- 207, 208, 209, 210, 211, 212, 213, 218, 216, 162,
- 163, 219, 250, 180, 163, 219, 249, 160, 263, 268,
- 269, 161, 161, 79, 161, 163, 179, 219, 180, 163,
- 250, 180, 163, 218, 181, 161, 253, 254, 256, 180,
- 14, 255, 257, 258, 216, 163, 250, 180, 250, 161,
- 218, 257, 12, 250, 160, 250, 181, 253, 254, 218,
- 161, 253, 12
+ 82, 83, 84, 87, 88, 190, 196, 197, 198, 199,
+ 211, 212, 213, 221, 222, 223, 225, 226, 227, 228,
+ 229, 230, 231, 232, 233, 234, 235, 236, 237, 238,
+ 239, 240, 241, 242, 243, 244, 245, 246, 248, 250,
+ 251, 270, 281, 282, 283, 284, 285, 286, 289, 290,
+ 291, 292, 294, 295, 296, 300, 256, 255, 258, 270,
+ 257, 79, 190, 192, 210, 193, 232, 245, 249, 270,
+ 117, 276, 79, 278, 279, 213, 277, 211, 191, 195,
+ 211, 211, 282, 190, 190, 211, 211, 248, 190, 248,
+ 209, 190, 232, 232, 248, 213, 289, 87, 88, 192,
+ 194, 191, 191, 195, 77, 246, 190, 96, 97, 98,
+ 99, 100, 101, 102, 103, 104, 105, 210, 247, 232,
+ 200, 201, 202, 196, 197, 85, 86, 89, 90, 203,
+ 204, 91, 92, 205, 206, 207, 93, 95, 94, 208,
+ 195, 211, 213, 282, 79, 255, 258, 192, 210, 193,
+ 249, 246, 280, 193, 213, 192, 195, 211, 265, 78,
+ 281, 290, 297, 248, 211, 248, 209, 248, 261, 293,
+ 191, 213, 224, 248, 79, 227, 246, 246, 232, 232,
+ 232, 234, 234, 235, 235, 236, 236, 236, 236, 237,
+ 237, 238, 239, 240, 241, 242, 243, 248, 246, 192,
+ 193, 249, 280, 210, 193, 249, 279, 190, 293, 298,
+ 299, 191, 191, 79, 191, 193, 209, 249, 210, 193,
+ 280, 210, 193, 248, 211, 191, 283, 284, 286, 210,
+ 14, 285, 287, 288, 246, 193, 280, 210, 280, 191,
+ 248, 287, 12, 280, 190, 280, 211, 283, 284, 248,
+ 191, 283, 12
};
#define yyerrok (yyerrstatus = 0)
@@ -1931,9 +2081,18 @@ static const yytype_uint16 yystos[] =
/* 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. */
+ Once GCC version 2 has supplanted version 1, this can go. However,
+ YYFAIL appears to be in use. Nevertheless, it is formally deprecated
+ in Bison 2.4.2's NEWS entry, where a plan to phase it out is
+ discussed. */
#define YYFAIL goto yyerrlab
+#if defined YYFAIL
+ /* This is here to suppress warnings from the GCC cpp's
+ -Wunused-macros. Normally we don't worry about that warning, but
+ some users do, and we want to make it easy for users to remove
+ YYFAIL uses, which will produce warnings from Bison 2.5. */
+#endif
#define YYRECOVERING() (!!yyerrstatus)
@@ -1990,7 +2149,7 @@ while (YYID (0))
we won't break user code: when these are the locations we know. */
#ifndef YY_LOCATION_PRINT
-# if YYLTYPE_IS_TRIVIAL
+# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
# define YY_LOCATION_PRINT(File, Loc) \
fprintf (File, "%d.%d-%d.%d", \
(Loc).first_line, (Loc).first_column, \
@@ -2579,7 +2738,7 @@ YYLTYPE yylloc;
yyvsp = yyvs;
yylsp = yyls;
-#if YYLTYPE_IS_TRIVIAL
+#if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
/* Initialize the default location before parsing starts. */
yylloc.first_line = yylloc.last_line = 1;
yylloc.first_column = yylloc.last_column = 1;
@@ -2769,8 +2928,8 @@ yyreduce:
{
case 2:
-/* Line 1455 of yacc.c */
-#line 193 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 200 "glsl_parser.ypp"
{
_mesa_glsl_initialize_types(state);
;}
@@ -2778,8 +2937,8 @@ yyreduce:
case 4:
-/* Line 1455 of yacc.c */
-#line 201 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 208 "glsl_parser.ypp"
{
state->language_version = 110;
;}
@@ -2787,8 +2946,8 @@ yyreduce:
case 5:
-/* Line 1455 of yacc.c */
-#line 205 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 212 "glsl_parser.ypp"
{
switch ((yyvsp[(2) - (3)].n)) {
case 110:
@@ -2807,8 +2966,8 @@ yyreduce:
case 8:
-/* Line 1455 of yacc.c */
-#line 228 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 235 "glsl_parser.ypp"
{
if (!_mesa_glsl_process_extension((yyvsp[(2) - (5)].identifier), & (yylsp[(2) - (5)]), (yyvsp[(4) - (5)].identifier), & (yylsp[(4) - (5)]), state)) {
YYERROR;
@@ -2818,8 +2977,8 @@ yyreduce:
case 9:
-/* Line 1455 of yacc.c */
-#line 237 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 244 "glsl_parser.ypp"
{
/* FINISHME: The NULL test is only required because 'precision'
* FINISHME: statements are not yet supported.
@@ -2831,8 +2990,8 @@ yyreduce:
case 10:
-/* Line 1455 of yacc.c */
-#line 245 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 252 "glsl_parser.ypp"
{
/* FINISHME: The NULL test is only required because 'precision'
* FINISHME: statements are not yet supported.
@@ -2844,8 +3003,8 @@ yyreduce:
case 12:
-/* Line 1455 of yacc.c */
-#line 260 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 267 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_identifier, NULL, NULL, NULL);
@@ -2856,8 +3015,8 @@ yyreduce:
case 13:
-/* Line 1455 of yacc.c */
-#line 267 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 274 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_int_constant, NULL, NULL, NULL);
@@ -2868,8 +3027,8 @@ yyreduce:
case 14:
-/* Line 1455 of yacc.c */
-#line 274 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 281 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_uint_constant, NULL, NULL, NULL);
@@ -2880,8 +3039,8 @@ yyreduce:
case 15:
-/* Line 1455 of yacc.c */
-#line 281 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 288 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_float_constant, NULL, NULL, NULL);
@@ -2892,8 +3051,8 @@ yyreduce:
case 16:
-/* Line 1455 of yacc.c */
-#line 288 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 295 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_bool_constant, NULL, NULL, NULL);
@@ -2904,8 +3063,8 @@ yyreduce:
case 17:
-/* Line 1455 of yacc.c */
-#line 295 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 302 "glsl_parser.ypp"
{
(yyval.expression) = (yyvsp[(2) - (3)].expression);
;}
@@ -2913,8 +3072,8 @@ yyreduce:
case 19:
-/* Line 1455 of yacc.c */
-#line 303 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 310 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_array_index, (yyvsp[(1) - (4)].expression), (yyvsp[(3) - (4)].expression), NULL);
@@ -2924,8 +3083,8 @@ yyreduce:
case 20:
-/* Line 1455 of yacc.c */
-#line 309 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 316 "glsl_parser.ypp"
{
(yyval.expression) = (yyvsp[(1) - (1)].expression);
;}
@@ -2933,8 +3092,8 @@ yyreduce:
case 21:
-/* Line 1455 of yacc.c */
-#line 313 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 320 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_field_selection, (yyvsp[(1) - (3)].expression), NULL, NULL);
@@ -2945,8 +3104,8 @@ yyreduce:
case 22:
-/* Line 1455 of yacc.c */
-#line 320 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 327 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_post_inc, (yyvsp[(1) - (2)].expression), NULL, NULL);
@@ -2956,8 +3115,8 @@ yyreduce:
case 23:
-/* Line 1455 of yacc.c */
-#line 326 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 333 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_post_dec, (yyvsp[(1) - (2)].expression), NULL, NULL);
@@ -2967,8 +3126,8 @@ yyreduce:
case 27:
-/* Line 1455 of yacc.c */
-#line 344 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 351 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_field_selection, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression), NULL);
@@ -2978,8 +3137,8 @@ yyreduce:
case 32:
-/* Line 1455 of yacc.c */
-#line 363 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 370 "glsl_parser.ypp"
{
(yyval.expression) = (yyvsp[(1) - (2)].expression);
(yyval.expression)->set_location(yylloc);
@@ -2989,8 +3148,8 @@ yyreduce:
case 33:
-/* Line 1455 of yacc.c */
-#line 369 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 376 "glsl_parser.ypp"
{
(yyval.expression) = (yyvsp[(1) - (3)].expression);
(yyval.expression)->set_location(yylloc);
@@ -3000,8 +3159,8 @@ yyreduce:
case 35:
-/* Line 1455 of yacc.c */
-#line 385 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 392 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_function_expression((yyvsp[(1) - (1)].type_specifier));
@@ -3011,8 +3170,8 @@ yyreduce:
case 36:
-/* Line 1455 of yacc.c */
-#line 391 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 398 "glsl_parser.ypp"
{
void *ctx = state;
ast_expression *callee = new(ctx) ast_expression((yyvsp[(1) - (1)].identifier));
@@ -3023,8 +3182,8 @@ yyreduce:
case 37:
-/* Line 1455 of yacc.c */
-#line 398 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 405 "glsl_parser.ypp"
{
void *ctx = state;
ast_expression *callee = new(ctx) ast_expression((yyvsp[(1) - (1)].identifier));
@@ -3035,8 +3194,8 @@ yyreduce:
case 39:
-/* Line 1455 of yacc.c */
-#line 410 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 417 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_pre_inc, (yyvsp[(2) - (2)].expression), NULL, NULL);
@@ -3046,8 +3205,8 @@ yyreduce:
case 40:
-/* Line 1455 of yacc.c */
-#line 416 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 423 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_pre_dec, (yyvsp[(2) - (2)].expression), NULL, NULL);
@@ -3057,8 +3216,8 @@ yyreduce:
case 41:
-/* Line 1455 of yacc.c */
-#line 422 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 429 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression((yyvsp[(1) - (2)].n), (yyvsp[(2) - (2)].expression), NULL, NULL);
@@ -3068,36 +3227,36 @@ yyreduce:
case 42:
-/* Line 1455 of yacc.c */
-#line 431 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 438 "glsl_parser.ypp"
{ (yyval.n) = ast_plus; ;}
break;
case 43:
-/* Line 1455 of yacc.c */
-#line 432 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 439 "glsl_parser.ypp"
{ (yyval.n) = ast_neg; ;}
break;
case 44:
-/* Line 1455 of yacc.c */
-#line 433 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 440 "glsl_parser.ypp"
{ (yyval.n) = ast_logic_not; ;}
break;
case 45:
-/* Line 1455 of yacc.c */
-#line 434 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 441 "glsl_parser.ypp"
{ (yyval.n) = ast_bit_not; ;}
break;
case 47:
-/* Line 1455 of yacc.c */
-#line 440 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 447 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_mul, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3107,8 +3266,8 @@ yyreduce:
case 48:
-/* Line 1455 of yacc.c */
-#line 446 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 453 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_div, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3118,8 +3277,8 @@ yyreduce:
case 49:
-/* Line 1455 of yacc.c */
-#line 452 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 459 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_mod, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3129,8 +3288,8 @@ yyreduce:
case 51:
-/* Line 1455 of yacc.c */
-#line 462 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 469 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_add, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3140,8 +3299,8 @@ yyreduce:
case 52:
-/* Line 1455 of yacc.c */
-#line 468 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 475 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_sub, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3151,8 +3310,8 @@ yyreduce:
case 54:
-/* Line 1455 of yacc.c */
-#line 478 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 485 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_lshift, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3162,8 +3321,8 @@ yyreduce:
case 55:
-/* Line 1455 of yacc.c */
-#line 484 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 491 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_rshift, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3173,8 +3332,8 @@ yyreduce:
case 57:
-/* Line 1455 of yacc.c */
-#line 494 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 501 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_less, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3184,8 +3343,8 @@ yyreduce:
case 58:
-/* Line 1455 of yacc.c */
-#line 500 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 507 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_greater, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3195,8 +3354,8 @@ yyreduce:
case 59:
-/* Line 1455 of yacc.c */
-#line 506 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 513 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_lequal, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3206,8 +3365,8 @@ yyreduce:
case 60:
-/* Line 1455 of yacc.c */
-#line 512 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 519 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_gequal, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3217,8 +3376,8 @@ yyreduce:
case 62:
-/* Line 1455 of yacc.c */
-#line 522 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 529 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_equal, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3228,8 +3387,8 @@ yyreduce:
case 63:
-/* Line 1455 of yacc.c */
-#line 528 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 535 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_nequal, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3239,8 +3398,8 @@ yyreduce:
case 65:
-/* Line 1455 of yacc.c */
-#line 538 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 545 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_bit_or, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3250,8 +3409,8 @@ yyreduce:
case 67:
-/* Line 1455 of yacc.c */
-#line 548 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 555 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_bit_xor, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3261,8 +3420,8 @@ yyreduce:
case 69:
-/* Line 1455 of yacc.c */
-#line 558 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 565 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_bit_or, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3272,8 +3431,8 @@ yyreduce:
case 71:
-/* Line 1455 of yacc.c */
-#line 568 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 575 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_logic_and, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3283,8 +3442,8 @@ yyreduce:
case 73:
-/* Line 1455 of yacc.c */
-#line 578 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 585 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_logic_xor, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3294,8 +3453,8 @@ yyreduce:
case 75:
-/* Line 1455 of yacc.c */
-#line 588 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 595 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression_bin(ast_logic_or, (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression));
@@ -3305,8 +3464,8 @@ yyreduce:
case 77:
-/* Line 1455 of yacc.c */
-#line 598 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 605 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression(ast_conditional, (yyvsp[(1) - (5)].expression), (yyvsp[(3) - (5)].expression), (yyvsp[(5) - (5)].expression));
@@ -3316,8 +3475,8 @@ yyreduce:
case 79:
-/* Line 1455 of yacc.c */
-#line 608 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 615 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.expression) = new(ctx) ast_expression((yyvsp[(2) - (3)].n), (yyvsp[(1) - (3)].expression), (yyvsp[(3) - (3)].expression), NULL);
@@ -3327,85 +3486,85 @@ yyreduce:
case 80:
-/* Line 1455 of yacc.c */
-#line 616 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 623 "glsl_parser.ypp"
{ (yyval.n) = ast_assign; ;}
break;
case 81:
-/* Line 1455 of yacc.c */
-#line 617 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 624 "glsl_parser.ypp"
{ (yyval.n) = ast_mul_assign; ;}
break;
case 82:
-/* Line 1455 of yacc.c */
-#line 618 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 625 "glsl_parser.ypp"
{ (yyval.n) = ast_div_assign; ;}
break;
case 83:
-/* Line 1455 of yacc.c */
-#line 619 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 626 "glsl_parser.ypp"
{ (yyval.n) = ast_mod_assign; ;}
break;
case 84:
-/* Line 1455 of yacc.c */
-#line 620 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 627 "glsl_parser.ypp"
{ (yyval.n) = ast_add_assign; ;}
break;
case 85:
-/* Line 1455 of yacc.c */
-#line 621 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 628 "glsl_parser.ypp"
{ (yyval.n) = ast_sub_assign; ;}
break;
case 86:
-/* Line 1455 of yacc.c */
-#line 622 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 629 "glsl_parser.ypp"
{ (yyval.n) = ast_ls_assign; ;}
break;
case 87:
-/* Line 1455 of yacc.c */
-#line 623 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 630 "glsl_parser.ypp"
{ (yyval.n) = ast_rs_assign; ;}
break;
case 88:
-/* Line 1455 of yacc.c */
-#line 624 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 631 "glsl_parser.ypp"
{ (yyval.n) = ast_and_assign; ;}
break;
case 89:
-/* Line 1455 of yacc.c */
-#line 625 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 632 "glsl_parser.ypp"
{ (yyval.n) = ast_xor_assign; ;}
break;
case 90:
-/* Line 1455 of yacc.c */
-#line 626 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 633 "glsl_parser.ypp"
{ (yyval.n) = ast_or_assign; ;}
break;
case 91:
-/* Line 1455 of yacc.c */
-#line 631 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 638 "glsl_parser.ypp"
{
(yyval.expression) = (yyvsp[(1) - (1)].expression);
;}
@@ -3413,8 +3572,8 @@ yyreduce:
case 92:
-/* Line 1455 of yacc.c */
-#line 635 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 642 "glsl_parser.ypp"
{
void *ctx = state;
if ((yyvsp[(1) - (3)].expression)->oper != ast_sequence) {
@@ -3431,8 +3590,8 @@ yyreduce:
case 94:
-/* Line 1455 of yacc.c */
-#line 655 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 662 "glsl_parser.ypp"
{
(yyval.node) = (yyvsp[(1) - (2)].function);
;}
@@ -3440,8 +3599,8 @@ yyreduce:
case 95:
-/* Line 1455 of yacc.c */
-#line 659 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 666 "glsl_parser.ypp"
{
(yyval.node) = (yyvsp[(1) - (2)].declarator_list);
;}
@@ -3449,8 +3608,8 @@ yyreduce:
case 96:
-/* Line 1455 of yacc.c */
-#line 663 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 670 "glsl_parser.ypp"
{
if (((yyvsp[(3) - (4)].type_specifier)->type_specifier != ast_float)
&& ((yyvsp[(3) - (4)].type_specifier)->type_specifier != ast_int)) {
@@ -3465,8 +3624,8 @@ yyreduce:
case 100:
-/* Line 1455 of yacc.c */
-#line 686 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 693 "glsl_parser.ypp"
{
(yyval.function) = (yyvsp[(1) - (2)].function);
(yyval.function)->parameters.push_tail(& (yyvsp[(2) - (2)].parameter_declarator)->link);
@@ -3475,8 +3634,8 @@ yyreduce:
case 101:
-/* Line 1455 of yacc.c */
-#line 691 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 698 "glsl_parser.ypp"
{
(yyval.function) = (yyvsp[(1) - (3)].function);
(yyval.function)->parameters.push_tail(& (yyvsp[(3) - (3)].parameter_declarator)->link);
@@ -3485,8 +3644,8 @@ yyreduce:
case 102:
-/* Line 1455 of yacc.c */
-#line 699 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 706 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.function) = new(ctx) ast_function();
@@ -3498,8 +3657,8 @@ yyreduce:
case 103:
-/* Line 1455 of yacc.c */
-#line 710 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 717 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.parameter_declarator) = new(ctx) ast_parameter_declarator();
@@ -3513,8 +3672,8 @@ yyreduce:
case 104:
-/* Line 1455 of yacc.c */
-#line 720 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 727 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.parameter_declarator) = new(ctx) ast_parameter_declarator();
@@ -3530,8 +3689,8 @@ yyreduce:
case 105:
-/* Line 1455 of yacc.c */
-#line 735 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 742 "glsl_parser.ypp"
{
(yyvsp[(1) - (3)].type_qualifier).i |= (yyvsp[(2) - (3)].type_qualifier).i;
@@ -3542,8 +3701,8 @@ yyreduce:
case 106:
-/* Line 1455 of yacc.c */
-#line 742 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 749 "glsl_parser.ypp"
{
(yyval.parameter_declarator) = (yyvsp[(2) - (2)].parameter_declarator);
(yyval.parameter_declarator)->type->qualifier = (yyvsp[(1) - (2)].type_qualifier).q;
@@ -3552,8 +3711,8 @@ yyreduce:
case 107:
-/* Line 1455 of yacc.c */
-#line 747 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 754 "glsl_parser.ypp"
{
void *ctx = state;
(yyvsp[(1) - (3)].type_qualifier).i |= (yyvsp[(2) - (3)].type_qualifier).i;
@@ -3568,8 +3727,8 @@ yyreduce:
case 108:
-/* Line 1455 of yacc.c */
-#line 758 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 765 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.parameter_declarator) = new(ctx) ast_parameter_declarator();
@@ -3582,36 +3741,36 @@ yyreduce:
case 109:
-/* Line 1455 of yacc.c */
-#line 769 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 776 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; ;}
break;
case 110:
-/* Line 1455 of yacc.c */
-#line 770 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 777 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.in = 1; ;}
break;
case 111:
-/* Line 1455 of yacc.c */
-#line 771 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 778 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.out = 1; ;}
break;
case 112:
-/* Line 1455 of yacc.c */
-#line 772 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 779 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.in = 1; (yyval.type_qualifier).q.out = 1; ;}
break;
case 115:
-/* Line 1455 of yacc.c */
-#line 782 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 789 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (3)].identifier), false, NULL, NULL);
@@ -3624,8 +3783,8 @@ yyreduce:
case 116:
-/* Line 1455 of yacc.c */
-#line 791 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 798 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (5)].identifier), true, NULL, NULL);
@@ -3638,8 +3797,8 @@ yyreduce:
case 117:
-/* Line 1455 of yacc.c */
-#line 800 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 807 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (6)].identifier), true, (yyvsp[(5) - (6)].expression), NULL);
@@ -3652,8 +3811,8 @@ yyreduce:
case 118:
-/* Line 1455 of yacc.c */
-#line 809 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 816 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (7)].identifier), true, NULL, (yyvsp[(7) - (7)].expression));
@@ -3666,8 +3825,8 @@ yyreduce:
case 119:
-/* Line 1455 of yacc.c */
-#line 818 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 825 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (8)].identifier), true, (yyvsp[(5) - (8)].expression), (yyvsp[(8) - (8)].expression));
@@ -3680,8 +3839,8 @@ yyreduce:
case 120:
-/* Line 1455 of yacc.c */
-#line 827 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 834 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(3) - (5)].identifier), false, NULL, (yyvsp[(5) - (5)].expression));
@@ -3694,8 +3853,8 @@ yyreduce:
case 121:
-/* Line 1455 of yacc.c */
-#line 840 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 847 "glsl_parser.ypp"
{
void *ctx = state;
if ((yyvsp[(1) - (1)].fully_specified_type)->specifier->type_specifier != ast_struct) {
@@ -3710,8 +3869,8 @@ yyreduce:
case 122:
-/* Line 1455 of yacc.c */
-#line 851 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 858 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (2)].identifier), false, NULL, NULL);
@@ -3724,8 +3883,8 @@ yyreduce:
case 123:
-/* Line 1455 of yacc.c */
-#line 860 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 867 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (4)].identifier), true, NULL, NULL);
@@ -3738,8 +3897,8 @@ yyreduce:
case 124:
-/* Line 1455 of yacc.c */
-#line 869 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 876 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (5)].identifier), true, (yyvsp[(4) - (5)].expression), NULL);
@@ -3752,8 +3911,8 @@ yyreduce:
case 125:
-/* Line 1455 of yacc.c */
-#line 878 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 885 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (6)].identifier), true, NULL, (yyvsp[(6) - (6)].expression));
@@ -3766,8 +3925,8 @@ yyreduce:
case 126:
-/* Line 1455 of yacc.c */
-#line 887 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 894 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (7)].identifier), true, (yyvsp[(4) - (7)].expression), (yyvsp[(7) - (7)].expression));
@@ -3780,8 +3939,8 @@ yyreduce:
case 127:
-/* Line 1455 of yacc.c */
-#line 896 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 903 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (4)].identifier), false, NULL, (yyvsp[(4) - (4)].expression));
@@ -3794,8 +3953,8 @@ yyreduce:
case 128:
-/* Line 1455 of yacc.c */
-#line 905 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 912 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (2)].identifier), false, NULL, NULL);
@@ -3810,8 +3969,8 @@ yyreduce:
case 129:
-/* Line 1455 of yacc.c */
-#line 919 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 926 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.fully_specified_type) = new(ctx) ast_fully_specified_type();
@@ -3822,8 +3981,8 @@ yyreduce:
case 130:
-/* Line 1455 of yacc.c */
-#line 926 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 933 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.fully_specified_type) = new(ctx) ast_fully_specified_type();
@@ -3835,15 +3994,15 @@ yyreduce:
case 131:
-/* Line 1455 of yacc.c */
-#line 936 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 943 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; ;}
break;
case 133:
-/* Line 1455 of yacc.c */
-#line 942 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 949 "glsl_parser.ypp"
{
(yyval.type_qualifier) = (yyvsp[(3) - (4)].type_qualifier);
;}
@@ -3851,8 +4010,8 @@ yyreduce:
case 135:
-/* Line 1455 of yacc.c */
-#line 950 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 957 "glsl_parser.ypp"
{
(yyval.type_qualifier).i = (yyvsp[(1) - (3)].type_qualifier).i | (yyvsp[(3) - (3)].type_qualifier).i;
;}
@@ -3860,8 +4019,8 @@ yyreduce:
case 136:
-/* Line 1455 of yacc.c */
-#line 957 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 964 "glsl_parser.ypp"
{
(yyval.type_qualifier).i = 0;
@@ -3896,36 +4055,36 @@ yyreduce:
case 137:
-/* Line 1455 of yacc.c */
-#line 990 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 997 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.smooth = 1; ;}
break;
case 138:
-/* Line 1455 of yacc.c */
-#line 991 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 998 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.flat = 1; ;}
break;
case 139:
-/* Line 1455 of yacc.c */
-#line 992 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 999 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.noperspective = 1; ;}
break;
case 140:
-/* Line 1455 of yacc.c */
-#line 996 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1003 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.constant = 1; ;}
break;
case 142:
-/* Line 1455 of yacc.c */
-#line 1002 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1009 "glsl_parser.ypp"
{
(yyval.type_qualifier).i = (yyvsp[(1) - (2)].type_qualifier).i | (yyvsp[(2) - (2)].type_qualifier).i;
;}
@@ -3933,8 +4092,8 @@ yyreduce:
case 143:
-/* Line 1455 of yacc.c */
-#line 1006 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1013 "glsl_parser.ypp"
{
(yyval.type_qualifier) = (yyvsp[(2) - (2)].type_qualifier);
(yyval.type_qualifier).q.invariant = 1;
@@ -3943,71 +4102,71 @@ yyreduce:
case 144:
-/* Line 1455 of yacc.c */
-#line 1013 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1020 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.constant = 1; ;}
break;
case 145:
-/* Line 1455 of yacc.c */
-#line 1014 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1021 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.attribute = 1; ;}
break;
case 146:
-/* Line 1455 of yacc.c */
-#line 1015 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1022 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = (yyvsp[(1) - (2)].type_qualifier).i; (yyval.type_qualifier).q.varying = 1; ;}
break;
case 147:
-/* Line 1455 of yacc.c */
-#line 1016 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1023 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.centroid = 1; (yyval.type_qualifier).q.varying = 1; ;}
break;
case 148:
-/* Line 1455 of yacc.c */
-#line 1017 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1024 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.in = 1; ;}
break;
case 149:
-/* Line 1455 of yacc.c */
-#line 1018 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1025 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.out = 1; ;}
break;
case 150:
-/* Line 1455 of yacc.c */
-#line 1019 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1026 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.centroid = 1; (yyval.type_qualifier).q.in = 1; ;}
break;
case 151:
-/* Line 1455 of yacc.c */
-#line 1020 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1027 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.centroid = 1; (yyval.type_qualifier).q.out = 1; ;}
break;
case 152:
-/* Line 1455 of yacc.c */
-#line 1021 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1028 "glsl_parser.ypp"
{ (yyval.type_qualifier).i = 0; (yyval.type_qualifier).q.uniform = 1; ;}
break;
case 154:
-/* Line 1455 of yacc.c */
-#line 1027 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1034 "glsl_parser.ypp"
{
(yyval.type_specifier) = (yyvsp[(2) - (2)].type_specifier);
(yyval.type_specifier)->precision = (yyvsp[(1) - (2)].n);
@@ -4016,8 +4175,8 @@ yyreduce:
case 156:
-/* Line 1455 of yacc.c */
-#line 1036 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1043 "glsl_parser.ypp"
{
(yyval.type_specifier) = (yyvsp[(1) - (3)].type_specifier);
(yyval.type_specifier)->is_array = true;
@@ -4027,8 +4186,8 @@ yyreduce:
case 157:
-/* Line 1455 of yacc.c */
-#line 1042 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1049 "glsl_parser.ypp"
{
(yyval.type_specifier) = (yyvsp[(1) - (4)].type_specifier);
(yyval.type_specifier)->is_array = true;
@@ -4038,8 +4197,8 @@ yyreduce:
case 158:
-/* Line 1455 of yacc.c */
-#line 1051 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1058 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.type_specifier) = new(ctx) ast_type_specifier((yyvsp[(1) - (1)].n));
@@ -4049,8 +4208,8 @@ yyreduce:
case 159:
-/* Line 1455 of yacc.c */
-#line 1057 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1064 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.type_specifier) = new(ctx) ast_type_specifier((yyvsp[(1) - (1)].struct_specifier));
@@ -4060,8 +4219,8 @@ yyreduce:
case 160:
-/* Line 1455 of yacc.c */
-#line 1063 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1070 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.type_specifier) = new(ctx) ast_type_specifier((yyvsp[(1) - (1)].identifier));
@@ -4071,386 +4230,386 @@ yyreduce:
case 161:
-/* Line 1455 of yacc.c */
-#line 1071 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1078 "glsl_parser.ypp"
{ (yyval.n) = ast_void; ;}
break;
case 162:
-/* Line 1455 of yacc.c */
-#line 1072 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1079 "glsl_parser.ypp"
{ (yyval.n) = ast_float; ;}
break;
case 163:
-/* Line 1455 of yacc.c */
-#line 1073 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1080 "glsl_parser.ypp"
{ (yyval.n) = ast_int; ;}
break;
case 164:
-/* Line 1455 of yacc.c */
-#line 1074 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1081 "glsl_parser.ypp"
{ (yyval.n) = ast_uint; ;}
break;
case 165:
-/* Line 1455 of yacc.c */
-#line 1075 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1082 "glsl_parser.ypp"
{ (yyval.n) = ast_bool; ;}
break;
case 166:
-/* Line 1455 of yacc.c */
-#line 1076 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1083 "glsl_parser.ypp"
{ (yyval.n) = ast_vec2; ;}
break;
case 167:
-/* Line 1455 of yacc.c */
-#line 1077 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1084 "glsl_parser.ypp"
{ (yyval.n) = ast_vec3; ;}
break;
case 168:
-/* Line 1455 of yacc.c */
-#line 1078 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1085 "glsl_parser.ypp"
{ (yyval.n) = ast_vec4; ;}
break;
case 169:
-/* Line 1455 of yacc.c */
-#line 1079 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1086 "glsl_parser.ypp"
{ (yyval.n) = ast_bvec2; ;}
break;
case 170:
-/* Line 1455 of yacc.c */
-#line 1080 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1087 "glsl_parser.ypp"
{ (yyval.n) = ast_bvec3; ;}
break;
case 171:
-/* Line 1455 of yacc.c */
-#line 1081 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1088 "glsl_parser.ypp"
{ (yyval.n) = ast_bvec4; ;}
break;
case 172:
-/* Line 1455 of yacc.c */
-#line 1082 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1089 "glsl_parser.ypp"
{ (yyval.n) = ast_ivec2; ;}
break;
case 173:
-/* Line 1455 of yacc.c */
-#line 1083 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1090 "glsl_parser.ypp"
{ (yyval.n) = ast_ivec3; ;}
break;
case 174:
-/* Line 1455 of yacc.c */
-#line 1084 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1091 "glsl_parser.ypp"
{ (yyval.n) = ast_ivec4; ;}
break;
case 175:
-/* Line 1455 of yacc.c */
-#line 1085 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1092 "glsl_parser.ypp"
{ (yyval.n) = ast_uvec2; ;}
break;
case 176:
-/* Line 1455 of yacc.c */
-#line 1086 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1093 "glsl_parser.ypp"
{ (yyval.n) = ast_uvec3; ;}
break;
case 177:
-/* Line 1455 of yacc.c */
-#line 1087 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1094 "glsl_parser.ypp"
{ (yyval.n) = ast_uvec4; ;}
break;
case 178:
-/* Line 1455 of yacc.c */
-#line 1088 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1095 "glsl_parser.ypp"
{ (yyval.n) = ast_mat2; ;}
break;
case 179:
-/* Line 1455 of yacc.c */
-#line 1089 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1096 "glsl_parser.ypp"
{ (yyval.n) = ast_mat3; ;}
break;
case 180:
-/* Line 1455 of yacc.c */
-#line 1090 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1097 "glsl_parser.ypp"
{ (yyval.n) = ast_mat4; ;}
break;
case 181:
-/* Line 1455 of yacc.c */
-#line 1091 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1098 "glsl_parser.ypp"
{ (yyval.n) = ast_mat2; ;}
break;
case 182:
-/* Line 1455 of yacc.c */
-#line 1092 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1099 "glsl_parser.ypp"
{ (yyval.n) = ast_mat2x3; ;}
break;
case 183:
-/* Line 1455 of yacc.c */
-#line 1093 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1100 "glsl_parser.ypp"
{ (yyval.n) = ast_mat2x4; ;}
break;
case 184:
-/* Line 1455 of yacc.c */
-#line 1094 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1101 "glsl_parser.ypp"
{ (yyval.n) = ast_mat3x2; ;}
break;
case 185:
-/* Line 1455 of yacc.c */
-#line 1095 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1102 "glsl_parser.ypp"
{ (yyval.n) = ast_mat3; ;}
break;
case 186:
-/* Line 1455 of yacc.c */
-#line 1096 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1103 "glsl_parser.ypp"
{ (yyval.n) = ast_mat3x4; ;}
break;
case 187:
-/* Line 1455 of yacc.c */
-#line 1097 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1104 "glsl_parser.ypp"
{ (yyval.n) = ast_mat4x2; ;}
break;
case 188:
-/* Line 1455 of yacc.c */
-#line 1098 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1105 "glsl_parser.ypp"
{ (yyval.n) = ast_mat4x3; ;}
break;
case 189:
-/* Line 1455 of yacc.c */
-#line 1099 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1106 "glsl_parser.ypp"
{ (yyval.n) = ast_mat4; ;}
break;
case 190:
-/* Line 1455 of yacc.c */
-#line 1100 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1107 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler1d; ;}
break;
case 191:
-/* Line 1455 of yacc.c */
-#line 1101 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1108 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2d; ;}
break;
case 192:
-/* Line 1455 of yacc.c */
-#line 1102 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1109 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2drect; ;}
break;
case 193:
-/* Line 1455 of yacc.c */
-#line 1103 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1110 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler3d; ;}
break;
case 194:
-/* Line 1455 of yacc.c */
-#line 1104 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1111 "glsl_parser.ypp"
{ (yyval.n) = ast_samplercube; ;}
break;
case 195:
-/* Line 1455 of yacc.c */
-#line 1105 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1112 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler1dshadow; ;}
break;
case 196:
-/* Line 1455 of yacc.c */
-#line 1106 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1113 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2dshadow; ;}
break;
case 197:
-/* Line 1455 of yacc.c */
-#line 1107 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1114 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2drectshadow; ;}
break;
case 198:
-/* Line 1455 of yacc.c */
-#line 1108 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1115 "glsl_parser.ypp"
{ (yyval.n) = ast_samplercubeshadow; ;}
break;
case 199:
-/* Line 1455 of yacc.c */
-#line 1109 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1116 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler1darray; ;}
break;
case 200:
-/* Line 1455 of yacc.c */
-#line 1110 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1117 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2darray; ;}
break;
case 201:
-/* Line 1455 of yacc.c */
-#line 1111 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1118 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler1darrayshadow; ;}
break;
case 202:
-/* Line 1455 of yacc.c */
-#line 1112 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1119 "glsl_parser.ypp"
{ (yyval.n) = ast_sampler2darrayshadow; ;}
break;
case 203:
-/* Line 1455 of yacc.c */
-#line 1113 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1120 "glsl_parser.ypp"
{ (yyval.n) = ast_isampler1d; ;}
break;
case 204:
-/* Line 1455 of yacc.c */
-#line 1114 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1121 "glsl_parser.ypp"
{ (yyval.n) = ast_isampler2d; ;}
break;
case 205:
-/* Line 1455 of yacc.c */
-#line 1115 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1122 "glsl_parser.ypp"
{ (yyval.n) = ast_isampler3d; ;}
break;
case 206:
-/* Line 1455 of yacc.c */
-#line 1116 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1123 "glsl_parser.ypp"
{ (yyval.n) = ast_isamplercube; ;}
break;
case 207:
-/* Line 1455 of yacc.c */
-#line 1117 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1124 "glsl_parser.ypp"
{ (yyval.n) = ast_isampler1darray; ;}
break;
case 208:
-/* Line 1455 of yacc.c */
-#line 1118 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1125 "glsl_parser.ypp"
{ (yyval.n) = ast_isampler2darray; ;}
break;
case 209:
-/* Line 1455 of yacc.c */
-#line 1119 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1126 "glsl_parser.ypp"
{ (yyval.n) = ast_usampler1d; ;}
break;
case 210:
-/* Line 1455 of yacc.c */
-#line 1120 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1127 "glsl_parser.ypp"
{ (yyval.n) = ast_usampler2d; ;}
break;
case 211:
-/* Line 1455 of yacc.c */
-#line 1121 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1128 "glsl_parser.ypp"
{ (yyval.n) = ast_usampler3d; ;}
break;
case 212:
-/* Line 1455 of yacc.c */
-#line 1122 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1129 "glsl_parser.ypp"
{ (yyval.n) = ast_usamplercube; ;}
break;
case 213:
-/* Line 1455 of yacc.c */
-#line 1123 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1130 "glsl_parser.ypp"
{ (yyval.n) = ast_usampler1darray; ;}
break;
case 214:
-/* Line 1455 of yacc.c */
-#line 1124 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1131 "glsl_parser.ypp"
{ (yyval.n) = ast_usampler2darray; ;}
break;
case 215:
-/* Line 1455 of yacc.c */
-#line 1128 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1135 "glsl_parser.ypp"
{
if (state->language_version < 130)
_mesa_glsl_error(& (yylsp[(1) - (1)]), state,
@@ -4466,8 +4625,8 @@ yyreduce:
case 216:
-/* Line 1455 of yacc.c */
-#line 1139 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1146 "glsl_parser.ypp"
{
if (state->language_version < 130)
_mesa_glsl_error(& (yylsp[(1) - (1)]), state,
@@ -4483,8 +4642,8 @@ yyreduce:
case 217:
-/* Line 1455 of yacc.c */
-#line 1150 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1157 "glsl_parser.ypp"
{
if (state->language_version < 130)
_mesa_glsl_error(& (yylsp[(1) - (1)]), state,
@@ -4500,8 +4659,8 @@ yyreduce:
case 218:
-/* Line 1455 of yacc.c */
-#line 1165 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1172 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.struct_specifier) = new(ctx) ast_struct_specifier((yyvsp[(2) - (5)].identifier), (yyvsp[(4) - (5)].node));
@@ -4511,8 +4670,8 @@ yyreduce:
case 219:
-/* Line 1455 of yacc.c */
-#line 1171 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1178 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.struct_specifier) = new(ctx) ast_struct_specifier(NULL, (yyvsp[(3) - (4)].node));
@@ -4522,8 +4681,8 @@ yyreduce:
case 220:
-/* Line 1455 of yacc.c */
-#line 1180 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1187 "glsl_parser.ypp"
{
(yyval.node) = (struct ast_node *) (yyvsp[(1) - (1)].declarator_list);
(yyvsp[(1) - (1)].declarator_list)->link.self_link();
@@ -4532,8 +4691,8 @@ yyreduce:
case 221:
-/* Line 1455 of yacc.c */
-#line 1185 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1192 "glsl_parser.ypp"
{
(yyval.node) = (struct ast_node *) (yyvsp[(1) - (2)].node);
(yyval.node)->link.insert_before(& (yyvsp[(2) - (2)].declarator_list)->link);
@@ -4542,8 +4701,8 @@ yyreduce:
case 222:
-/* Line 1455 of yacc.c */
-#line 1193 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1200 "glsl_parser.ypp"
{
void *ctx = state;
ast_fully_specified_type *type = new(ctx) ast_fully_specified_type();
@@ -4559,8 +4718,8 @@ yyreduce:
case 223:
-/* Line 1455 of yacc.c */
-#line 1208 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1215 "glsl_parser.ypp"
{
(yyval.declaration) = (yyvsp[(1) - (1)].declaration);
(yyvsp[(1) - (1)].declaration)->link.self_link();
@@ -4569,8 +4728,8 @@ yyreduce:
case 224:
-/* Line 1455 of yacc.c */
-#line 1213 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1220 "glsl_parser.ypp"
{
(yyval.declaration) = (yyvsp[(1) - (3)].declaration);
(yyval.declaration)->link.insert_before(& (yyvsp[(3) - (3)].declaration)->link);
@@ -4579,8 +4738,8 @@ yyreduce:
case 225:
-/* Line 1455 of yacc.c */
-#line 1221 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1228 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.declaration) = new(ctx) ast_declaration((yyvsp[(1) - (1)].identifier), false, NULL, NULL);
@@ -4590,8 +4749,8 @@ yyreduce:
case 226:
-/* Line 1455 of yacc.c */
-#line 1227 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1234 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.declaration) = new(ctx) ast_declaration((yyvsp[(1) - (4)].identifier), true, (yyvsp[(3) - (4)].expression), NULL);
@@ -4601,29 +4760,29 @@ yyreduce:
case 231:
-/* Line 1455 of yacc.c */
-#line 1250 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1257 "glsl_parser.ypp"
{ (yyval.node) = (struct ast_node *) (yyvsp[(1) - (1)].compound_statement); ;}
break;
case 237:
-/* Line 1455 of yacc.c */
-#line 1262 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1269 "glsl_parser.ypp"
{ (yyval.node) = NULL; ;}
break;
case 238:
-/* Line 1455 of yacc.c */
-#line 1263 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1270 "glsl_parser.ypp"
{ (yyval.node) = NULL; ;}
break;
case 241:
-/* Line 1455 of yacc.c */
-#line 1270 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1277 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.compound_statement) = new(ctx) ast_compound_statement(true, NULL);
@@ -4633,8 +4792,8 @@ yyreduce:
case 242:
-/* Line 1455 of yacc.c */
-#line 1276 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1283 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.compound_statement) = new(ctx) ast_compound_statement(true, (yyvsp[(2) - (3)].node));
@@ -4644,15 +4803,15 @@ yyreduce:
case 243:
-/* Line 1455 of yacc.c */
-#line 1284 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1291 "glsl_parser.ypp"
{ (yyval.node) = (struct ast_node *) (yyvsp[(1) - (1)].compound_statement); ;}
break;
case 245:
-/* Line 1455 of yacc.c */
-#line 1290 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1297 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.compound_statement) = new(ctx) ast_compound_statement(false, NULL);
@@ -4662,8 +4821,8 @@ yyreduce:
case 246:
-/* Line 1455 of yacc.c */
-#line 1296 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1303 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.compound_statement) = new(ctx) ast_compound_statement(false, (yyvsp[(2) - (3)].node));
@@ -4673,8 +4832,8 @@ yyreduce:
case 247:
-/* Line 1455 of yacc.c */
-#line 1305 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1312 "glsl_parser.ypp"
{
if ((yyvsp[(1) - (1)].node) == NULL) {
_mesa_glsl_error(& (yylsp[(1) - (1)]), state, "<nil> statement\n");
@@ -4688,8 +4847,8 @@ yyreduce:
case 248:
-/* Line 1455 of yacc.c */
-#line 1315 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1322 "glsl_parser.ypp"
{
if ((yyvsp[(2) - (2)].node) == NULL) {
_mesa_glsl_error(& (yylsp[(2) - (2)]), state, "<nil> statement\n");
@@ -4702,8 +4861,8 @@ yyreduce:
case 249:
-/* Line 1455 of yacc.c */
-#line 1327 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1334 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_expression_statement(NULL);
@@ -4713,8 +4872,8 @@ yyreduce:
case 250:
-/* Line 1455 of yacc.c */
-#line 1333 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1340 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_expression_statement((yyvsp[(1) - (2)].expression));
@@ -4724,8 +4883,8 @@ yyreduce:
case 251:
-/* Line 1455 of yacc.c */
-#line 1342 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1349 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_selection_statement((yyvsp[(3) - (7)].expression), (yyvsp[(5) - (7)].node), (yyvsp[(7) - (7)].node));
@@ -4735,8 +4894,8 @@ yyreduce:
case 252:
-/* Line 1455 of yacc.c */
-#line 1351 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1358 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_selection_statement((yyvsp[(3) - (5)].expression), (yyvsp[(5) - (5)].node), NULL);
@@ -4746,8 +4905,8 @@ yyreduce:
case 253:
-/* Line 1455 of yacc.c */
-#line 1357 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1364 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_selection_statement((yyvsp[(3) - (5)].expression), (yyvsp[(5) - (5)].node), NULL);
@@ -4757,8 +4916,8 @@ yyreduce:
case 254:
-/* Line 1455 of yacc.c */
-#line 1363 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1370 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_selection_statement((yyvsp[(3) - (7)].expression), (yyvsp[(5) - (7)].node), (yyvsp[(7) - (7)].node));
@@ -4768,8 +4927,8 @@ yyreduce:
case 255:
-/* Line 1455 of yacc.c */
-#line 1372 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1379 "glsl_parser.ypp"
{
(yyval.node) = (struct ast_node *) (yyvsp[(1) - (1)].expression);
;}
@@ -4777,8 +4936,8 @@ yyreduce:
case 256:
-/* Line 1455 of yacc.c */
-#line 1376 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1383 "glsl_parser.ypp"
{
void *ctx = state;
ast_declaration *decl = new(ctx) ast_declaration((yyvsp[(2) - (4)].identifier), false, NULL, (yyvsp[(4) - (4)].expression));
@@ -4793,8 +4952,8 @@ yyreduce:
case 260:
-/* Line 1455 of yacc.c */
-#line 1399 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1406 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_while,
@@ -4805,8 +4964,8 @@ yyreduce:
case 261:
-/* Line 1455 of yacc.c */
-#line 1406 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1413 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_do_while,
@@ -4817,8 +4976,8 @@ yyreduce:
case 262:
-/* Line 1455 of yacc.c */
-#line 1413 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1420 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_for,
@@ -4829,8 +4988,8 @@ yyreduce:
case 266:
-/* Line 1455 of yacc.c */
-#line 1429 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1436 "glsl_parser.ypp"
{
(yyval.node) = NULL;
;}
@@ -4838,8 +4997,8 @@ yyreduce:
case 267:
-/* Line 1455 of yacc.c */
-#line 1436 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1443 "glsl_parser.ypp"
{
(yyval.for_rest_statement).cond = (yyvsp[(1) - (2)].node);
(yyval.for_rest_statement).rest = NULL;
@@ -4848,8 +5007,8 @@ yyreduce:
case 268:
-/* Line 1455 of yacc.c */
-#line 1441 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1448 "glsl_parser.ypp"
{
(yyval.for_rest_statement).cond = (yyvsp[(1) - (3)].node);
(yyval.for_rest_statement).rest = (yyvsp[(3) - (3)].expression);
@@ -4858,8 +5017,8 @@ yyreduce:
case 269:
-/* Line 1455 of yacc.c */
-#line 1450 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1457 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_jump_statement(ast_jump_statement::ast_continue, NULL);
@@ -4869,8 +5028,8 @@ yyreduce:
case 270:
-/* Line 1455 of yacc.c */
-#line 1456 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1463 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_jump_statement(ast_jump_statement::ast_break, NULL);
@@ -4880,8 +5039,8 @@ yyreduce:
case 271:
-/* Line 1455 of yacc.c */
-#line 1462 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1469 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, NULL);
@@ -4891,8 +5050,8 @@ yyreduce:
case 272:
-/* Line 1455 of yacc.c */
-#line 1468 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1475 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, (yyvsp[(2) - (3)].expression));
@@ -4902,8 +5061,8 @@ yyreduce:
case 273:
-/* Line 1455 of yacc.c */
-#line 1474 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1481 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.node) = new(ctx) ast_jump_statement(ast_jump_statement::ast_discard, NULL);
@@ -4913,22 +5072,22 @@ yyreduce:
case 274:
-/* Line 1455 of yacc.c */
-#line 1482 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1489 "glsl_parser.ypp"
{ (yyval.node) = (yyvsp[(1) - (1)].function_definition); ;}
break;
case 275:
-/* Line 1455 of yacc.c */
-#line 1483 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1490 "glsl_parser.ypp"
{ (yyval.node) = (yyvsp[(1) - (1)].node); ;}
break;
case 276:
-/* Line 1455 of yacc.c */
-#line 1488 "glsl_parser.ypp"
+/* Line 1464 of yacc.c */
+#line 1495 "glsl_parser.ypp"
{
void *ctx = state;
(yyval.function_definition) = new(ctx) ast_function_definition();
@@ -4940,8 +5099,8 @@ yyreduce:
-/* Line 1455 of yacc.c */
-#line 4945 "glsl_parser.cpp"
+/* Line 1464 of yacc.c */
+#line 5104 "glsl_parser.cpp"
default: break;
}
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);