From fb5440bd07d1f37ef326daeb4964ed77c36e0818 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 7 Oct 2019 21:42:48 +0200 Subject: [PATCH] cppparser: hack fix for method defs in parentheses --- dtool/src/cppparser/cppBison.cxx.prebuilt | 8507 +++++++++++---------- dtool/src/cppparser/cppBison.yxx | 29 + 2 files changed, 4313 insertions(+), 4223 deletions(-) diff --git a/dtool/src/cppparser/cppBison.cxx.prebuilt b/dtool/src/cppparser/cppBison.cxx.prebuilt index be3f2b4e95..eebe706eeb 100644 --- a/dtool/src/cppparser/cppBison.cxx.prebuilt +++ b/dtool/src/cppparser/cppBison.cxx.prebuilt @@ -1,8 +1,9 @@ -/* A Bison parser, made by GNU Bison 3.0.5. */ +/* A Bison parser, made by GNU Bison 3.4. */ /* Bison implementation for Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 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 @@ -40,11 +41,14 @@ define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ +/* Undocumented macros, especially those whose name start with YY_, + are private implementation details. Do not rely on them. */ + /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.0.5" +#define YYBISON_VERSION "3.4" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -67,8 +71,8 @@ #define yynerrs cppyynerrs -/* Copy the first part of user declarations. */ -#line 7 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:339 */ +/* First part of user prologue. */ +#line 7 "dtool/src/cppparser/cppBison.yxx" #include "cppBisonDefs.h" @@ -266,13 +270,17 @@ pop_struct() { } -#line 270 "built/tmp/cppBison.yxx.c" /* yacc.c:339 */ +#line 274 "built/tmp/cppBison.yxx.c" # ifndef YY_NULLPTR -# if defined __cplusplus && 201103L <= __cplusplus -# define YY_NULLPTR nullptr +# if defined __cplusplus +# if 201103L <= __cplusplus +# define YY_NULLPTR nullptr +# else +# define YY_NULLPTR 0 +# endif # else -# define YY_NULLPTR 0 +# define YY_NULLPTR ((void*)0) # endif # endif @@ -284,8 +292,8 @@ pop_struct() { # define YYERROR_VERBOSE 0 #endif -/* In a future release of Bison, this section will be replaced - by #include "cppBison.yxx.h". */ +/* Use api.header.include to #include this header + instead of duplicating it here. */ #ifndef YY_CPPYY_BUILT_TMP_CPPBISON_YXX_H_INCLUDED # define YY_CPPYY_BUILT_TMP_CPPBISON_YXX_H_INCLUDED /* Debug traces. */ @@ -615,9 +623,7 @@ int cppyyparse (void); #endif /* !YY_CPPYY_BUILT_TMP_CPPBISON_YXX_H_INCLUDED */ -/* Copy the second part of user declarations. */ -#line 621 "built/tmp/cppBison.yxx.c" /* yacc.c:358 */ #ifdef short # undef short @@ -638,13 +644,13 @@ typedef signed char yytype_int8; #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else -typedef unsigned short int yytype_uint16; +typedef unsigned short yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else -typedef short int yytype_int16; +typedef short yytype_int16; #endif #ifndef YYSIZE_T @@ -656,7 +662,7 @@ typedef short int yytype_int16; # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else -# define YYSIZE_T unsigned int +# define YYSIZE_T unsigned # endif #endif @@ -692,15 +698,6 @@ typedef short int yytype_int16; # define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) #endif -#if !defined _Noreturn \ - && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) -# if defined _MSC_VER && 1200 <= _MSC_VER -# define _Noreturn __declspec (noreturn) -# else -# define _Noreturn YY_ATTRIBUTE ((__noreturn__)) -# endif -#endif - /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(E) ((void) (E)) @@ -708,7 +705,7 @@ typedef short int yytype_int16; # define YYUSE(E) /* empty */ #endif -#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ +#if defined __GNUC__ && ! defined __ICC && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ /* Suppress an incorrect diagnostic about yylval being uninitialized. */ # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ _Pragma ("GCC diagnostic push") \ @@ -728,6 +725,8 @@ typedef short int yytype_int16; #endif +#define YY_ASSERT(E) ((void) (0 && (E))) + #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ @@ -861,27 +860,27 @@ union yyalloc /* YYFINAL -- State number of the termination state. */ #define YYFINAL 104 /* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 7127 +#define YYLAST 7174 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 171 /* YYNNTS -- Number of nonterminals. */ -#define YYNNTS 110 +#define YYNNTS 111 /* YYNRULES -- Number of rules. */ -#define YYNRULES 763 +#define YYNRULES 765 /* YYNSTATES -- Number of states. */ -#define YYNSTATES 1570 +#define YYNSTATES 1577 -/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned - by yylex, with out-of-bounds checking. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 401 +/* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM + as returned by yylex, with out-of-bounds checking. */ #define YYTRANSLATE(YYX) \ - ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) + ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM - as returned by yylex, without out-of-bounds checking. */ + as returned by yylex. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, @@ -939,75 +938,75 @@ static const yytype_uint16 yyrline[] = 986, 990, 994, 998, 1002, 1006, 1010, 1014, 1018, 1022, 1027, 1031, 1038, 1039, 1043, 1044, 1045, 1050, 1049, 1065, 1075, 1074, 1091, 1099, 1107, 1118, 1134, 1133, 1148, 1163, - 1172, 1187, 1186, 1224, 1223, 1260, 1259, 1290, 1289, 1308, - 1307, 1328, 1327, 1359, 1358, 1384, 1397, 1401, 1405, 1409, - 1422, 1426, 1430, 1434, 1438, 1443, 1448, 1452, 1456, 1460, - 1467, 1471, 1475, 1479, 1483, 1487, 1491, 1495, 1499, 1503, - 1507, 1511, 1515, 1519, 1523, 1527, 1531, 1535, 1539, 1543, - 1547, 1551, 1555, 1559, 1563, 1567, 1571, 1575, 1579, 1583, - 1587, 1591, 1595, 1599, 1603, 1607, 1611, 1615, 1619, 1626, - 1627, 1628, 1632, 1634, 1633, 1641, 1642, 1646, 1647, 1651, - 1657, 1666, 1667, 1671, 1675, 1679, 1683, 1689, 1695, 1701, - 1708, 1713, 1722, 1726, 1731, 1739, 1751, 1755, 1769, 1784, - 1789, 1794, 1799, 1804, 1809, 1814, 1819, 1825, 1824, 1855, - 1865, 1875, 1879, 1883, 1892, 1896, 1904, 1908, 1913, 1917, - 1922, 1930, 1935, 1943, 1947, 1952, 1956, 1961, 1969, 1974, - 1982, 1986, 1993, 1997, 2004, 2008, 2012, 2016, 2020, 2027, - 2031, 2035, 2039, 2043, 2047, 2054, 2055, 2056, 2060, 2063, - 2064, 2065, 2069, 2074, 2080, 2086, 2091, 2097, 2103, 2107, - 2118, 2122, 2132, 2136, 2140, 2145, 2150, 2155, 2160, 2165, - 2170, 2178, 2182, 2186, 2191, 2196, 2201, 2206, 2211, 2216, - 2221, 2227, 2235, 2240, 2245, 2250, 2255, 2260, 2265, 2270, - 2275, 2280, 2286, 2294, 2298, 2303, 2308, 2313, 2318, 2323, - 2328, 2333, 2338, 2346, 2350, 2355, 2360, 2365, 2370, 2375, - 2380, 2385, 2390, 2395, 2401, 2408, 2415, 2425, 2429, 2437, - 2441, 2445, 2449, 2453, 2469, 2485, 2494, 2498, 2508, 2515, - 2526, 2530, 2538, 2542, 2546, 2550, 2554, 2570, 2586, 2604, - 2613, 2617, 2627, 2634, 2638, 2646, 2650, 2666, 2682, 2691, - 2701, 2708, 2712, 2720, 2724, 2729, 2733, 2741, 2742, 2743, - 2744, 2749, 2748, 2773, 2772, 2802, 2803, 2810, 2811, 2815, - 2816, 2820, 2824, 2828, 2832, 2836, 2840, 2844, 2848, 2852, - 2856, 2863, 2871, 2875, 2879, 2884, 2892, 2896, 2903, 2904, - 2909, 2916, 2917, 2922, 2930, 2934, 2938, 2945, 2949, 2953, - 2961, 2960, 2983, 2982, 3005, 3006, 3010, 3016, 3023, 3032, - 3033, 3034, 3038, 3042, 3046, 3050, 3054, 3058, 3063, 3068, - 3073, 3078, 3082, 3087, 3096, 3101, 3109, 3113, 3117, 3125, - 3135, 3135, 3145, 3146, 3150, 3151, 3152, 3153, 3154, 3155, - 3156, 3157, 3158, 3159, 3160, 3161, 3161, 3161, 3162, 3162, - 3162, 3162, 3163, 3163, 3163, 3163, 3163, 3164, 3164, 3164, - 3165, 3165, 3165, 3165, 3165, 3166, 3166, 3166, 3166, 3166, - 3167, 3167, 3168, 3168, 3168, 3168, 3168, 3169, 3169, 3169, - 3169, 3169, 3170, 3170, 3170, 3170, 3171, 3171, 3171, 3171, - 3171, 3172, 3172, 3172, 3172, 3172, 3173, 3173, 3173, 3173, - 3173, 3173, 3174, 3174, 3174, 3174, 3174, 3175, 3175, 3175, - 3175, 3176, 3176, 3176, 3176, 3177, 3177, 3177, 3177, 3177, - 3178, 3178, 3178, 3178, 3179, 3179, 3179, 3179, 3179, 3180, - 3180, 3180, 3180, 3181, 3181, 3181, 3181, 3181, 3182, 3182, - 3185, 3185, 3185, 3185, 3185, 3185, 3185, 3185, 3185, 3185, - 3185, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, - 3186, 3187, 3187, 3191, 3195, 3202, 3206, 3213, 3217, 3224, - 3228, 3232, 3236, 3240, 3244, 3248, 3252, 3264, 3268, 3272, - 3276, 3280, 3284, 3288, 3292, 3296, 3300, 3304, 3308, 3312, - 3316, 3320, 3324, 3328, 3332, 3336, 3340, 3344, 3348, 3352, - 3356, 3360, 3364, 3368, 3372, 3376, 3380, 3384, 3392, 3396, - 3400, 3404, 3408, 3412, 3416, 3426, 3436, 3442, 3448, 3454, - 3460, 3466, 3472, 3479, 3486, 3493, 3500, 3506, 3512, 3516, - 3528, 3532, 3536, 3540, 3544, 3555, 3566, 3570, 3574, 3578, - 3582, 3586, 3590, 3594, 3598, 3602, 3606, 3610, 3614, 3618, - 3622, 3626, 3630, 3634, 3638, 3642, 3646, 3650, 3654, 3658, - 3662, 3666, 3670, 3674, 3678, 3682, 3686, 3693, 3697, 3701, - 3705, 3709, 3713, 3717, 3721, 3725, 3731, 3737, 3741, 3747, - 3754, 3758, 3762, 3766, 3770, 3774, 3778, 3782, 3786, 3790, - 3794, 3798, 3802, 3806, 3810, 3814, 3818, 3832, 3836, 3840, - 3844, 3848, 3852, 3856, 3860, 3872, 3876, 3880, 3884, 3888, - 3899, 3910, 3914, 3918, 3922, 3926, 3930, 3934, 3938, 3942, - 3946, 3950, 3954, 3958, 3962, 3966, 3970, 3974, 3978, 3982, - 3986, 3990, 3994, 3998, 4002, 4006, 4010, 4014, 4018, 4022, - 4026, 4033, 4037, 4041, 4045, 4049, 4053, 4057, 4061, 4065, - 4071, 4077, 4085, 4089, 4093, 4097, 4104, 4114, 4120, 4126, - 4136, 4148, 4156, 4160, 4190, 4194, 4198, 4202, 4206, 4210, - 4216, 4220, 4224, 4228, 4232, 4243, 4247, 4251, 4255, 4263, - 4267, 4271, 4277, 4288 + 1172, 1187, 1186, 1226, 1225, 1253, 1252, 1289, 1288, 1319, + 1318, 1337, 1336, 1357, 1356, 1388, 1387, 1413, 1426, 1430, + 1434, 1438, 1451, 1455, 1459, 1463, 1467, 1472, 1477, 1481, + 1485, 1489, 1496, 1500, 1504, 1508, 1512, 1516, 1520, 1524, + 1528, 1532, 1536, 1540, 1544, 1548, 1552, 1556, 1560, 1564, + 1568, 1572, 1576, 1580, 1584, 1588, 1592, 1596, 1600, 1604, + 1608, 1612, 1616, 1620, 1624, 1628, 1632, 1636, 1640, 1644, + 1648, 1655, 1656, 1657, 1661, 1663, 1662, 1670, 1671, 1675, + 1676, 1680, 1686, 1695, 1696, 1700, 1704, 1708, 1712, 1718, + 1724, 1730, 1737, 1742, 1751, 1755, 1760, 1768, 1780, 1784, + 1798, 1813, 1818, 1823, 1828, 1833, 1838, 1843, 1848, 1854, + 1853, 1884, 1894, 1904, 1908, 1912, 1921, 1925, 1933, 1937, + 1942, 1946, 1951, 1959, 1964, 1972, 1976, 1981, 1985, 1990, + 1998, 2003, 2011, 2015, 2022, 2026, 2033, 2037, 2041, 2045, + 2049, 2056, 2060, 2064, 2068, 2072, 2076, 2083, 2084, 2085, + 2089, 2092, 2093, 2094, 2098, 2103, 2109, 2115, 2120, 2126, + 2132, 2136, 2147, 2151, 2161, 2165, 2169, 2174, 2179, 2184, + 2189, 2194, 2199, 2207, 2211, 2215, 2220, 2225, 2230, 2235, + 2240, 2245, 2250, 2256, 2264, 2269, 2274, 2279, 2284, 2289, + 2294, 2299, 2304, 2309, 2315, 2323, 2327, 2332, 2337, 2342, + 2347, 2352, 2357, 2362, 2367, 2375, 2379, 2384, 2389, 2394, + 2399, 2404, 2409, 2414, 2419, 2424, 2430, 2437, 2444, 2454, + 2458, 2466, 2470, 2474, 2478, 2482, 2498, 2514, 2523, 2527, + 2537, 2544, 2555, 2559, 2567, 2571, 2575, 2579, 2583, 2599, + 2615, 2633, 2642, 2646, 2656, 2663, 2667, 2675, 2679, 2695, + 2711, 2720, 2730, 2737, 2741, 2749, 2753, 2758, 2762, 2770, + 2771, 2772, 2773, 2778, 2777, 2802, 2801, 2831, 2832, 2839, + 2840, 2844, 2845, 2849, 2853, 2857, 2861, 2865, 2869, 2873, + 2877, 2881, 2885, 2892, 2900, 2904, 2908, 2913, 2921, 2925, + 2932, 2933, 2938, 2945, 2946, 2951, 2959, 2963, 2967, 2974, + 2978, 2982, 2990, 2989, 3012, 3011, 3034, 3035, 3039, 3045, + 3052, 3061, 3062, 3063, 3067, 3071, 3075, 3079, 3083, 3087, + 3092, 3097, 3102, 3107, 3111, 3116, 3125, 3130, 3138, 3142, + 3146, 3154, 3164, 3164, 3174, 3175, 3179, 3180, 3181, 3182, + 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3190, 3190, + 3191, 3191, 3191, 3191, 3192, 3192, 3192, 3192, 3192, 3193, + 3193, 3193, 3194, 3194, 3194, 3194, 3194, 3195, 3195, 3195, + 3195, 3195, 3196, 3196, 3197, 3197, 3197, 3197, 3197, 3198, + 3198, 3198, 3198, 3198, 3199, 3199, 3199, 3199, 3200, 3200, + 3200, 3200, 3200, 3201, 3201, 3201, 3201, 3201, 3202, 3202, + 3202, 3202, 3202, 3202, 3203, 3203, 3203, 3203, 3203, 3204, + 3204, 3204, 3204, 3205, 3205, 3205, 3205, 3206, 3206, 3206, + 3206, 3206, 3207, 3207, 3207, 3207, 3208, 3208, 3208, 3208, + 3208, 3209, 3209, 3209, 3209, 3210, 3210, 3210, 3210, 3210, + 3211, 3211, 3214, 3214, 3214, 3214, 3214, 3214, 3214, 3214, + 3214, 3214, 3214, 3215, 3215, 3215, 3215, 3215, 3215, 3215, + 3215, 3215, 3215, 3216, 3216, 3220, 3224, 3231, 3235, 3242, + 3246, 3253, 3257, 3261, 3265, 3269, 3273, 3277, 3281, 3293, + 3297, 3301, 3305, 3309, 3313, 3317, 3321, 3325, 3329, 3333, + 3337, 3341, 3345, 3349, 3353, 3357, 3361, 3365, 3369, 3373, + 3377, 3381, 3385, 3389, 3393, 3397, 3401, 3405, 3409, 3413, + 3421, 3425, 3429, 3433, 3437, 3441, 3445, 3455, 3465, 3471, + 3477, 3483, 3489, 3495, 3501, 3508, 3515, 3522, 3529, 3535, + 3541, 3545, 3557, 3561, 3565, 3569, 3573, 3584, 3595, 3599, + 3603, 3607, 3611, 3615, 3619, 3623, 3627, 3631, 3635, 3639, + 3643, 3647, 3651, 3655, 3659, 3663, 3667, 3671, 3675, 3679, + 3683, 3687, 3691, 3695, 3699, 3703, 3707, 3711, 3715, 3722, + 3726, 3730, 3734, 3738, 3742, 3746, 3750, 3754, 3760, 3766, + 3770, 3776, 3783, 3787, 3791, 3795, 3799, 3803, 3807, 3811, + 3815, 3819, 3823, 3827, 3831, 3835, 3839, 3843, 3847, 3861, + 3865, 3869, 3873, 3877, 3881, 3885, 3889, 3901, 3905, 3909, + 3913, 3917, 3928, 3939, 3943, 3947, 3951, 3955, 3959, 3963, + 3967, 3971, 3975, 3979, 3983, 3987, 3991, 3995, 3999, 4003, + 4007, 4011, 4015, 4019, 4023, 4027, 4031, 4035, 4039, 4043, + 4047, 4051, 4055, 4062, 4066, 4070, 4074, 4078, 4082, 4086, + 4090, 4094, 4100, 4106, 4114, 4118, 4122, 4126, 4133, 4143, + 4149, 4155, 4165, 4177, 4185, 4189, 4219, 4223, 4227, 4231, + 4235, 4239, 4245, 4249, 4253, 4257, 4261, 4272, 4276, 4280, + 4284, 4292, 4296, 4300, 4306, 4317 }; #endif @@ -1056,12 +1055,12 @@ static const char *const yytname[] = "attribute_specifiers", "attribute_specifier", "type_like_declaration", "$@3", "$@4", "multiple_instance_identifiers", "typedef_declaration", "$@5", "typedef_instance_identifiers", "constructor_prototype", "$@6", - "$@7", "function_prototype", "$@8", "$@9", "$@10", "$@11", "$@12", - "function_post", "function_operator", "more_template_declaration", - "template_declaration", "$@13", "template_formal_parameters", - "template_nonempty_formal_parameters", "typename_keyword", - "template_formal_parameter", "template_formal_parameter_type", - "instance_identifier", "$@14", + "$@7", "$@8", "function_prototype", "$@9", "$@10", "$@11", "$@12", + "$@13", "function_post", "function_operator", + "more_template_declaration", "template_declaration", "$@14", + "template_formal_parameters", "template_nonempty_formal_parameters", + "typename_keyword", "template_formal_parameter", + "template_formal_parameter_type", "instance_identifier", "$@15", "instance_identifier_and_maybe_trailing_return_type", "maybe_trailing_return_type", "maybe_comma_identifier", "function_parameter_list", "function_parameters", @@ -1074,12 +1073,12 @@ static const char *const yytname[] = "parameter_pack_identifier", "not_paren_empty_instance_identifier", "empty_instance_identifier", "type", "type_pack", "type_decl", "predefined_type", "var_type_decl", "full_type", "struct_attributes", - "anonymous_struct", "$@15", "named_struct", "$@16", "maybe_final", + "anonymous_struct", "$@16", "named_struct", "$@17", "maybe_final", "maybe_class_derivation", "class_derivation", "base_specification", "enum", "enum_decl", "enum_element_type", "enum_body_trailing_comma", "enum_body", "enum_keyword", "struct_keyword", "namespace_declaration", - "$@17", "$@18", "using_declaration", "simple_type", "simple_int_type", - "simple_float_type", "simple_void_type", "code", "$@19", "code_block", + "$@18", "$@19", "using_declaration", "simple_type", "simple_int_type", + "simple_float_type", "simple_void_type", "code", "$@20", "code_block", "element", "optional_const_expr", "optional_const_expr_comma", "const_expr_comma", "no_angle_bracket_const_expr", "const_expr", "const_operand", "formal_const_expr", "formal_const_operand", @@ -1114,12 +1113,12 @@ static const yytype_uint16 yytoknum[] = }; # endif -#define YYPACT_NINF -926 +#define YYPACT_NINF -915 #define yypact_value_is_default(Yystate) \ - (!!((Yystate) == (-926))) + (!!((Yystate) == (-915))) -#define YYTABLE_NINF -759 +#define YYTABLE_NINF -761 #define yytable_value_is_error(Yytable_value) \ 0 @@ -1128,163 +1127,164 @@ static const yytype_uint16 yytoknum[] = STATE-NUM. */ static const yytype_int16 yypact[] = { - 162, -926, 3677, 5743, 39, 4864, -926, -926, -926, -926, - -926, -926, -926, -926, -36, -99, -70, -37, -33, -11, - -69, -5, 24, -926, -926, 19, 33, 44, 57, 64, - 67, 78, 92, 96, 102, 144, 171, 174, 179, 185, - 191, 197, 211, 216, 6057, -926, -926, 108, 220, 222, - 20, 246, -926, 243, 245, 256, 3677, 3677, 3677, 3677, - 3677, 1793, 1173, 3677, 3886, -926, 158, -926, -926, -926, - -926, -926, -926, -926, -926, 5854, 264, -926, -23, -926, - -926, 2240, 2171, 2171, -926, 4505, 272, -926, 2171, -926, - -926, 305, 305, -926, -926, -926, -926, 152, 95, -926, - -926, -926, -926, -926, -926, 6164, 280, -926, 6986, 6986, - 6986, -926, 6986, 5233, 6986, 297, -926, 6971, 296, 298, - 307, 314, 319, 324, 6986, 1206, 336, 342, 345, 6986, - 6986, 331, 6778, 6986, 6986, 5065, 6986, 6986, -926, -926, - -926, -926, 2195, -926, -926, -926, -926, -926, 3677, 3677, - 5743, 3677, 3677, 3677, 3677, 5743, 3677, 5743, 3677, 5743, - 3677, 5743, 5743, 5743, 5743, 5743, 5743, 5743, 5743, 5743, - 5743, 5743, 5743, 5743, 5743, 5743, 3677, -926, -926, 332, - 4505, 337, 338, 4505, -926, -926, 5743, 3677, 3677, 339, - 5336, 5743, 1793, 3677, 3677, 88, 88, 88, 88, 88, - -36, -70, -37, -33, -11, -5, 19, 44, 6195, 5244, - 5695, 6068, 256, 334, -78, 3886, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, 4505, 4505, - -85, 358, -926, -926, 88, 3677, 3677, 3677, 3677, 3677, - 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, - 3677, 3677, 3677, 3677, 3677, 3677, 2732, 3677, -926, -926, - 305, 305, 2867, -926, -926, -926, 2171, -926, -926, -926, - -926, 5743, -926, 353, 261, 150, 305, 305, 150, 150, - 4978, 349, -926, 350, -926, -926, -926, -926, -926, -926, - 1338, 368, 5160, -926, 4505, 472, 371, 356, 1936, 5250, - 6986, -926, -926, -926, -926, 6986, -926, -926, -926, -926, - 6871, 1355, -926, 4505, 4505, 4505, 4505, 4505, 4505, -926, - -926, 375, -926, -926, -926, -926, -926, 3677, -926, 4316, - -926, 367, -926, 4408, -926, 4505, 74, -926, -926, -63, - 364, -926, 365, 5941, 4505, 366, -926, 4505, -926, 239, - 383, -926, -926, -926, -926, 792, -926, -926, 372, 386, - -926, 369, 374, 382, 384, 390, 391, 393, 395, 396, - 407, 408, 410, 412, 415, 414, -75, 424, 416, 419, - 428, 429, 431, 432, 435, 436, 437, 438, 439, 3677, - -926, 5743, 3677, -926, 6759, 425, 443, 446, 4505, 450, - 451, 434, 452, 4177, 462, 463, 3677, 3677, -926, 524, - -926, 1294, 467, 3677, -926, -926, 1444, 4862, 1629, 1629, - 908, 908, 1658, 1658, -926, 2750, 1066, 4908, 5061, 908, - 908, 166, 166, 88, 88, 88, -926, -926, -74, 1595, - -926, -926, 468, 4477, 473, 150, 476, 479, 4505, 150, - 150, 150, 150, 150, 477, -926, 349, -926, 349, -926, - 477, 477, -926, 150, 6164, 5830, 5714, 150, 150, 481, - 53, -926, 672, 720, -926, 3677, 4505, 484, -926, -926, - -926, -926, 1338, -16, -14, -4, 6164, 489, 143, -926, - -926, -926, 494, 6986, 6164, 3812, -36, 482, 4535, -926, - -926, -926, 509, 511, 513, 515, 522, 525, 526, 6239, - -926, 3831, 5486, 249, 492, 239, -926, -926, 523, -926, - 5743, -926, 46, 3002, 6081, 916, -926, 5743, -926, 510, - 202, -926, -926, 2079, -926, -926, 413, -926, 531, 5160, - -926, -926, -926, -926, -926, -926, -926, 521, -926, 533, - -926, -926, -926, -926, 5743, -926, 5743, -926, 5743, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - 4556, 529, 536, -926, 535, -926, -926, 537, -926, -926, - 540, -926, -926, -926, -926, 88, 3886, -926, 4505, 358, - 5593, 2226, -926, 3886, 3677, -926, -926, -926, -926, -926, - 477, 150, -926, 477, 477, 477, 477, 477, 3677, -121, - 658, 5854, 672, 720, -926, -29, 10, -926, -926, 5622, - 555, 672, 672, 672, 672, 672, 672, -57, -926, -926, - 558, 4505, 720, 720, 720, 720, 720, 720, 99, 551, - 3886, -926, -52, -926, 582, 683, 1936, -926, 660, 6164, - -926, -926, -926, -926, -926, -926, -926, -926, 569, 584, - 589, -926, -926, 6057, -926, -926, 590, 35, 594, -926, - 573, 3677, 3677, 3677, 3677, 1793, 3677, 585, 54, -926, - -926, 4647, -926, 158, -926, 6986, 6986, 6312, -926, 741, - 743, 744, 748, 754, 755, -926, -926, 290, 617, -926, - -926, -926, -926, 5518, -926, 610, 620, 6753, -926, 495, - -926, -926, 46, -926, 413, -926, 621, 5593, 609, 413, - 5593, 612, 4574, 916, 616, 916, 916, 916, 916, 916, - 266, -926, -926, 614, 6385, -926, -926, -926, 4505, 248, - -926, 615, -926, 637, 638, 3137, 3024, 628, 413, 413, - 4248, 413, 413, 413, 413, -926, 8, 250, -926, 1338, - -926, 3677, 3677, 624, 626, 629, -926, -926, -926, 3677, - -926, 3677, -926, 630, -926, 5970, 6164, -926, -926, -926, - -926, -926, -926, 634, -926, -926, 653, -926, 3886, 477, - 635, 641, 5714, 672, 720, -57, 99, 642, 644, 2226, - -926, -926, 672, 645, 645, 645, 645, 645, 212, 3677, - -926, 720, -926, 649, 649, 649, 649, 649, 275, 3677, - -926, 650, -926, 3677, -926, 643, 4592, 6458, -926, 669, - -926, -926, 5743, 5743, 5743, 655, 5743, 659, 5365, 5743, - 1793, 88, 88, 88, 88, 656, -66, 88, -926, -926, - 3953, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, - 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, 3677, - 3677, 3677, 3272, 3677, -926, -926, -926, -926, 678, -48, - 685, 686, 690, 691, 6531, 23, -926, 495, 6944, 5486, - 4505, 680, 681, 495, 495, 495, 495, 495, 495, 134, - 649, -926, 250, -926, 675, 413, 240, 676, -926, -926, - 288, 916, 679, 679, 679, 679, 679, -926, 3677, -926, - -926, 5593, 687, 321, -926, -25, 697, 698, -926, 2564, - -926, -926, -926, 3137, 692, 700, 3886, -926, -926, 413, - 311, 311, 839, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, 684, - 688, -926, -926, 311, 311, 311, 247, 849, -926, 3677, - -926, 2079, 706, -926, 582, -44, -40, -926, -926, -926, - -28, -22, -926, 6057, 305, 811, 471, -926, -926, 5593, - -926, -57, 99, -926, -926, 5593, 5593, -926, 645, 699, - 693, 649, 701, 695, 3294, -926, -926, -926, 5324, 723, - 714, -926, 704, 710, 716, 3677, 724, 4505, 717, 721, - 725, 722, 4629, 3677, -926, -926, -926, 1444, 4862, 1629, - 1629, 908, 908, 1658, 1658, -926, 3564, 1066, 4908, 5061, - 908, 908, 166, 166, 88, 88, 88, -926, -926, -6, - 1958, 6604, 867, 873, 738, 880, 733, -926, 892, 893, - 894, -926, 760, 134, 649, -926, -926, -926, -926, -926, - -926, 5743, 495, 4093, -926, -926, 764, -926, -926, 269, - 749, -926, -926, 679, 5593, 746, 751, -926, -926, 4505, - 3677, 3677, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, -926, -926, -926, -926, -926, -926, - -926, -926, -926, -926, 771, -926, 3407, 311, -926, -926, - -926, -926, -926, 3812, 753, 3024, 413, -926, -926, -926, - -926, 2226, 305, -926, -926, -926, 15, 776, 752, -926, - -926, 778, 779, 5593, -926, 5593, -926, -926, 5705, 6090, - 6150, 4505, 343, -926, -926, 932, -926, 5324, -926, 783, - 784, 812, 813, 814, -926, -926, 815, -926, -926, 88, - 3677, -926, -926, -926, 816, 1, -926, 834, 835, 14, - 819, 59, -926, -926, -926, 822, 833, 837, 838, 38, - 840, 4093, 4093, 4093, 4093, 4093, 1793, 4093, 4798, -926, - 413, 4016, 825, -926, 4016, 5593, 828, -926, -926, 829, - -926, 830, 842, 2396, -926, 3137, 3886, 845, -926, -926, - 853, -926, 850, -926, -926, -926, -926, -926, 851, 852, - 5929, -926, 5929, -926, 5929, -926, -926, 5929, 5929, 5929, - -926, 6677, -926, 3677, 3677, -926, 3677, -926, 3677, 3886, - 855, 992, 858, 1006, -926, 1010, 874, 875, 1012, 876, - 5743, 5743, 5743, 5743, 861, 5457, 5743, 123, 123, 123, - 123, 123, 860, 101, 123, 4093, 4093, 4093, 4093, 4093, - 4093, 4093, 4093, 4093, 4093, 4093, 4093, 4093, 4093, 4093, - 4093, 4093, 4093, 4093, 3542, 3677, -926, -926, 5593, 863, - -926, 4016, -926, -926, 1013, -926, 864, -926, -926, -926, - 2226, 2226, 2226, -926, -926, -926, -926, -926, -926, -926, - -926, -926, 114, 147, 168, 175, -926, 885, -926, 868, - 888, -926, -926, 176, -926, 872, 883, 884, 886, 4505, - 877, 887, 895, 4093, -926, 4144, 5038, 1181, 1181, 1608, - 1608, 2116, 2116, -926, 4744, 5088, 5104, 1648, 405, 405, - 123, 123, 123, -926, -926, 181, 2329, 5593, 889, -926, - 4016, -926, -926, 4016, 882, -926, -926, -926, 4016, 4016, - -926, -926, -926, -926, 1043, 891, 906, 1049, 1050, 912, - -926, 897, 899, 900, 910, -926, -926, 913, 123, 4093, - -926, -926, 914, -926, 4016, -926, -926, 926, -926, 923, - 192, -926, 3677, 3677, 3677, -926, 3677, 4798, -926, 2226, - -926, 930, 1070, 934, 193, 199, 206, 213, 2226, -926, - -926, 925, -926, -926, -926, -926, -926, -926, 944, -926 + 345, -915, 3933, 5735, 55, 4767, -915, -915, -915, -915, + -915, -915, -915, -915, -46, -80, -47, -21, 9, 17, + -76, 30, 47, -915, -915, 43, 52, 59, 66, 70, + 77, 98, 102, 107, 135, 149, 156, 171, 177, 194, + 207, 216, 257, 278, 6049, -915, -915, 183, 280, 282, + 36, 300, -915, 293, 299, 307, 3933, 3933, 3933, 3933, + 3933, 2032, 1182, 3933, 4564, -915, 318, -915, -915, -915, + -915, -915, -915, -915, -915, 5846, 312, -915, -16, -915, + -915, 4228, 1440, 1440, -915, 4566, 330, -915, 1440, -915, + -915, 163, 163, -915, -915, -915, -915, 336, 114, -915, + -915, -915, -915, -915, -915, 6170, 332, -915, 7033, 7033, + 7033, -915, 7033, 5174, 7033, 349, -915, 7018, 337, 341, + 356, 363, 378, 391, 7033, 1957, 358, 360, 380, 7033, + 7033, 395, 6825, 7033, 7033, 1536, 7033, 7033, -915, -915, + -915, -915, 2169, -915, -915, -915, -915, -915, 3933, 3933, + 5735, 3933, 3933, 3933, 3933, 5735, 3933, 5735, 3933, 5735, + 3933, 5735, 5735, 5735, 5735, 5735, 5735, 5735, 5735, 5735, + 5735, 5735, 5735, 5735, 5735, 5735, 3933, -915, -915, 402, + 4566, 404, 406, 4566, -915, -915, 5735, 3933, 3933, 407, + 5332, 5735, 2032, 3933, 3933, 74, 74, 74, 74, 74, + -46, -47, -21, 9, 17, 30, 43, 59, 6717, 1330, + 5687, 6769, 307, 390, -86, 4564, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, 4566, 4566, + -104, 429, -915, -915, 74, 3933, 3933, 3933, 3933, 3933, + 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, + 3933, 3933, 3933, 3933, 3933, 3933, 2988, 3933, -915, -915, + 163, 163, 3123, -915, -915, -915, 1440, -915, -915, -915, + -915, 5735, -915, 421, 428, 343, 163, 163, 343, 343, + 4881, 416, -915, 417, -915, -915, -915, -915, -915, -915, + 1173, 436, 4037, -915, 4566, 539, 443, 427, 2713, 5246, + 7033, -915, -915, -915, -915, 7033, -915, -915, -915, -915, + 6918, 4562, -915, 4566, 4566, 4566, 4566, 4566, 4566, -915, + -915, 446, -915, -915, -915, -915, -915, 3933, -915, 1273, + -915, 439, -915, 4155, -915, 4566, 233, -915, -915, 308, + 431, -915, 432, 5933, 4566, 433, -915, 4566, -915, -55, + 450, -915, -915, -915, -915, 1176, -915, -915, 434, 453, + -915, 437, 438, 441, 442, 447, 452, 456, 461, 460, + 462, 463, 465, 467, 455, 469, -85, 458, 472, 473, + 475, 476, 477, 478, 481, 482, 490, 491, 492, 3933, + -915, 5735, 3933, -915, 5921, 505, 496, 497, 4566, 498, + 499, 516, 507, 4282, 508, 509, 3933, 3933, -915, 623, + -915, 1121, 512, 3933, -915, -915, 3006, 4934, 5047, 5047, + 691, 691, 187, 187, -915, 3280, 4950, 1753, 4991, 691, + 691, 259, 259, 74, 74, 74, -915, -915, -83, 1707, + -915, -915, 511, 4303, 513, 343, 515, 519, 4566, 343, + 343, 343, 343, 343, 517, -915, 416, -915, 416, -915, + 517, 517, -915, 343, 6170, 5822, 5706, 343, 343, 518, + 22, -915, 1107, 320, -915, 3933, 4566, 525, -915, -915, + -915, -915, 1173, -5, -4, 21, 6170, 522, 136, -915, + -915, -915, 534, 7033, 6170, 2201, -46, 527, 4321, -915, + -915, -915, 549, 550, 551, 552, 553, 556, 557, 6245, + -915, 4224, 5482, 7, 532, -55, -915, -915, 558, -915, + 5735, -915, 25, 3258, 6073, 352, -915, 5735, -915, 541, + 384, -915, -915, 2853, -915, -915, 873, -915, 559, 4037, + -915, -915, -915, -915, -915, -915, -915, 546, -915, 554, + -915, -915, -915, -915, 5735, -915, 5735, -915, 5735, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + 4340, 555, 563, -915, 566, -915, -915, 567, -915, -915, + 568, -915, -915, -915, -915, 74, 4564, -915, 4566, 429, + 5585, 1402, -915, 4564, 3933, -915, -915, -915, -915, -915, + 517, 343, -915, 517, 517, 517, 517, 517, 3933, -98, + 669, 5846, 1107, 320, -915, 123, 250, -915, -915, 5614, + 561, 1107, 1107, 1107, 1107, 1107, 1107, -87, -915, -915, + 575, 4566, 320, 320, 320, 320, 320, 320, 90, 548, + 4564, -915, -17, -915, 589, 693, 2713, -915, 663, 6170, + -915, -915, -915, -915, -915, -915, -915, -915, 579, 590, + 598, -915, -915, 6049, -915, -915, 599, 37, 603, -915, + 595, 3933, 3933, 3933, 3933, 2032, 3933, 594, 31, -915, + -915, 4582, -915, 318, -915, 7033, 7033, 6318, -915, 752, + 754, 759, 760, 761, 764, -915, -915, 382, 630, -915, + -915, -915, -915, 5293, -915, 627, 632, 6752, -915, 1068, + -915, -915, 34, -915, 873, -915, 636, 5585, 619, 628, + 873, 5585, 620, 4376, 352, 629, 352, 352, 352, 352, + 352, 261, -915, -915, 624, 6391, -915, -915, -915, 4566, + 372, -915, 626, -915, 643, 649, 3393, 3550, 640, 873, + 873, 1553, 873, 873, 873, 873, -915, 144, 178, -915, + 1173, -915, 3933, 3933, 639, 644, 645, -915, -915, -915, + 3933, -915, 3933, -915, 650, -915, 5962, 6170, -915, -915, + -915, -915, -915, -915, 638, -915, -915, 660, -915, 4564, + 517, 648, 655, 5706, 1107, 320, -87, 90, 656, 657, + 1402, -915, -915, 1107, 658, 658, 658, 658, 658, 302, + 3933, -915, 320, -915, 662, 662, 662, 662, 662, 359, + 3933, -915, 664, -915, 3933, -915, 666, 4394, 6464, -915, + 681, -915, -915, 5735, 5735, 5735, 670, 5735, 671, 5361, + 5735, 2032, 74, 74, 74, 74, 667, -59, 74, -915, + -915, 4068, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, + 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, + 3933, 3933, 3933, 3528, 3933, -915, -915, -915, -915, 689, + -39, 690, 694, 695, 697, 6537, 42, -915, 1068, 6991, + 5482, 4566, 688, 686, 1068, 1068, 1068, 1068, 1068, 1068, + 145, 662, -915, 178, -915, 674, 682, 873, 348, 692, + -915, -915, 371, 352, 698, 698, 698, 698, 698, -915, + 3933, -915, -915, 5585, 680, 392, -915, -24, 709, 711, + -915, 2545, -915, -915, -915, 3393, 705, 713, 4564, -915, + -915, 873, 381, 381, 853, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, 699, 704, -915, -915, 381, 381, 381, 353, 861, + -915, 3933, -915, 2853, 728, -915, 589, -18, 14, -915, + -915, -915, 51, 62, -915, 6049, 163, 830, 365, -915, + -915, 5585, -915, -87, 90, -915, -915, 5585, 5585, -915, + 658, 714, 712, 662, 716, 719, 3820, -915, -915, -915, + 5573, 744, 762, -915, 733, 750, 756, 3933, 763, 4566, + 742, 749, 766, 765, 4492, 3933, -915, -915, -915, 3006, + 4934, 5047, 5047, 691, 691, 187, 187, -915, 4546, 4950, + 1753, 4991, 691, 691, 259, 259, 74, 74, 74, -915, + -915, 85, 1771, 6610, 901, 911, 780, 921, 768, -915, + 927, 929, 935, -915, 800, 145, 662, -915, -915, -915, + -915, -915, -915, 5735, 1068, 1897, -915, -915, 803, -915, + -915, -915, 387, 787, -915, -915, 698, 5585, 783, 788, + -915, -915, 4566, 3933, 3933, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, -915, -915, -915, + -915, -915, -915, -915, -915, -915, -915, 786, -915, 3663, + 381, -915, -915, -915, -915, -915, 2201, 789, 3550, 873, + -915, -915, -915, -915, 1402, 163, -915, -915, -915, 24, + 790, 793, -915, -915, 794, 795, 5585, -915, 5585, -915, + -915, 6082, 6142, 6156, 4566, 449, -915, -915, 948, -915, + 5573, -915, 801, 802, 798, 805, 806, -915, -915, 809, + -915, -915, 74, 3933, -915, -915, -915, 808, 120, -915, + 833, 829, 132, 817, 140, -915, -915, -915, 823, 837, + 841, 842, 41, 843, 1897, 1897, 1897, 1897, 1897, 2032, + 1897, 4644, -915, 873, 5179, 5585, 835, -915, 5179, 5585, + 834, -915, -915, 839, -915, 847, 844, 2377, -915, 3393, + 4564, 851, -915, -915, 855, -915, 852, -915, -915, -915, + -915, -915, 856, 857, 5444, -915, 5444, -915, 5444, -915, + -915, 5444, 5444, 5444, -915, 6683, -915, 3933, 3933, -915, + 3933, -915, 3933, 4564, 860, 1010, 876, 1012, -915, 1016, + 878, 880, 1020, 882, 5735, 5735, 5735, 5735, 867, 5453, + 5735, 89, 89, 89, 89, 89, 868, 150, 89, 1897, + 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, + 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 3798, 3933, + -915, 870, -915, 5585, 872, -915, 5179, -915, -915, 1019, + -915, 874, -915, -915, -915, 1402, 1402, 1402, -915, -915, + -915, -915, -915, -915, -915, -915, -915, 164, 165, 174, + 190, -915, 893, -915, 877, 895, -915, -915, 206, -915, + 903, 888, 914, 916, 4566, 908, 909, 920, 1897, -915, + 4759, 4966, 5113, 5113, 782, 782, 236, 236, -915, 4600, + 5007, 5024, 5033, 413, 413, 89, 89, 89, -915, -915, + 218, 2735, -915, 5585, 915, -915, 5179, -915, -915, 5179, + 900, -915, -915, -915, 5179, 5179, -915, -915, -915, -915, + 1076, 922, 938, 1078, 1080, 942, -915, 930, 931, 932, + 925, -915, -915, 933, 89, 1897, -915, -915, 5179, 934, + -915, 5179, -915, -915, 945, -915, 937, 220, -915, 3933, + 3933, 3933, -915, 3933, 4644, -915, 1402, -915, 951, 1092, + 956, 222, 226, 265, 266, 1402, -915, -915, 940, -915, + -915, -915, -915, -915, -915, 959, -915 }; /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. @@ -1292,195 +1292,198 @@ static const yytype_int16 yypact[] = means the default is an error. */ static const yytype_uint16 yydefact[] = { - 0, 763, 0, 0, 0, 763, 5, 651, 647, 650, - 759, 760, 653, 654, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 649, 655, 0, 0, 0, 0, 0, + 0, 765, 0, 0, 0, 765, 5, 653, 649, 652, + 761, 762, 655, 656, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 651, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 657, 656, 0, 0, 0, - 0, 0, 648, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 763, 0, 3, 588, 652, 298, 309, 308, - 392, 393, 395, 396, 377, 0, 0, 407, 374, 406, - 401, 398, 397, 400, 378, 0, 0, 379, 399, 409, - 394, 763, 763, 4, 300, 301, 302, 0, 363, 763, - 297, 389, 390, 391, 1, 0, 0, 21, 763, 763, - 763, 22, 763, 763, 763, 0, 42, 763, 0, 0, - 0, 0, 0, 0, 763, 0, 0, 0, 0, 763, - 763, 0, 763, 763, 763, 0, 763, 763, 6, 17, - 7, 19, 0, 15, 16, 18, 73, 44, 763, 763, - 0, 763, 763, 763, 763, 0, 763, 0, 763, 0, - 763, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 763, 324, 330, 0, - 0, 0, 612, 0, 763, 323, 0, 763, 763, 0, - 0, 0, 0, 763, 763, 621, 619, 618, 620, 617, - 298, 392, 393, 395, 396, 407, 406, 401, 398, 397, - 400, 399, 394, 0, 0, 547, 744, 745, 746, 754, - 747, 750, 748, 752, 751, 749, 753, 733, 734, 0, - 0, 763, 739, 732, 616, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 659, 658, 0, 0, 0, + 0, 0, 650, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 765, 0, 3, 590, 654, 300, 311, 310, + 394, 395, 397, 398, 379, 0, 0, 409, 376, 408, + 403, 400, 399, 402, 380, 0, 0, 381, 401, 411, + 396, 765, 765, 4, 302, 303, 304, 0, 365, 765, + 299, 391, 392, 393, 1, 0, 0, 21, 765, 765, + 765, 22, 765, 765, 765, 0, 42, 765, 0, 0, + 0, 0, 0, 0, 765, 0, 0, 0, 0, 765, + 765, 0, 765, 765, 765, 0, 765, 765, 6, 17, + 7, 19, 0, 15, 16, 18, 73, 44, 765, 765, + 0, 765, 765, 765, 765, 0, 765, 0, 765, 0, + 765, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 765, 326, 332, 0, + 0, 0, 614, 0, 765, 325, 0, 765, 765, 0, + 0, 0, 0, 765, 765, 623, 621, 620, 622, 619, + 300, 394, 395, 397, 398, 409, 408, 403, 400, 399, + 402, 401, 396, 0, 0, 549, 746, 747, 748, 756, + 749, 752, 750, 754, 753, 751, 755, 735, 736, 0, + 0, 765, 741, 734, 618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 761, 762, - 763, 763, 0, 375, 376, 408, 398, 403, 402, 405, - 299, 0, 404, 0, 284, 763, 763, 763, 763, 763, - 763, 0, 333, 283, 335, 763, 755, 756, 757, 758, - 0, 365, 0, 337, 0, 0, 62, 64, 0, 763, - 763, 56, 45, 55, 57, 763, 46, 152, 51, 23, - 763, 0, 49, 0, 0, 0, 0, 0, 0, 54, - 763, 0, 26, 25, 24, 52, 48, 0, 156, 0, - 155, 0, 58, 0, 20, 0, 0, 50, 53, 332, - 311, 322, 0, 0, 0, 0, 13, 0, 70, 0, - 331, 67, 313, 314, 315, 363, 763, 310, 0, 546, - 545, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 763, 764, + 765, 765, 0, 377, 378, 410, 400, 405, 404, 407, + 301, 0, 406, 0, 286, 765, 765, 765, 765, 765, + 765, 0, 335, 285, 337, 765, 757, 758, 759, 760, + 0, 367, 0, 339, 0, 0, 62, 64, 0, 765, + 765, 56, 45, 55, 57, 765, 46, 154, 51, 23, + 765, 0, 49, 0, 0, 0, 0, 0, 0, 54, + 765, 0, 26, 25, 24, 52, 48, 0, 158, 0, + 157, 0, 58, 0, 20, 0, 0, 50, 53, 334, + 313, 324, 0, 0, 0, 0, 13, 0, 70, 0, + 333, 67, 315, 316, 317, 365, 765, 312, 0, 548, + 547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 325, 0, 763, 327, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 646, 737, - 740, 0, 763, 0, 735, 212, 630, 631, 632, 633, - 634, 635, 638, 639, 645, 0, 627, 628, 629, 636, - 637, 625, 626, 622, 623, 624, 644, 643, 0, 0, - 334, 336, 0, 0, 0, 763, 285, 0, 274, 763, - 763, 763, 763, 763, 290, 273, 0, 286, 0, 287, - 289, 288, 197, 763, 0, 0, 0, 763, 763, 0, - 198, 201, 763, 0, 196, 763, 371, 0, 368, 367, - 362, 366, 0, 744, 745, 746, 0, 0, 748, 341, - 303, 343, 0, 763, 0, 763, 311, 0, 0, 47, - 43, 763, 0, 0, 0, 0, 0, 0, 0, 763, - 380, 0, 763, 332, 311, 0, 331, 76, 0, 386, - 0, 81, 83, 0, 0, 763, 312, 0, 763, 0, - 0, 410, 219, 0, 72, 69, 0, 318, 365, 0, - 595, 594, 611, 601, 597, 599, 600, 0, 607, 0, - 606, 660, 596, 661, 0, 663, 0, 664, 0, 667, - 668, 669, 670, 671, 672, 673, 674, 675, 676, 603, - 0, 0, 0, 326, 0, 602, 605, 0, 609, 608, - 0, 614, 615, 604, 598, 589, 548, 738, 0, 763, - 763, 763, 96, 213, 0, 642, 641, 306, 305, 307, - 291, 763, 275, 280, 276, 277, 279, 278, 763, 0, - 0, 0, 763, 0, 238, 0, 0, 763, 200, 0, - 0, 763, 763, 763, 763, 763, 763, 763, 252, 251, - 0, 262, 0, 0, 0, 0, 0, 0, 763, 0, - 544, 543, 372, 361, 304, 0, 0, 763, 763, 0, - 59, 63, 725, 721, 724, 727, 728, 204, 0, 0, - 0, 723, 729, 0, 731, 730, 0, 0, 0, 722, - 0, 0, 0, 0, 0, 0, 0, 0, 205, 240, - 208, 241, 677, 726, 203, 763, 763, 763, 382, 0, - 0, 0, 0, 0, 0, 384, 763, 0, 0, 173, - 174, 175, 161, 0, 162, 0, 158, 163, 159, 763, - 172, 157, 0, 78, 0, 388, 0, 763, 0, 0, - 763, 0, 0, 763, 0, 763, 763, 763, 763, 763, - 0, 243, 242, 0, 763, 85, 410, 214, 0, 0, - 71, 0, 763, 0, 0, 763, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 68, 763, 763, 176, 0, - 316, 0, 0, 0, 0, 0, 328, 329, 613, 0, - 610, 0, 736, 0, 103, 0, 0, 97, 105, 100, - 104, 99, 101, 0, 98, 102, 0, 191, 640, 281, - 0, 0, 0, 763, 0, 763, 763, 0, 0, 763, - 199, 202, 763, 257, 253, 254, 256, 255, 0, 763, - 232, 0, 263, 268, 264, 265, 267, 266, 0, 763, - 235, 292, 369, 0, 338, 0, 0, 763, 346, 763, - 345, 66, 0, 0, 0, 687, 0, 0, 0, 0, - 0, 695, 694, 693, 692, 0, 0, 691, 65, 207, + 327, 0, 765, 329, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 648, 739, + 742, 0, 765, 0, 737, 214, 632, 633, 634, 635, + 636, 637, 640, 641, 647, 0, 629, 630, 631, 638, + 639, 627, 628, 624, 625, 626, 646, 645, 0, 0, + 336, 338, 0, 0, 0, 765, 287, 0, 276, 765, + 765, 765, 765, 765, 292, 275, 0, 288, 0, 289, + 291, 290, 199, 765, 0, 0, 0, 765, 765, 0, + 200, 203, 765, 0, 198, 765, 373, 0, 370, 369, + 364, 368, 0, 746, 747, 748, 0, 0, 750, 343, + 305, 345, 0, 765, 0, 765, 313, 0, 0, 47, + 43, 765, 0, 0, 0, 0, 0, 0, 0, 765, + 382, 0, 765, 334, 313, 0, 333, 76, 0, 388, + 0, 81, 85, 0, 0, 765, 314, 0, 765, 0, + 0, 412, 221, 0, 72, 69, 0, 320, 367, 0, + 597, 596, 613, 603, 599, 601, 602, 0, 609, 0, + 608, 662, 598, 663, 0, 665, 0, 666, 0, 669, + 670, 671, 672, 673, 674, 675, 676, 677, 678, 605, + 0, 0, 0, 328, 0, 604, 607, 0, 611, 610, + 0, 616, 617, 606, 600, 591, 550, 740, 0, 765, + 765, 765, 98, 215, 0, 644, 643, 308, 307, 309, + 293, 765, 277, 282, 278, 279, 281, 280, 765, 0, + 0, 0, 765, 0, 240, 0, 0, 765, 202, 0, + 0, 765, 765, 765, 765, 765, 765, 765, 254, 253, + 0, 264, 0, 0, 0, 0, 0, 0, 765, 0, + 546, 545, 374, 363, 306, 0, 0, 765, 765, 0, + 59, 63, 727, 723, 726, 729, 730, 206, 0, 0, + 0, 725, 731, 0, 733, 732, 0, 0, 0, 724, + 0, 0, 0, 0, 0, 0, 0, 0, 207, 242, + 210, 243, 679, 728, 205, 765, 765, 765, 384, 0, + 0, 0, 0, 0, 0, 386, 765, 0, 0, 175, + 176, 177, 163, 0, 164, 0, 160, 165, 161, 765, + 174, 159, 0, 78, 0, 390, 0, 765, 0, 0, + 0, 765, 0, 0, 765, 0, 765, 765, 765, 765, + 765, 0, 245, 244, 0, 765, 87, 412, 216, 0, + 0, 71, 0, 765, 0, 0, 765, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 68, 765, 765, 178, + 0, 318, 0, 0, 0, 0, 0, 330, 331, 615, + 0, 612, 0, 738, 0, 105, 0, 0, 99, 107, + 102, 106, 101, 103, 0, 100, 104, 0, 193, 642, + 283, 0, 0, 0, 765, 0, 765, 765, 0, 0, + 765, 201, 204, 765, 259, 255, 256, 258, 257, 0, + 765, 234, 0, 265, 270, 266, 267, 269, 268, 0, + 765, 237, 294, 371, 0, 340, 0, 0, 765, 348, + 765, 347, 66, 0, 0, 0, 689, 0, 0, 0, + 0, 0, 697, 696, 695, 694, 0, 0, 693, 65, + 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 61, 60, 387, 765, 0, + 0, 765, 0, 0, 0, 765, 0, 41, 765, 765, + 0, 168, 166, 0, 765, 765, 765, 765, 765, 765, + 765, 172, 77, 765, 389, 0, 0, 0, 0, 0, + 322, 321, 0, 765, 250, 246, 247, 249, 248, 93, + 765, 323, 14, 765, 0, 0, 8, 0, 0, 0, + 222, 413, 414, 224, 225, 765, 0, 228, 230, 227, + 223, 0, 185, 181, 0, 122, 123, 124, 125, 126, + 127, 130, 131, 146, 134, 135, 136, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 150, 149, 133, 132, + 119, 121, 120, 128, 129, 117, 118, 114, 115, 116, + 113, 0, 0, 112, 179, 182, 184, 183, 0, 0, + 189, 765, 191, 0, 0, 74, 319, 0, 0, 664, + 667, 668, 0, 0, 765, 0, 765, 0, 0, 412, + 284, 765, 241, 765, 765, 235, 238, 765, 765, 295, + 260, 263, 0, 271, 274, 0, 375, 342, 341, 344, + 0, 0, 350, 349, 0, 0, 0, 765, 0, 0, + 0, 0, 0, 0, 0, 0, 722, 208, 211, 706, + 707, 708, 709, 710, 711, 714, 715, 721, 0, 703, + 704, 705, 712, 713, 701, 702, 698, 699, 700, 720, + 719, 0, 0, 765, 0, 0, 0, 0, 0, 196, + 0, 0, 0, 383, 0, 765, 173, 153, 151, 156, + 152, 162, 169, 0, 765, 0, 170, 212, 0, 79, + 765, 83, 0, 0, 765, 95, 251, 765, 0, 0, + 217, 412, 0, 765, 765, 219, 220, 416, 417, 421, + 418, 426, 419, 420, 422, 423, 424, 425, 427, 428, + 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, + 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, + 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, + 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, + 469, 470, 471, 472, 473, 474, 494, 475, 476, 477, + 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, + 488, 489, 490, 491, 492, 493, 495, 496, 497, 498, + 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, + 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, + 519, 520, 521, 765, 538, 539, 540, 531, 543, 527, + 528, 526, 533, 534, 522, 523, 524, 525, 532, 530, + 537, 535, 541, 536, 529, 542, 415, 0, 226, 229, + 186, 180, 148, 147, 188, 192, 765, 0, 215, 0, + 594, 593, 595, 592, 765, 765, 194, 111, 108, 0, + 0, 0, 236, 239, 0, 0, 765, 261, 765, 272, + 372, 754, 0, 753, 0, 0, 351, 353, 743, 765, + 0, 688, 0, 0, 0, 0, 0, 686, 685, 0, + 691, 692, 680, 0, 718, 717, 385, 0, 0, 33, + 197, 0, 0, 0, 0, 40, 171, 167, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 213, 551, 0, 82, 765, 0, 89, 86, 765, + 0, 252, 765, 0, 9, 0, 0, 0, 231, 765, + 232, 0, 187, 75, 0, 195, 0, 109, 660, 765, + 765, 765, 0, 0, 0, 356, 0, 355, 0, 354, + 744, 0, 0, 0, 745, 765, 352, 0, 0, 690, + 0, 687, 0, 716, 0, 0, 0, 0, 27, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 566, 564, 563, 565, 562, 0, 0, 561, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 61, 60, 385, 763, 0, 0, - 763, 0, 0, 0, 763, 0, 41, 763, 763, 0, - 166, 164, 0, 763, 763, 763, 763, 763, 763, 763, - 170, 77, 763, 387, 0, 0, 0, 0, 320, 319, - 0, 763, 248, 244, 245, 247, 246, 91, 763, 321, - 14, 763, 0, 0, 8, 0, 0, 0, 220, 411, - 412, 222, 223, 763, 0, 226, 228, 225, 221, 0, - 183, 179, 0, 120, 121, 122, 123, 124, 125, 128, - 129, 144, 132, 133, 134, 135, 136, 137, 138, 139, - 140, 141, 142, 143, 148, 147, 131, 130, 117, 119, - 118, 126, 127, 115, 116, 112, 113, 114, 111, 0, - 0, 110, 177, 180, 182, 181, 0, 0, 187, 763, - 189, 0, 0, 74, 317, 0, 0, 662, 665, 666, - 0, 0, 763, 0, 763, 0, 0, 410, 282, 763, - 239, 763, 763, 233, 236, 763, 763, 293, 258, 261, - 0, 269, 272, 0, 373, 340, 339, 342, 0, 0, - 348, 347, 0, 0, 0, 763, 0, 0, 0, 0, - 0, 0, 0, 0, 720, 206, 209, 704, 705, 706, - 707, 708, 709, 712, 713, 719, 0, 701, 702, 703, - 710, 711, 699, 700, 696, 697, 698, 718, 717, 0, - 0, 763, 0, 0, 0, 0, 0, 194, 0, 0, - 0, 381, 0, 763, 171, 151, 149, 154, 150, 160, - 167, 0, 763, 0, 168, 210, 0, 79, 763, 0, - 0, 763, 93, 249, 763, 0, 0, 215, 410, 0, - 763, 763, 217, 218, 414, 415, 419, 416, 424, 417, - 418, 420, 421, 422, 423, 425, 426, 427, 428, 429, - 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, - 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, - 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, - 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, - 470, 471, 472, 492, 473, 474, 475, 476, 477, 478, - 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, - 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, - 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, - 763, 536, 537, 538, 529, 541, 525, 526, 524, 531, - 532, 520, 521, 522, 523, 530, 528, 535, 533, 539, - 534, 527, 540, 413, 0, 224, 227, 184, 178, 146, - 145, 186, 190, 763, 0, 213, 0, 592, 591, 593, - 590, 763, 763, 192, 109, 106, 0, 0, 0, 234, - 237, 0, 0, 763, 259, 763, 270, 370, 752, 0, - 751, 0, 0, 349, 351, 741, 763, 0, 686, 0, - 0, 0, 0, 0, 684, 683, 0, 689, 690, 678, - 0, 716, 715, 383, 0, 0, 33, 195, 0, 0, - 0, 0, 40, 169, 165, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 211, 549, - 0, 82, 0, 87, 84, 763, 0, 250, 763, 0, - 9, 0, 0, 0, 229, 763, 230, 0, 185, 75, - 0, 193, 0, 107, 658, 763, 763, 763, 0, 0, - 0, 354, 0, 353, 0, 352, 742, 0, 0, 0, - 743, 763, 350, 0, 0, 688, 0, 685, 0, 714, - 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 564, 562, 561, - 563, 560, 0, 0, 559, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 80, 89, 763, 0, - 763, 86, 216, 12, 10, 542, 0, 763, 410, 108, - 763, 763, 763, 763, 763, 360, 359, 358, 357, 356, - 355, 344, 0, 0, 0, 0, 36, 763, 34, 0, - 0, 37, 39, 0, 29, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 587, 573, 574, 575, 576, 577, - 578, 579, 580, 586, 0, 570, 571, 572, 568, 569, - 565, 566, 567, 585, 584, 0, 0, 763, 0, 763, - 92, 11, 231, 188, 0, 296, 295, 294, 260, 271, - 681, 680, 682, 679, 0, 0, 0, 0, 0, 0, - 558, 0, 0, 0, 0, 556, 555, 0, 550, 0, - 583, 582, 0, 763, 94, 659, 195, 0, 28, 0, - 0, 30, 0, 0, 0, 557, 0, 581, 763, 763, - 35, 0, 0, 0, 0, 0, 0, 0, 763, 88, - 38, 0, 31, 553, 552, 554, 551, 90, 0, 32 + 80, 0, 91, 765, 0, 765, 88, 218, 12, 10, + 544, 0, 765, 412, 110, 765, 765, 765, 765, 765, + 362, 361, 360, 359, 358, 357, 346, 0, 0, 0, + 0, 36, 765, 34, 0, 0, 37, 39, 0, 29, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 589, + 575, 576, 577, 578, 579, 580, 581, 582, 588, 0, + 572, 573, 574, 570, 571, 567, 568, 569, 587, 586, + 0, 0, 765, 765, 0, 765, 94, 11, 233, 190, + 0, 298, 297, 296, 262, 273, 683, 682, 684, 681, + 0, 0, 0, 0, 0, 0, 560, 0, 0, 0, + 0, 558, 557, 0, 552, 0, 585, 584, 84, 0, + 765, 96, 661, 197, 0, 28, 0, 0, 30, 0, + 0, 0, 559, 0, 583, 765, 765, 35, 0, 0, + 0, 0, 0, 0, 0, 765, 90, 38, 0, 31, + 555, 554, 556, 553, 92, 0, 32 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { - -926, -926, -313, -926, -13, -926, -926, 785, -128, -926, - 104, -430, 449, -126, -926, -926, -155, -926, -926, -228, - -926, -926, -926, 773, -926, -926, -926, -926, -926, -608, - -926, -926, -111, -926, -926, -926, -926, 218, 409, -636, - -926, -703, -728, -349, -576, -926, -142, -926, 30, -513, - -926, -510, -925, -926, -428, 265, -648, 312, -218, 93, - -82, -10, 22, -279, -640, 786, 1002, -159, -109, -926, - -94, -926, -926, -926, -926, -171, -87, -926, -455, -926, - -926, -18, -12, -926, -926, -926, -926, -32, -39, -926, - -926, -715, -926, -103, -926, -561, -136, -60, 302, 715, - -276, -926, -926, -926, 707, 13, 1196, -61, -492, -1 + -915, -915, -317, -915, -3, -915, -915, 804, -122, -915, + 3, -437, 466, -121, -915, -915, -148, -915, -915, -217, + -915, -915, -915, -915, 792, -915, -915, -915, -915, -915, + -534, -915, -915, -107, -915, -915, -915, -915, 231, 419, + -650, -915, -702, -755, -336, -495, -915, -126, -915, 50, + -560, -915, -485, -914, -915, -459, 276, -563, 29, -227, + -202, -88, -61, -35, -275, -638, 822, 979, -151, -129, + -915, -108, -915, -915, -915, -915, -153, -101, -915, -454, + -915, -915, -28, -13, -915, -915, -915, -915, -36, 5, + -915, -915, -728, -915, -67, -915, -576, -134, -60, 471, + 812, 426, -915, -915, -915, 746, -377, 1291, 23, -490, + -1 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { - -1, 4, 5, 923, 924, 139, 528, 140, 141, 310, - 142, 295, 296, 143, 536, 530, 755, 334, 714, 901, - 348, 717, 720, 349, 921, 1428, 1497, 1104, 1335, 591, - 982, 1087, 144, 331, 705, 706, 707, 708, 709, 756, - 1253, 757, 786, 1076, 469, 470, 677, 678, 1094, 414, - 740, 534, 934, 935, 471, 680, 730, 803, 813, 281, - 282, 91, 92, 350, 182, 351, 93, 292, 94, 647, - 95, 648, 829, 1029, 1030, 1283, 96, 97, 480, 476, - 477, 98, 99, 145, 696, 877, 146, 100, 101, 102, - 103, 741, 742, 929, 1243, 639, 358, 359, 1328, 215, - 65, 681, 682, 230, 231, 1284, 1285, 628, 66, 147 + -1, 4, 5, 925, 926, 139, 528, 140, 141, 310, + 142, 295, 296, 143, 536, 530, 756, 334, 714, 902, + 348, 717, 1335, 721, 349, 923, 1433, 1503, 1107, 1339, + 591, 984, 1089, 144, 331, 705, 706, 707, 708, 709, + 757, 1256, 758, 787, 1078, 469, 470, 677, 678, 1096, + 414, 741, 534, 936, 937, 471, 680, 731, 804, 814, + 281, 282, 91, 92, 350, 182, 351, 93, 292, 94, + 647, 95, 648, 830, 1031, 1032, 1286, 96, 97, 480, + 476, 477, 98, 99, 145, 696, 878, 146, 100, 101, + 102, 103, 742, 743, 931, 1246, 639, 358, 359, 1331, + 215, 65, 681, 682, 230, 231, 1287, 1288, 628, 66, + 147 }; /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If @@ -1488,1372 +1491,1363 @@ static const yytype_int16 yydefgoto[] = number is the opposite. If YYTABLE_NINF, syntax error. */ static const yytype_int16 yytable[] = { - 6, 214, 307, 683, 328, 713, 330, 509, 1244, 799, - 284, 902, 185, 361, 773, 363, 364, 365, 366, 497, - 368, 922, 370, 835, 372, 394, 183, 644, 990, 258, - 1352, 259, 184, 352, 610, 189, 263, 291, 614, 104, - 388, 775, 267, 268, 269, 608, 791, 790, 353, 272, - 837, 396, 397, 1394, 516, 354, 645, 404, 405, 718, - -755, 233, -756, 411, 651, 260, 150, 679, 618, 849, - 407, 1017, -757, 556, 407, 910, 772, 912, 913, 914, - 915, 916, 407, 906, -95, 412, -95, 155, -95, 408, - 283, 283, 557, 595, 413, 151, 822, 261, 293, 823, - 1073, 1044, 521, 264, 407, 286, 287, 288, 407, 809, - 357, 148, 940, 941, 810, 983, 984, 985, 986, 1074, - 407, 243, 1110, 1257, 355, 820, 407, 1258, 152, 149, - 356, -755, 153, -756, -755, 1004, -756, 608, 797, 1259, - 1111, 904, 407, -757, 907, 1260, -757, 360, 360, 1381, - 360, 360, 360, 360, 154, 360, 1413, 360, 987, 360, - 156, 1301, 1385, 447, 258, 448, 259, 449, 1382, 267, - 268, 269, 272, 988, 989, 360, 608, 798, 440, 441, - 157, 1386, 1353, 293, 158, 190, 360, 360, 687, 352, - 1082, 801, 360, 360, 457, 459, 438, 539, 159, 243, - 838, 619, 850, 1395, 353, 885, 719, 1388, 289, 160, - 450, 354, 301, 302, 303, 734, 304, 306, 308, -758, - 352, 312, 161, 519, 352, 520, 1389, 267, 319, 162, - 415, 491, 163, 325, 326, 353, 329, 332, 333, 353, - 337, 338, 354, 164, 992, 290, 354, 993, 1020, 407, - 413, 481, 255, 256, 257, 638, 572, 165, 1023, 283, - 283, 166, 407, 1103, 186, 819, 357, 167, 1474, 1099, - 472, 216, 217, 218, 455, 283, 283, 455, 455, 474, - 355, 1510, 1013, 1014, 478, 1093, 356, 1423, 1424, 1425, - -758, 451, 1267, -758, 538, 407, 10, 357, 11, 285, - 809, 357, 473, 1247, 994, 452, 1, 2, 3, 168, - 453, 355, 926, 927, 1511, 355, 407, 356, 273, 6, - 274, 356, 275, 407, 1518, 219, 252, 253, 254, 407, - 255, 256, 257, 525, 827, 1512, 169, 220, 221, 170, - 1552, 407, 1513, 1519, 171, 1106, 1005, 407, 1530, 736, - 172, 737, 738, 739, 407, 293, 173, 1105, 683, 1553, - 1563, 407, 174, 1262, 1010, 276, 1564, 825, 454, 456, - 458, 460, 461, 1565, 222, 223, 175, 224, 809, 1019, - 1566, 176, 225, 884, 226, 187, 531, 188, 532, 1096, - 533, 360, 1097, 1339, 1261, 796, -95, 531, -95, 532, - -95, 991, 191, 306, 312, 988, 989, 1100, 192, 499, - 193, 592, 988, 989, 1251, 814, 815, 816, 817, 818, - 1436, 194, 679, 286, 287, 288, 747, -274, 1254, 262, - 748, 917, 918, 1268, 988, 989, 1332, 271, 1413, 1271, - 1272, 819, 1022, 481, 455, 298, 277, 309, 455, 455, - 455, 455, 455, 1102, 918, 612, 472, 1367, 1368, 1369, - 278, 313, 455, 314, 731, 279, 455, 455, 1108, 1109, - 280, 629, 315, 749, 641, 758, 988, 989, 491, 316, - 710, 216, 217, 218, 317, 472, 322, 613, 473, 318, - 1331, 900, 323, 1334, 684, 324, 327, 389, 1269, 1270, - 6, 406, 391, 392, 398, 286, 287, 288, 892, 413, - 631, 711, 893, 445, 723, 475, -273, 473, 482, 494, - 493, 495, 510, 512, 732, 750, 289, 6, 1336, 522, - 523, 527, 535, 1350, 407, 219, 541, 352, 600, 587, - 540, 542, 603, 604, 605, 606, 607, 220, 221, 543, - 547, 544, 353, 549, 751, 894, 609, 545, 546, 354, - 615, 616, 548, 554, 1071, 1420, 1421, 1422, 752, 1423, - 1424, 1425, 558, 753, 550, 551, 1012, 552, 754, 553, - 472, 555, 574, 559, 222, 223, 560, 224, 415, 474, - 787, 580, 225, 1021, 226, 561, 562, 650, 563, 564, - 455, 793, 565, 566, 567, 568, 569, 641, 289, 472, - 575, 629, 473, 576, 357, 846, 592, 578, 579, 581, - 629, 629, 629, 629, 629, 629, 415, 902, 355, 583, - 584, 185, 590, 794, 356, 597, 895, 415, 1265, 601, - 599, 473, -275, 608, 649, 183, 6, 830, 617, 685, - 896, 184, 643, 758, 646, 897, 688, 712, 758, 689, - 898, 690, 731, 691, 731, 731, 731, 731, 731, 1084, - 692, 710, 715, 693, 694, 735, 814, 815, 816, 817, - 818, 759, 286, 287, 288, 620, 761, 758, 758, 621, - 758, 758, 758, 758, 789, 6, 767, 1358, 762, 1359, - 769, 995, 996, 768, 770, 771, 792, 472, 629, 1000, - 472, 1001, 1505, 1506, 1507, 802, 474, 64, 811, 474, - 481, 821, 732, 1504, 732, 732, 732, 732, 732, -364, - 1431, 824, 622, 630, 832, 631, 828, 632, 840, 473, - 833, 930, 473, 185, 937, 834, 836, 1440, 1441, 1442, - 839, 878, 848, 879, 880, 787, 415, 183, 881, 1429, - 1085, 683, 1086, 184, 882, 883, 886, 888, 889, 905, - 903, 195, 196, 197, 198, 199, 911, 1088, 234, 908, - 633, 919, 472, 928, 627, 289, 931, 932, 939, 874, - 875, 997, 629, 998, 415, 415, 999, 1002, 787, 1006, - 1007, 629, 483, 484, 485, 1008, 1009, 1015, 641, 1016, - 1025, 809, 1069, 623, 473, 819, -282, 1329, 641, 1028, - 1035, 1559, 1500, 1043, 1037, 679, 1072, 624, 1031, 1503, - 1567, 1091, 625, 1075, 1078, 1508, 1509, 626, 1079, 1080, - 472, 1092, 1098, 1101, 758, 918, 1112, 1113, 1246, 1248, - 731, 1249, 1498, 1252, 1256, 1107, 219, 710, 1250, 1264, - 1245, 634, 1287, 1274, 1273, 1276, 1275, 1289, 220, 221, - 1286, 1288, 473, 1290, 1021, 635, 6, 1304, 758, 1077, - 636, 1292, 1296, 1305, 1294, 637, 629, 1306, 1295, 1297, - 1307, 1534, 629, 629, 629, 629, 629, 629, 1095, 1291, - 1308, 415, 1309, 1310, 1311, 488, 223, 403, 224, 1312, - 732, 472, 1330, 225, 1333, 226, 1337, 641, 1338, 1355, - 474, 1532, 1263, 1348, 795, 1549, 286, 287, 288, 724, - 241, 242, 937, 725, 804, 805, 806, 807, 808, 1344, - 1558, 243, 290, 473, 1354, 1356, 1357, 1370, 1373, 1374, - 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, - 436, 185, 439, 1371, 1341, 1342, 726, 443, 1376, 1375, - 1378, 1377, 1383, 1380, 1384, 183, 1387, 1390, 641, 1391, - 1427, 184, 329, 1392, 1393, 1430, 1396, 1432, 1433, 472, - 1438, 592, 1457, 283, 1456, 472, 472, 1458, 474, 1434, - 415, 415, 1437, 498, 474, 474, 1459, 1439, 1443, 1444, - 1460, 899, 1463, 1461, 1462, 1464, 1469, 1473, 1501, 289, - 1499, 473, 1502, 1514, 360, 1516, 1517, 473, 473, 1520, - 1521, 1522, 511, 1523, 1525, 1329, 1329, 1329, 1329, 1329, - 1535, 1329, 1527, 1536, 1526, 1538, 1533, 727, 1537, 1539, - 1540, 1541, 1542, 213, 1543, 1544, 250, 251, 252, 253, - 254, 728, 255, 256, 257, 1550, 729, 1545, 1546, 1560, - 1561, 1548, 1095, 1562, 237, 238, 239, 240, 241, 242, - 1551, 629, 1568, 1569, 472, 500, 1340, 592, 831, 243, - 592, 1349, 1426, 474, 570, 1011, 515, 1089, 1515, 360, - 360, 1347, 887, 1313, 1018, 1046, 1372, 1343, 589, 517, - 0, 585, 586, 0, 0, 0, 473, 0, 593, 1329, - 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, - 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 0, 0, - 0, 0, 362, 0, 0, 0, 0, 367, 0, 369, - 0, 371, 0, 373, 374, 375, 376, 377, 378, 379, - 380, 381, 382, 383, 384, 385, 386, 387, 0, 0, - 1351, 0, 0, 216, 217, 218, 0, 0, 395, 0, - 640, 0, 400, 401, 402, 758, 0, 1329, 0, 1083, - 0, 1409, 1410, 1411, 1412, 0, 804, 805, 806, 807, - 808, 0, 0, 0, 1413, 0, 216, 217, 218, 930, - 246, 247, 248, 249, 250, 251, 252, 253, 254, 0, - 255, 256, 257, 0, 0, 0, 0, 219, 722, 0, - 0, 0, 0, 472, 0, 0, 0, 0, 746, 220, - 221, 0, 684, 1329, 0, 0, 0, 0, 232, 0, - 787, 283, 0, 472, 0, 472, 1403, 0, 0, 758, - 219, 0, 474, 444, 474, 473, 0, 0, 0, 0, - 0, 270, 220, 221, 0, 6, 222, 223, 0, 224, - 0, 1361, 1363, 1365, 225, 473, 226, 473, 0, 0, - 0, 297, 0, 0, 216, 217, 218, 0, 0, 788, - 0, 0, 0, 1452, 1453, 0, 1454, 0, 1455, 222, - 223, 321, 224, 640, 227, 472, 0, 225, 228, 226, - 0, 336, 0, 229, 474, 0, 0, 592, 0, 1418, - 1419, 1420, 1421, 1422, 937, 1423, 1424, 1425, 0, 479, - 0, 0, 0, 320, 592, 592, 592, 473, 219, 0, - 0, 826, 0, 0, 1495, 216, 217, 218, 0, 0, - 220, 221, 0, 1445, 0, 1446, 390, 1447, 0, 393, - 1448, 1449, 1450, 0, 0, 0, 841, 842, 843, 844, - 0, 847, 70, 571, 71, 72, 73, 0, 0, 0, - 0, 0, 0, 0, 1018, 0, 0, 222, 223, 0, - 224, 0, 0, 0, 0, 225, 0, 226, 472, 219, - 0, 0, 80, 0, 409, 410, 0, 474, 0, 592, - 0, 220, 221, 0, 0, 0, 592, 0, 266, 787, - 787, 787, 592, 592, 0, 0, 0, 0, 0, 588, - 473, 0, 0, 0, 229, 0, 1077, 0, 82, 83, - 936, 236, 237, 238, 239, 240, 241, 242, 222, 223, - 446, 224, 0, 0, 0, 88, 225, 243, 226, 0, - 90, 0, 1554, 1555, 1556, 0, 1557, 472, 490, 0, - 492, 0, 0, 0, 0, 0, 474, 0, 592, 0, - 0, 0, 501, 0, 0, 0, 0, 502, 0, 503, - 504, 505, 506, 507, 508, 0, 0, 0, 0, 473, - 0, 0, 716, 0, 640, 0, 0, 0, 0, 733, - 0, 518, 592, 0, 640, 0, 0, 0, 1024, 0, - 526, 0, 0, 529, 0, 0, 0, 592, 787, 0, - 0, 537, 0, 0, 0, 1042, 763, 787, 764, 0, - 765, 0, 0, 0, 0, 0, 1047, 1048, 1049, 1050, - 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, - 1061, 1062, 1063, 1064, 1065, 1066, 1067, 0, 1070, 0, - 573, 0, 0, 0, 577, 0, 0, 245, 246, 247, - 248, 249, 250, 251, 252, 253, 254, 232, 255, 256, - 257, 235, 236, 237, 238, 239, 240, 241, 242, 0, - 0, 0, 0, 1397, 1398, 1399, 1400, 1401, 243, 1404, - 1411, 1412, 0, 640, 0, 0, 0, 0, 0, 0, - 0, 1413, 0, 0, 602, 0, 0, 0, 936, 239, - 240, 241, 242, 0, 0, 0, 0, 0, 0, 0, - 297, 0, 243, 0, 0, 0, 1407, 1408, 1409, 1410, - 1411, 1412, 642, 0, 0, 0, 0, 845, 0, 0, - 0, 1413, 297, 0, 0, 0, 0, 0, 0, 0, - 297, 243, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 640, 0, 1255, 1475, 1476, 1477, - 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, - 1488, 1489, 1490, 1491, 1492, 1493, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 760, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 244, 245, 246, - 247, 248, 249, 250, 251, 252, 253, 254, 1299, 255, - 256, 257, 0, 0, 0, 596, 1418, 1419, 1420, 1421, - 1422, 0, 1423, 1424, 1425, 1528, 0, 0, 0, 0, - 0, 0, 0, 0, 409, 248, 249, 250, 251, 252, - 253, 254, 0, 255, 256, 257, 7, 8, 9, 10, - 0, 11, 12, 13, 200, 68, 1418, 1419, 1420, 1421, - 1422, 0, 1423, 1424, 1425, 0, 250, 251, 252, 253, - 254, 0, 255, 256, 257, 0, 0, 812, 0, 0, - 0, 1547, 0, 0, 1032, 1033, 1034, 0, 1036, 0, - 1039, 1040, 1041, 15, 69, 297, 0, 201, 0, 202, - 203, 204, 74, 75, 0, 20, 76, 0, 0, 205, + 6, 214, 992, 509, 284, 683, 307, 614, 185, 924, + 328, 330, 903, 352, 260, 361, 183, 363, 364, 365, + 366, 1247, 368, 497, 370, 836, 372, 610, 644, 773, + 713, 184, 791, 394, 353, 718, 679, 618, 719, 1356, + 261, 354, 388, 263, 411, 1019, 850, 719, 258, 645, + 259, 189, 838, 396, 397, 104, 1398, 651, 516, 404, + 405, 233, 407, 556, 413, 407, 412, 811, 608, 792, + 908, -757, -758, 454, 456, 458, 460, 461, 821, 810, + 155, 408, 557, 800, 595, 150, 267, 268, 269, 407, + 283, 283, 531, 272, 532, 774, 533, -759, 293, 942, + 943, 148, 985, 986, 987, 988, 357, 243, 1046, 1075, + 264, 301, 302, 303, 355, 304, 306, 308, 151, 149, + 312, 291, 1417, 1113, 286, 287, 288, 319, 1076, 356, + 407, 823, 325, 326, 824, 329, 332, 333, 1006, 337, + 338, 1114, -757, -758, 152, -757, -758, 360, 360, 1260, + 360, 360, 360, 360, -97, 360, -97, 360, -97, 360, + 802, 912, 407, 914, 915, 916, 917, 918, -759, 352, + 619, -759, 440, 441, 153, 360, 273, 776, 274, 851, + 275, 1261, 154, 293, 687, 720, 360, 360, 457, 459, + 353, 1357, 360, 360, 720, 156, 438, 354, 994, 407, + 352, 190, 839, 157, 352, 539, 1399, 886, 158, 1084, + 407, 735, -760, 267, 268, 269, 272, 159, 1262, 472, + 243, 353, 905, 276, 160, 353, 909, 289, 354, 1263, + 415, 161, 354, 407, 1022, 162, 1015, 1016, 255, 256, + 257, 413, 163, 600, 1025, 473, 638, 603, 604, 605, + 606, 607, 1304, 1427, 1428, 1429, 820, 1102, 572, 283, + 283, 609, 357, 164, 290, 615, 616, 165, 1385, 1417, + 355, 267, 166, 995, 455, 283, 283, 455, 455, 474, + 1389, 1270, 525, -760, 478, 356, -760, 1386, 1392, 608, + 798, 1250, 243, 357, 989, 481, 1095, 357, 407, 1390, + 167, 355, 306, 312, 277, 355, 996, 1393, 499, 990, + 991, 810, 407, 407, 168, 491, 356, 1479, 278, 6, + 356, 169, 407, 279, 258, 531, 259, 532, 280, 993, + 828, 1516, 1517, 630, 1012, 631, 170, 632, 407, 186, + 1007, 1518, 171, 1098, 1108, 250, 251, 252, 253, 254, + 1106, 255, 256, 257, 1524, 293, 447, 1519, 448, 172, + 449, 683, 286, 287, 288, 725, 407, 1265, 1559, 726, + 407, 826, 173, 1525, 407, 216, 217, 218, 538, 885, + 633, 174, 519, 1343, 520, 1536, 797, 1560, 10, 1570, + 11, 360, 679, 1571, 1422, 1423, 1424, 1425, 1426, 790, + 1427, 1428, 1429, 450, 612, 472, 815, 816, 817, 818, + 819, 592, 727, 407, 407, 1257, 608, 799, 1099, 252, + 253, 254, 175, 255, 256, 257, 919, 920, 1109, 219, + 613, 473, 1572, 1573, 472, 1441, 928, 929, 216, 217, + 218, 220, 221, 176, 455, 187, 1417, 188, 455, 455, + 455, 455, 455, 1272, 1273, -97, 191, -97, 192, -97, + 473, 634, 455, 724, 193, 289, 455, 455, 810, 1021, + 1264, 629, 194, 521, 641, 635, 710, 262, 222, 223, + 636, 224, 901, 285, 451, 637, 225, 481, 226, 1, + 2, 3, 219, 728, 684, 271, 650, 298, 452, 309, + 6, 627, 313, 453, 220, 221, 314, 729, 322, 1354, + 323, 711, 730, 990, 991, 1103, 1271, 352, 990, 991, + 1254, 315, 1274, 1275, 733, 820, 1024, 6, 316, 472, + 324, 737, 1268, 738, 739, 740, 1105, 920, 353, 1111, + 1112, 222, 223, 317, 224, 354, 990, 991, 732, 225, + 794, 226, 990, 991, 1336, 473, 318, 406, 472, 759, + 327, 1073, 491, 1371, 1372, 1373, 1334, 389, 1014, 391, + 1338, 392, 398, 1424, 1425, 1426, 795, 1427, 1428, 1429, + 413, 445, 475, -275, 473, 1023, 482, 493, 415, 474, + 788, 494, 495, 510, -276, 512, 522, 523, 527, 535, + 455, 407, 540, 554, 541, 542, 558, 641, 543, 544, + 357, 629, 1340, 547, 545, 847, 592, 549, 355, 546, + 629, 629, 629, 629, 629, 629, 415, 185, 548, 550, + 551, 903, 552, 356, 553, 183, 555, 415, 587, 559, + 560, 796, 561, 562, 563, 564, 6, 831, 565, 566, + 184, 805, 806, 807, 808, 809, 472, 567, 568, 569, + 472, 1086, 574, 575, 576, 578, 579, 710, 815, 816, + 817, 818, 819, 580, 581, 583, 584, 590, 597, 601, + 599, -277, 473, 608, 649, 617, 473, 646, 875, 876, + 1511, 1512, 1513, 643, 685, 6, 688, 712, 689, 690, + 691, 692, 997, 998, 693, 694, 736, 715, 629, 760, + 1002, 762, 1003, 241, 242, 1510, 474, 793, 822, 763, + 474, 803, 768, 733, 243, 733, 733, 733, 733, 733, + 769, 770, 472, 772, 771, 812, -366, 759, 900, 829, + 185, 825, 932, 759, 833, 939, 834, 732, 183, 732, + 732, 732, 732, 732, 835, 837, 788, 415, 473, 840, + 841, 849, 879, 184, 880, 481, 683, 1087, 1088, 881, + 882, 883, 759, 759, 884, 759, 759, 759, 759, 887, + 890, 1362, 1090, 1363, 889, 904, 906, 910, 907, 913, + 472, 921, 933, 629, 930, 415, 415, 679, 934, 788, + 941, 1566, 629, 1008, 1415, 1416, 999, 1009, 1436, 641, + 1574, 1000, 1001, 1071, 64, 1417, 473, 1004, 1010, 641, + 1011, 1017, 1018, 1013, 810, 1445, 1446, 1447, 820, 1033, + -284, 1030, 1020, 1027, 1045, 1037, 1039, 1074, 1077, 1093, + 1431, 1100, 1080, 1081, 1434, 1082, 1094, 1101, 1110, 250, + 251, 252, 253, 254, 710, 255, 256, 257, 1115, 1104, + 1116, 1249, 472, 1251, 920, 1255, 1252, 1023, 195, 196, + 197, 198, 199, 1248, 1253, 234, 1259, 6, 1267, 1276, + 1079, 1278, 1277, 286, 287, 288, 748, 629, 473, 1279, + 749, 1289, 329, 629, 629, 629, 629, 629, 629, 1097, + 1291, 1506, 415, 1294, 1365, 1367, 1369, 1292, 1509, 1297, + 1290, 1307, 733, 1293, 1514, 1515, 1298, 1085, 1266, 641, + 1295, 1308, 474, 1299, 805, 806, 807, 808, 809, 1309, + 759, 1310, 1300, 750, 939, 1311, 732, 1312, 1504, 1313, + 1422, 1423, 1424, 1425, 1426, 1314, 1427, 1428, 1429, 1315, + 472, 1333, 1337, 1341, 1348, 1342, 472, 472, 1358, 1352, + 1359, 1360, 1361, 1374, 759, 1379, 1377, 1378, 1538, 185, + 1380, 1541, 1375, 1381, 1382, 1384, 473, 183, 1388, 1345, + 1346, 1387, 473, 473, 1391, 751, 289, 1450, 1394, 1451, + 641, 1452, 184, 1395, 1453, 1454, 1455, 1396, 1397, 1400, + 1432, 1435, 1443, 592, 403, 283, 1556, 1437, 1539, 1461, + 474, 1439, 415, 415, 752, 1438, 474, 474, 1442, 1444, + 1462, 1565, 1464, 1448, 1449, 1463, 1465, 1466, 753, 1467, + 1468, 1469, 1474, 754, 1507, 1478, 360, 1502, 755, 1505, + 213, 1520, 1508, 1523, 1522, 1527, 472, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 430, 431, 432, 433, 434, 435, 436, 1542, 439, + 1526, 1528, 473, 1529, 443, 1531, 1532, 1533, 286, 287, + 288, 893, 1540, 631, 1097, 894, 1543, 1545, 1546, 1544, + 1547, 1548, 1552, 629, 1557, 1549, 1550, 1551, 1553, 592, + 1567, 1555, 1568, 592, 1558, 1569, 474, 1575, 1576, 1344, + 498, 1353, 360, 360, 500, 832, 1430, 286, 287, 288, + 620, 1091, 888, 1020, 621, 515, 1521, 1048, 895, 362, + 1351, 216, 217, 218, 367, 1316, 369, 1376, 371, 511, + 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, + 383, 384, 385, 386, 387, 517, 1347, 589, 0, 0, + 0, 0, 0, 0, 0, 395, 0, 622, 0, 400, + 401, 402, 0, 0, 0, 0, 0, 1355, 0, 0, + 0, 289, 0, 0, 479, 219, 483, 484, 485, 0, + 0, 0, 216, 217, 218, 472, 0, 220, 221, 0, + 0, 570, 0, 0, 0, 0, 0, 0, 0, 896, + 0, 0, 0, 0, 0, 472, 0, 472, 585, 586, + 289, 473, 932, 897, 0, 593, 0, 70, 898, 71, + 72, 73, 0, 899, 222, 223, 0, 224, 0, 0, + 219, 473, 225, 473, 226, 0, 219, 0, 623, 0, + 444, 0, 220, 221, 0, 684, 0, 80, 220, 221, + 0, 0, 624, 788, 283, 0, 0, 625, 0, 1407, + 0, 0, 626, 266, 472, 474, 588, 474, 472, 0, + 0, 229, 759, 339, 340, 0, 0, 640, 6, 488, + 223, 0, 224, 82, 83, 222, 223, 225, 224, 226, + 473, 0, 0, 225, 473, 226, 0, 0, 0, 0, + 88, 0, 0, 0, 0, 90, 0, 1457, 1458, 0, + 1459, 0, 1460, 0, 341, 0, 290, 70, 0, 71, + 72, 73, 74, 227, 474, 723, 342, 228, 474, 77, + 0, 592, 229, 78, 0, 747, 0, 0, 939, 0, + 79, 0, 0, 232, 0, 0, 759, 80, 592, 592, + 592, 0, 0, 0, 0, 0, 0, 0, 1500, 0, + 571, 0, 472, 81, 0, 0, 270, 0, 0, 0, + 0, 0, 0, 0, 70, 343, 71, 72, 73, 0, + 0, 0, 0, 82, 83, 0, 297, 0, 473, 84, + 0, 0, 0, 0, 0, 0, 789, 344, 345, 87, + 88, 0, 0, 89, 80, 90, 321, 0, 0, 775, + 640, 0, 0, 0, 0, 0, 336, 0, 0, 0, + 266, 0, 474, 0, 592, 776, 347, 0, 0, 0, + 0, 592, 472, 0, 788, 788, 788, 592, 592, 777, + 82, 83, 0, 0, 0, 0, 0, 0, 827, 0, + 0, 1079, 778, 779, 0, 0, 0, 88, 473, 0, + 0, 390, 90, 0, 393, 0, 0, 0, 780, 0, + 0, 0, 0, 842, 843, 844, 845, 0, 848, 1561, + 1562, 1563, 0, 1564, 70, 187, 71, 72, 73, 716, + 0, 592, 474, 0, 592, 0, 734, 0, 0, 781, + 0, 0, 782, 0, 0, 783, 0, 0, 0, 409, + 410, 1332, 0, 0, 80, 0, 0, 0, 0, 0, + 0, 784, 0, 764, 0, 765, 0, 766, 0, 592, + 266, 0, 0, 785, 0, 0, 216, 217, 218, 0, + 0, 0, 0, 0, 592, 788, 0, 786, 938, 944, + 82, 83, 0, 0, 788, 446, 0, 0, 0, 945, + 946, 947, 948, 949, 950, 951, 952, 88, 0, 0, + 0, 0, 90, 490, 0, 492, 953, 0, 954, 955, + 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, + 219, 0, 502, 0, 503, 504, 505, 506, 507, 508, + 0, 0, 220, 221, 0, 0, 0, 0, 966, 0, + 0, 0, 640, 0, 0, 0, 518, 0, 0, 0, + 0, 0, 640, 0, 0, 526, 1026, 0, 529, 0, + 0, 0, 0, 0, 335, 0, 537, 0, 0, 222, + 223, 0, 224, 1044, 846, 0, 0, 225, 0, 226, + 0, 0, 967, 0, 1049, 1050, 1051, 1052, 1053, 1054, + 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, + 1065, 1066, 1067, 1068, 1069, 573, 1072, 0, 0, 577, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 968, 232, 0, 969, 0, 970, 971, 972, 973, + 974, 975, 976, 977, 978, 979, 980, 0, 981, 982, + 0, 0, 983, 235, 236, 237, 238, 239, 240, 241, + 242, 0, 640, 0, 0, 0, 0, 0, 0, 602, + 243, 0, 0, 0, 0, 0, 0, 938, 0, 0, + 1332, 1332, 1332, 1332, 1332, 297, 1332, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 642, 0, 0, + 0, 237, 238, 239, 240, 241, 242, 297, 0, 0, + 0, 0, 0, 0, 0, 297, 243, 235, 236, 237, + 238, 239, 240, 241, 242, 1401, 1402, 1403, 1404, 1405, + 0, 1408, 0, 640, 243, 1258, 0, 0, 0, 0, + 0, 0, 1034, 1035, 1036, 0, 1038, 0, 1041, 1042, + 1043, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 761, 0, 0, 0, 0, 1332, 1332, 1332, 1332, 1332, + 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1332, + 1332, 1332, 1332, 1332, 0, 0, 0, 1302, 0, 244, + 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, + 0, 255, 256, 257, 0, 0, 0, 596, 0, 409, + 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, + 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 0, + 7, 8, 9, 10, 1332, 11, 12, 13, 247, 248, + 249, 250, 251, 252, 253, 254, 0, 255, 256, 257, + 0, 0, 813, 244, 245, 246, 247, 248, 249, 250, + 251, 252, 253, 254, 0, 255, 256, 257, 0, 0, + 297, 1305, 0, 0, 0, 0, 0, 1318, 0, 1534, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1319, + 0, 1332, 0, 0, 1320, 0, 0, 216, 217, 218, + 0, 0, 23, 24, 0, 0, 0, 0, 26, 0, + 0, 0, 28, 29, 30, 31, 32, 33, 34, 35, + 36, 37, 38, 39, 40, 41, 42, 0, 892, 0, + 0, 0, 0, 0, 0, 0, 1554, 0, 45, 0, + 46, 0, 0, 0, 0, 1321, 0, 0, 0, 1322, + 0, 219, 1323, 0, 0, 0, 0, 52, 0, 0, + 927, 0, 0, 220, 221, 7, 8, 9, 10, 0, + 11, 12, 13, 200, 68, 0, 0, 0, 0, 0, + 0, 0, 1324, 0, 0, 1325, 1326, 1327, 0, 0, + 1328, 1350, 1329, 62, 0, 0, 1330, 0, 297, 0, + 222, 223, 1317, 224, 0, 0, 0, 0, 225, 0, + 226, 0, 15, 69, 0, 0, 201, 0, 202, 203, + 204, 74, 75, 0, 20, 76, 0, 0, 205, 22, + 0, 0, 78, 0, 320, 0, 0, 23, 24, 206, + 0, 0, 0, 26, 0, 1383, 207, 28, 29, 30, + 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + 41, 42, 208, 0, 0, 0, 0, 0, 0, 0, + 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, + 47, 0, 209, 210, 50, 0, 0, 51, 84, 0, + 0, 938, 52, 0, 0, 53, 85, 86, 87, 211, + 0, 0, 89, 0, 212, 0, 0, 0, 0, 339, + 340, 0, 1092, 0, 0, 0, 0, 56, 0, 0, + 57, 58, 59, 0, 0, 60, 0, 61, 62, 0, + 0, 63, 0, 0, 652, 653, 654, 10, 0, 11, + 655, 656, 67, 68, 0, 0, 657, 0, 0, 0, + 341, 0, 0, 70, 0, 71, 72, 73, 74, 0, + 0, 0, 342, 0, 0, 77, 0, 0, 0, 78, + 0, 1501, 0, 0, 0, 0, 79, 0, 464, 0, + 0, 658, 69, 80, 0, 70, 0, 71, 72, 73, + 74, 465, 0, 659, 76, 0, 0, 77, 660, 81, + 0, 78, 0, 0, 0, 0, 661, 662, 79, 0, + 0, 343, 0, 0, 0, 80, 0, 0, 0, 82, + 83, 0, 0, 0, 0, 84, 0, 0, 0, 1269, + 0, 81, 0, 344, 345, 87, 88, 0, 1406, 89, + 663, 90, 664, 0, 665, 0, 346, 0, 466, 666, + 0, 82, 83, 667, 0, 0, 668, 84, 0, 0, + 1296, 669, 347, 0, 670, 85, 86, 87, 88, 0, + 0, 89, 0, 90, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 671, 0, 0, 672, + 673, 0, 0, 0, 674, 0, 675, 0, 0, 0, + 676, 0, 0, 1470, 1471, 1472, 1473, 0, 1476, 1477, + 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, + 1127, 0, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, + 1136, 1137, 1138, 927, 0, 0, 0, 0, 0, 0, + 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, + 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 0, + 0, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, + 1167, 1168, 1169, 1170, 1171, 1172, 0, 1173, 0, 1174, + 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 0, 1183, + 1184, 1185, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1186, 0, 0, + 0, 0, 0, 0, 1187, 1188, 1189, 0, 1190, 1191, + 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, + 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, + 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, + 1222, 0, 0, 0, 1223, 1224, 1225, 1226, 1227, 1228, + 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, + 1239, 1240, 1241, 1242, 1243, 1440, 1244, 1245, 1117, 1118, + 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 0, + 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, + 1138, 0, 0, 0, 0, 1370, 0, 0, 1139, 1140, + 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, + 1151, 1152, 1153, 1154, 1155, 1156, 1157, 0, 0, 1158, + 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, + 1169, 1170, 1171, 1172, 0, 1173, 0, 1174, 1175, 1176, + 1177, 1178, 1179, 1180, 1181, 1182, 0, 1183, 1184, 1185, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1186, 0, 0, 0, 0, + 0, 0, 1187, 1188, 1189, 0, 1190, 1191, 1192, 1193, + 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, + 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, + 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 0, + 0, 0, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, + 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, + 1241, 1242, 1243, 0, 1244, 1245, 7, 8, 9, 10, + 0, 11, 12, 13, 496, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 235, 236, 237, 238, 239, 240, 241, 242, 0, + 0, 0, 0, 15, 341, 1530, 0, 201, 243, 202, + 203, 204, 74, 0, 0, 20, 342, 0, 0, 205, 22, 0, 0, 78, 0, 0, 0, 0, 23, 24, 206, 0, 0, 0, 26, 0, 0, 207, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 208, 0, 0, 0, 0, 0, 0, - 0, 0, 44, 891, 45, 0, 46, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, 47, 0, 209, 210, 50, 0, 0, 51, 84, - 0, 0, 0, 52, 0, 0, 53, 85, 86, 87, - 211, 0, 0, 89, 925, 212, 0, 0, 0, 7, - 8, 9, 10, 0, 11, 12, 13, 496, 56, 0, + 0, 0, 0, 52, 0, 0, 53, 344, 345, 87, + 211, 0, 0, 89, 0, 212, 7, 8, 9, 10, + 0, 11, 12, 13, 14, 0, 0, 0, 56, 0, 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, - 0, 1346, 63, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 297, 0, 235, 236, 237, 238, 239, 240, - 241, 242, 0, 0, 0, 0, 15, 341, 0, 0, - 201, 243, 202, 203, 204, 74, 0, 0, 20, 342, - 0, 0, 205, 22, 0, 0, 78, 0, 0, 0, - 0, 23, 24, 206, 0, 1379, 0, 26, 0, 0, - 207, 28, 29, 30, 31, 32, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 208, 0, 0, 0, - 0, 0, 0, 0, 0, 44, 0, 45, 0, 46, - 0, 0, 0, 0, 47, 0, 209, 210, 50, 0, - 936, 51, 84, 0, 0, 0, 52, 0, 0, 53, - 344, 345, 87, 211, 0, 0, 89, 0, 212, 0, - 0, 0, 7, 8, 9, 10, 1090, 11, 12, 13, - 14, 56, 0, 1314, 57, 58, 59, 0, 0, 60, - 0, 61, 62, 0, 0, 63, 0, 0, 0, 0, - 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, - 254, 0, 255, 256, 257, 0, 0, 0, 1302, 15, - 0, 0, 0, 16, 0, 17, 18, 19, 0, 0, - 1496, 20, 0, 743, 744, 21, 22, 0, 0, 1413, - 0, 0, 0, 0, 23, 24, 25, 0, 0, 0, - 26, 0, 0, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - 0, 0, 0, 0, 0, 0, 0, 0, 44, 0, - 45, 0, 46, 0, 0, 0, 0, 47, 0, 48, - 49, 50, 1266, 0, 51, 339, 340, 0, 0, 52, - 0, 0, 53, 0, 0, 0, 54, 0, 0, 0, - 0, 55, 0, 0, 0, 70, 745, 71, 72, 73, - 0, 0, 0, 1293, 56, 0, 0, 57, 58, 59, - 0, 0, 60, 774, 61, 62, 341, 0, 63, 70, - 0, 71, 72, 73, 74, 80, 0, 0, 342, 775, - 0, 77, 0, 0, 0, 78, 0, 0, 0, 0, - 0, 266, 79, 776, 1418, 1419, 1420, 1421, 1422, 80, - 1423, 1424, 1425, 0, 0, 0, 777, 778, 0, 0, - 0, 82, 83, 0, 70, 81, 71, 72, 73, 0, - 0, 0, 779, 0, 0, 925, 265, 343, 88, 0, - 0, 0, 0, 90, 0, 82, 83, 0, 0, 0, - 0, 84, 0, 0, 80, 0, 0, 0, 1402, 344, - 345, 87, 88, 780, 0, 89, 781, 90, 0, 782, - 266, 0, 346, 0, 0, 235, 236, 237, 238, 239, - 240, 241, 242, 0, 0, 783, 0, 0, 347, 0, - 82, 83, 243, 0, 0, 0, 0, 784, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, - 0, 785, 90, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1465, 1466, 1467, 1468, 0, 1471, 1472, 1114, - 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, - 0, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, - 1134, 1135, 0, 0, 0, 0, 0, 0, 0, 1136, - 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, - 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 0, 0, - 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, - 1165, 1166, 1167, 1168, 1169, 0, 1170, 0, 1171, 1172, - 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1366, 1180, 1181, - 1182, 244, 245, 246, 247, 248, 249, 250, 251, 252, - 253, 254, 0, 255, 256, 257, 1183, 0, 0, 1531, - 0, 0, 0, 1184, 1185, 1186, 0, 1187, 1188, 1189, - 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, - 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, - 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, - 0, 0, 0, 1220, 1221, 1222, 1223, 1224, 1225, 1226, - 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, - 1237, 1238, 1239, 1240, 1435, 1241, 1242, 1114, 1115, 1116, - 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 0, 1125, - 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, - 0, 0, 0, 0, 0, 0, 0, 1136, 1137, 1138, - 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, - 1149, 1150, 1151, 1152, 1153, 1154, 0, 0, 1155, 1156, - 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, - 1167, 1168, 1169, 0, 1170, 0, 1171, 1172, 1173, 1174, - 1175, 1176, 1177, 1178, 1179, 0, 1180, 1181, 1182, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1183, 1524, 0, 0, 0, 0, - 0, 1184, 1185, 1186, 0, 1187, 1188, 1189, 1190, 1191, - 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, - 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, - 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 0, 0, - 0, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, - 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, - 1239, 1240, 0, 1241, 1242, 7, 8, 9, 10, 0, - 11, 12, 13, 14, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 235, 236, 237, 238, - 239, 240, 241, 242, 0, 0, 0, 0, 0, 0, - 0, 0, 15, 243, 0, 0, 16, 0, 17, 18, - 19, 0, 0, 0, 20, 0, 0, 0, 21, 22, - 0, 0, 0, 0, 0, 0, 0, 23, 24, 25, - 0, 0, 0, 26, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 0, 0, 0, 0, 0, 0, 0, - 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, - 47, 0, 48, 49, 50, 0, 0, 51, 0, 0, - 0, 0, 52, 0, 0, 53, 0, 0, 0, 54, - 7, 8, 9, 10, 55, 11, 12, 13, 14, 0, - 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, - 57, 58, 59, 0, 0, 60, 0, 61, 62, 437, - 594, 63, 244, 245, 246, 247, 248, 249, 250, 251, - 252, 253, 254, 0, 255, 256, 257, 15, 442, 0, - 0, 16, 0, 17, 18, 19, 0, 0, 0, 20, - 0, 0, 0, 21, 22, 0, 0, 0, 0, 0, - 0, 0, 23, 24, 25, 0, 0, 0, 26, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 0, 0, - 0, 0, 0, 0, 0, 0, 44, 0, 45, 0, - 46, 0, 0, 0, 0, 47, 0, 48, 49, 50, - 0, 0, 51, 0, 0, 0, 0, 52, 0, 0, - 53, 0, 0, 0, 54, 7, 8, 9, 10, 55, - 11, 12, 13, 14, 0, 0, 0, 0, 0, 0, - 0, 0, 56, 0, 0, 57, 58, 59, 0, 0, - 60, 0, 61, 62, 0, 0, 63, 0, 0, 0, - 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, - 0, 0, 15, 721, 0, 0, 16, 243, 17, 18, - 19, 0, 0, 0, 20, 0, 0, 0, 21, 22, - 0, 0, 0, 0, 0, 0, 0, 23, 24, 25, - 0, 0, 0, 26, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 0, 0, 0, 0, 0, 0, 0, - 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, - 47, 0, 48, 49, 50, 0, 0, 51, 0, 0, - 0, 0, 52, 0, 0, 53, 0, 0, 0, 54, - 7, 8, 9, 10, 55, 11, 12, 13, 14, 0, - 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, - 57, 58, 59, 0, 0, 60, 0, 61, 62, 0, - 0, 63, 0, 938, 0, 0, 244, 245, 246, 247, - 248, 249, 250, 251, 252, 253, 254, 15, 255, 256, - 257, 16, 0, 17, 18, 19, 0, 0, 0, 20, - 0, 0, 0, 21, 22, 0, 0, 0, 0, 0, - 0, 0, 23, 24, 25, 0, 0, 0, 26, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 0, 0, - 0, 0, 0, 0, 0, 0, 44, 0, 45, 0, - 46, 0, 0, 0, 0, 47, 0, 48, 49, 50, - 0, 0, 51, 0, 0, 0, 0, 52, 0, 0, - 53, 0, 0, 0, 54, 7, 8, 9, 10, 55, - 11, 12, 13, 14, 933, 0, 0, 0, 0, 0, - 0, 0, 56, 0, 0, 57, 58, 59, 0, 0, - 60, 0, 61, 62, 0, 0, 63, 0, 0, 0, - 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, - 0, 0, 15, 0, 0, 0, 16, 243, 17, 18, - 19, 0, 0, 0, 20, 0, 0, 0, 21, 22, - 0, 0, 0, 0, 0, 0, 0, 23, 24, 25, - 0, 0, 0, 26, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 0, 0, 0, 0, 0, 0, 0, - 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, - 47, 0, 48, 49, 50, 0, 0, 51, 0, 0, - 0, 0, 52, 0, 0, 53, 0, 0, 0, 54, - 7, 8, 9, 10, 55, 11, 12, 13, 14, 0, - 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, - 57, 58, 59, 0, 0, 60, 0, 61, 62, 1068, - 0, 63, 1277, 0, 0, 0, 244, 245, 246, 247, - 248, 249, 250, 251, 252, 253, 254, 15, 255, 256, - 257, 16, 0, 17, 18, 19, 0, 0, 0, 20, - 0, 0, 0, 21, 22, 0, 0, 0, 0, 0, - 0, 0, 23, 24, 25, 0, 0, 0, 26, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 0, 0, - 0, 0, 0, 0, 0, 0, 44, 0, 45, 0, - 46, 0, 0, 0, 0, 47, 0, 48, 49, 50, - 0, 0, 51, 0, 0, 0, 0, 52, 0, 0, - 53, 0, 0, 0, 54, 7, 8, 9, 10, 55, - 11, 12, 13, 14, 1345, 0, 0, 0, 0, 0, - 0, 0, 56, 0, 0, 57, 58, 59, 0, 0, - 60, 0, 61, 62, 0, 0, 63, 0, 0, 0, - 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, - 0, 0, 15, 0, 0, 0, 16, 243, 17, 18, - 19, 0, 0, 0, 20, 0, 0, 0, 21, 22, - 0, 0, 0, 0, 0, 0, 0, 23, 24, 25, - 0, 0, 0, 26, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 0, 0, 0, 0, 0, 0, 0, - 0, 44, 0, 45, 0, 46, 0, 0, 0, 0, - 47, 0, 48, 49, 50, 0, 0, 51, 0, 0, - 0, 0, 52, 0, 0, 53, 0, 0, 0, 54, - 7, 8, 9, 10, 55, 11, 12, 13, 14, 0, - 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, - 57, 58, 59, 0, 0, 60, 0, 61, 62, 1494, - 0, 63, 0, 0, 1300, 0, 244, 245, 246, 247, - 248, 249, 250, 251, 252, 253, 254, 15, 255, 256, - 257, 16, 0, 17, 18, 19, 0, 0, 0, 20, - 0, 0, 0, 21, 22, 0, 0, 0, 0, 0, - 0, 0, 23, 24, 25, 0, 0, 0, 26, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 0, 0, - 0, 0, 0, 0, 0, 0, 44, 0, 45, 0, - 46, 0, 0, 0, 0, 47, 0, 48, 49, 50, - 0, 0, 51, 0, 0, 0, 0, 52, 0, 0, - 53, 0, 0, 0, 54, 652, 653, 654, 10, 55, - 11, 655, 656, 67, 68, 0, 0, 657, 0, 0, - 0, 0, 56, 0, 0, 57, 58, 59, 0, 0, - 60, 0, 61, 62, 0, 0, 63, 235, 236, 237, - 238, 239, 240, 241, 242, 0, 0, 0, 0, 464, - 0, 0, 658, 69, 243, 0, 70, 0, 71, 72, - 73, 74, 465, 0, 659, 76, 0, 0, 77, 660, - 0, 0, 78, 0, 0, 0, 0, 661, 662, 79, - 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, - 0, 0, 235, 236, 237, 238, 239, 240, 241, 242, - 0, 0, 81, 0, 0, 0, 0, 0, 0, 243, - 0, 663, 0, 664, 0, 665, 0, 0, 0, 466, - 666, 0, 82, 83, 667, 0, 0, 668, 84, 0, - 0, 0, 669, 0, 0, 670, 85, 86, 87, 88, - 0, 0, 89, 0, 90, 0, 652, 653, 654, 10, - 0, 11, 655, 656, 67, 68, 0, 671, 1045, 0, - 672, 673, 0, 0, 0, 674, 0, 675, 0, 697, - 0, 676, 0, 244, 245, 246, 247, 248, 249, 250, - 251, 252, 253, 254, 0, 255, 256, 257, 698, 0, - 464, 0, 0, 658, 69, 0, 0, 70, 0, 71, - 72, 73, 74, 465, 0, 659, 76, 0, 0, 77, - 660, 0, 0, 78, 0, 0, 0, 0, 661, 662, - 79, 0, 0, 774, 0, 0, 0, 80, 244, 245, - 246, 247, 248, 249, 250, 251, 252, 253, 254, 0, - 255, 256, 257, 81, 0, 0, 0, 0, 0, 0, - 0, 0, 663, 776, 664, 0, 665, 0, 0, 0, - 466, 666, 0, 82, 83, 667, 777, 778, 668, 84, - 0, 0, 0, 669, 0, 0, 670, 85, 86, 87, - 88, 0, 779, 89, 0, 90, 7, 8, 9, 10, - 0, 11, 12, 13, 0, 0, 0, 0, 671, 0, - 0, 672, 673, 0, 0, 0, 674, 0, 675, 0, - 0, 0, 676, 780, 0, 0, 781, 0, 0, 782, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1315, 0, 783, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 1316, 0, 784, 0, 0, - 1317, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 23, 24, - 0, 785, 0, 0, 26, 0, 0, 1413, 28, 29, - 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, - 40, 41, 42, 235, 236, 237, 238, 239, 240, 241, - 242, 0, 0, 0, 45, 0, 46, 0, 0, 0, - 243, 1318, 0, 0, 0, 1319, 0, 0, 1320, 0, - 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1321, 0, - 0, 1322, 1323, 1324, 942, 0, 1325, 0, 1326, 62, - 0, 0, 1327, 0, 943, 944, 945, 946, 947, 948, - 949, 950, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 951, 0, 952, 953, 954, 955, 956, 957, 958, - 959, 960, 961, 962, 963, 0, 0, 1415, 1416, 1417, - 0, 0, 1418, 1419, 1420, 1421, 1422, 0, 1423, 1424, - 1425, 0, 0, 964, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 339, 340, 0, 244, - 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, - 0, 255, 256, 257, 582, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 965, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 341, 0, 0, - 70, 0, 71, 72, 73, 74, 0, 0, 0, 342, - 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, - 0, 0, 0, 79, 0, 0, 966, 0, 0, 967, - 80, 968, 969, 970, 971, 972, 973, 974, 975, 976, - 977, 978, 0, 979, 980, 0, 81, 981, 513, 514, - 0, 0, 0, 0, 0, 0, 0, 0, 343, 0, - 0, 0, 0, 0, 0, 0, 82, 83, 0, 0, - 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, - 344, 345, 87, 88, 0, 0, 89, 0, 90, 341, - 0, 0, 70, 0, 71, 72, 73, 74, 0, 0, - 0, 342, 0, 0, 77, 0, 0, 0, 78, 347, - 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, - 0, 0, 80, 235, 236, 237, 238, 239, 240, 241, - 242, 0, 0, 0, 0, 0, 0, 0, 81, 0, - 243, 0, 0, 0, 0, 216, 217, 218, 0, 0, - 343, 0, 0, 0, 0, 0, 0, 0, 82, 83, - 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, - 0, 0, 344, 345, 87, 88, 0, 0, 89, 0, - 90, 235, 236, 237, 238, 239, 240, 241, 242, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 243, 219, - 0, 347, 235, 236, 237, 238, 239, 240, 241, 242, - 0, 220, 221, 0, 0, 0, 0, 0, 0, 243, - 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 243, 235, 236, - 237, 238, 239, 240, 241, 242, 0, 0, 222, 223, - 0, 224, 0, 0, 0, 243, 225, 0, 226, 244, - 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, - 0, 255, 256, 257, 598, 235, 236, 237, 238, 239, - 240, 241, 242, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 243, 851, 852, 853, 854, 855, 856, 857, - 858, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 859, 0, 0, 0, 0, 0, 0, 244, 245, 246, + 0, 0, 63, 0, 0, 0, 0, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 0, 255, - 256, 257, 686, 0, 0, 0, 0, 0, 244, 245, + 256, 257, 0, 15, 0, 1537, 0, 16, 0, 17, + 18, 19, 0, 0, 0, 20, 0, 744, 745, 21, + 22, 0, 0, 0, 0, 0, 0, 0, 23, 24, + 25, 0, 0, 0, 26, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 0, 0, 0, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 0, 0, 0, + 0, 47, 0, 48, 49, 50, 0, 0, 51, 0, + 0, 0, 0, 52, 0, 0, 53, 0, 0, 0, + 54, 7, 8, 9, 10, 55, 11, 12, 13, 14, + 746, 0, 0, 0, 0, 0, 0, 0, 56, 0, + 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, + 0, 0, 63, 236, 237, 238, 239, 240, 241, 242, + 0, 0, 0, 0, 0, 0, 0, 0, 15, 243, + 0, 0, 16, 0, 17, 18, 19, 0, 0, 0, + 20, 0, 0, 0, 21, 22, 0, 0, 0, 0, + 0, 0, 0, 23, 24, 25, 0, 0, 0, 26, + 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 0, + 0, 0, 0, 0, 0, 0, 0, 44, 0, 45, + 0, 46, 0, 0, 0, 0, 47, 0, 48, 49, + 50, 0, 0, 51, 0, 0, 0, 0, 52, 0, + 0, 53, 0, 0, 0, 54, 7, 8, 9, 10, + 55, 11, 12, 13, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 56, 0, 0, 57, 58, 59, 0, + 0, 60, 0, 61, 62, 437, 0, 63, 0, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 0, - 255, 256, 257, 766, 0, 0, 244, 245, 246, 247, - 248, 249, 250, 251, 252, 253, 254, 0, 255, 256, - 257, 909, 0, 0, 244, 245, 246, 247, 248, 249, - 250, 251, 252, 253, 254, 0, 255, 256, 257, 1026, - 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1413, 0, 0, - 0, 244, 245, 246, 247, 248, 249, 250, 251, 252, - 253, 254, 0, 255, 256, 257, 1298, 0, 0, 860, - 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, - 0, 871, 872, 873, 1405, 1406, 1407, 1408, 1409, 1410, - 1411, 1412, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1413, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 237, 238, 239, 240, 241, 242, 0, 0, 0, 0, - 0, 0, 0, 0, 1529, 243, 1414, 1415, 1416, 1417, - 0, 0, 1418, 1419, 1420, 1421, 1422, 0, 1423, 1424, - 1425, 105, 0, 106, 0, 0, 107, 108, 0, 0, - 0, 0, 0, 0, 109, 110, 237, 238, 239, 240, - 241, 242, 0, 111, 0, 112, 113, 114, 115, 0, - 0, 243, 116, 0, 0, 0, 0, 117, 0, 0, - 1414, 1415, 1416, 1417, 0, 0, 1418, 1419, 1420, 1421, - 1422, 0, 1423, 1424, 1425, 118, 119, 120, 121, 122, - 123, 124, 125, 0, 0, 0, 0, 0, 126, 127, - 128, 129, 0, 0, 0, 0, 0, 130, 131, 67, - 68, 132, 133, 462, 0, 463, 134, 0, 0, 0, - 0, 0, 135, 136, 0, 137, 0, 0, 0, 0, - 0, 0, 0, 138, 0, 245, 246, 247, 248, 249, - 250, 251, 252, 253, 254, 464, 255, 256, 257, 69, + 255, 256, 257, 15, 442, 0, 0, 16, 0, 17, + 18, 19, 0, 0, 0, 20, 0, 0, 0, 21, + 22, 0, 0, 0, 0, 0, 0, 0, 23, 24, + 25, 0, 0, 0, 26, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 0, 0, 0, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 0, 0, 0, + 0, 47, 0, 48, 49, 50, 0, 0, 51, 0, + 0, 0, 0, 52, 0, 0, 53, 0, 0, 0, + 54, 7, 8, 9, 10, 55, 11, 12, 13, 14, + 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, + 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, + 0, 0, 63, 0, 0, 0, 235, 236, 237, 238, + 239, 240, 241, 242, 0, 0, 0, 0, 15, 722, + 0, 0, 16, 243, 17, 18, 19, 0, 0, 0, + 20, 0, 0, 0, 21, 22, 0, 0, 0, 0, + 0, 0, 0, 23, 24, 25, 0, 0, 0, 26, + 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 0, + 0, 0, 0, 0, 0, 0, 0, 44, 0, 45, + 0, 46, 0, 0, 0, 0, 47, 0, 48, 49, + 50, 0, 0, 51, 0, 0, 0, 0, 52, 0, + 0, 53, 0, 0, 0, 54, 7, 8, 9, 10, + 55, 11, 12, 13, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 56, 0, 0, 57, 58, 59, 0, + 0, 60, 0, 61, 62, 0, 0, 63, 0, 0, + 594, 0, 244, 245, 246, 247, 248, 249, 250, 251, + 252, 253, 254, 15, 255, 256, 257, 16, 0, 17, + 18, 19, 0, 0, 0, 20, 0, 0, 0, 21, + 22, 0, 0, 0, 0, 0, 0, 0, 23, 24, + 25, 0, 0, 0, 26, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 0, 0, 0, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 0, 0, 0, + 0, 47, 0, 48, 49, 50, 0, 0, 51, 0, + 0, 0, 0, 52, 0, 0, 53, 0, 0, 0, + 54, 7, 8, 9, 10, 55, 11, 12, 13, 14, + 935, 0, 0, 0, 0, 0, 0, 0, 56, 0, + 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, + 0, 0, 63, 0, 0, 0, 235, 236, 237, 238, + 239, 240, 241, 242, 0, 0, 0, 0, 15, 0, + 0, 0, 16, 243, 17, 18, 19, 0, 0, 0, + 20, 0, 0, 0, 21, 22, 0, 0, 0, 0, + 0, 0, 0, 23, 24, 25, 0, 0, 0, 26, + 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 0, + 0, 0, 0, 0, 0, 0, 0, 44, 0, 45, + 0, 46, 0, 0, 0, 0, 47, 0, 48, 49, + 50, 0, 0, 51, 0, 0, 0, 0, 52, 0, + 0, 53, 0, 0, 0, 54, 7, 8, 9, 10, + 55, 11, 12, 13, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 56, 0, 0, 57, 58, 59, 0, + 0, 60, 0, 61, 62, 1070, 0, 63, 0, 940, + 0, 0, 244, 245, 246, 247, 248, 249, 250, 251, + 252, 253, 254, 15, 255, 256, 257, 16, 0, 17, + 18, 19, 0, 0, 0, 20, 0, 0, 0, 21, + 22, 0, 0, 0, 0, 0, 0, 0, 23, 24, + 25, 0, 0, 0, 26, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 0, 0, 0, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 0, 0, 0, + 0, 47, 0, 48, 49, 50, 0, 0, 51, 0, + 0, 0, 0, 52, 0, 0, 53, 0, 0, 0, + 54, 7, 8, 9, 10, 55, 11, 12, 13, 14, + 1349, 0, 0, 0, 0, 0, 0, 0, 56, 0, + 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, + 0, 0, 63, 0, 0, 0, 235, 236, 237, 238, + 239, 240, 241, 242, 0, 0, 0, 0, 15, 0, + 0, 0, 16, 243, 17, 18, 19, 0, 0, 0, + 20, 0, 0, 0, 21, 22, 0, 0, 0, 0, + 0, 0, 0, 23, 24, 25, 0, 0, 0, 26, + 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 0, + 0, 0, 0, 0, 0, 0, 0, 44, 0, 45, + 0, 46, 0, 0, 0, 0, 47, 0, 48, 49, + 50, 0, 0, 51, 0, 0, 0, 0, 52, 0, + 0, 53, 0, 0, 0, 54, 7, 8, 9, 10, + 55, 11, 12, 13, 14, 0, 0, 0, 0, 0, + 0, 0, 0, 56, 0, 0, 57, 58, 59, 0, + 0, 60, 0, 61, 62, 1499, 0, 63, 1280, 0, + 0, 0, 244, 245, 246, 247, 248, 249, 250, 251, + 252, 253, 254, 15, 255, 256, 257, 16, 0, 17, + 18, 19, 0, 0, 0, 20, 0, 0, 0, 21, + 22, 0, 0, 0, 0, 0, 0, 0, 23, 24, + 25, 0, 0, 0, 26, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 0, 0, 0, 0, 0, 0, + 0, 0, 44, 0, 45, 0, 46, 483, 484, 485, + 0, 47, 0, 48, 49, 50, 0, 0, 51, 0, + 0, 0, 0, 52, 0, 0, 53, 0, 0, 0, + 54, 652, 653, 654, 10, 55, 11, 655, 656, 67, + 68, 0, 0, 1047, 486, 0, 487, 0, 56, 0, + 0, 57, 58, 59, 0, 0, 60, 0, 61, 62, + 0, 219, 63, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 220, 221, 464, 0, 0, 658, 69, 0, 0, 70, 0, 71, 72, 73, 74, 465, 0, - 0, 76, 0, 0, 77, 0, 0, 0, 78, 0, - 0, 0, 0, 0, 0, 79, 1407, 1408, 1409, 1410, - 1411, 1412, 80, 247, 248, 249, 250, 251, 252, 253, - 254, 1413, 255, 256, 257, 216, 217, 218, 81, 237, - 238, 239, 240, 241, 242, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 243, 466, 0, 0, 82, 83, - 0, 0, 0, 0, 84, 0, 1407, 1408, 1409, 1410, - 1411, 1412, 85, 86, 87, 88, 0, 0, 89, 0, - 90, 1413, 1407, 1408, 1409, 1410, 1411, 1412, 0, 219, - 0, 0, 0, 467, 0, 0, 0, 1413, 468, 0, - 0, 220, 221, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 483, 484, 485, 335, 0, 0, 0, 0, 222, 223, - 0, 224, 0, 0, 0, 0, 225, 0, 226, 0, - 0, 1415, 1416, 1417, 0, 0, 1418, 1419, 1420, 1421, - 1422, 0, 1423, 1424, 1425, 0, 0, 486, 0, 487, - 0, 0, 0, 0, 0, 0, 0, 248, 249, 250, - 251, 252, 253, 254, 219, 255, 256, 257, 0, 0, - 0, 0, 0, 0, 0, 0, 220, 221, 0, 305, - 0, 0, 1416, 1417, 0, 0, 1418, 1419, 1420, 1421, - 1422, 0, 1423, 1424, 1425, 0, 305, 0, 0, 1417, - 0, 0, 1418, 1419, 1420, 1421, 1422, 0, 1423, 1424, - 1425, 0, 0, 488, 223, 0, 224, 0, 0, 0, - 105, 225, 106, 226, 0, 0, 108, 0, 0, 0, - 0, 0, 0, 109, 110, 0, 0, 105, 70, 106, - 71, 72, 73, 108, 112, 113, 114, 489, 0, 0, - 109, 110, 0, 0, 0, 0, 300, 0, 0, 0, - 0, 112, 299, 114, 0, 0, 0, 0, 80, 0, - 0, 0, 0, 300, 216, 217, 218, 0, 0, 0, - 124, 0, 0, 0, 266, 0, 399, 67, 68, 0, - 129, 0, 0, 0, 0, 0, 130, 124, 0, 0, - 132, 133, 0, 0, 82, 83, 0, 129, 0, 0, - 0, 0, 136, 130, 137, 1038, 67, 68, 133, 0, - 0, 88, 0, 0, 0, 0, 90, 69, 219, 136, - 70, 137, 71, 72, 73, 74, 75, 0, 0, 76, - 220, 221, 77, 0, 0, 0, 78, 0, 0, 187, - 0, 0, 0, 79, 0, 0, 69, 0, 0, 70, - 80, 71, 72, 73, 74, 75, 0, 0, 76, 0, - 0, 77, 0, 0, 0, 78, 81, 222, 1278, 1279, - 1280, 0, 79, 0, 0, 225, 0, 226, 0, 80, - 0, 0, 0, 0, 0, 0, 82, 83, 1281, 0, - 0, 0, 84, 1282, 0, 81, 0, 1470, 67, 68, - 85, 86, 87, 88, 0, 0, 89, 0, 90, 0, + 659, 76, 0, 0, 77, 660, 0, 0, 78, 0, + 0, 0, 0, 661, 662, 79, 0, 0, 0, 0, + 488, 223, 80, 224, 0, 0, 0, 0, 225, 0, + 226, 0, 0, 0, 0, 513, 514, 0, 81, 0, + 0, 0, 0, 0, 0, 0, 0, 663, 0, 664, + 0, 665, 0, 0, 489, 466, 666, 0, 82, 83, + 667, 0, 0, 668, 84, 0, 0, 0, 669, 0, + 0, 670, 85, 86, 87, 88, 341, 0, 89, 70, + 90, 71, 72, 73, 74, 0, 0, 0, 342, 0, + 0, 77, 0, 671, 0, 78, 672, 673, 0, 0, + 0, 674, 79, 675, 0, 0, 0, 676, 0, 80, + 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, + 0, 0, 0, 0, 0, 81, 0, 243, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 343, 0, 0, 0, 0, 0, 0, 0, 82, 83, 0, 0, 0, - 0, 84, 0, 0, 0, 0, 699, 700, 701, 85, - 86, 87, 88, 0, 0, 89, 0, 90, 69, 0, - 0, 70, 0, 71, 72, 73, 74, 75, 0, 0, - 76, 0, 0, 77, 0, 0, 0, 78, 699, 700, - 701, 0, 0, 0, 79, 0, 0, 0, 0, 0, - 70, 80, 71, 72, 73, 702, 703, 0, 0, 0, - 0, 0, 77, 0, 0, 0, 0, 81, 0, 0, - 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, - 80, 0, 70, 0, 71, 72, 73, 82, 83, 0, - 0, 0, 0, 84, 77, 0, 81, 0, 0, 0, - 0, 85, 86, 87, 88, 79, 0, 89, 0, 90, - 0, 0, 80, 0, 67, 68, 82, 83, 462, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, - 704, 0, 0, 88, 0, 0, 89, 0, 90, 0, - 0, 0, 0, 67, 68, 0, 0, 800, 82, 83, - 464, 0, 0, 0, 69, 0, 0, 70, 0, 71, - 72, 73, 74, 465, 0, 88, 76, 0, 89, 77, - 90, 0, 0, 78, 0, 0, 0, 0, 0, 464, - 79, 0, 0, 69, 0, 0, 70, 80, 71, 72, - 73, 74, 465, 0, 0, 76, 0, 0, 77, 0, - 0, 0, 78, 81, 0, 0, 0, 0, 0, 79, - 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, - 466, 0, 0, 82, 83, 216, 217, 218, 0, 84, - 0, 0, 81, 0, 0, 67, 68, 85, 86, 87, - 88, 0, 0, 89, 0, 90, 0, 0, 0, 466, - 0, 0, 82, 83, 0, 0, 0, 0, 84, 70, - 0, 71, 72, 73, 67, 68, 85, 86, 87, 88, - 0, 464, 89, 0, 90, 69, 0, 0, 70, 219, - 71, 72, 73, 74, 465, 0, 0, 76, 0, 80, - 77, 220, 221, 0, 78, 0, 0, 0, 0, 0, - 0, 79, 0, 0, 69, 266, 0, 70, 80, 71, - 72, 73, 74, 75, 0, 0, 76, 0, 0, 77, - 0, 0, 0, 78, 81, 82, 83, 0, 222, 223, - 79, 224, 0, 0, 0, 0, 225, 80, 226, 0, - 0, 466, 88, 0, 82, 83, 0, 90, 0, 1281, - 84, 67, 68, 81, 1360, 0, 0, 0, 85, 86, - 87, 88, 0, 0, 89, 0, 90, 0, 0, 0, - 188, 0, 0, 82, 83, 67, 68, 0, 0, 84, - 0, 0, 0, 0, 0, 0, 0, 85, 86, 87, - 88, 69, 0, 89, 70, 90, 71, 72, 73, 74, - 0, 0, 0, 76, 0, 0, 77, 0, 0, 0, - 78, 0, 0, 0, 0, 69, 0, 79, 70, 0, - 71, 72, 73, 74, 80, 0, 0, 76, 0, 0, - 77, 0, 0, 0, 78, 0, 0, 0, 0, 0, - 81, 79, 0, 0, 0, 0, 0, 0, 80, 216, - 217, 218, 0, 0, 0, 0, 0, 611, 0, 0, - 82, 83, 67, 0, 81, 0, 84, 0, 0, 0, - 0, 0, 0, 0, 85, 86, 87, 88, 0, 0, - 89, 0, 90, 0, 82, 83, 0, 0, 0, 0, - 84, 177, 0, 0, 0, 0, 0, 0, 85, 86, - 87, 88, 69, 219, 89, 70, 90, 71, 72, 73, - 74, 524, 0, 0, 76, 220, 221, 77, 0, 0, - 0, 78, 0, 0, 0, 0, 0, 0, 79, 0, - 0, 178, 0, 0, 70, 80, 71, 72, 73, 74, - 1003, 0, 0, 179, 0, 0, 77, 0, 0, 0, - 78, 81, 222, 223, 0, 224, 0, 79, 0, 0, - 225, 0, 226, 0, 80, 0, 0, 0, 0, 0, - 0, 82, 83, 1281, 0, 0, 0, 84, 177, 0, - 81, 0, 0, 0, 0, 85, 86, 87, 88, 0, - 0, 89, 0, 90, 0, 0, 0, 0, 0, 0, - 82, 83, 67, 0, 0, 0, 84, 0, 0, 0, - 216, 217, 218, 0, 180, 181, 87, 88, 178, 0, - 89, 70, 90, 71, 72, 73, 74, 0, 0, 0, - 179, 0, 70, 77, 71, 72, 73, 78, 0, 0, - 0, 0, 69, 0, 79, 70, 0, 71, 72, 73, - 74, 80, 0, 0, 76, 0, 0, 77, 0, 0, - 0, 78, 80, 0, 219, 0, 0, 81, 79, 0, - 216, 217, 218, 0, 0, 80, 220, 221, 266, 0, - 0, 0, 0, 0, 216, 217, 218, 82, 83, 0, - 0, 81, 0, 84, 0, 0, 0, 0, 82, 83, - 0, 180, 181, 87, 88, 0, 0, 89, 0, 90, - 0, 82, 83, 222, 223, 88, 224, 84, 0, 0, - 90, 225, 0, 226, 219, 85, 86, 87, 88, 0, - 0, 89, 0, 90, 1281, 0, 220, 221, 219, 1362, - 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, - 220, 221, 0, 0, 0, 0, 0, 0, 0, 70, - 0, 71, 72, 73, 0, 0, 0, 0, 0, 0, - 0, 265, 0, 222, 223, 0, 224, 0, 0, 0, - 0, 225, 0, 226, 0, 0, 0, 222, 223, 80, - 224, 0, 0, 0, 1281, 225, 105, 226, 106, 1364, - 0, 107, 108, 0, 0, 266, 0, 0, 0, 109, - 110, 0, 294, 0, 0, 0, 0, 0, 111, 0, - 112, 113, 114, 115, 0, 82, 83, 116, 0, 0, - 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 88, 0, 0, 0, 0, 90, 0, 0, - 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, - 0, 0, 0, 126, 127, 128, 129, 0, 0, 105, - 176, 106, 130, 131, 107, 108, 132, 133, 0, 0, - 0, 134, 109, 110, 0, 0, 0, 135, 136, 0, - 137, 111, 0, 112, 113, 114, 115, 0, 138, 0, - 116, 0, 0, 0, 0, 117, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 695, 0, 0, - 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, - 125, 0, 0, 0, 0, 0, 126, 127, 128, 129, - 0, 0, 105, 0, 106, 130, 131, 107, 108, 132, - 133, 0, 0, 0, 134, 109, 110, 0, 0, 0, - 135, 136, 0, 137, 111, 0, 112, 113, 114, 115, - 0, 138, 0, 116, 0, 0, 0, 0, 117, 0, + 0, 84, 70, 0, 71, 72, 73, 0, 0, 344, + 345, 87, 88, 0, 265, 89, 0, 90, 235, 236, + 237, 238, 239, 240, 241, 242, 0, 0, 0, 0, + 0, 0, 80, 0, 0, 243, 0, 0, 347, 235, + 236, 237, 238, 239, 240, 241, 242, 0, 266, 0, + 0, 0, 0, 0, 0, 0, 243, 235, 236, 237, + 238, 239, 240, 241, 242, 0, 0, 0, 82, 83, + 0, 0, 0, 0, 243, 0, 235, 236, 237, 238, + 239, 240, 241, 242, 0, 88, 0, 0, 0, 0, + 90, 0, 697, 243, 0, 0, 244, 245, 246, 247, + 248, 249, 250, 251, 252, 253, 254, 0, 255, 256, + 257, 698, 235, 236, 237, 238, 239, 240, 241, 242, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, + 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, + 0, 0, 0, 0, 244, 245, 246, 247, 248, 249, + 250, 251, 252, 253, 254, 0, 255, 256, 257, 582, + 0, 0, 0, 0, 0, 244, 245, 246, 247, 248, + 249, 250, 251, 252, 253, 254, 0, 255, 256, 257, + 598, 0, 0, 244, 245, 246, 247, 248, 249, 250, + 251, 252, 253, 254, 0, 255, 256, 257, 686, 0, + 0, 0, 244, 245, 246, 247, 248, 249, 250, 251, + 252, 253, 254, 0, 255, 256, 257, 767, 235, 236, + 237, 238, 239, 240, 241, 242, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 243, 0, 0, 244, 245, + 246, 247, 248, 249, 250, 251, 252, 253, 254, 0, + 255, 256, 257, 911, 0, 0, 244, 245, 246, 247, + 248, 249, 250, 251, 252, 253, 254, 0, 255, 256, + 257, 1028, 235, 236, 237, 238, 239, 240, 241, 242, + 0, 0, 216, 217, 218, 0, 216, 217, 218, 243, + 235, 236, 237, 238, 239, 240, 241, 242, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 243, 852, 853, + 854, 855, 856, 857, 858, 859, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 860, 1409, 1410, 1411, 1412, + 1413, 1414, 1415, 1416, 0, 0, 219, 0, 0, 0, + 219, 0, 0, 1417, 0, 0, 0, 0, 220, 221, + 0, 0, 220, 221, 244, 245, 246, 247, 248, 249, + 250, 251, 252, 253, 254, 0, 255, 256, 257, 1301, + 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 0, 0, + 0, 0, 0, 0, 0, 222, 223, 1417, 224, 222, + 223, 0, 224, 225, 0, 226, 0, 225, 0, 226, + 0, 0, 0, 0, 0, 0, 1303, 0, 244, 245, + 246, 247, 248, 249, 250, 251, 252, 253, 254, 501, + 255, 256, 257, 0, 0, 0, 244, 245, 246, 247, + 248, 249, 250, 251, 252, 253, 254, 0, 255, 256, + 257, 0, 0, 0, 861, 862, 863, 864, 865, 866, + 867, 868, 869, 870, 871, 0, 872, 873, 874, 0, + 1535, 0, 1418, 1419, 1420, 1421, 0, 0, 1422, 1423, + 1424, 1425, 1426, 0, 1427, 1428, 1429, -2, 0, 0, + 0, 0, 0, 0, 0, 0, 1410, 1411, 1412, 1413, + 1414, 1415, 1416, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1417, 0, 0, 0, 1418, 1419, 1420, 1421, + 0, 0, 1422, 1423, 1424, 1425, 1426, 0, 1427, 1428, + 1429, 0, 0, 0, 105, 0, 106, 0, 0, 107, + 108, 0, 0, 0, 0, 0, 0, 109, 110, 0, + 0, 0, 0, 0, 0, 0, 111, 0, 112, 113, + 114, 115, 0, 0, 0, 116, 0, 0, 0, 0, + 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 118, 119, + 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, + 0, 126, 127, 128, 129, 0, 0, 0, 0, 0, + 130, 131, 67, 68, 132, 133, 462, 0, 463, 134, + 0, 0, 0, 0, 0, 135, 136, 0, 137, 0, + 0, 0, 1419, 1420, 1421, 0, 138, 1422, 1423, 1424, + 1425, 1426, 0, 1427, 1428, 1429, 0, 0, 464, 0, + 0, 0, 69, 0, 0, 70, 0, 71, 72, 73, + 74, 465, 0, 0, 76, 0, 0, 77, 0, 0, + 0, 78, 237, 238, 239, 240, 241, 242, 79, 0, + 0, 0, 0, 0, 0, 80, 0, 243, 237, 238, + 239, 240, 241, 242, 0, 0, 0, 0, 0, 0, + 0, 81, 0, 243, 1411, 1412, 1413, 1414, 1415, 1416, + 0, 0, 0, 0, 0, 0, 0, 0, 466, 1417, + 0, 82, 83, 0, 0, 0, 0, 84, 0, 237, + 238, 239, 240, 241, 242, 85, 86, 87, 88, 0, + 0, 89, 0, 90, 243, 1411, 1412, 1413, 1414, 1415, + 1416, 0, 0, 0, 0, 0, 467, 0, 0, 0, + 1417, 468, 1411, 1412, 1413, 1414, 1415, 1416, 0, 0, + 0, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 0, 0, + 0, 0, 0, 0, 0, 0, 1417, 239, 240, 241, + 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 243, 0, 0, 0, 0, 0, 0, 245, 246, 247, + 248, 249, 250, 251, 252, 253, 254, 0, 255, 256, + 257, 0, 0, 0, 246, 247, 248, 249, 250, 251, + 252, 253, 254, 0, 255, 256, 257, 0, 0, 1419, + 1420, 1421, 0, 0, 1422, 1423, 1424, 1425, 1426, 0, + 1427, 1428, 1429, 1413, 1414, 1415, 1416, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1417, 248, 249, 250, + 251, 252, 253, 254, 0, 255, 256, 257, 0, 0, + 0, 1420, 1421, 0, 0, 1422, 1423, 1424, 1425, 1426, + 0, 1427, 1428, 1429, 0, 0, 0, 0, 0, 1421, + 305, 0, 1422, 1423, 1424, 1425, 1426, 0, 1427, 1428, + 1429, 1422, 1423, 1424, 1425, 1426, 775, 1427, 1428, 1429, + 0, 0, 0, 248, 249, 250, 251, 252, 253, 254, + 0, 255, 256, 257, 0, 0, 0, 0, 0, 0, + 0, 105, 0, 106, 0, 0, 777, 108, 0, 0, + 0, 0, 0, 0, 109, 110, 0, 0, 0, 778, + 779, 0, 0, 0, 0, 112, 113, 114, 0, 0, + 0, 0, 305, 0, 0, 780, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 876, 0, 0, 0, 0, 0, 118, 119, 120, 121, + 0, 1422, 1423, 1424, 1425, 1426, 0, 1427, 1428, 1429, + 0, 124, 0, 0, 0, 0, 781, 0, 0, 782, + 0, 129, 783, 105, 0, 106, 0, 130, 0, 108, + 0, 132, 133, 699, 700, 701, 109, 110, 784, 0, + 0, 0, 0, 136, 0, 137, 0, 112, 299, 114, + 785, 0, 0, 0, 0, 0, 0, 0, 0, 300, + 0, 0, 0, 0, 786, 0, 0, 0, 0, 0, + 0, 0, 399, 67, 68, 0, 0, 70, 0, 71, + 72, 73, 0, 124, 0, 0, 0, 0, 0, 77, + 0, 0, 0, 129, 0, 0, 0, 0, 0, 130, + 79, 1040, 67, 68, 133, 0, 0, 80, 0, 0, + 0, 0, 0, 69, 0, 136, 70, 137, 71, 72, + 73, 74, 75, 81, 0, 76, 0, 0, 77, 0, + 0, 0, 78, 0, 0, 0, 0, 0, 0, 79, + 0, 0, 69, 82, 83, 70, 80, 71, 72, 73, + 74, 75, 0, 0, 76, 0, 0, 77, 0, 0, + 88, 78, 81, 89, 0, 90, 0, 0, 79, 0, + 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, + 0, 0, 82, 83, 216, 217, 218, 0, 84, 0, + 0, 81, 0, 1475, 67, 68, 85, 86, 87, 88, + 0, 0, 89, 0, 90, 0, 0, 0, 0, 0, + 0, 82, 83, 0, 0, 0, 0, 84, 0, 0, + 0, 0, 699, 700, 701, 85, 86, 87, 88, 0, + 0, 89, 0, 90, 69, 0, 0, 70, 219, 71, + 72, 73, 74, 75, 0, 0, 76, 0, 0, 77, + 220, 221, 0, 78, 0, 0, 0, 0, 0, 0, + 79, 0, 0, 0, 0, 0, 70, 80, 71, 72, + 73, 702, 703, 0, 0, 0, 0, 0, 77, 0, + 0, 0, 0, 81, 0, 0, 0, 222, 223, 79, + 224, 0, 0, 0, 0, 225, 80, 226, 0, 0, + 0, 0, 0, 82, 83, 0, 0, 0, 1284, 84, + 0, 0, 81, 216, 217, 218, 0, 85, 86, 87, + 88, 0, 0, 89, 0, 90, 67, 68, 0, 0, + 462, 0, 82, 83, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 704, 0, 0, 88, + 0, 0, 89, 0, 90, 67, 68, 0, 0, 801, + 0, 0, 464, 0, 0, 0, 69, 219, 0, 70, + 0, 71, 72, 73, 74, 465, 0, 0, 76, 220, + 221, 77, 0, 0, 0, 78, 0, 0, 0, 0, + 0, 464, 79, 0, 0, 69, 0, 0, 70, 80, + 71, 72, 73, 74, 465, 0, 0, 76, 0, 0, + 77, 0, 0, 0, 78, 81, 222, 1281, 1282, 1283, + 0, 79, 0, 0, 225, 0, 226, 0, 80, 0, + 0, 0, 466, 0, 0, 82, 83, 1284, 0, 0, + 0, 84, 1285, 0, 81, 0, 0, 67, 68, 85, + 86, 87, 88, 0, 0, 89, 0, 90, 0, 0, + 0, 466, 0, 0, 82, 83, 0, 0, 0, 0, + 84, 70, 0, 71, 72, 73, 67, 68, 85, 86, + 87, 88, 0, 464, 89, 0, 90, 69, 0, 0, + 70, 0, 71, 72, 73, 74, 465, 0, 0, 76, + 0, 80, 77, 0, 0, 0, 78, 0, 0, 0, + 0, 0, 0, 79, 0, 0, 69, 266, 0, 70, + 80, 71, 72, 73, 74, 75, 0, 0, 76, 0, + 0, 77, 0, 0, 0, 78, 81, 82, 83, 0, + 0, 0, 79, 0, 0, 0, 0, 0, 0, 80, + 0, 0, 0, 466, 88, 0, 82, 83, 0, 90, + 0, 0, 84, 67, 68, 81, 0, 0, 0, 0, + 85, 86, 87, 88, 0, 0, 89, 0, 90, 0, + 0, 0, 188, 0, 0, 82, 83, 67, 68, 0, + 0, 84, 0, 0, 0, 0, 0, 0, 0, 85, + 86, 87, 88, 69, 0, 89, 70, 90, 71, 72, + 73, 74, 0, 0, 0, 76, 0, 0, 77, 0, + 0, 0, 78, 0, 0, 0, 0, 69, 0, 79, + 70, 0, 71, 72, 73, 74, 80, 0, 0, 76, + 0, 0, 77, 0, 0, 0, 78, 0, 0, 0, + 0, 0, 81, 79, 0, 0, 0, 0, 0, 0, + 80, 216, 217, 218, 0, 0, 0, 0, 0, 611, + 0, 0, 82, 83, 67, 0, 81, 0, 84, 0, + 0, 0, 0, 0, 0, 0, 85, 86, 87, 88, + 0, 0, 89, 0, 90, 0, 82, 83, 486, 0, + 487, 0, 84, 177, 0, 0, 0, 0, 0, 0, + 85, 86, 87, 88, 69, 219, 89, 70, 90, 71, + 72, 73, 74, 524, 0, 0, 76, 220, 221, 77, + 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, + 79, 0, 0, 178, 0, 0, 70, 80, 71, 72, + 73, 74, 1005, 0, 0, 179, 0, 0, 77, 0, + 0, 0, 78, 81, 222, 223, 0, 224, 0, 79, + 0, 0, 225, 0, 226, 0, 80, 0, 0, 0, + 0, 0, 0, 82, 83, 0, 0, 0, 0, 84, + 177, 0, 81, 0, 0, 0, 0, 85, 86, 87, + 88, 0, 0, 89, 0, 90, 0, 0, 0, 0, + 0, 0, 82, 83, 67, 0, 0, 0, 84, 0, + 0, 0, 216, 217, 218, 0, 180, 181, 87, 88, + 178, 0, 89, 70, 90, 71, 72, 73, 74, 0, + 0, 0, 179, 0, 0, 77, 0, 0, 0, 78, + 0, 0, 0, 0, 69, 0, 79, 70, 0, 71, + 72, 73, 74, 80, 0, 0, 76, 0, 0, 77, + 0, 0, 0, 78, 0, 0, 219, 0, 0, 81, + 79, 0, 216, 217, 218, 0, 0, 80, 220, 221, + 0, 0, 0, 0, 0, 0, 216, 217, 218, 82, + 83, 0, 0, 81, 0, 84, 0, 0, 0, 0, + 216, 217, 218, 180, 181, 87, 88, 0, 0, 89, + 0, 90, 0, 82, 83, 222, 223, 0, 224, 84, + 0, 0, 0, 225, 0, 226, 219, 85, 86, 87, + 88, 0, 0, 89, 0, 90, 1284, 0, 220, 221, + 219, 1364, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 220, 221, 219, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 220, 221, 0, 0, + 0, 0, 0, 0, 0, 222, 223, 0, 224, 0, + 0, 0, 0, 225, 0, 226, 0, 0, 0, 222, + 223, 0, 224, 0, 0, 0, 1284, 225, 0, 226, + 0, 1366, 0, 222, 223, 0, 224, 0, 0, 0, + 1284, 225, 105, 226, 106, 1368, 0, 107, 108, 0, + 0, 0, 0, 0, 0, 109, 110, 0, 294, 0, + 0, 0, 0, 0, 111, 0, 112, 113, 114, 115, + 0, 0, 0, 116, 0, 0, 0, 0, 117, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, 0, 126, 127, 128, 129, 0, 0, 105, 0, 106, 130, 131, 107, 108, 132, 133, 0, 0, 0, 134, 109, 110, 0, 0, 0, 135, 136, 0, 137, 111, 0, 112, 113, 114, 115, 0, 138, 0, 116, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 920, 0, 0, 0, 0, 0, 118, + 0, 0, 0, 695, 0, 0, 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, 0, 126, 127, 128, 129, 0, 0, 105, 0, 106, 130, 131, 107, 108, 132, 133, 0, 0, 0, 134, 109, 110, 0, 0, 0, 135, 136, 0, 137, 111, 0, 112, 113, 114, 115, 0, 138, 0, 116, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1027, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 877, 0, 0, 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, 0, 126, 127, 128, 129, 0, 0, 105, 0, 106, 130, 131, 107, 108, 132, 133, 0, 0, 0, 134, 109, 110, 0, 0, 0, 135, 136, 0, 137, 111, 0, 112, 113, 114, 115, 0, 138, 0, 116, 0, 0, 0, 0, 117, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1081, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 922, 0, 0, 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, 0, 126, 127, 128, 129, 0, 0, 105, 0, 106, 130, 131, 107, 108, 132, 133, 0, 0, 0, 134, 109, 110, 0, 0, 0, 135, 136, 0, 137, 111, 0, 112, 113, 114, 115, 0, 138, 0, 116, 0, 0, 0, 0, - 117, 0, 0, 216, 217, 218, 0, 0, 890, 216, - 217, 218, 1303, 0, 0, 0, 0, 0, 118, 119, + 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1029, 0, 0, 0, 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, 0, - 0, 126, 127, 128, 129, 0, 0, 0, 0, 0, - 130, 131, 0, 0, 132, 133, 486, 0, 487, 134, - 0, 0, 0, 0, 0, 135, 136, 219, 137, 0, - 0, 0, 0, 219, 0, 105, 138, 106, 0, 220, - 221, 108, 0, 0, 0, 220, 221, 0, 109, 110, - 0, 0, 0, 0, 0, 1451, 0, 0, 0, 112, - 299, 114, 0, 0, 0, 0, 116, 0, 0, 0, - 0, 300, 0, 0, 0, 0, 222, 223, 0, 224, - 0, 0, 222, 223, 225, 224, 226, 0, 0, 0, - 225, 0, 226, 0, 0, 124, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 129, 0, 0, 0, 0, - 0, 130, 0, 0, 0, 0, 133, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 135, 136, 105, 137, - 106, 0, 0, 107, 108, 0, 0, 0, 0, 0, - 0, 109, 110, 0, -153, 0, 0, 0, 0, 0, - 111, 0, 112, 113, 114, 115, 0, 0, 0, 116, - 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, + 0, 126, 127, 128, 129, 0, 0, 105, 0, 106, + 130, 131, 107, 108, 132, 133, 0, 0, 0, 134, + 109, 110, 0, 0, 0, 135, 136, 0, 137, 111, + 0, 112, 113, 114, 115, 0, 138, 0, 116, 0, + 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1083, 0, 0, 0, 0, + 0, 118, 119, 120, 121, 122, 123, 124, 125, 0, + 0, 0, 0, 0, 126, 127, 128, 129, 0, 0, + 105, 0, 106, 130, 131, 107, 108, 132, 133, 0, + 0, 0, 134, 109, 110, 0, 0, 0, 135, 136, + 0, 137, 111, 0, 112, 113, 114, 115, 0, 138, + 0, 116, 216, 217, 218, 0, 117, 891, 0, 0, + 0, 70, 0, 71, 72, 73, 0, 0, 1306, 0, + 0, 0, 0, 265, 118, 119, 120, 121, 122, 123, + 124, 125, 0, 0, 0, 0, 0, 126, 127, 128, + 129, 80, 0, 0, 0, 0, 130, 131, 0, 0, + 132, 133, 0, 0, 0, 134, 219, 266, 0, 0, + 0, 135, 136, 70, 137, 71, 72, 73, 220, 221, + 0, 0, 138, 0, 0, 0, 0, 82, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 118, 119, 120, 121, 122, 123, 124, 125, - 0, 0, 0, 0, 0, 126, 127, 128, 129, 0, - 0, 105, 0, 106, 130, 131, 0, 108, 132, 133, - 0, 0, 0, 134, 109, 110, 0, 0, 0, 135, - 136, 0, 137, 0, 0, 112, 113, 114, 105, 0, - 106, 0, 116, 0, 108, 0, 0, 300, 0, 0, - 0, 109, 110, 105, 0, 106, 0, 0, 0, 108, - 0, 0, 112, 299, 114, 0, 109, 110, 0, 0, - 0, 124, 0, 0, 300, 0, 0, 112, 299, 114, - 0, 129, 0, 0, 0, 0, 0, 130, 0, 300, - 0, 132, 133, 0, 0, 0, 0, 0, 124, 311, - 0, 0, 135, 136, 0, 137, 0, 0, 129, 0, - 0, 0, 0, 124, 130, 0, 0, 0, 0, 133, - 0, 0, 0, 129, 0, 0, 0, 0, 0, 130, - 136, 0, 137, 0, 133, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 136, 0, 137 + 0, 1456, 0, 80, 88, 0, 0, 0, 0, 90, + 0, 0, 0, 0, 0, 222, 223, 0, 224, 266, + 0, 0, 105, 225, 106, 226, 0, 0, 108, 0, + 0, 0, 176, 0, 0, 109, 110, 0, 0, 82, + 83, 0, 0, 0, 0, 0, 112, 299, 114, 0, + 0, 0, 0, 116, 0, 0, 88, 0, 300, 0, + 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 124, 0, 193, 0, 0, 0, 0, 0, + 0, 0, 129, 0, 0, 0, 0, 0, 130, 0, + 0, 0, 0, 133, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 135, 136, 105, 137, 106, 0, 0, + 107, 108, 0, 0, 0, 0, 0, 0, 109, 110, + 0, -155, 0, 0, 0, 0, 0, 111, 0, 112, + 113, 114, 115, 0, 0, 0, 116, 0, 0, 0, + 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, + 119, 120, 121, 122, 123, 124, 125, 0, 0, 0, + 0, 0, 126, 127, 128, 129, 0, 0, 105, 0, + 106, 130, 131, 0, 108, 132, 133, 0, 0, 0, + 134, 109, 110, 0, 0, 0, 135, 136, 0, 137, + 0, 0, 112, 113, 114, 105, 0, 106, 0, 116, + 0, 108, 0, 0, 300, 0, 0, 0, 109, 110, + 105, 0, 106, 0, 0, 0, 108, 0, 0, 112, + 299, 114, 0, 109, 110, 0, 0, 0, 124, 0, + 0, 300, 0, 0, 112, 299, 114, 0, 129, 0, + 0, 0, 0, 0, 130, 0, 300, 0, 132, 133, + 0, 0, 0, 0, 0, 124, 311, 0, 0, 135, + 136, 0, 137, 0, 0, 129, 0, 0, 0, 0, + 124, 130, 0, 0, 0, 0, 133, 0, 0, 0, + 129, 0, 0, 0, 0, 0, 130, 136, 0, 137, + 0, 133, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 136, 0, 137 }; static const yytype_int16 yycheck[] = { - 1, 61, 113, 495, 132, 515, 132, 320, 933, 617, - 92, 714, 44, 149, 590, 151, 152, 153, 154, 298, - 156, 736, 158, 663, 160, 184, 44, 482, 756, 6, - 15, 8, 44, 142, 464, 15, 59, 98, 466, 0, - 176, 33, 81, 82, 83, 166, 167, 608, 142, 88, - 15, 187, 188, 15, 333, 142, 486, 193, 194, 13, - 76, 62, 76, 148, 494, 75, 165, 495, 15, 15, - 148, 799, 76, 148, 148, 723, 589, 725, 726, 727, - 728, 729, 148, 719, 147, 170, 149, 156, 151, 167, - 91, 92, 167, 167, 151, 165, 148, 75, 99, 151, - 148, 167, 165, 126, 148, 10, 11, 12, 148, 166, - 142, 147, 748, 749, 627, 751, 752, 753, 754, 167, - 148, 33, 147, 167, 142, 638, 148, 167, 165, 165, - 142, 147, 165, 147, 150, 775, 150, 166, 167, 167, - 165, 717, 148, 147, 720, 167, 150, 148, 149, 148, - 151, 152, 153, 154, 165, 156, 33, 158, 150, 160, - 165, 167, 148, 13, 6, 15, 8, 17, 167, 208, - 209, 210, 211, 165, 166, 176, 166, 167, 260, 261, - 156, 167, 167, 184, 165, 165, 187, 188, 501, 298, - 167, 619, 193, 194, 276, 277, 256, 356, 165, 33, - 165, 148, 148, 165, 298, 697, 160, 148, 113, 165, - 60, 298, 108, 109, 110, 528, 112, 113, 114, 76, - 329, 117, 165, 149, 333, 151, 167, 266, 124, 165, - 231, 292, 165, 129, 130, 329, 132, 133, 134, 333, - 136, 137, 329, 165, 757, 150, 333, 757, 809, 148, - 151, 290, 164, 165, 166, 473, 392, 165, 819, 260, - 261, 165, 148, 911, 156, 166, 298, 165, 167, 905, - 280, 10, 11, 12, 275, 276, 277, 278, 279, 280, - 298, 167, 795, 796, 285, 151, 298, 164, 165, 166, - 147, 141, 1007, 150, 355, 148, 6, 329, 8, 147, - 166, 333, 280, 939, 759, 155, 144, 145, 146, 165, - 160, 329, 64, 65, 167, 333, 148, 329, 13, 320, - 15, 333, 17, 148, 148, 64, 160, 161, 162, 148, - 164, 165, 166, 343, 647, 167, 165, 76, 77, 165, - 148, 148, 167, 167, 165, 921, 776, 148, 167, 147, - 165, 149, 150, 151, 148, 356, 165, 918, 850, 167, - 167, 148, 165, 1003, 792, 60, 167, 646, 275, 276, - 277, 278, 279, 167, 113, 114, 165, 116, 166, 167, - 167, 165, 121, 696, 123, 165, 147, 165, 149, 902, - 151, 392, 902, 1108, 1002, 613, 147, 147, 149, 149, - 151, 151, 156, 299, 300, 165, 166, 167, 165, 305, - 165, 412, 165, 166, 167, 633, 634, 635, 636, 637, - 1345, 165, 850, 10, 11, 12, 13, 166, 989, 165, - 17, 165, 166, 1009, 165, 166, 167, 165, 33, 1015, - 1016, 166, 167, 482, 445, 165, 141, 150, 449, 450, - 451, 452, 453, 165, 166, 465, 466, 114, 115, 116, - 155, 165, 463, 165, 525, 160, 467, 468, 147, 148, - 165, 472, 165, 60, 475, 536, 165, 166, 539, 165, - 512, 10, 11, 12, 165, 495, 150, 465, 466, 165, - 1098, 709, 150, 1101, 495, 150, 165, 165, 1011, 1012, - 501, 167, 165, 165, 165, 10, 11, 12, 13, 151, - 15, 512, 17, 160, 524, 166, 166, 495, 150, 148, - 48, 165, 147, 156, 525, 112, 113, 528, 1104, 165, - 165, 165, 149, 1261, 148, 64, 167, 646, 445, 15, - 168, 167, 449, 450, 451, 452, 453, 76, 77, 167, - 157, 167, 646, 157, 141, 60, 463, 167, 167, 646, - 467, 468, 167, 148, 877, 160, 161, 162, 155, 164, - 165, 166, 148, 160, 167, 167, 794, 167, 165, 167, - 590, 167, 157, 167, 113, 114, 167, 116, 589, 590, - 591, 157, 121, 811, 123, 167, 167, 493, 167, 167, - 601, 611, 167, 167, 167, 167, 167, 608, 113, 619, - 167, 612, 590, 167, 646, 675, 617, 167, 167, 167, - 621, 622, 623, 624, 625, 626, 627, 1330, 646, 167, - 167, 663, 165, 611, 646, 167, 141, 638, 167, 160, - 167, 619, 166, 166, 150, 663, 647, 648, 167, 167, - 155, 663, 168, 714, 165, 160, 147, 165, 719, 148, - 165, 148, 723, 148, 725, 726, 727, 728, 729, 887, - 148, 703, 149, 148, 148, 165, 894, 895, 896, 897, - 898, 150, 10, 11, 12, 13, 165, 748, 749, 17, - 751, 752, 753, 754, 601, 696, 167, 1273, 165, 1275, - 165, 761, 762, 167, 167, 165, 48, 717, 709, 769, - 720, 771, 1440, 1441, 1442, 160, 717, 2, 160, 720, - 759, 170, 723, 1438, 725, 726, 727, 728, 729, 147, - 1338, 48, 60, 13, 165, 15, 76, 17, 165, 717, - 156, 742, 720, 775, 745, 156, 156, 1355, 1356, 1357, - 156, 10, 167, 10, 10, 756, 757, 775, 10, 1335, - 888, 1253, 888, 775, 10, 10, 149, 157, 148, 160, - 149, 56, 57, 58, 59, 60, 160, 888, 63, 167, - 60, 167, 792, 168, 472, 113, 149, 149, 160, 685, - 686, 167, 793, 167, 795, 796, 167, 167, 799, 165, - 147, 802, 10, 11, 12, 170, 165, 165, 809, 165, - 167, 166, 872, 141, 792, 166, 166, 1093, 819, 150, - 165, 1549, 1430, 167, 165, 1253, 148, 155, 829, 1437, - 1558, 151, 160, 148, 148, 1443, 1444, 165, 148, 148, - 850, 160, 167, 167, 905, 166, 149, 149, 148, 10, - 911, 167, 1428, 4, 148, 168, 64, 889, 170, 48, - 168, 141, 148, 170, 165, 170, 165, 157, 76, 77, - 147, 167, 850, 157, 1092, 155, 877, 10, 939, 880, - 160, 157, 157, 10, 167, 165, 887, 149, 167, 167, - 10, 1499, 893, 894, 895, 896, 897, 898, 899, 1035, - 167, 902, 10, 10, 10, 113, 114, 192, 116, 149, - 911, 921, 148, 121, 165, 123, 170, 918, 167, 167, - 921, 1497, 1004, 170, 612, 1533, 10, 11, 12, 13, - 22, 23, 933, 17, 622, 623, 624, 625, 626, 168, - 1548, 33, 150, 921, 168, 167, 167, 15, 165, 165, - 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, - 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, - 255, 1003, 257, 1286, 1110, 1111, 60, 262, 165, 167, - 165, 167, 148, 167, 149, 1003, 167, 165, 989, 156, - 165, 1003, 888, 156, 156, 167, 156, 168, 168, 1009, - 147, 1002, 10, 1004, 149, 1015, 1016, 149, 1009, 167, - 1011, 1012, 167, 298, 1015, 1016, 10, 167, 167, 167, - 10, 709, 10, 149, 149, 149, 165, 167, 15, 113, - 167, 1009, 168, 148, 1035, 167, 148, 1015, 1016, 167, - 157, 157, 327, 157, 167, 1321, 1322, 1323, 1324, 1325, - 168, 1327, 157, 10, 167, 149, 167, 141, 167, 10, - 10, 149, 165, 61, 165, 165, 158, 159, 160, 161, - 162, 155, 164, 165, 166, 149, 160, 167, 165, 149, - 10, 167, 1083, 149, 18, 19, 20, 21, 22, 23, - 167, 1092, 167, 149, 1104, 310, 1109, 1098, 649, 33, - 1101, 1256, 1330, 1104, 389, 793, 333, 889, 1457, 1110, - 1111, 1253, 703, 1083, 802, 850, 1287, 1220, 411, 333, - -1, 406, 407, -1, -1, -1, 1104, -1, 413, 1405, - 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, - 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, -1, -1, - -1, -1, 150, -1, -1, -1, -1, 155, -1, 157, - -1, 159, -1, 161, 162, 163, 164, 165, 166, 167, - 168, 169, 170, 171, 172, 173, 174, 175, -1, -1, - 1262, -1, -1, 10, 11, 12, -1, -1, 186, -1, - 475, -1, 190, 191, 192, 1256, -1, 1473, -1, 887, - -1, 20, 21, 22, 23, -1, 894, 895, 896, 897, - 898, -1, -1, -1, 33, -1, 10, 11, 12, 1220, - 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, - 164, 165, 166, -1, -1, -1, -1, 64, 523, -1, - -1, -1, -1, 1253, -1, -1, -1, -1, 533, 76, - 77, -1, 1253, 1529, -1, -1, -1, -1, 62, -1, - 1261, 1262, -1, 1273, -1, 1275, 1326, -1, -1, 1330, - 64, -1, 1273, 271, 1275, 1253, -1, -1, -1, -1, - -1, 85, 76, 77, -1, 1286, 113, 114, -1, 116, - -1, 1278, 1279, 1280, 121, 1273, 123, 1275, -1, -1, - -1, 105, -1, -1, 10, 11, 12, -1, -1, 594, - -1, -1, -1, 1373, 1374, -1, 1376, -1, 1378, 113, - 114, 125, 116, 608, 151, 1335, -1, 121, 155, 123, - -1, 135, -1, 160, 1335, -1, -1, 1338, -1, 158, - 159, 160, 161, 162, 1345, 164, 165, 166, -1, 11, - -1, -1, -1, 147, 1355, 1356, 1357, 1335, 64, -1, - -1, 646, -1, -1, 1424, 10, 11, 12, -1, -1, - 76, 77, -1, 1360, -1, 1362, 180, 1364, -1, 183, - 1367, 1368, 1369, -1, -1, -1, 671, 672, 673, 674, - -1, 676, 54, 391, 56, 57, 58, -1, -1, -1, - -1, -1, -1, -1, 1092, -1, -1, 113, 114, -1, - 116, -1, -1, -1, -1, 121, -1, 123, 1428, 64, - -1, -1, 84, -1, 228, 229, -1, 1428, -1, 1430, - -1, 76, 77, -1, -1, -1, 1437, -1, 100, 1440, - 1441, 1442, 1443, 1444, -1, -1, -1, -1, -1, 155, - 1428, -1, -1, -1, 160, -1, 1457, -1, 120, 121, - 745, 17, 18, 19, 20, 21, 22, 23, 113, 114, - 274, 116, -1, -1, -1, 137, 121, 33, 123, -1, - 142, -1, 1542, 1543, 1544, -1, 1546, 1497, 292, -1, - 294, -1, -1, -1, -1, -1, 1497, -1, 1499, -1, - -1, -1, 147, -1, -1, -1, -1, 311, -1, 313, - 314, 315, 316, 317, 318, -1, -1, -1, -1, 1497, - -1, -1, 520, -1, 809, -1, -1, -1, -1, 527, - -1, 335, 1533, -1, 819, -1, -1, -1, 823, -1, - 344, -1, -1, 347, -1, -1, -1, 1548, 1549, -1, - -1, 355, -1, -1, -1, 840, 554, 1558, 556, -1, - 558, -1, -1, -1, -1, -1, 851, 852, 853, 854, - 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, - 865, 866, 867, 868, 869, 870, 871, -1, 873, -1, - 394, -1, -1, -1, 398, -1, -1, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 411, 164, 165, - 166, 16, 17, 18, 19, 20, 21, 22, 23, -1, - -1, -1, -1, 1321, 1322, 1323, 1324, 1325, 33, 1327, - 22, 23, -1, 918, -1, -1, -1, -1, -1, -1, - -1, 33, -1, -1, 448, -1, -1, -1, 933, 20, - 21, 22, 23, -1, -1, -1, -1, -1, -1, -1, - 464, -1, 33, -1, -1, -1, 18, 19, 20, 21, - 22, 23, 476, -1, -1, -1, -1, 675, -1, -1, - -1, 33, 486, -1, -1, -1, -1, -1, -1, -1, - 494, 33, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 989, -1, 991, 1405, 1406, 1407, - 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, - 1418, 1419, 1420, 1421, 1422, 1423, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 539, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 1043, 164, - 165, 166, -1, -1, -1, 170, 158, 159, 160, 161, - 162, -1, 164, 165, 166, 1473, -1, -1, -1, -1, - -1, -1, -1, -1, 588, 156, 157, 158, 159, 160, - 161, 162, -1, 164, 165, 166, 3, 4, 5, 6, - -1, 8, 9, 10, 11, 12, 158, 159, 160, 161, - 162, -1, 164, 165, 166, -1, 158, 159, 160, 161, - 162, -1, 164, 165, 166, -1, -1, 631, -1, -1, - -1, 1529, -1, -1, 832, 833, 834, -1, 836, -1, - 838, 839, 840, 50, 51, 649, -1, 54, -1, 56, - 57, 58, 59, 60, -1, 62, 63, -1, -1, 66, + 1, 61, 757, 320, 92, 495, 113, 466, 44, 737, + 132, 132, 714, 142, 75, 149, 44, 151, 152, 153, + 154, 935, 156, 298, 158, 663, 160, 464, 482, 589, + 515, 44, 608, 184, 142, 10, 495, 15, 13, 15, + 75, 142, 176, 59, 148, 800, 15, 13, 6, 486, + 8, 15, 15, 187, 188, 0, 15, 494, 333, 193, + 194, 62, 148, 148, 151, 148, 170, 627, 166, 167, + 720, 76, 76, 275, 276, 277, 278, 279, 638, 166, + 156, 167, 167, 617, 167, 165, 81, 82, 83, 148, + 91, 92, 147, 88, 149, 590, 151, 76, 99, 749, + 750, 147, 752, 753, 754, 755, 142, 33, 167, 148, + 126, 108, 109, 110, 142, 112, 113, 114, 165, 165, + 117, 98, 33, 147, 10, 11, 12, 124, 167, 142, + 148, 148, 129, 130, 151, 132, 133, 134, 776, 136, + 137, 165, 147, 147, 165, 150, 150, 148, 149, 167, + 151, 152, 153, 154, 147, 156, 149, 158, 151, 160, + 619, 724, 148, 726, 727, 728, 729, 730, 147, 298, + 148, 150, 260, 261, 165, 176, 13, 33, 15, 148, + 17, 167, 165, 184, 501, 160, 187, 188, 276, 277, + 298, 167, 193, 194, 160, 165, 256, 298, 758, 148, + 329, 165, 165, 156, 333, 356, 165, 697, 165, 167, + 148, 528, 76, 208, 209, 210, 211, 165, 167, 280, + 33, 329, 717, 60, 165, 333, 721, 113, 329, 167, + 231, 165, 333, 148, 810, 165, 796, 797, 164, 165, + 166, 151, 165, 445, 820, 280, 473, 449, 450, 451, + 452, 453, 167, 164, 165, 166, 166, 907, 392, 260, + 261, 463, 298, 165, 150, 467, 468, 165, 148, 33, + 298, 266, 165, 758, 275, 276, 277, 278, 279, 280, + 148, 1009, 343, 147, 285, 298, 150, 167, 148, 166, + 167, 941, 33, 329, 150, 290, 151, 333, 148, 167, + 165, 329, 299, 300, 141, 333, 760, 167, 305, 165, + 166, 166, 148, 148, 165, 292, 329, 167, 155, 320, + 333, 165, 148, 160, 6, 147, 8, 149, 165, 151, + 647, 167, 167, 13, 793, 15, 165, 17, 148, 156, + 777, 167, 165, 903, 920, 158, 159, 160, 161, 162, + 913, 164, 165, 166, 148, 356, 13, 167, 15, 165, + 17, 851, 10, 11, 12, 13, 148, 1005, 148, 17, + 148, 646, 165, 167, 148, 10, 11, 12, 355, 696, + 60, 165, 149, 1111, 151, 167, 613, 167, 6, 167, + 8, 392, 851, 167, 158, 159, 160, 161, 162, 601, + 164, 165, 166, 60, 465, 466, 633, 634, 635, 636, + 637, 412, 60, 148, 148, 991, 166, 167, 903, 160, + 161, 162, 165, 164, 165, 166, 165, 166, 923, 64, + 465, 466, 167, 167, 495, 1349, 64, 65, 10, 11, + 12, 76, 77, 165, 445, 165, 33, 165, 449, 450, + 451, 452, 453, 1013, 1014, 147, 156, 149, 165, 151, + 495, 141, 463, 524, 165, 113, 467, 468, 166, 167, + 1004, 472, 165, 165, 475, 155, 512, 165, 113, 114, + 160, 116, 709, 147, 141, 165, 121, 482, 123, 144, + 145, 146, 64, 141, 495, 165, 493, 165, 155, 150, + 501, 472, 165, 160, 76, 77, 165, 155, 150, 1264, + 150, 512, 160, 165, 166, 167, 1011, 646, 165, 166, + 167, 165, 1017, 1018, 525, 166, 167, 528, 165, 590, + 150, 147, 167, 149, 150, 151, 165, 166, 646, 147, + 148, 113, 114, 165, 116, 646, 165, 166, 525, 121, + 611, 123, 165, 166, 167, 590, 165, 167, 619, 536, + 165, 878, 539, 114, 115, 116, 1100, 165, 795, 165, + 1104, 165, 165, 160, 161, 162, 611, 164, 165, 166, + 151, 160, 166, 166, 619, 812, 150, 48, 589, 590, + 591, 148, 165, 147, 166, 156, 165, 165, 165, 149, + 601, 148, 168, 148, 167, 167, 148, 608, 167, 167, + 646, 612, 1107, 157, 167, 675, 617, 157, 646, 167, + 621, 622, 623, 624, 625, 626, 627, 663, 167, 167, + 167, 1333, 167, 646, 167, 663, 167, 638, 15, 167, + 167, 612, 167, 167, 167, 167, 647, 648, 167, 167, + 663, 622, 623, 624, 625, 626, 717, 167, 167, 167, + 721, 888, 157, 167, 167, 167, 167, 703, 895, 896, + 897, 898, 899, 157, 167, 167, 167, 165, 167, 160, + 167, 166, 717, 166, 150, 167, 721, 165, 685, 686, + 1445, 1446, 1447, 168, 167, 696, 147, 165, 148, 148, + 148, 148, 762, 763, 148, 148, 165, 149, 709, 150, + 770, 165, 772, 22, 23, 1443, 717, 48, 170, 165, + 721, 160, 167, 724, 33, 726, 727, 728, 729, 730, + 167, 165, 793, 165, 167, 160, 147, 714, 709, 76, + 776, 48, 743, 720, 165, 746, 156, 724, 776, 726, + 727, 728, 729, 730, 156, 156, 757, 758, 793, 156, + 165, 167, 10, 776, 10, 760, 1256, 889, 889, 10, + 10, 10, 749, 750, 10, 752, 753, 754, 755, 149, + 148, 1276, 889, 1278, 157, 149, 167, 167, 160, 160, + 851, 167, 149, 794, 168, 796, 797, 1256, 149, 800, + 160, 1556, 803, 165, 22, 23, 167, 147, 1342, 810, + 1565, 167, 167, 873, 2, 33, 851, 167, 170, 820, + 165, 165, 165, 794, 166, 1359, 1360, 1361, 166, 830, + 166, 150, 803, 167, 167, 165, 165, 148, 148, 151, + 1335, 167, 148, 148, 1339, 148, 160, 165, 168, 158, + 159, 160, 161, 162, 890, 164, 165, 166, 149, 167, + 149, 148, 923, 10, 166, 4, 167, 1094, 56, 57, + 58, 59, 60, 168, 170, 63, 148, 878, 48, 165, + 881, 165, 170, 10, 11, 12, 13, 888, 923, 170, + 17, 147, 889, 894, 895, 896, 897, 898, 899, 900, + 167, 1435, 903, 1037, 1281, 1282, 1283, 157, 1442, 167, + 148, 10, 913, 157, 1448, 1449, 167, 888, 1006, 920, + 157, 10, 923, 157, 895, 896, 897, 898, 899, 149, + 907, 10, 167, 60, 935, 167, 913, 10, 1433, 10, + 158, 159, 160, 161, 162, 10, 164, 165, 166, 149, + 1011, 148, 165, 170, 168, 167, 1017, 1018, 168, 170, + 167, 167, 167, 15, 941, 167, 165, 165, 1502, 1005, + 165, 1505, 1289, 167, 165, 167, 1011, 1005, 149, 1113, + 1114, 148, 1017, 1018, 167, 112, 113, 1364, 165, 1366, + 991, 1368, 1005, 156, 1371, 1372, 1373, 156, 156, 156, + 165, 167, 147, 1004, 192, 1006, 1540, 168, 1503, 149, + 1011, 167, 1013, 1014, 141, 168, 1017, 1018, 167, 167, + 10, 1555, 10, 167, 167, 149, 10, 149, 155, 149, + 10, 149, 165, 160, 15, 167, 1037, 167, 165, 167, + 61, 148, 168, 148, 167, 157, 1107, 235, 236, 237, + 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, + 248, 249, 250, 251, 252, 253, 254, 255, 168, 257, + 167, 157, 1107, 157, 262, 167, 167, 157, 10, 11, + 12, 13, 167, 15, 1085, 17, 10, 149, 10, 167, + 10, 149, 167, 1094, 149, 165, 165, 165, 165, 1100, + 149, 167, 10, 1104, 167, 149, 1107, 167, 149, 1112, + 298, 1259, 1113, 1114, 310, 649, 1333, 10, 11, 12, + 13, 890, 703, 1094, 17, 333, 1462, 851, 60, 150, + 1256, 10, 11, 12, 155, 1085, 157, 1290, 159, 327, + 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, + 171, 172, 173, 174, 175, 333, 1223, 411, -1, -1, + -1, -1, -1, -1, -1, 186, -1, 60, -1, 190, + 191, 192, -1, -1, -1, -1, -1, 1265, -1, -1, + -1, 113, -1, -1, 11, 64, 10, 11, 12, -1, + -1, -1, 10, 11, 12, 1256, -1, 76, 77, -1, + -1, 389, -1, -1, -1, -1, -1, -1, -1, 141, + -1, -1, -1, -1, -1, 1276, -1, 1278, 406, 407, + 113, 1256, 1223, 155, -1, 413, -1, 54, 160, 56, + 57, 58, -1, 165, 113, 114, -1, 116, -1, -1, + 64, 1276, 121, 1278, 123, -1, 64, -1, 141, -1, + 271, -1, 76, 77, -1, 1256, -1, 84, 76, 77, + -1, -1, 155, 1264, 1265, -1, -1, 160, -1, 1329, + -1, -1, 165, 100, 1335, 1276, 155, 1278, 1339, -1, + -1, 160, 1259, 10, 11, -1, -1, 475, 1289, 113, + 114, -1, 116, 120, 121, 113, 114, 121, 116, 123, + 1335, -1, -1, 121, 1339, 123, -1, -1, -1, -1, + 137, -1, -1, -1, -1, 142, -1, 1377, 1378, -1, + 1380, -1, 1382, -1, 51, -1, 150, 54, -1, 56, + 57, 58, 59, 151, 1335, 523, 63, 155, 1339, 66, + -1, 1342, 160, 70, -1, 533, -1, -1, 1349, -1, + 77, -1, -1, 62, -1, -1, 1333, 84, 1359, 1360, + 1361, -1, -1, -1, -1, -1, -1, -1, 1428, -1, + 391, -1, 1433, 100, -1, -1, 85, -1, -1, -1, + -1, -1, -1, -1, 54, 112, 56, 57, 58, -1, + -1, -1, -1, 120, 121, -1, 105, -1, 1433, 126, + -1, -1, -1, -1, -1, -1, 594, 134, 135, 136, + 137, -1, -1, 140, 84, 142, 125, -1, -1, 17, + 608, -1, -1, -1, -1, -1, 135, -1, -1, -1, + 100, -1, 1433, -1, 1435, 33, 163, -1, -1, -1, + -1, 1442, 1503, -1, 1445, 1446, 1447, 1448, 1449, 47, + 120, 121, -1, -1, -1, -1, -1, -1, 646, -1, + -1, 1462, 60, 61, -1, -1, -1, 137, 1503, -1, + -1, 180, 142, -1, 183, -1, -1, -1, 76, -1, + -1, -1, -1, 671, 672, 673, 674, -1, 676, 1549, + 1550, 1551, -1, 1553, 54, 165, 56, 57, 58, 520, + -1, 1502, 1503, -1, 1505, -1, 527, -1, -1, 107, + -1, -1, 110, -1, -1, 113, -1, -1, -1, 228, + 229, 1095, -1, -1, 84, -1, -1, -1, -1, -1, + -1, 129, -1, 554, -1, 556, -1, 558, -1, 1540, + 100, -1, -1, 141, -1, -1, 10, 11, 12, -1, + -1, -1, -1, -1, 1555, 1556, -1, 155, 746, 6, + 120, 121, -1, -1, 1565, 274, -1, -1, -1, 16, + 17, 18, 19, 20, 21, 22, 23, 137, -1, -1, + -1, -1, 142, 292, -1, 294, 33, -1, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, + 64, -1, 311, -1, 313, 314, 315, 316, 317, 318, + -1, -1, 76, 77, -1, -1, -1, -1, 65, -1, + -1, -1, 810, -1, -1, -1, 335, -1, -1, -1, + -1, -1, 820, -1, -1, 344, 824, -1, 347, -1, + -1, -1, -1, -1, 108, -1, 355, -1, -1, 113, + 114, -1, 116, 841, 675, -1, -1, 121, -1, 123, + -1, -1, 109, -1, 852, 853, 854, 855, 856, 857, + 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, + 868, 869, 870, 871, 872, 394, 874, -1, -1, 398, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 148, 411, -1, 151, -1, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, 163, -1, 165, 166, + -1, -1, 169, 16, 17, 18, 19, 20, 21, 22, + 23, -1, 920, -1, -1, -1, -1, -1, -1, 448, + 33, -1, -1, -1, -1, -1, -1, 935, -1, -1, + 1324, 1325, 1326, 1327, 1328, 464, 1330, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 476, -1, -1, + -1, 18, 19, 20, 21, 22, 23, 486, -1, -1, + -1, -1, -1, -1, -1, 494, 33, 16, 17, 18, + 19, 20, 21, 22, 23, 1324, 1325, 1326, 1327, 1328, + -1, 1330, -1, 991, 33, 993, -1, -1, -1, -1, + -1, -1, 833, 834, 835, -1, 837, -1, 839, 840, + 841, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 539, -1, -1, -1, -1, 1409, 1410, 1411, 1412, 1413, + 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, + 1424, 1425, 1426, 1427, -1, -1, -1, 1045, -1, 152, + 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, + -1, 164, 165, 166, -1, -1, -1, 170, -1, 588, + 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, + 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, -1, + 3, 4, 5, 6, 1478, 8, 9, 10, 155, 156, + 157, 158, 159, 160, 161, 162, -1, 164, 165, 166, + -1, -1, 631, 152, 153, 154, 155, 156, 157, 158, + 159, 160, 161, 162, -1, 164, 165, 166, -1, -1, + 649, 170, -1, -1, -1, -1, -1, 50, -1, 1478, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, + -1, 1535, -1, -1, 67, -1, -1, 10, 11, 12, + -1, -1, 75, 76, -1, -1, -1, -1, 81, -1, + -1, -1, 85, 86, 87, 88, 89, 90, 91, 92, + 93, 94, 95, 96, 97, 98, 99, -1, 707, -1, + -1, -1, -1, -1, -1, -1, 1535, -1, 111, -1, + 113, -1, -1, -1, -1, 118, -1, -1, -1, 122, + -1, 64, 125, -1, -1, -1, -1, 130, -1, -1, + 739, -1, -1, 76, 77, 3, 4, 5, 6, -1, + 8, 9, 10, 11, 12, -1, -1, -1, -1, -1, + -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, + 163, 1249, 165, 166, -1, -1, 169, -1, 777, -1, + 113, 114, 1093, 116, -1, -1, -1, -1, 121, -1, + 123, -1, 50, 51, -1, -1, 54, -1, 56, 57, + 58, 59, 60, -1, 62, 63, -1, -1, 66, 67, + -1, -1, 70, -1, 147, -1, -1, 75, 76, 77, + -1, -1, -1, 81, -1, 1303, 84, 85, 86, 87, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, + -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, + 118, -1, 120, 121, 122, -1, -1, 125, 126, -1, + -1, 1349, 130, -1, -1, 133, 134, 135, 136, 137, + -1, -1, 140, -1, 142, -1, -1, -1, -1, 10, + 11, -1, 891, -1, -1, -1, -1, 155, -1, -1, + 158, 159, 160, -1, -1, 163, -1, 165, 166, -1, + -1, 169, -1, -1, 3, 4, 5, 6, -1, 8, + 9, 10, 11, 12, -1, -1, 15, -1, -1, -1, + 51, -1, -1, 54, -1, 56, 57, 58, 59, -1, + -1, -1, 63, -1, -1, 66, -1, -1, -1, 70, + -1, 1429, -1, -1, -1, -1, 77, -1, 47, -1, + -1, 50, 51, 84, -1, 54, -1, 56, 57, 58, + 59, 60, -1, 62, 63, -1, -1, 66, 67, 100, + -1, 70, -1, -1, -1, -1, 75, 76, 77, -1, + -1, 112, -1, -1, -1, 84, -1, -1, -1, 120, + 121, -1, -1, -1, -1, 126, -1, -1, -1, 1008, + -1, 100, -1, 134, 135, 136, 137, -1, 1329, 140, + 109, 142, 111, -1, 113, -1, 147, -1, 117, 118, + -1, 120, 121, 122, -1, -1, 125, 126, -1, -1, + 1039, 130, 163, -1, 133, 134, 135, 136, 137, -1, + -1, 140, -1, 142, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 155, -1, -1, 158, + 159, -1, -1, -1, 163, -1, 165, -1, -1, -1, + 169, -1, -1, 1394, 1395, 1396, 1397, -1, 1399, 1400, + 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, + 13, -1, 15, 16, 17, 18, 19, 20, 21, 22, + 23, 24, 25, 1112, -1, -1, -1, -1, -1, -1, + 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, + -1, 54, 55, 56, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, -1, 70, -1, 72, + 73, 74, 75, 76, 77, 78, 79, 80, -1, 82, + 83, 84, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 100, -1, -1, + -1, -1, -1, -1, 107, 108, 109, -1, 111, 112, + 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, + 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, + 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, + 143, -1, -1, -1, 147, 148, 149, 150, 151, 152, + 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, + 163, 164, 165, 166, 167, 168, 169, 170, 3, 4, + 5, 6, 7, 8, 9, 10, 11, 12, 13, -1, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, -1, -1, -1, -1, 1284, -1, -1, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + 45, 46, 47, 48, 49, 50, 51, -1, -1, 54, + 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, + 65, 66, 67, 68, -1, 70, -1, 72, 73, 74, + 75, 76, 77, 78, 79, 80, -1, 82, 83, 84, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 100, -1, -1, -1, -1, + -1, -1, 107, 108, 109, -1, 111, 112, 113, 114, + 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, + 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, + 135, 136, 137, 138, 139, 140, 141, 142, 143, -1, + -1, -1, 147, 148, 149, 150, 151, 152, 153, 154, + 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, -1, 169, 170, 3, 4, 5, 6, + -1, 8, 9, 10, 11, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 16, 17, 18, 19, 20, 21, 22, 23, -1, + -1, -1, -1, 50, 51, 1474, -1, 54, 33, 56, + 57, 58, 59, -1, -1, 62, 63, -1, -1, 66, 67, -1, -1, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, - -1, -1, 109, 707, 111, -1, 113, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, 118, -1, 120, 121, 122, -1, -1, 125, 126, -1, -1, -1, 130, -1, -1, 133, 134, 135, 136, - 137, -1, -1, 140, 738, 142, -1, -1, -1, 3, - 4, 5, 6, -1, 8, 9, 10, 11, 155, -1, + 137, -1, -1, 140, -1, 142, 3, 4, 5, 6, + -1, 8, 9, 10, 11, -1, -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, - -1, 1246, 169, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 776, -1, 16, 17, 18, 19, 20, 21, - 22, 23, -1, -1, -1, -1, 50, 51, -1, -1, - 54, 33, 56, 57, 58, 59, -1, -1, 62, 63, - -1, -1, 66, 67, -1, -1, 70, -1, -1, -1, - -1, 75, 76, 77, -1, 1300, -1, 81, -1, -1, - 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, 99, 100, -1, -1, -1, - -1, -1, -1, -1, -1, 109, -1, 111, -1, 113, - -1, -1, -1, -1, 118, -1, 120, 121, 122, -1, - 1345, 125, 126, -1, -1, -1, 130, -1, -1, 133, - 134, 135, 136, 137, -1, -1, 140, -1, 142, -1, - -1, -1, 3, 4, 5, 6, 890, 8, 9, 10, - 11, 155, -1, 1091, 158, 159, 160, -1, -1, 163, - -1, 165, 166, -1, -1, 169, -1, -1, -1, -1, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 162, -1, 164, 165, 166, -1, -1, -1, 170, 50, - -1, -1, -1, 54, -1, 56, 57, 58, -1, -1, - 1425, 62, -1, 64, 65, 66, 67, -1, -1, 33, - -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, - 81, -1, -1, 84, 85, 86, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, - -1, -1, -1, -1, -1, -1, -1, -1, 109, -1, - 111, -1, 113, -1, -1, -1, -1, 118, -1, 120, - 121, 122, 1006, -1, 125, 10, 11, -1, -1, 130, - -1, -1, 133, -1, -1, -1, 137, -1, -1, -1, - -1, 142, -1, -1, -1, 54, 147, 56, 57, 58, - -1, -1, -1, 1037, 155, -1, -1, 158, 159, 160, - -1, -1, 163, 17, 165, 166, 51, -1, 169, 54, - -1, 56, 57, 58, 59, 84, -1, -1, 63, 33, - -1, 66, -1, -1, -1, 70, -1, -1, -1, -1, - -1, 100, 77, 47, 158, 159, 160, 161, 162, 84, - 164, 165, 166, -1, -1, -1, 60, 61, -1, -1, - -1, 120, 121, -1, 54, 100, 56, 57, 58, -1, - -1, -1, 76, -1, -1, 1109, 66, 112, 137, -1, - -1, -1, -1, 142, -1, 120, 121, -1, -1, -1, - -1, 126, -1, -1, 84, -1, -1, -1, 1326, 134, - 135, 136, 137, 107, -1, 140, 110, 142, -1, 113, - 100, -1, 147, -1, -1, 16, 17, 18, 19, 20, - 21, 22, 23, -1, -1, 129, -1, -1, 163, -1, - 120, 121, 33, -1, -1, -1, -1, 141, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 137, -1, -1, - -1, 155, 142, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 1390, 1391, 1392, 1393, -1, 1395, 1396, 3, - 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, - -1, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, -1, -1, -1, -1, -1, -1, -1, 33, - 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, - 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, - 64, 65, 66, 67, 68, -1, 70, -1, 72, 73, - 74, 75, 76, 77, 78, 79, 80, 1281, 82, 83, - 84, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 162, -1, 164, 165, 166, 100, -1, -1, 170, - -1, -1, -1, 107, 108, 109, -1, 111, 112, 113, - 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, - 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, - -1, -1, -1, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, - 164, 165, 166, 167, 168, 169, 170, 3, 4, 5, - 6, 7, 8, 9, 10, 11, 12, 13, -1, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - -1, -1, -1, -1, -1, -1, -1, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 46, 47, 48, 49, 50, 51, -1, -1, 54, 55, - 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, -1, 70, -1, 72, 73, 74, 75, - 76, 77, 78, 79, 80, -1, 82, 83, 84, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 100, 1469, -1, -1, -1, -1, - -1, 107, 108, 109, -1, 111, 112, 113, 114, 115, - 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, - 136, 137, 138, 139, 140, 141, 142, 143, -1, -1, - -1, 147, 148, 149, 150, 151, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, - 166, 167, -1, 169, 170, 3, 4, 5, 6, -1, - 8, 9, 10, 11, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 16, 17, 18, 19, - 20, 21, 22, 23, -1, -1, -1, -1, -1, -1, - -1, -1, 50, 33, -1, -1, 54, -1, 56, 57, - 58, -1, -1, -1, 62, -1, -1, -1, 66, 67, - -1, -1, -1, -1, -1, -1, -1, 75, 76, 77, - -1, -1, -1, 81, -1, -1, 84, 85, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, - 118, -1, 120, 121, 122, -1, -1, 125, -1, -1, - -1, -1, 130, -1, -1, 133, -1, -1, -1, 137, - 3, 4, 5, 6, 142, 8, 9, 10, 11, -1, - -1, -1, -1, -1, -1, -1, -1, 155, -1, -1, - 158, 159, 160, -1, -1, 163, -1, 165, 166, 167, - 150, 169, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, -1, 164, 165, 166, 50, 51, -1, - -1, 54, -1, 56, 57, 58, -1, -1, -1, 62, - -1, -1, -1, 66, 67, -1, -1, -1, -1, -1, - -1, -1, 75, 76, 77, -1, -1, -1, 81, -1, - -1, 84, 85, 86, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, -1, 111, -1, - 113, -1, -1, -1, -1, 118, -1, 120, 121, 122, - -1, -1, 125, -1, -1, -1, -1, 130, -1, -1, - 133, -1, -1, -1, 137, 3, 4, 5, 6, 142, - 8, 9, 10, 11, -1, -1, -1, -1, -1, -1, - -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, - 163, -1, 165, 166, -1, -1, 169, -1, -1, -1, - 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, - -1, -1, 50, 51, -1, -1, 54, 33, 56, 57, - 58, -1, -1, -1, 62, -1, -1, -1, 66, 67, - -1, -1, -1, -1, -1, -1, -1, 75, 76, 77, - -1, -1, -1, 81, -1, -1, 84, 85, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, - 118, -1, 120, 121, 122, -1, -1, 125, -1, -1, - -1, -1, 130, -1, -1, 133, -1, -1, -1, 137, - 3, 4, 5, 6, 142, 8, 9, 10, 11, -1, - -1, -1, -1, -1, -1, -1, -1, 155, -1, -1, - 158, 159, 160, -1, -1, 163, -1, 165, 166, -1, - -1, 169, -1, 149, -1, -1, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 50, 164, 165, - 166, 54, -1, 56, 57, 58, -1, -1, -1, 62, - -1, -1, -1, 66, 67, -1, -1, -1, -1, -1, - -1, -1, 75, 76, 77, -1, -1, -1, 81, -1, - -1, 84, 85, 86, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, -1, 111, -1, - 113, -1, -1, -1, -1, 118, -1, 120, 121, 122, - -1, -1, 125, -1, -1, -1, -1, 130, -1, -1, - 133, -1, -1, -1, 137, 3, 4, 5, 6, 142, - 8, 9, 10, 11, 147, -1, -1, -1, -1, -1, - -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, - 163, -1, 165, 166, -1, -1, 169, -1, -1, -1, - 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, - -1, -1, 50, -1, -1, -1, 54, 33, 56, 57, - 58, -1, -1, -1, 62, -1, -1, -1, 66, 67, - -1, -1, -1, -1, -1, -1, -1, 75, 76, 77, - -1, -1, -1, 81, -1, -1, 84, 85, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, - 118, -1, 120, 121, 122, -1, -1, 125, -1, -1, - -1, -1, 130, -1, -1, 133, -1, -1, -1, 137, - 3, 4, 5, 6, 142, 8, 9, 10, 11, -1, - -1, -1, -1, -1, -1, -1, -1, 155, -1, -1, - 158, 159, 160, -1, -1, 163, -1, 165, 166, 167, - -1, 169, 148, -1, -1, -1, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 50, 164, 165, - 166, 54, -1, 56, 57, 58, -1, -1, -1, 62, - -1, -1, -1, 66, 67, -1, -1, -1, -1, -1, - -1, -1, 75, 76, 77, -1, -1, -1, 81, -1, - -1, 84, 85, 86, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, -1, 111, -1, - 113, -1, -1, -1, -1, 118, -1, 120, 121, 122, - -1, -1, 125, -1, -1, -1, -1, 130, -1, -1, - 133, -1, -1, -1, 137, 3, 4, 5, 6, 142, - 8, 9, 10, 11, 147, -1, -1, -1, -1, -1, - -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, - 163, -1, 165, 166, -1, -1, 169, -1, -1, -1, - 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, - -1, -1, 50, -1, -1, -1, 54, 33, 56, 57, - 58, -1, -1, -1, 62, -1, -1, -1, 66, 67, - -1, -1, -1, -1, -1, -1, -1, 75, 76, 77, - -1, -1, -1, 81, -1, -1, 84, 85, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, 111, -1, 113, -1, -1, -1, -1, - 118, -1, 120, 121, 122, -1, -1, 125, -1, -1, - -1, -1, 130, -1, -1, 133, -1, -1, -1, 137, - 3, 4, 5, 6, 142, 8, 9, 10, 11, -1, - -1, -1, -1, -1, -1, -1, -1, 155, -1, -1, - 158, 159, 160, -1, -1, 163, -1, 165, 166, 167, - -1, 169, -1, -1, 150, -1, 152, 153, 154, 155, - 156, 157, 158, 159, 160, 161, 162, 50, 164, 165, - 166, 54, -1, 56, 57, 58, -1, -1, -1, 62, - -1, -1, -1, 66, 67, -1, -1, -1, -1, -1, - -1, -1, 75, 76, 77, -1, -1, -1, 81, -1, - -1, 84, 85, 86, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, -1, 111, -1, - 113, -1, -1, -1, -1, 118, -1, 120, 121, 122, - -1, -1, 125, -1, -1, -1, -1, 130, -1, -1, - 133, -1, -1, -1, 137, 3, 4, 5, 6, 142, - 8, 9, 10, 11, 12, -1, -1, 15, -1, -1, - -1, -1, 155, -1, -1, 158, 159, 160, -1, -1, - 163, -1, 165, 166, -1, -1, 169, 16, 17, 18, - 19, 20, 21, 22, 23, -1, -1, -1, -1, 47, - -1, -1, 50, 51, 33, -1, 54, -1, 56, 57, - 58, 59, 60, -1, 62, 63, -1, -1, 66, 67, - -1, -1, 70, -1, -1, -1, -1, 75, 76, 77, - -1, -1, -1, -1, -1, -1, 84, -1, -1, -1, - -1, -1, 16, 17, 18, 19, 20, 21, 22, 23, - -1, -1, 100, -1, -1, -1, -1, -1, -1, 33, - -1, 109, -1, 111, -1, 113, -1, -1, -1, 117, - 118, -1, 120, 121, 122, -1, -1, 125, 126, -1, - -1, -1, 130, -1, -1, 133, 134, 135, 136, 137, - -1, -1, 140, -1, 142, -1, 3, 4, 5, 6, - -1, 8, 9, 10, 11, 12, -1, 155, 15, -1, - 158, 159, -1, -1, -1, 163, -1, 165, -1, 148, - -1, 169, -1, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 162, -1, 164, 165, 166, 167, -1, - 47, -1, -1, 50, 51, -1, -1, 54, -1, 56, - 57, 58, 59, 60, -1, 62, 63, -1, -1, 66, - 67, -1, -1, 70, -1, -1, -1, -1, 75, 76, - 77, -1, -1, 17, -1, -1, -1, 84, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, - 164, 165, 166, 100, -1, -1, -1, -1, -1, -1, - -1, -1, 109, 47, 111, -1, 113, -1, -1, -1, - 117, 118, -1, 120, 121, 122, 60, 61, 125, 126, - -1, -1, -1, 130, -1, -1, 133, 134, 135, 136, - 137, -1, 76, 140, -1, 142, 3, 4, 5, 6, - -1, 8, 9, 10, -1, -1, -1, -1, 155, -1, - -1, 158, 159, -1, -1, -1, 163, -1, 165, -1, - -1, -1, 169, 107, -1, -1, 110, -1, -1, 113, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 50, -1, 129, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 62, -1, 141, -1, -1, - 67, 17, 18, 19, 20, 21, 22, 23, 75, 76, - -1, 155, -1, -1, 81, -1, -1, 33, 85, 86, - 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 99, 16, 17, 18, 19, 20, 21, 22, - 23, -1, -1, -1, 111, -1, 113, -1, -1, -1, - 33, 118, -1, -1, -1, 122, -1, -1, 125, -1, - -1, -1, -1, 130, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 155, -1, - -1, 158, 159, 160, 6, -1, 163, -1, 165, 166, - -1, -1, 169, -1, 16, 17, 18, 19, 20, 21, - 22, 23, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 33, -1, 35, 36, 37, 38, 39, 40, 41, - 42, 43, 44, 45, 46, -1, -1, 153, 154, 155, - -1, -1, 158, 159, 160, 161, 162, -1, 164, 165, - 166, -1, -1, 65, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 10, 11, -1, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - -1, 164, 165, 166, 167, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 109, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 51, -1, -1, - 54, -1, 56, 57, 58, 59, -1, -1, -1, 63, - -1, -1, 66, -1, -1, -1, 70, -1, -1, -1, - -1, -1, -1, 77, -1, -1, 148, -1, -1, 151, - 84, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 162, 163, -1, 165, 166, -1, 100, 169, 10, 11, - -1, -1, -1, -1, -1, -1, -1, -1, 112, -1, - -1, -1, -1, -1, -1, -1, 120, 121, -1, -1, - -1, -1, 126, -1, -1, -1, -1, -1, -1, -1, - 134, 135, 136, 137, -1, -1, 140, -1, 142, 51, - -1, -1, 54, -1, 56, 57, 58, 59, -1, -1, - -1, 63, -1, -1, 66, -1, -1, -1, 70, 163, - -1, -1, -1, -1, -1, 77, -1, -1, -1, -1, - -1, -1, 84, 16, 17, 18, 19, 20, 21, 22, - 23, -1, -1, -1, -1, -1, -1, -1, 100, -1, - 33, -1, -1, -1, -1, 10, 11, 12, -1, -1, - 112, -1, -1, -1, -1, -1, -1, -1, 120, 121, - -1, -1, -1, -1, 126, -1, -1, -1, -1, -1, - -1, -1, 134, 135, 136, 137, -1, -1, 140, -1, - 142, 16, 17, 18, 19, 20, 21, 22, 23, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 33, 64, - -1, 163, 16, 17, 18, 19, 20, 21, 22, 23, - -1, 76, 77, -1, -1, -1, -1, -1, -1, 33, - 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 33, 16, 17, - 18, 19, 20, 21, 22, 23, -1, -1, 113, 114, - -1, 116, -1, -1, -1, 33, 121, -1, 123, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - -1, 164, 165, 166, 167, 16, 17, 18, 19, 20, - 21, 22, 23, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 33, 16, 17, 18, 19, 20, 21, 22, - 23, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 33, -1, -1, -1, -1, -1, -1, 152, 153, 154, + -1, -1, 169, -1, -1, -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, 164, - 165, 166, 167, -1, -1, -1, -1, -1, 152, 153, + 165, 166, -1, 50, -1, 170, -1, 54, -1, 56, + 57, 58, -1, -1, -1, 62, -1, 64, 65, 66, + 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, + 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, -1, -1, -1, + -1, 118, -1, 120, 121, 122, -1, -1, 125, -1, + -1, -1, -1, 130, -1, -1, 133, -1, -1, -1, + 137, 3, 4, 5, 6, 142, 8, 9, 10, 11, + 147, -1, -1, -1, -1, -1, -1, -1, 155, -1, + -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, + -1, -1, 169, 17, 18, 19, 20, 21, 22, 23, + -1, -1, -1, -1, -1, -1, -1, -1, 50, 33, + -1, -1, 54, -1, 56, 57, 58, -1, -1, -1, + 62, -1, -1, -1, 66, 67, -1, -1, -1, -1, + -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, + -1, -1, 84, 85, 86, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, 111, + -1, 113, -1, -1, -1, -1, 118, -1, 120, 121, + 122, -1, -1, 125, -1, -1, -1, -1, 130, -1, + -1, 133, -1, -1, -1, 137, 3, 4, 5, 6, + 142, 8, 9, 10, 11, -1, -1, -1, -1, -1, + -1, -1, -1, 155, -1, -1, 158, 159, 160, -1, + -1, 163, -1, 165, 166, 167, -1, 169, -1, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, + 164, 165, 166, 50, 51, -1, -1, 54, -1, 56, + 57, 58, -1, -1, -1, 62, -1, -1, -1, 66, + 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, + 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, -1, -1, -1, + -1, 118, -1, 120, 121, 122, -1, -1, 125, -1, + -1, -1, -1, 130, -1, -1, 133, -1, -1, -1, + 137, 3, 4, 5, 6, 142, 8, 9, 10, 11, + -1, -1, -1, -1, -1, -1, -1, -1, 155, -1, + -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, + -1, -1, 169, -1, -1, -1, 16, 17, 18, 19, + 20, 21, 22, 23, -1, -1, -1, -1, 50, 51, + -1, -1, 54, 33, 56, 57, 58, -1, -1, -1, + 62, -1, -1, -1, 66, 67, -1, -1, -1, -1, + -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, + -1, -1, 84, 85, 86, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, 111, + -1, 113, -1, -1, -1, -1, 118, -1, 120, 121, + 122, -1, -1, 125, -1, -1, -1, -1, 130, -1, + -1, 133, -1, -1, -1, 137, 3, 4, 5, 6, + 142, 8, 9, 10, 11, -1, -1, -1, -1, -1, + -1, -1, -1, 155, -1, -1, 158, 159, 160, -1, + -1, 163, -1, 165, 166, -1, -1, 169, -1, -1, + 150, -1, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 50, 164, 165, 166, 54, -1, 56, + 57, 58, -1, -1, -1, 62, -1, -1, -1, 66, + 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, + 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, -1, -1, -1, + -1, 118, -1, 120, 121, 122, -1, -1, 125, -1, + -1, -1, -1, 130, -1, -1, 133, -1, -1, -1, + 137, 3, 4, 5, 6, 142, 8, 9, 10, 11, + 147, -1, -1, -1, -1, -1, -1, -1, 155, -1, + -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, + -1, -1, 169, -1, -1, -1, 16, 17, 18, 19, + 20, 21, 22, 23, -1, -1, -1, -1, 50, -1, + -1, -1, 54, 33, 56, 57, 58, -1, -1, -1, + 62, -1, -1, -1, 66, 67, -1, -1, -1, -1, + -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, + -1, -1, 84, 85, 86, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, 111, + -1, 113, -1, -1, -1, -1, 118, -1, 120, 121, + 122, -1, -1, 125, -1, -1, -1, -1, 130, -1, + -1, 133, -1, -1, -1, 137, 3, 4, 5, 6, + 142, 8, 9, 10, 11, -1, -1, -1, -1, -1, + -1, -1, -1, 155, -1, -1, 158, 159, 160, -1, + -1, 163, -1, 165, 166, 167, -1, 169, -1, 149, + -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 50, 164, 165, 166, 54, -1, 56, + 57, 58, -1, -1, -1, 62, -1, -1, -1, 66, + 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, + 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, -1, -1, -1, + -1, 118, -1, 120, 121, 122, -1, -1, 125, -1, + -1, -1, -1, 130, -1, -1, 133, -1, -1, -1, + 137, 3, 4, 5, 6, 142, 8, 9, 10, 11, + 147, -1, -1, -1, -1, -1, -1, -1, 155, -1, + -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, + -1, -1, 169, -1, -1, -1, 16, 17, 18, 19, + 20, 21, 22, 23, -1, -1, -1, -1, 50, -1, + -1, -1, 54, 33, 56, 57, 58, -1, -1, -1, + 62, -1, -1, -1, 66, 67, -1, -1, -1, -1, + -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, + -1, -1, 84, 85, 86, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, 111, + -1, 113, -1, -1, -1, -1, 118, -1, 120, 121, + 122, -1, -1, 125, -1, -1, -1, -1, 130, -1, + -1, 133, -1, -1, -1, 137, 3, 4, 5, 6, + 142, 8, 9, 10, 11, -1, -1, -1, -1, -1, + -1, -1, -1, 155, -1, -1, 158, 159, 160, -1, + -1, 163, -1, 165, 166, 167, -1, 169, 148, -1, + -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 50, 164, 165, 166, 54, -1, 56, + 57, 58, -1, -1, -1, 62, -1, -1, -1, 66, + 67, -1, -1, -1, -1, -1, -1, -1, 75, 76, + 77, -1, -1, -1, 81, -1, -1, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, + -1, -1, 109, -1, 111, -1, 113, 10, 11, 12, + -1, 118, -1, 120, 121, 122, -1, -1, 125, -1, + -1, -1, -1, 130, -1, -1, 133, -1, -1, -1, + 137, 3, 4, 5, 6, 142, 8, 9, 10, 11, + 12, -1, -1, 15, 47, -1, 49, -1, 155, -1, + -1, 158, 159, 160, -1, -1, 163, -1, 165, 166, + -1, 64, 169, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 76, 77, 47, -1, -1, 50, 51, + -1, -1, 54, -1, 56, 57, 58, 59, 60, -1, + 62, 63, -1, -1, 66, 67, -1, -1, 70, -1, + -1, -1, -1, 75, 76, 77, -1, -1, -1, -1, + 113, 114, 84, 116, -1, -1, -1, -1, 121, -1, + 123, -1, -1, -1, -1, 10, 11, -1, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, 111, + -1, 113, -1, -1, 147, 117, 118, -1, 120, 121, + 122, -1, -1, 125, 126, -1, -1, -1, 130, -1, + -1, 133, 134, 135, 136, 137, 51, -1, 140, 54, + 142, 56, 57, 58, 59, -1, -1, -1, 63, -1, + -1, 66, -1, 155, -1, 70, 158, 159, -1, -1, + -1, 163, 77, 165, -1, -1, -1, 169, -1, 84, + 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, + -1, -1, -1, -1, -1, 100, -1, 33, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 112, -1, -1, + -1, -1, -1, -1, -1, 120, 121, -1, -1, -1, + -1, 126, 54, -1, 56, 57, 58, -1, -1, 134, + 135, 136, 137, -1, 66, 140, -1, 142, 16, 17, + 18, 19, 20, 21, 22, 23, -1, -1, -1, -1, + -1, -1, 84, -1, -1, 33, -1, -1, 163, 16, + 17, 18, 19, 20, 21, 22, 23, -1, 100, -1, + -1, -1, -1, -1, -1, -1, 33, 16, 17, 18, + 19, 20, 21, 22, 23, -1, -1, -1, 120, 121, + -1, -1, -1, -1, 33, -1, 16, 17, 18, 19, + 20, 21, 22, 23, -1, 137, -1, -1, -1, -1, + 142, -1, 148, 33, -1, -1, 152, 153, 154, 155, + 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, + 166, 167, 16, 17, 18, 19, 20, 21, 22, 23, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 33, + 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 33, -1, -1, + -1, -1, -1, -1, 152, 153, 154, 155, 156, 157, + 158, 159, 160, 161, 162, -1, 164, 165, 166, 167, + -1, -1, -1, -1, -1, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, -1, 164, 165, 166, + 167, -1, -1, 152, 153, 154, 155, 156, 157, 158, + 159, 160, 161, 162, -1, 164, 165, 166, 167, -1, + -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, -1, 164, 165, 166, 167, 16, 17, + 18, 19, 20, 21, 22, 23, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 33, -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, 166, 167, -1, -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, - 166, 167, -1, -1, 152, 153, 154, 155, 156, 157, + 166, 167, 16, 17, 18, 19, 20, 21, 22, 23, + -1, -1, 10, 11, 12, -1, 10, 11, 12, 33, + 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 33, 16, 17, + 18, 19, 20, 21, 22, 23, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 33, 16, 17, 18, 19, + 20, 21, 22, 23, -1, -1, 64, -1, -1, -1, + 64, -1, -1, 33, -1, -1, -1, -1, 76, 77, + -1, -1, 76, 77, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, 166, 167, 16, 17, 18, 19, 20, 21, 22, 23, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 33, -1, -1, - -1, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 162, -1, 164, 165, 166, 167, -1, -1, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, - -1, 164, 165, 166, 16, 17, 18, 19, 20, 21, - 22, 23, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 33, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 18, 19, 20, 21, 22, 23, -1, -1, -1, -1, - -1, -1, -1, -1, 150, 33, 152, 153, 154, 155, + -1, -1, -1, -1, -1, 113, 114, 33, 116, 113, + 114, -1, 116, 121, -1, 123, -1, 121, -1, 123, + -1, -1, -1, -1, -1, -1, 150, -1, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 147, + 164, 165, 166, -1, -1, -1, 152, 153, 154, 155, + 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, + 166, -1, -1, -1, 152, 153, 154, 155, 156, 157, + 158, 159, 160, 161, 162, -1, 164, 165, 166, -1, + 150, -1, 152, 153, 154, 155, -1, -1, 158, 159, + 160, 161, 162, -1, 164, 165, 166, 0, -1, -1, + -1, -1, -1, -1, -1, -1, 17, 18, 19, 20, + 21, 22, 23, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 33, -1, -1, -1, 152, 153, 154, 155, -1, -1, 158, 159, 160, 161, 162, -1, 164, 165, - 166, 47, -1, 49, -1, -1, 52, 53, -1, -1, - -1, -1, -1, -1, 60, 61, 18, 19, 20, 21, - 22, 23, -1, 69, -1, 71, 72, 73, 74, -1, - -1, 33, 78, -1, -1, -1, -1, 83, -1, -1, - 152, 153, 154, 155, -1, -1, 158, 159, 160, 161, - 162, -1, 164, 165, 166, 101, 102, 103, 104, 105, - 106, 107, 108, -1, -1, -1, -1, -1, 114, 115, - 116, 117, -1, -1, -1, -1, -1, 123, 124, 11, - 12, 127, 128, 15, -1, 17, 132, -1, -1, -1, - -1, -1, 138, 139, -1, 141, -1, -1, -1, -1, - -1, -1, -1, 149, -1, 153, 154, 155, 156, 157, - 158, 159, 160, 161, 162, 47, 164, 165, 166, 51, - -1, -1, 54, -1, 56, 57, 58, 59, 60, -1, - -1, 63, -1, -1, 66, -1, -1, -1, 70, -1, - -1, -1, -1, -1, -1, 77, 18, 19, 20, 21, - 22, 23, 84, 155, 156, 157, 158, 159, 160, 161, - 162, 33, 164, 165, 166, 10, 11, 12, 100, 18, - 19, 20, 21, 22, 23, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 33, 117, -1, -1, 120, 121, - -1, -1, -1, -1, 126, -1, 18, 19, 20, 21, - 22, 23, 134, 135, 136, 137, -1, -1, 140, -1, - 142, 33, 18, 19, 20, 21, 22, 23, -1, 64, - -1, -1, -1, 155, -1, -1, -1, 33, 160, -1, - -1, 76, 77, -1, -1, -1, -1, -1, -1, -1, + 166, -1, -1, -1, 47, -1, 49, -1, -1, 52, + 53, -1, -1, -1, -1, -1, -1, 60, 61, -1, + -1, -1, -1, -1, -1, -1, 69, -1, 71, 72, + 73, 74, -1, -1, -1, 78, -1, -1, -1, -1, + 83, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 101, 102, + 103, 104, 105, 106, 107, 108, -1, -1, -1, -1, + -1, 114, 115, 116, 117, -1, -1, -1, -1, -1, + 123, 124, 11, 12, 127, 128, 15, -1, 17, 132, + -1, -1, -1, -1, -1, 138, 139, -1, 141, -1, + -1, -1, 153, 154, 155, -1, 149, 158, 159, 160, + 161, 162, -1, 164, 165, 166, -1, -1, 47, -1, + -1, -1, 51, -1, -1, 54, -1, 56, 57, 58, + 59, 60, -1, -1, 63, -1, -1, 66, -1, -1, + -1, 70, 18, 19, 20, 21, 22, 23, 77, -1, + -1, -1, -1, -1, -1, 84, -1, 33, 18, 19, + 20, 21, 22, 23, -1, -1, -1, -1, -1, -1, + -1, 100, -1, 33, 18, 19, 20, 21, 22, 23, + -1, -1, -1, -1, -1, -1, -1, -1, 117, 33, + -1, 120, 121, -1, -1, -1, -1, 126, -1, 18, + 19, 20, 21, 22, 23, 134, 135, 136, 137, -1, + -1, 140, -1, 142, 33, 18, 19, 20, 21, 22, + 23, -1, -1, -1, -1, -1, 155, -1, -1, -1, + 33, 160, 18, 19, 20, 21, 22, 23, -1, -1, + -1, 18, 19, 20, 21, 22, 23, 33, -1, -1, + -1, -1, -1, -1, -1, -1, 33, 20, 21, 22, + 23, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 33, -1, -1, -1, -1, -1, -1, 153, 154, 155, + 156, 157, 158, 159, 160, 161, 162, -1, 164, 165, + 166, -1, -1, -1, 154, 155, 156, 157, 158, 159, + 160, 161, 162, -1, 164, 165, 166, -1, -1, 153, + 154, 155, -1, -1, 158, 159, 160, 161, 162, -1, + 164, 165, 166, 20, 21, 22, 23, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 33, 156, 157, 158, + 159, 160, 161, 162, -1, 164, 165, 166, -1, -1, + -1, 154, 155, -1, -1, 158, 159, 160, 161, 162, + -1, 164, 165, 166, -1, -1, -1, -1, -1, 155, + 6, -1, 158, 159, 160, 161, 162, -1, 164, 165, + 166, 158, 159, 160, 161, 162, 17, 164, 165, 166, + -1, -1, -1, 156, 157, 158, 159, 160, 161, 162, + -1, 164, 165, 166, -1, -1, -1, -1, -1, -1, + -1, 47, -1, 49, -1, -1, 47, 53, -1, -1, + -1, -1, -1, -1, 60, 61, -1, -1, -1, 60, + 61, -1, -1, -1, -1, 71, 72, 73, -1, -1, + -1, -1, 6, -1, -1, 76, -1, 83, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 10, 11, 12, 108, -1, -1, -1, -1, 113, 114, - -1, 116, -1, -1, -1, -1, 121, -1, 123, -1, - -1, 153, 154, 155, -1, -1, 158, 159, 160, 161, - 162, -1, 164, 165, 166, -1, -1, 47, -1, 49, - -1, -1, -1, -1, -1, -1, -1, 156, 157, 158, - 159, 160, 161, 162, 64, 164, 165, 166, -1, -1, - -1, -1, -1, -1, -1, -1, 76, 77, -1, 6, - -1, -1, 154, 155, -1, -1, 158, 159, 160, 161, - 162, -1, 164, 165, 166, -1, 6, -1, -1, 155, - -1, -1, 158, 159, 160, 161, 162, -1, 164, 165, - 166, -1, -1, 113, 114, -1, 116, -1, -1, -1, - 47, 121, 49, 123, -1, -1, 53, -1, -1, -1, - -1, -1, -1, 60, 61, -1, -1, 47, 54, 49, - 56, 57, 58, 53, 71, 72, 73, 147, -1, -1, - 60, 61, -1, -1, -1, -1, 83, -1, -1, -1, - -1, 71, 72, 73, -1, -1, -1, -1, 84, -1, - -1, -1, -1, 83, 10, 11, 12, -1, -1, -1, - 107, -1, -1, -1, 100, -1, 10, 11, 12, -1, - 117, -1, -1, -1, -1, -1, 123, 107, -1, -1, - 127, 128, -1, -1, 120, 121, -1, 117, -1, -1, - -1, -1, 139, 123, 141, 10, 11, 12, 128, -1, - -1, 137, -1, -1, -1, -1, 142, 51, 64, 139, - 54, 141, 56, 57, 58, 59, 60, -1, -1, 63, - 76, 77, 66, -1, -1, -1, 70, -1, -1, 165, - -1, -1, -1, 77, -1, -1, 51, -1, -1, 54, + -1, 158, 159, 160, 161, 162, -1, 164, 165, 166, + -1, 107, -1, -1, -1, -1, 107, -1, -1, 110, + -1, 117, 113, 47, -1, 49, -1, 123, -1, 53, + -1, 127, 128, 10, 11, 12, 60, 61, 129, -1, + -1, -1, -1, 139, -1, 141, -1, 71, 72, 73, + 141, -1, -1, -1, -1, -1, -1, -1, -1, 83, + -1, -1, -1, -1, 155, -1, -1, -1, -1, -1, + -1, -1, 10, 11, 12, -1, -1, 54, -1, 56, + 57, 58, -1, 107, -1, -1, -1, -1, -1, 66, + -1, -1, -1, 117, -1, -1, -1, -1, -1, 123, + 77, 10, 11, 12, 128, -1, -1, 84, -1, -1, + -1, -1, -1, 51, -1, 139, 54, 141, 56, 57, + 58, 59, 60, 100, -1, 63, -1, -1, 66, -1, + -1, -1, 70, -1, -1, -1, -1, -1, -1, 77, + -1, -1, 51, 120, 121, 54, 84, 56, 57, 58, + 59, 60, -1, -1, 63, -1, -1, 66, -1, -1, + 137, 70, 100, 140, -1, 142, -1, -1, 77, -1, + -1, -1, -1, -1, -1, 84, -1, -1, -1, -1, + -1, -1, 120, 121, 10, 11, 12, -1, 126, -1, + -1, 100, -1, 10, 11, 12, 134, 135, 136, 137, + -1, -1, 140, -1, 142, -1, -1, -1, -1, -1, + -1, 120, 121, -1, -1, -1, -1, 126, -1, -1, + -1, -1, 10, 11, 12, 134, 135, 136, 137, -1, + -1, 140, -1, 142, 51, -1, -1, 54, 64, 56, + 57, 58, 59, 60, -1, -1, 63, -1, -1, 66, + 76, 77, -1, 70, -1, -1, -1, -1, -1, -1, + 77, -1, -1, -1, -1, -1, 54, 84, 56, 57, + 58, 59, 60, -1, -1, -1, -1, -1, 66, -1, + -1, -1, -1, 100, -1, -1, -1, 113, 114, 77, + 116, -1, -1, -1, -1, 121, 84, 123, -1, -1, + -1, -1, -1, 120, 121, -1, -1, -1, 134, 126, + -1, -1, 100, 10, 11, 12, -1, 134, 135, 136, + 137, -1, -1, 140, -1, 142, 11, 12, -1, -1, + 15, -1, 120, 121, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 134, -1, -1, 137, + -1, -1, 140, -1, 142, 11, 12, -1, -1, 15, + -1, -1, 47, -1, -1, -1, 51, 64, -1, 54, + -1, 56, 57, 58, 59, 60, -1, -1, 63, 76, + 77, 66, -1, -1, -1, 70, -1, -1, -1, -1, + -1, 47, 77, -1, -1, 51, -1, -1, 54, 84, + 56, 57, 58, 59, 60, -1, -1, 63, -1, -1, + 66, -1, -1, -1, 70, 100, 113, 114, 115, 116, + -1, 77, -1, -1, 121, -1, 123, -1, 84, -1, + -1, -1, 117, -1, -1, 120, 121, 134, -1, -1, + -1, 126, 139, -1, 100, -1, -1, 11, 12, 134, + 135, 136, 137, -1, -1, 140, -1, 142, -1, -1, + -1, 117, -1, -1, 120, 121, -1, -1, -1, -1, + 126, 54, -1, 56, 57, 58, 11, 12, 134, 135, + 136, 137, -1, 47, 140, -1, 142, 51, -1, -1, + 54, -1, 56, 57, 58, 59, 60, -1, -1, 63, + -1, 84, 66, -1, -1, -1, 70, -1, -1, -1, + -1, -1, -1, 77, -1, -1, 51, 100, -1, 54, 84, 56, 57, 58, 59, 60, -1, -1, 63, -1, - -1, 66, -1, -1, -1, 70, 100, 113, 114, 115, - 116, -1, 77, -1, -1, 121, -1, 123, -1, 84, - -1, -1, -1, -1, -1, -1, 120, 121, 134, -1, - -1, -1, 126, 139, -1, 100, -1, 10, 11, 12, + -1, 66, -1, -1, -1, 70, 100, 120, 121, -1, + -1, -1, 77, -1, -1, -1, -1, -1, -1, 84, + -1, -1, -1, 117, 137, -1, 120, 121, -1, 142, + -1, -1, 126, 11, 12, 100, -1, -1, -1, -1, 134, 135, 136, 137, -1, -1, 140, -1, 142, -1, - -1, -1, -1, -1, -1, 120, 121, -1, -1, -1, - -1, 126, -1, -1, -1, -1, 10, 11, 12, 134, - 135, 136, 137, -1, -1, 140, -1, 142, 51, -1, - -1, 54, -1, 56, 57, 58, 59, 60, -1, -1, - 63, -1, -1, 66, -1, -1, -1, 70, 10, 11, - 12, -1, -1, -1, 77, -1, -1, -1, -1, -1, - 54, 84, 56, 57, 58, 59, 60, -1, -1, -1, - -1, -1, 66, -1, -1, -1, -1, 100, -1, -1, - -1, -1, -1, 77, -1, -1, -1, -1, -1, -1, - 84, -1, 54, -1, 56, 57, 58, 120, 121, -1, - -1, -1, -1, 126, 66, -1, 100, -1, -1, -1, - -1, 134, 135, 136, 137, 77, -1, 140, -1, 142, - -1, -1, 84, -1, 11, 12, 120, 121, 15, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 100, -1, - 134, -1, -1, 137, -1, -1, 140, -1, 142, -1, - -1, -1, -1, 11, 12, -1, -1, 15, 120, 121, - 47, -1, -1, -1, 51, -1, -1, 54, -1, 56, - 57, 58, 59, 60, -1, 137, 63, -1, 140, 66, - 142, -1, -1, 70, -1, -1, -1, -1, -1, 47, + -1, -1, 165, -1, -1, 120, 121, 11, 12, -1, + -1, 126, -1, -1, -1, -1, -1, -1, -1, 134, + 135, 136, 137, 51, -1, 140, 54, 142, 56, 57, + 58, 59, -1, -1, -1, 63, -1, -1, 66, -1, + -1, -1, 70, -1, -1, -1, -1, 51, -1, 77, + 54, -1, 56, 57, 58, 59, 84, -1, -1, 63, + -1, -1, 66, -1, -1, -1, 70, -1, -1, -1, + -1, -1, 100, 77, -1, -1, -1, -1, -1, -1, + 84, 10, 11, 12, -1, -1, -1, -1, -1, 117, + -1, -1, 120, 121, 11, -1, 100, -1, 126, -1, + -1, -1, -1, -1, -1, -1, 134, 135, 136, 137, + -1, -1, 140, -1, 142, -1, 120, 121, 47, -1, + 49, -1, 126, 11, -1, -1, -1, -1, -1, -1, + 134, 135, 136, 137, 51, 64, 140, 54, 142, 56, + 57, 58, 59, 60, -1, -1, 63, 76, 77, 66, + -1, -1, -1, 70, -1, -1, -1, -1, -1, -1, 77, -1, -1, 51, -1, -1, 54, 84, 56, 57, 58, 59, 60, -1, -1, 63, -1, -1, 66, -1, - -1, -1, 70, 100, -1, -1, -1, -1, -1, 77, - -1, -1, -1, -1, -1, -1, 84, -1, -1, -1, - 117, -1, -1, 120, 121, 10, 11, 12, -1, 126, - -1, -1, 100, -1, -1, 11, 12, 134, 135, 136, - 137, -1, -1, 140, -1, 142, -1, -1, -1, 117, - -1, -1, 120, 121, -1, -1, -1, -1, 126, 54, - -1, 56, 57, 58, 11, 12, 134, 135, 136, 137, - -1, 47, 140, -1, 142, 51, -1, -1, 54, 64, - 56, 57, 58, 59, 60, -1, -1, 63, -1, 84, - 66, 76, 77, -1, 70, -1, -1, -1, -1, -1, - -1, 77, -1, -1, 51, 100, -1, 54, 84, 56, - 57, 58, 59, 60, -1, -1, 63, -1, -1, 66, - -1, -1, -1, 70, 100, 120, 121, -1, 113, 114, - 77, 116, -1, -1, -1, -1, 121, 84, 123, -1, - -1, 117, 137, -1, 120, 121, -1, 142, -1, 134, - 126, 11, 12, 100, 139, -1, -1, -1, 134, 135, - 136, 137, -1, -1, 140, -1, 142, -1, -1, -1, - 165, -1, -1, 120, 121, 11, 12, -1, -1, 126, - -1, -1, -1, -1, -1, -1, -1, 134, 135, 136, - 137, 51, -1, 140, 54, 142, 56, 57, 58, 59, - -1, -1, -1, 63, -1, -1, 66, -1, -1, -1, - 70, -1, -1, -1, -1, 51, -1, 77, 54, -1, - 56, 57, 58, 59, 84, -1, -1, 63, -1, -1, - 66, -1, -1, -1, 70, -1, -1, -1, -1, -1, - 100, 77, -1, -1, -1, -1, -1, -1, 84, 10, - 11, 12, -1, -1, -1, -1, -1, 117, -1, -1, - 120, 121, 11, -1, 100, -1, 126, -1, -1, -1, - -1, -1, -1, -1, 134, 135, 136, 137, -1, -1, - 140, -1, 142, -1, 120, 121, -1, -1, -1, -1, - 126, 11, -1, -1, -1, -1, -1, -1, 134, 135, - 136, 137, 51, 64, 140, 54, 142, 56, 57, 58, - 59, 60, -1, -1, 63, 76, 77, 66, -1, -1, - -1, 70, -1, -1, -1, -1, -1, -1, 77, -1, - -1, 51, -1, -1, 54, 84, 56, 57, 58, 59, - 60, -1, -1, 63, -1, -1, 66, -1, -1, -1, - 70, 100, 113, 114, -1, 116, -1, 77, -1, -1, - 121, -1, 123, -1, 84, -1, -1, -1, -1, -1, - -1, 120, 121, 134, -1, -1, -1, 126, 11, -1, - 100, -1, -1, -1, -1, 134, 135, 136, 137, -1, - -1, 140, -1, 142, -1, -1, -1, -1, -1, -1, - 120, 121, 11, -1, -1, -1, 126, -1, -1, -1, - 10, 11, 12, -1, 134, 135, 136, 137, 51, -1, - 140, 54, 142, 56, 57, 58, 59, -1, -1, -1, - 63, -1, 54, 66, 56, 57, 58, 70, -1, -1, - -1, -1, 51, -1, 77, 54, -1, 56, 57, 58, - 59, 84, -1, -1, 63, -1, -1, 66, -1, -1, - -1, 70, 84, -1, 64, -1, -1, 100, 77, -1, - 10, 11, 12, -1, -1, 84, 76, 77, 100, -1, - -1, -1, -1, -1, 10, 11, 12, 120, 121, -1, - -1, 100, -1, 126, -1, -1, -1, -1, 120, 121, - -1, 134, 135, 136, 137, -1, -1, 140, -1, 142, - -1, 120, 121, 113, 114, 137, 116, 126, -1, -1, - 142, 121, -1, 123, 64, 134, 135, 136, 137, -1, - -1, 140, -1, 142, 134, -1, 76, 77, 64, 139, - -1, -1, -1, 165, -1, -1, -1, -1, -1, -1, - 76, 77, -1, -1, -1, -1, -1, -1, -1, 54, - -1, 56, 57, 58, -1, -1, -1, -1, -1, -1, - -1, 66, -1, 113, 114, -1, 116, -1, -1, -1, - -1, 121, -1, 123, -1, -1, -1, 113, 114, 84, - 116, -1, -1, -1, 134, 121, 47, 123, 49, 139, - -1, 52, 53, -1, -1, 100, -1, -1, -1, 60, - 61, -1, 138, -1, -1, -1, -1, -1, 69, -1, - 71, 72, 73, 74, -1, 120, 121, 78, -1, -1, - -1, -1, 83, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 137, -1, -1, -1, -1, 142, -1, -1, - 101, 102, 103, 104, 105, 106, 107, 108, -1, -1, - -1, -1, -1, 114, 115, 116, 117, -1, -1, 47, - 165, 49, 123, 124, 52, 53, 127, 128, -1, -1, - -1, 132, 60, 61, -1, -1, -1, 138, 139, -1, - 141, 69, -1, 71, 72, 73, 74, -1, 149, -1, - 78, -1, -1, -1, -1, 83, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 168, -1, -1, - -1, -1, -1, 101, 102, 103, 104, 105, 106, 107, - 108, -1, -1, -1, -1, -1, 114, 115, 116, 117, - -1, -1, 47, -1, 49, 123, 124, 52, 53, 127, - 128, -1, -1, -1, 132, 60, 61, -1, -1, -1, - 138, 139, -1, 141, 69, -1, 71, 72, 73, 74, - -1, 149, -1, 78, -1, -1, -1, -1, 83, -1, + -1, -1, 70, 100, 113, 114, -1, 116, -1, 77, + -1, -1, 121, -1, 123, -1, 84, -1, -1, -1, + -1, -1, -1, 120, 121, -1, -1, -1, -1, 126, + 11, -1, 100, -1, -1, -1, -1, 134, 135, 136, + 137, -1, -1, 140, -1, 142, -1, -1, -1, -1, + -1, -1, 120, 121, 11, -1, -1, -1, 126, -1, + -1, -1, 10, 11, 12, -1, 134, 135, 136, 137, + 51, -1, 140, 54, 142, 56, 57, 58, 59, -1, + -1, -1, 63, -1, -1, 66, -1, -1, -1, 70, + -1, -1, -1, -1, 51, -1, 77, 54, -1, 56, + 57, 58, 59, 84, -1, -1, 63, -1, -1, 66, + -1, -1, -1, 70, -1, -1, 64, -1, -1, 100, + 77, -1, 10, 11, 12, -1, -1, 84, 76, 77, + -1, -1, -1, -1, -1, -1, 10, 11, 12, 120, + 121, -1, -1, 100, -1, 126, -1, -1, -1, -1, + 10, 11, 12, 134, 135, 136, 137, -1, -1, 140, + -1, 142, -1, 120, 121, 113, 114, -1, 116, 126, + -1, -1, -1, 121, -1, 123, 64, 134, 135, 136, + 137, -1, -1, 140, -1, 142, 134, -1, 76, 77, + 64, 139, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 76, 77, 64, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 76, 77, -1, -1, + -1, -1, -1, -1, -1, 113, 114, -1, 116, -1, + -1, -1, -1, 121, -1, 123, -1, -1, -1, 113, + 114, -1, 116, -1, -1, -1, 134, 121, -1, 123, + -1, 139, -1, 113, 114, -1, 116, -1, -1, -1, + 134, 121, 47, 123, 49, 139, -1, 52, 53, -1, + -1, -1, -1, -1, -1, 60, 61, -1, 138, -1, + -1, -1, -1, -1, 69, -1, 71, 72, 73, 74, + -1, -1, -1, 78, -1, -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 168, -1, -1, -1, -1, -1, 101, 102, 103, 104, + -1, -1, -1, -1, -1, -1, 101, 102, 103, 104, 105, 106, 107, 108, -1, -1, -1, -1, -1, 114, 115, 116, 117, -1, -1, 47, -1, 49, 123, 124, 52, 53, 127, 128, -1, -1, -1, 132, 60, 61, @@ -2881,206 +2875,226 @@ static const yytype_int16 yycheck[] = 53, 127, 128, -1, -1, -1, 132, 60, 61, -1, -1, -1, 138, 139, -1, 141, 69, -1, 71, 72, 73, 74, -1, 149, -1, 78, -1, -1, -1, -1, - 83, -1, -1, 10, 11, 12, -1, -1, 15, 10, - 11, 12, 168, -1, -1, -1, -1, -1, 101, 102, + 83, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 168, -1, -1, -1, -1, -1, 101, 102, 103, 104, 105, 106, 107, 108, -1, -1, -1, -1, - -1, 114, 115, 116, 117, -1, -1, -1, -1, -1, - 123, 124, -1, -1, 127, 128, 47, -1, 49, 132, - -1, -1, -1, -1, -1, 138, 139, 64, 141, -1, - -1, -1, -1, 64, -1, 47, 149, 49, -1, 76, - 77, 53, -1, -1, -1, 76, 77, -1, 60, 61, - -1, -1, -1, -1, -1, 168, -1, -1, -1, 71, - 72, 73, -1, -1, -1, -1, 78, -1, -1, -1, - -1, 83, -1, -1, -1, -1, 113, 114, -1, 116, - -1, -1, 113, 114, 121, 116, 123, -1, -1, -1, - 121, -1, 123, -1, -1, 107, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 117, -1, -1, -1, -1, - -1, 123, -1, -1, -1, -1, 128, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 138, 139, 47, 141, - 49, -1, -1, 52, 53, -1, -1, -1, -1, -1, - -1, 60, 61, -1, 156, -1, -1, -1, -1, -1, - 69, -1, 71, 72, 73, 74, -1, -1, -1, 78, - -1, -1, -1, -1, 83, -1, -1, -1, -1, -1, + -1, 114, 115, 116, 117, -1, -1, 47, -1, 49, + 123, 124, 52, 53, 127, 128, -1, -1, -1, 132, + 60, 61, -1, -1, -1, 138, 139, -1, 141, 69, + -1, 71, 72, 73, 74, -1, 149, -1, 78, -1, + -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 168, -1, -1, -1, -1, + -1, 101, 102, 103, 104, 105, 106, 107, 108, -1, + -1, -1, -1, -1, 114, 115, 116, 117, -1, -1, + 47, -1, 49, 123, 124, 52, 53, 127, 128, -1, + -1, -1, 132, 60, 61, -1, -1, -1, 138, 139, + -1, 141, 69, -1, 71, 72, 73, 74, -1, 149, + -1, 78, 10, 11, 12, -1, 83, 15, -1, -1, + -1, 54, -1, 56, 57, 58, -1, -1, 168, -1, + -1, -1, -1, 66, 101, 102, 103, 104, 105, 106, + 107, 108, -1, -1, -1, -1, -1, 114, 115, 116, + 117, 84, -1, -1, -1, -1, 123, 124, -1, -1, + 127, 128, -1, -1, -1, 132, 64, 100, -1, -1, + -1, 138, 139, 54, 141, 56, 57, 58, 76, 77, + -1, -1, 149, -1, -1, -1, -1, 120, 121, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 101, 102, 103, 104, 105, 106, 107, 108, - -1, -1, -1, -1, -1, 114, 115, 116, 117, -1, - -1, 47, -1, 49, 123, 124, -1, 53, 127, 128, - -1, -1, -1, 132, 60, 61, -1, -1, -1, 138, - 139, -1, 141, -1, -1, 71, 72, 73, 47, -1, - 49, -1, 78, -1, 53, -1, -1, 83, -1, -1, - -1, 60, 61, 47, -1, 49, -1, -1, -1, 53, - -1, -1, 71, 72, 73, -1, 60, 61, -1, -1, - -1, 107, -1, -1, 83, -1, -1, 71, 72, 73, - -1, 117, -1, -1, -1, -1, -1, 123, -1, 83, - -1, 127, 128, -1, -1, -1, -1, -1, 107, 108, - -1, -1, 138, 139, -1, 141, -1, -1, 117, -1, - -1, -1, -1, 107, 123, -1, -1, -1, -1, 128, - -1, -1, -1, 117, -1, -1, -1, -1, -1, 123, - 139, -1, 141, -1, 128, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 139, -1, 141 + -1, 168, -1, 84, 137, -1, -1, -1, -1, 142, + -1, -1, -1, -1, -1, 113, 114, -1, 116, 100, + -1, -1, 47, 121, 49, 123, -1, -1, 53, -1, + -1, -1, 165, -1, -1, 60, 61, -1, -1, 120, + 121, -1, -1, -1, -1, -1, 71, 72, 73, -1, + -1, -1, -1, 78, -1, -1, 137, -1, 83, -1, + -1, 142, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 107, -1, 165, -1, -1, -1, -1, -1, + -1, -1, 117, -1, -1, -1, -1, -1, 123, -1, + -1, -1, -1, 128, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 138, 139, 47, 141, 49, -1, -1, + 52, 53, -1, -1, -1, -1, -1, -1, 60, 61, + -1, 156, -1, -1, -1, -1, -1, 69, -1, 71, + 72, 73, 74, -1, -1, -1, 78, -1, -1, -1, + -1, 83, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 101, + 102, 103, 104, 105, 106, 107, 108, -1, -1, -1, + -1, -1, 114, 115, 116, 117, -1, -1, 47, -1, + 49, 123, 124, -1, 53, 127, 128, -1, -1, -1, + 132, 60, 61, -1, -1, -1, 138, 139, -1, 141, + -1, -1, 71, 72, 73, 47, -1, 49, -1, 78, + -1, 53, -1, -1, 83, -1, -1, -1, 60, 61, + 47, -1, 49, -1, -1, -1, 53, -1, -1, 71, + 72, 73, -1, 60, 61, -1, -1, -1, 107, -1, + -1, 83, -1, -1, 71, 72, 73, -1, 117, -1, + -1, -1, -1, -1, 123, -1, 83, -1, 127, 128, + -1, -1, -1, -1, -1, 107, 108, -1, -1, 138, + 139, -1, 141, -1, -1, 117, -1, -1, -1, -1, + 107, 123, -1, -1, -1, -1, 128, -1, -1, -1, + 117, -1, -1, -1, -1, -1, 123, 139, -1, 141, + -1, 128, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 139, -1, 141 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { - 0, 144, 145, 146, 172, 173, 280, 3, 4, 5, + 0, 144, 145, 146, 172, 173, 281, 3, 4, 5, 6, 8, 9, 10, 11, 50, 54, 56, 57, 58, 62, 66, 67, 75, 76, 77, 81, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 109, 111, 113, 118, 120, 121, 122, 125, 130, 133, 137, 142, 155, 158, 159, 160, - 163, 165, 166, 169, 270, 271, 279, 11, 12, 51, + 163, 165, 166, 169, 271, 272, 280, 11, 12, 51, 54, 56, 57, 58, 59, 60, 63, 66, 70, 77, 84, 100, 120, 121, 126, 134, 135, 136, 137, 140, - 142, 232, 233, 237, 239, 241, 247, 248, 252, 253, - 258, 259, 260, 261, 0, 47, 49, 52, 53, 60, + 142, 233, 234, 238, 240, 242, 248, 249, 253, 254, + 259, 260, 261, 262, 0, 47, 49, 52, 53, 60, 61, 69, 71, 72, 73, 74, 78, 83, 101, 102, 103, 104, 105, 106, 107, 108, 114, 115, 116, 117, 123, 124, 127, 128, 132, 138, 139, 141, 149, 176, - 178, 179, 181, 184, 203, 254, 257, 280, 147, 165, + 178, 179, 181, 184, 204, 255, 258, 281, 147, 165, 165, 165, 165, 165, 165, 156, 165, 156, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 11, 51, 63, - 134, 135, 235, 252, 253, 258, 156, 165, 165, 15, - 165, 156, 165, 165, 165, 270, 270, 270, 270, 270, + 134, 135, 236, 253, 254, 259, 156, 165, 165, 15, + 165, 156, 165, 165, 165, 271, 271, 271, 271, 271, 11, 54, 56, 57, 58, 66, 77, 84, 100, 120, - 121, 137, 142, 237, 268, 270, 10, 11, 12, 64, + 121, 137, 142, 238, 269, 271, 10, 11, 12, 64, 76, 77, 113, 114, 116, 121, 123, 151, 155, 160, - 274, 275, 277, 280, 270, 16, 17, 18, 19, 20, + 275, 276, 278, 281, 271, 16, 17, 18, 19, 20, 21, 22, 23, 33, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 6, 8, - 232, 233, 165, 59, 126, 66, 100, 259, 259, 259, - 277, 165, 259, 13, 15, 17, 60, 141, 155, 160, - 165, 230, 231, 280, 231, 147, 10, 11, 12, 113, - 150, 278, 238, 280, 138, 182, 183, 277, 165, 72, - 83, 181, 181, 181, 181, 6, 181, 203, 181, 150, + 233, 234, 165, 59, 126, 66, 100, 260, 260, 260, + 278, 165, 260, 13, 15, 17, 60, 141, 155, 160, + 165, 231, 232, 281, 232, 147, 10, 11, 12, 113, + 150, 279, 239, 281, 138, 182, 183, 278, 165, 72, + 83, 181, 181, 181, 181, 6, 181, 204, 181, 150, 180, 108, 181, 165, 165, 165, 165, 165, 165, 181, - 147, 277, 150, 150, 150, 181, 181, 165, 179, 181, - 184, 204, 181, 181, 188, 108, 277, 181, 181, 10, - 11, 51, 63, 112, 134, 135, 147, 163, 191, 194, - 234, 236, 239, 241, 247, 252, 253, 258, 267, 268, - 280, 267, 237, 267, 267, 267, 267, 237, 267, 237, - 267, 237, 267, 237, 237, 237, 237, 237, 237, 237, - 237, 237, 237, 237, 237, 237, 237, 237, 267, 165, - 277, 165, 165, 277, 238, 237, 267, 267, 165, 10, - 237, 237, 237, 270, 267, 267, 167, 148, 167, 277, - 277, 148, 170, 151, 220, 280, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 167, 268, 270, - 231, 231, 51, 270, 237, 160, 277, 13, 15, 17, - 60, 141, 155, 160, 230, 280, 230, 231, 230, 231, - 230, 230, 15, 17, 47, 60, 117, 155, 160, 215, - 216, 225, 232, 233, 280, 166, 250, 251, 280, 11, - 249, 259, 150, 10, 11, 12, 47, 49, 113, 147, - 277, 278, 277, 48, 148, 165, 11, 234, 270, 181, - 178, 147, 277, 277, 277, 277, 277, 277, 277, 173, - 147, 270, 156, 10, 11, 194, 234, 236, 277, 149, - 151, 165, 165, 165, 60, 232, 277, 165, 177, 277, - 186, 147, 149, 151, 222, 149, 185, 277, 278, 238, + 147, 278, 150, 150, 150, 181, 181, 165, 179, 181, + 184, 205, 181, 181, 188, 108, 278, 181, 181, 10, + 11, 51, 63, 112, 134, 135, 147, 163, 191, 195, + 235, 237, 240, 242, 248, 253, 254, 259, 268, 269, + 281, 268, 238, 268, 268, 268, 268, 238, 268, 238, + 268, 238, 268, 238, 238, 238, 238, 238, 238, 238, + 238, 238, 238, 238, 238, 238, 238, 238, 268, 165, + 278, 165, 165, 278, 239, 238, 268, 268, 165, 10, + 238, 238, 238, 271, 268, 268, 167, 148, 167, 278, + 278, 148, 170, 151, 221, 281, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 167, 269, 271, + 232, 232, 51, 271, 238, 160, 278, 13, 15, 17, + 60, 141, 155, 160, 231, 281, 231, 232, 231, 232, + 231, 231, 15, 17, 47, 60, 117, 155, 160, 216, + 217, 226, 233, 234, 281, 166, 251, 252, 281, 11, + 250, 260, 150, 10, 11, 12, 47, 49, 113, 147, + 278, 279, 278, 48, 148, 165, 11, 235, 271, 181, + 178, 147, 278, 278, 278, 278, 278, 278, 278, 173, + 147, 271, 156, 10, 11, 195, 235, 237, 278, 149, + 151, 165, 165, 165, 60, 233, 278, 165, 177, 278, + 186, 147, 149, 151, 223, 149, 185, 278, 279, 239, 168, 167, 167, 167, 167, 167, 167, 157, 167, 157, 167, 167, 167, 167, 148, 167, 148, 167, 148, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, - 270, 237, 267, 277, 157, 167, 167, 277, 167, 167, - 157, 167, 167, 167, 167, 270, 270, 15, 155, 275, - 165, 200, 280, 270, 150, 167, 170, 167, 167, 167, - 230, 160, 277, 230, 230, 230, 230, 230, 166, 230, - 182, 117, 232, 233, 225, 230, 230, 167, 15, 148, - 13, 17, 60, 141, 155, 160, 165, 228, 278, 280, - 13, 15, 17, 60, 141, 155, 160, 165, 229, 266, - 270, 280, 277, 168, 249, 182, 165, 240, 242, 150, + 271, 238, 268, 278, 157, 167, 167, 278, 167, 167, + 157, 167, 167, 167, 167, 271, 271, 15, 155, 276, + 165, 201, 281, 271, 150, 167, 170, 167, 167, 167, + 231, 160, 278, 231, 231, 231, 231, 231, 166, 231, + 182, 117, 233, 234, 226, 231, 231, 167, 15, 148, + 13, 17, 60, 141, 155, 160, 165, 229, 279, 281, + 13, 15, 17, 60, 141, 155, 160, 165, 230, 267, + 271, 281, 278, 168, 250, 182, 165, 241, 243, 150, 181, 182, 3, 4, 5, 9, 10, 15, 50, 62, 67, 75, 76, 109, 111, 113, 118, 122, 125, 130, - 133, 155, 158, 159, 163, 165, 169, 217, 218, 225, - 226, 272, 273, 279, 280, 167, 167, 173, 147, 148, - 148, 148, 148, 148, 148, 168, 255, 148, 167, 10, - 11, 12, 59, 60, 134, 205, 206, 207, 208, 209, - 258, 280, 165, 222, 189, 149, 237, 192, 13, 160, - 193, 51, 270, 232, 13, 17, 60, 141, 155, 160, - 227, 278, 280, 237, 173, 165, 147, 149, 150, 151, - 221, 262, 263, 64, 65, 147, 270, 13, 17, 60, - 112, 141, 155, 160, 165, 187, 210, 212, 278, 150, - 277, 165, 165, 237, 237, 237, 167, 167, 167, 165, - 167, 165, 220, 215, 17, 33, 47, 60, 61, 76, - 107, 110, 113, 129, 141, 155, 213, 280, 270, 230, - 266, 167, 48, 232, 233, 228, 229, 167, 167, 200, - 15, 225, 160, 228, 228, 228, 228, 228, 228, 166, - 220, 160, 277, 229, 229, 229, 229, 229, 229, 166, - 220, 170, 148, 151, 48, 234, 270, 173, 76, 243, - 280, 183, 165, 156, 156, 235, 156, 15, 165, 156, - 165, 270, 270, 270, 270, 237, 268, 270, 167, 15, - 148, 16, 17, 18, 19, 20, 21, 22, 23, 33, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 162, 164, 165, 166, 181, 181, 168, 256, 10, 10, - 10, 10, 10, 10, 173, 279, 149, 209, 157, 148, - 15, 277, 13, 17, 60, 141, 155, 160, 165, 228, - 229, 190, 212, 149, 215, 160, 210, 215, 167, 167, - 227, 160, 227, 227, 227, 227, 227, 165, 166, 167, - 168, 195, 262, 174, 175, 277, 64, 65, 168, 264, - 280, 149, 149, 147, 223, 224, 270, 280, 149, 160, - 210, 210, 6, 16, 17, 18, 19, 20, 21, 22, - 23, 33, 35, 36, 37, 38, 39, 40, 41, 42, - 43, 44, 45, 46, 65, 109, 148, 151, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, - 166, 169, 201, 210, 210, 210, 210, 150, 165, 166, - 213, 151, 220, 222, 249, 268, 268, 167, 167, 167, - 268, 268, 167, 60, 235, 182, 165, 147, 170, 165, - 225, 228, 229, 220, 220, 165, 165, 213, 228, 167, - 266, 229, 167, 266, 270, 167, 167, 168, 150, 244, - 245, 280, 237, 237, 237, 165, 237, 165, 10, 237, - 237, 237, 270, 167, 167, 15, 226, 270, 270, 270, + 133, 155, 158, 159, 163, 165, 169, 218, 219, 226, + 227, 273, 274, 280, 281, 167, 167, 173, 147, 148, + 148, 148, 148, 148, 148, 168, 256, 148, 167, 10, + 11, 12, 59, 60, 134, 206, 207, 208, 209, 210, + 259, 281, 165, 223, 189, 149, 238, 192, 10, 13, + 160, 194, 51, 271, 233, 13, 17, 60, 141, 155, + 160, 228, 279, 281, 238, 173, 165, 147, 149, 150, + 151, 222, 263, 264, 64, 65, 147, 271, 13, 17, + 60, 112, 141, 155, 160, 165, 187, 211, 213, 279, + 150, 278, 165, 165, 238, 238, 238, 167, 167, 167, + 165, 167, 165, 221, 216, 17, 33, 47, 60, 61, + 76, 107, 110, 113, 129, 141, 155, 214, 281, 271, + 231, 267, 167, 48, 233, 234, 229, 230, 167, 167, + 201, 15, 226, 160, 229, 229, 229, 229, 229, 229, + 166, 221, 160, 278, 230, 230, 230, 230, 230, 230, + 166, 221, 170, 148, 151, 48, 235, 271, 173, 76, + 244, 281, 183, 165, 156, 156, 236, 156, 15, 165, + 156, 165, 271, 271, 271, 271, 238, 269, 271, 167, + 15, 148, 16, 17, 18, 19, 20, 21, 22, 23, + 33, 152, 153, 154, 155, 156, 157, 158, 159, 160, + 161, 162, 164, 165, 166, 181, 181, 168, 257, 10, + 10, 10, 10, 10, 10, 173, 280, 149, 210, 157, + 148, 15, 278, 13, 17, 60, 141, 155, 160, 165, + 229, 230, 190, 213, 149, 216, 167, 160, 211, 216, + 167, 167, 228, 160, 228, 228, 228, 228, 228, 165, + 166, 167, 168, 196, 263, 174, 175, 278, 64, 65, + 168, 265, 281, 149, 149, 147, 224, 225, 271, 281, + 149, 160, 211, 211, 6, 16, 17, 18, 19, 20, + 21, 22, 23, 33, 35, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 46, 65, 109, 148, 151, + 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, + 163, 165, 166, 169, 202, 211, 211, 211, 211, 150, + 165, 166, 214, 151, 221, 223, 250, 269, 269, 167, + 167, 167, 269, 269, 167, 60, 236, 182, 165, 147, + 170, 165, 226, 229, 230, 221, 221, 165, 165, 214, + 229, 167, 267, 230, 167, 267, 271, 167, 167, 168, + 150, 245, 246, 281, 238, 238, 238, 165, 238, 165, + 10, 238, 238, 238, 271, 167, 167, 15, 227, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 167, 269, 271, 173, 148, 148, 167, 148, 215, 281, + 148, 148, 148, 168, 167, 229, 230, 179, 184, 203, + 204, 209, 278, 151, 160, 151, 220, 281, 221, 223, + 167, 165, 211, 167, 167, 165, 228, 199, 267, 216, + 168, 147, 148, 147, 165, 149, 149, 3, 4, 5, + 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 33, + 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, + 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, + 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 82, 83, 84, 100, 107, 108, 109, + 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, + 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, + 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, + 141, 142, 143, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, + 164, 165, 166, 167, 169, 170, 266, 224, 168, 148, + 211, 10, 167, 170, 167, 4, 212, 267, 271, 148, + 167, 167, 167, 167, 201, 236, 232, 48, 167, 278, + 263, 216, 221, 221, 216, 216, 165, 170, 165, 170, + 148, 114, 115, 116, 134, 139, 247, 277, 278, 147, + 148, 167, 157, 157, 268, 157, 278, 167, 167, 157, + 167, 167, 271, 150, 167, 170, 168, 10, 10, 149, + 10, 167, 10, 10, 10, 149, 220, 238, 50, 62, + 67, 118, 122, 125, 155, 158, 159, 160, 163, 165, + 169, 270, 272, 148, 201, 193, 167, 165, 201, 200, + 216, 170, 167, 263, 175, 268, 268, 265, 168, 147, + 271, 218, 170, 187, 214, 232, 15, 167, 168, 167, + 167, 167, 216, 216, 139, 277, 139, 277, 139, 277, + 278, 114, 115, 116, 15, 173, 247, 165, 165, 167, + 165, 167, 165, 271, 167, 148, 167, 148, 149, 148, + 167, 167, 148, 167, 165, 156, 156, 156, 15, 165, + 156, 270, 270, 270, 270, 270, 238, 269, 270, 16, + 17, 18, 19, 20, 21, 22, 23, 33, 152, 153, + 154, 155, 158, 159, 160, 161, 162, 164, 165, 166, + 190, 216, 165, 197, 216, 167, 201, 168, 168, 167, + 168, 224, 167, 147, 167, 201, 201, 201, 167, 167, + 277, 277, 277, 277, 277, 277, 168, 269, 269, 269, + 269, 149, 10, 149, 10, 10, 149, 149, 10, 149, + 238, 238, 238, 238, 165, 10, 238, 238, 167, 167, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 270, 167, 268, - 270, 173, 148, 148, 167, 148, 214, 280, 148, 148, - 148, 168, 167, 228, 229, 179, 184, 202, 203, 208, - 277, 151, 160, 151, 219, 280, 220, 222, 167, 210, - 167, 167, 165, 227, 198, 266, 215, 168, 147, 148, - 147, 165, 149, 149, 3, 4, 5, 6, 7, 8, - 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 24, 25, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, - 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, - 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, - 82, 83, 84, 100, 107, 108, 109, 111, 112, 113, - 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, - 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, - 167, 169, 170, 265, 223, 168, 148, 210, 10, 167, - 170, 167, 4, 211, 266, 270, 148, 167, 167, 167, - 167, 200, 235, 231, 48, 167, 277, 262, 215, 220, - 220, 215, 215, 165, 170, 165, 170, 148, 114, 115, - 116, 134, 139, 246, 276, 277, 147, 148, 167, 157, - 157, 267, 157, 277, 167, 167, 157, 167, 167, 270, - 150, 167, 170, 168, 10, 10, 149, 10, 167, 10, - 10, 10, 149, 219, 237, 50, 62, 67, 118, 122, - 125, 155, 158, 159, 160, 163, 165, 169, 269, 271, - 148, 200, 167, 165, 200, 199, 215, 170, 167, 262, - 175, 267, 267, 264, 168, 147, 270, 217, 170, 187, - 213, 231, 15, 167, 168, 167, 167, 167, 215, 215, - 139, 276, 139, 276, 139, 276, 277, 114, 115, 116, - 15, 173, 246, 165, 165, 167, 165, 167, 165, 270, - 167, 148, 167, 148, 149, 148, 167, 167, 148, 167, - 165, 156, 156, 156, 15, 165, 156, 269, 269, 269, - 269, 269, 237, 268, 269, 16, 17, 18, 19, 20, - 21, 22, 23, 33, 152, 153, 154, 155, 158, 159, - 160, 161, 162, 164, 165, 166, 190, 165, 196, 215, - 167, 200, 168, 168, 167, 168, 223, 167, 147, 167, - 200, 200, 200, 167, 167, 276, 276, 276, 276, 276, - 276, 168, 268, 268, 268, 268, 149, 10, 149, 10, - 10, 149, 149, 10, 149, 237, 237, 237, 237, 165, - 10, 237, 237, 167, 167, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 167, 268, 270, 197, 215, 167, - 200, 15, 168, 200, 262, 213, 213, 213, 200, 200, - 167, 167, 167, 167, 148, 214, 167, 148, 148, 167, - 167, 157, 157, 157, 277, 167, 167, 157, 269, 150, - 167, 170, 215, 167, 200, 168, 10, 167, 149, 10, - 10, 149, 165, 165, 165, 167, 165, 269, 167, 200, - 149, 167, 148, 167, 268, 268, 268, 268, 200, 213, - 149, 10, 149, 167, 167, 167, 167, 213, 167, 149 + 270, 270, 270, 270, 270, 270, 270, 270, 270, 167, + 269, 271, 167, 198, 216, 167, 201, 15, 168, 201, + 263, 214, 214, 214, 201, 201, 167, 167, 167, 167, + 148, 215, 167, 148, 148, 167, 167, 157, 157, 157, + 278, 167, 167, 157, 270, 150, 167, 170, 201, 216, + 167, 201, 168, 10, 167, 149, 10, 10, 149, 165, + 165, 165, 167, 165, 270, 167, 201, 149, 167, 148, + 167, 269, 269, 269, 269, 201, 214, 149, 10, 149, + 167, 167, 167, 167, 214, 167, 149 }; /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ @@ -3094,75 +3108,75 @@ static const yytype_uint16 yyr1[] = 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 183, 183, 183, 185, 184, 184, 186, 184, 184, 184, 187, 187, 189, 188, 188, 190, - 190, 192, 191, 193, 191, 195, 194, 196, 194, 197, - 194, 198, 194, 199, 194, 194, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, + 190, 192, 191, 193, 191, 194, 191, 196, 195, 197, + 195, 198, 195, 199, 195, 200, 195, 195, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, - 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, - 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, - 201, 201, 201, 201, 201, 201, 201, 201, 201, 202, - 202, 202, 203, 204, 203, 203, 203, 205, 205, 206, - 206, 207, 207, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 209, 209, 209, 209, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 211, 210, 212, - 212, 213, 213, 213, 214, 214, 215, 215, 215, 215, - 215, 216, 216, 217, 217, 217, 217, 217, 218, 218, - 219, 219, 220, 220, 221, 221, 221, 221, 221, 222, - 222, 222, 222, 222, 222, 223, 223, 223, 224, 224, - 224, 224, 225, 225, 225, 225, 225, 225, 225, 225, - 226, 226, 227, 227, 227, 227, 227, 227, 227, 227, - 227, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 229, 229, 229, 229, 229, 229, 229, 229, - 229, 229, 229, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 231, 231, 231, 231, 231, 231, 231, - 231, 231, 231, 231, 231, 231, 231, 232, 232, 232, + 201, 201, 202, 202, 202, 202, 202, 202, 202, 202, + 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, + 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, + 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, + 202, 203, 203, 203, 204, 205, 204, 204, 204, 206, + 206, 207, 207, 208, 208, 209, 209, 209, 209, 209, + 209, 209, 209, 209, 210, 210, 210, 210, 211, 211, + 211, 211, 211, 211, 211, 211, 211, 211, 211, 212, + 211, 213, 213, 214, 214, 214, 215, 215, 216, 216, + 216, 216, 216, 217, 217, 218, 218, 218, 218, 218, + 219, 219, 220, 220, 221, 221, 222, 222, 222, 222, + 222, 223, 223, 223, 223, 223, 223, 224, 224, 224, + 225, 225, 225, 225, 226, 226, 226, 226, 226, 226, + 226, 226, 227, 227, 228, 228, 228, 228, 228, 228, + 228, 228, 228, 229, 229, 229, 229, 229, 229, 229, + 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, + 230, 230, 230, 230, 230, 231, 231, 231, 231, 231, + 231, 231, 231, 231, 231, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 233, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 235, 235, 235, 235, 235, 235, 235, - 235, 236, 236, 237, 237, 237, 237, 238, 238, 238, - 238, 240, 239, 242, 241, 243, 243, 244, 244, 245, - 245, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 247, 248, 248, 248, 248, 249, 249, 250, 250, - 250, 251, 251, 251, 252, 252, 252, 253, 253, 253, - 255, 254, 256, 254, 254, 254, 257, 257, 257, 258, - 258, 258, 259, 259, 259, 259, 259, 259, 259, 259, - 259, 259, 259, 259, 259, 259, 260, 260, 260, 261, - 263, 262, 264, 264, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, - 265, 265, 265, 266, 266, 267, 267, 268, 268, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 270, 270, + 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, + 233, 234, 235, 235, 235, 235, 235, 235, 235, 235, + 235, 235, 235, 235, 235, 236, 236, 236, 236, 236, + 236, 236, 236, 237, 237, 238, 238, 238, 238, 239, + 239, 239, 239, 241, 240, 243, 242, 244, 244, 245, + 245, 246, 246, 247, 247, 247, 247, 247, 247, 247, + 247, 247, 247, 248, 249, 249, 249, 249, 250, 250, + 251, 251, 251, 252, 252, 252, 253, 253, 253, 254, + 254, 254, 256, 255, 257, 255, 255, 255, 258, 258, + 258, 259, 259, 259, 260, 260, 260, 260, 260, 260, + 260, 260, 260, 260, 260, 260, 260, 260, 261, 261, + 261, 262, 264, 263, 265, 265, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, + 266, 266, 266, 266, 266, 267, 267, 268, 268, 269, + 269, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, - 270, 270, 270, 270, 270, 270, 270, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, - 271, 271, 271, 271, 271, 271, 271, 272, 272, 272, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, + 271, 271, 271, 271, 271, 271, 271, 271, 271, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, - 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, - 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, - 272, 273, 273, 273, 273, 273, 273, 273, 273, 273, - 273, 273, 274, 274, 274, 274, 274, 275, 275, 275, - 275, 276, 276, 276, 277, 277, 277, 277, 277, 277, - 277, 277, 277, 277, 277, 278, 278, 278, 278, 279, - 279, 279, 279, 280 + 272, 272, 272, 272, 272, 272, 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, 274, 274, 274, 274, 274, 274, 274, + 274, 274, 274, 274, 275, 275, 275, 275, 275, 276, + 276, 276, 276, 277, 277, 277, 278, 278, 278, 278, + 278, 278, 278, 278, 278, 278, 278, 279, 279, 279, + 279, 280, 280, 280, 280, 281 }; /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ @@ -3176,40 +3190,40 @@ static const yytype_uint8 yyr2[] = 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 5, 5, 1, 3, 1, 4, 4, 0, 4, 3, 0, 4, 3, 1, 2, 4, 0, 4, 3, 2, - 4, 0, 6, 0, 6, 0, 7, 0, 11, 0, - 12, 0, 8, 0, 9, 1, 1, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 4, 5, 6, 4, + 4, 0, 6, 0, 9, 0, 6, 0, 7, 0, + 11, 0, 12, 0, 8, 0, 9, 1, 1, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 4, 5, + 6, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, - 1, 1, 2, 0, 6, 2, 2, 1, 1, 1, - 3, 1, 1, 1, 2, 4, 2, 3, 3, 4, - 2, 3, 1, 1, 1, 1, 1, 2, 3, 2, - 2, 2, 2, 2, 3, 4, 3, 0, 6, 2, - 3, 1, 3, 4, 1, 2, 1, 1, 1, 3, - 2, 1, 3, 1, 1, 1, 3, 2, 1, 3, - 1, 2, 1, 2, 1, 3, 5, 3, 3, 1, - 3, 3, 3, 3, 4, 1, 1, 2, 1, 3, - 3, 5, 3, 4, 5, 3, 4, 5, 2, 4, - 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, - 4, 1, 1, 2, 2, 2, 2, 2, 3, 4, - 7, 3, 1, 2, 2, 2, 2, 2, 2, 3, - 4, 7, 3, 1, 1, 2, 2, 2, 2, 2, + 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, + 1, 1, 1, 1, 2, 0, 6, 2, 2, 1, + 1, 1, 3, 1, 1, 1, 2, 4, 2, 3, + 3, 4, 2, 3, 1, 1, 1, 1, 1, 2, + 3, 2, 2, 2, 2, 2, 3, 4, 3, 0, + 6, 2, 3, 1, 3, 4, 1, 2, 1, 1, + 1, 3, 2, 1, 3, 1, 1, 1, 3, 2, + 1, 3, 1, 2, 1, 2, 1, 3, 5, 3, + 3, 1, 3, 3, 3, 3, 4, 1, 1, 2, + 1, 3, 3, 5, 3, 4, 5, 3, 4, 5, + 2, 4, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 4, 1, 1, 2, 2, 2, 2, 2, - 2, 3, 4, 5, 9, 9, 9, 1, 1, 2, - 1, 1, 1, 3, 4, 4, 4, 4, 1, 1, - 1, 1, 2, 1, 1, 1, 3, 4, 2, 4, - 4, 4, 1, 1, 1, 2, 3, 2, 4, 4, - 1, 1, 1, 2, 3, 2, 3, 1, 4, 5, - 5, 0, 6, 0, 9, 1, 1, 1, 1, 2, - 3, 1, 2, 2, 2, 3, 3, 3, 3, 3, - 3, 4, 3, 1, 4, 2, 1, 1, 1, 3, - 5, 1, 2, 4, 1, 2, 2, 1, 1, 1, - 0, 6, 0, 7, 4, 5, 3, 5, 4, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 2, 2, 2, 2, 1, 1, 2, 1, - 0, 2, 1, 2, 1, 1, 1, 1, 1, 1, + 3, 4, 7, 3, 1, 2, 2, 2, 2, 2, + 2, 3, 4, 7, 3, 1, 1, 2, 2, 2, + 2, 2, 2, 3, 4, 1, 1, 2, 2, 2, + 2, 2, 2, 3, 4, 5, 9, 9, 9, 1, + 1, 2, 1, 1, 1, 3, 4, 4, 4, 4, + 1, 1, 1, 1, 2, 1, 1, 1, 3, 4, + 2, 4, 4, 4, 1, 1, 1, 2, 3, 2, + 4, 4, 1, 1, 1, 2, 3, 2, 3, 1, + 4, 5, 5, 0, 6, 0, 9, 1, 1, 1, + 1, 2, 3, 1, 2, 2, 2, 3, 3, 3, + 3, 3, 3, 4, 3, 1, 4, 2, 1, 1, + 1, 3, 5, 1, 2, 4, 1, 2, 2, 1, + 1, 1, 0, 6, 0, 7, 4, 5, 3, 5, + 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, + 2, 1, 0, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, @@ -3222,29 +3236,29 @@ static const yytype_uint8 yyr2[] = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, - 4, 7, 7, 7, 7, 4, 4, 5, 4, 2, - 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, + 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, + 3, 1, 4, 7, 7, 7, 7, 4, 4, 5, + 4, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 5, 4, 4, 3, 3, 3, 3, 1, 4, - 7, 7, 7, 7, 4, 4, 4, 4, 4, 4, + 3, 3, 3, 5, 4, 4, 3, 3, 3, 3, + 1, 4, 7, 7, 7, 7, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, - 5, 4, 2, 5, 4, 4, 2, 2, 2, 2, - 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, + 4, 4, 5, 4, 2, 5, 4, 4, 2, 2, + 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 5, 4, 4, 3, 3, 3, 3, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 8, 11, - 4, 4, 6, 4, 4, 6, 6, 4, 4, 4, - 4, 4, 4, 4, 4, 4, 4, 1, 4, 7, - 7, 7, 7, 4, 4, 5, 4, 2, 5, 4, - 4, 2, 2, 2, 2, 2, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 5, 4, 4, 3, 3, 3, - 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 2, 4, 2, 3, 1, - 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, + 3, 3, 5, 4, 4, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 2, 2, 0 + 8, 11, 4, 4, 6, 4, 4, 6, 6, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, + 4, 7, 7, 7, 7, 4, 4, 5, 4, 2, + 5, 4, 4, 2, 2, 2, 2, 2, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 5, 4, 4, 3, + 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 2, 4, 2, + 3, 1, 2, 1, 2, 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 2, 2, 0 }; @@ -3260,22 +3274,22 @@ static const yytype_uint8 yyr2[] = #define YYRECOVERING() (!!yyerrstatus) -#define YYBACKUP(Token, Value) \ -do \ - if (yychar == YYEMPTY) \ - { \ - yychar = (Token); \ - yylval = (Value); \ - YYPOPSTACK (yylen); \ - yystate = *yyssp; \ - goto yybackup; \ - } \ - else \ - { \ - yyerror (&yylloc, YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (0) +#define YYBACKUP(Token, Value) \ + do \ + if (yychar == YYEMPTY) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + YYPOPSTACK (yylen); \ + yystate = *yyssp; \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (&yylloc, YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ + while (0) /* Error token number */ #define YYTERROR 1 @@ -3334,10 +3348,10 @@ do { \ /* Print *YYLOCP on YYO. Private, do not rely on its existence. */ YY_ATTRIBUTE_UNUSED -static unsigned +static int yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) { - unsigned res = 0; + int res = 0; int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; if (0 <= yylocp->first_line) { @@ -3380,40 +3394,40 @@ do { \ } while (0) -/*----------------------------------------. -| Print this symbol's value on YYOUTPUT. | -`----------------------------------------*/ +/*-----------------------------------. +| Print this symbol's value on YYO. | +`-----------------------------------*/ static void -yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) +yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) { - FILE *yyo = yyoutput; - YYUSE (yyo); + FILE *yyoutput = yyo; + YYUSE (yyoutput); YYUSE (yylocationp); if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) - YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); + YYPRINT (yyo, yytoknum[yytype], *yyvaluep); # endif YYUSE (yytype); } -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ +/*---------------------------. +| Print this symbol on YYO. | +`---------------------------*/ static void -yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) +yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) { - YYFPRINTF (yyoutput, "%s %s (", + YYFPRINTF (yyo, "%s %s (", yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); - YY_LOCATION_PRINT (yyoutput, *yylocationp); - YYFPRINTF (yyoutput, ": "); - yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp); - YYFPRINTF (yyoutput, ")"); + YY_LOCATION_PRINT (yyo, *yylocationp); + YYFPRINTF (yyo, ": "); + yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp); + YYFPRINTF (yyo, ")"); } /*------------------------------------------------------------------. @@ -3447,7 +3461,7 @@ do { \ static void yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) { - unsigned long int yylno = yyrline[yyrule]; + unsigned long yylno = yyrline[yyrule]; int yynrhs = yyr2[yyrule]; int yyi; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", @@ -3458,7 +3472,7 @@ yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yystos[yyssp[yyi + 1 - yynrhs]], - &(yyvsp[(yyi + 1) - (yynrhs)]) + &yyvsp[(yyi + 1) - (yynrhs)] , &(yylsp[(yyi + 1) - (yynrhs)]) ); YYFPRINTF (stderr, "\n"); } @@ -3562,7 +3576,10 @@ yytnamerr (char *yyres, const char *yystr) case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; - /* Fall through. */ + else + goto append; + + append: default: if (yyres) yyres[yyn] = *yyp; @@ -3580,7 +3597,7 @@ yytnamerr (char *yyres, const char *yystr) if (! yyres) return yystrlen (yystr); - return yystpcpy (yyres, yystr) - yyres; + return (YYSIZE_T) (yystpcpy (yyres, yystr) - yyres); } # endif @@ -3658,10 +3675,10 @@ yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yyarg[yycount++] = yytname[yyx]; { YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); - if (! (yysize <= yysize1 - && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) + if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) + yysize = yysize1; + else return 2; - yysize = yysize1; } } } @@ -3685,9 +3702,10 @@ yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, { YYSIZE_T yysize1 = yysize + yystrlen (yyformat); - if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) + if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) + yysize = yysize1; + else return 2; - yysize = yysize1; } if (*yymsg_alloc < yysize) @@ -3838,23 +3856,33 @@ YYLTYPE yylloc = yyloc_default; yylsp[0] = yylloc; goto yysetstate; + /*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | +| yynewstate -- push a new state, which is found in yystate. | `------------------------------------------------------------*/ - yynewstate: +yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; - yysetstate: - *yyssp = yystate; + +/*--------------------------------------------------------------------. +| yynewstate -- set current state (the top of the stack) to yystate. | +`--------------------------------------------------------------------*/ +yysetstate: + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + YY_ASSERT (0 <= yystate && yystate < YYNSTATES); + *yyssp = (yytype_int16) yystate; if (yyss + yystacksize - 1 <= yyssp) +#if !defined yyoverflow && !defined YYSTACK_RELOCATE + goto yyexhaustedlab; +#else { /* Get the current used size of the three stacks, in elements. */ - YYSIZE_T yysize = yyssp - yyss + 1; + YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1); -#ifdef yyoverflow +# if defined yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into @@ -3872,15 +3900,11 @@ YYLTYPE yylloc = yyloc_default; &yyvs1, yysize * sizeof (*yyvsp), &yyls1, yysize * sizeof (*yylsp), &yystacksize); - - yyls = yyls1; yyss = yyss1; yyvs = yyvs1; + yyls = yyls1; } -#else /* no yyoverflow */ -# ifndef YYSTACK_RELOCATE - goto yyexhaustedlab; -# else +# else /* defined YYSTACK_RELOCATE */ /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; @@ -3897,36 +3921,34 @@ YYLTYPE yylloc = yyloc_default; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); YYSTACK_RELOCATE (yyls_alloc, yyls); -# undef YYSTACK_RELOCATE +# undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif -#endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; yylsp = yyls + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); + (unsigned long) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } - - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); +#endif /* !defined yyoverflow && !defined YYSTACK_RELOCATE */ if (yystate == YYFINAL) YYACCEPT; goto yybackup; + /*-----------. | yybackup. | `-----------*/ yybackup: - /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ @@ -3999,7 +4021,7 @@ yydefault: /*-----------------------------. -| yyreduce -- Do a reduction. | +| yyreduce -- do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ @@ -4021,65 +4043,65 @@ yyreduce: YY_REDUCE_PRINT (yyn); switch (yyn) { - case 3: -#line 454 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 3: +#line 454 "dtool/src/cppparser/cppBison.yxx" { current_expr = (yyvsp[0].u.expr); } -#line 4030 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4052 "built/tmp/cppBison.yxx.c" break; case 4: -#line 458 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 458 "dtool/src/cppparser/cppBison.yxx" { current_type = (yyvsp[0].u.type); } -#line 4038 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4060 "built/tmp/cppBison.yxx.c" break; case 10: -#line 476 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 476 "dtool/src/cppparser/cppBison.yxx" { delete (yyvsp[-1].u.expr); } -#line 4046 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4068 "built/tmp/cppBison.yxx.c" break; case 11: -#line 480 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 480 "dtool/src/cppparser/cppBison.yxx" { delete (yyvsp[-2].u.expr); } -#line 4054 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4076 "built/tmp/cppBison.yxx.c" break; case 12: -#line 484 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 484 "dtool/src/cppparser/cppBison.yxx" { delete (yyvsp[-1].u.expr); } -#line 4062 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4084 "built/tmp/cppBison.yxx.c" break; case 13: -#line 496 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 496 "dtool/src/cppparser/cppBison.yxx" { push_storage_class((current_storage_class & ~CPPInstance::SC_c_binding) | ((yyvsp[-1].u.integer) & CPPInstance::SC_c_binding)); } -#line 4071 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4093 "built/tmp/cppBison.yxx.c" break; case 14: -#line 501 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 501 "dtool/src/cppparser/cppBison.yxx" { pop_storage_class(); } -#line 4079 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4101 "built/tmp/cppBison.yxx.c" break; case 21: -#line 514 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 514 "dtool/src/cppparser/cppBison.yxx" { if (publish_nest_level != 0) { yyerror("Unclosed __begin_publish", publish_loc); @@ -4092,11 +4114,11 @@ yyreduce: publish_nest_level++; current_scope->set_current_vis(V_published); } -#line 4096 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4118 "built/tmp/cppBison.yxx.c" break; case 22: -#line 527 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 527 "dtool/src/cppparser/cppBison.yxx" { if (publish_nest_level != 1) { yyerror("Unmatched __end_publish", (yylsp[0])); @@ -4105,19 +4127,19 @@ yyreduce: } publish_nest_level = 0; } -#line 4109 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4131 "built/tmp/cppBison.yxx.c" break; case 23: -#line 536 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 536 "dtool/src/cppparser/cppBison.yxx" { current_scope->set_current_vis(V_published); } -#line 4117 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4139 "built/tmp/cppBison.yxx.c" break; case 24: -#line 540 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 540 "dtool/src/cppparser/cppBison.yxx" { if (publish_nest_level > 0) { current_scope->set_current_vis(V_published); @@ -4125,27 +4147,27 @@ yyreduce: current_scope->set_current_vis(V_public); } } -#line 4129 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4151 "built/tmp/cppBison.yxx.c" break; case 25: -#line 548 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 548 "dtool/src/cppparser/cppBison.yxx" { current_scope->set_current_vis(V_protected); } -#line 4137 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4159 "built/tmp/cppBison.yxx.c" break; case 26: -#line 552 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 552 "dtool/src/cppparser/cppBison.yxx" { current_scope->set_current_vis(V_private); } -#line 4145 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4167 "built/tmp/cppBison.yxx.c" break; case 27: -#line 556 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 556 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-3].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4166,11 +4188,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-7])); } } -#line 4170 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4192 "built/tmp/cppBison.yxx.c" break; case 28: -#line 577 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 577 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-6].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4197,11 +4219,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-10])); } } -#line 4201 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4223 "built/tmp/cppBison.yxx.c" break; case 29: -#line 604 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 604 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-4].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4222,11 +4244,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-8])); } } -#line 4226 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4248 "built/tmp/cppBison.yxx.c" break; case 30: -#line 625 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 625 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-6].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4255,11 +4277,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-10])); } } -#line 4259 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4281 "built/tmp/cppBison.yxx.c" break; case 31: -#line 654 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 654 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-8].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4295,11 +4317,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-12])); } } -#line 4299 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4321 "built/tmp/cppBison.yxx.c" break; case 32: -#line 690 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 690 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-10].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4342,11 +4364,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-14])); } } -#line 4346 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4368 "built/tmp/cppBison.yxx.c" break; case 33: -#line 733 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 733 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-2].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4358,11 +4380,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-6])); } } -#line 4362 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4384 "built/tmp/cppBison.yxx.c" break; case 34: -#line 745 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 745 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-2].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4383,11 +4405,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-8])); } } -#line 4387 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4409 "built/tmp/cppBison.yxx.c" break; case 35: -#line 766 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 766 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-5].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4423,11 +4445,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-11])); } } -#line 4427 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4449 "built/tmp/cppBison.yxx.c" break; case 36: -#line 802 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 802 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-4].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4461,11 +4483,11 @@ yyreduce: } } } -#line 4465 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4487 "built/tmp/cppBison.yxx.c" break; case 37: -#line 836 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 836 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-2].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4487,11 +4509,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-8])); } } -#line 4491 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4513 "built/tmp/cppBison.yxx.c" break; case 38: -#line 858 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 858 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *getter = (yyvsp[-6].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (getter == nullptr || getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4527,11 +4549,11 @@ yyreduce: current_scope->add_declaration(make_property, global_scope, current_lexer, (yylsp[-12])); } } -#line 4531 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4553 "built/tmp/cppBison.yxx.c" break; case 39: -#line 894 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 894 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *length_getter = (yyvsp[-4].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (length_getter == nullptr || length_getter->get_subtype() != CPPDeclaration::ST_function_group) { @@ -4553,11 +4575,11 @@ yyreduce: current_scope->add_declaration(make_seq, global_scope, current_lexer, (yylsp[-8])); } } -#line 4557 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4579 "built/tmp/cppBison.yxx.c" break; case 40: -#line 916 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 916 "dtool/src/cppparser/cppBison.yxx" { CPPExpression::Result result = (yyvsp[-4].u.expr)->evaluate(); if (result._type == CPPExpression::RT_error) { @@ -4568,11 +4590,11 @@ yyreduce: yywarning("static_assert failed: " + str.str(), (yylsp[-4])); } } -#line 4572 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4594 "built/tmp/cppBison.yxx.c" break; case 41: -#line 927 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 927 "dtool/src/cppparser/cppBison.yxx" { // This alternative version of static_assert was introduced in C++17. CPPExpression::Result result = (yyvsp[-2].u.expr)->evaluate(); @@ -4582,55 +4604,55 @@ yyreduce: yywarning("static_assert failed", (yylsp[-2])); } } -#line 4586 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4608 "built/tmp/cppBison.yxx.c" break; case 42: -#line 940 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 940 "dtool/src/cppparser/cppBison.yxx" { CPPScope *new_scope = new CPPScope(current_scope, CPPNameComponent("temp"), V_public); push_scope(new_scope); } -#line 4596 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4618 "built/tmp/cppBison.yxx.c" break; case 43: -#line 946 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 946 "dtool/src/cppparser/cppBison.yxx" { delete current_scope; pop_scope(); } -#line 4605 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4627 "built/tmp/cppBison.yxx.c" break; case 44: -#line 955 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 955 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = 0; } -#line 4613 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4635 "built/tmp/cppBison.yxx.c" break; case 45: -#line 959 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 959 "dtool/src/cppparser/cppBison.yxx" { // This isn't really a storage class, but it helps with parsing. (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_const; } -#line 4622 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4644 "built/tmp/cppBison.yxx.c" break; case 46: -#line 964 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 964 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_extern; } -#line 4630 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4652 "built/tmp/cppBison.yxx.c" break; case 47: -#line 968 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 968 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_extern; if ((yyvsp[-1].str) == "C") { @@ -4641,124 +4663,124 @@ yyreduce: yywarning("Ignoring unknown linkage type \"" + (yyvsp[-1].str) + "\"", (yylsp[-1])); } } -#line 4645 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4667 "built/tmp/cppBison.yxx.c" break; case 48: -#line 979 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 979 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_static; } -#line 4653 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4675 "built/tmp/cppBison.yxx.c" break; case 49: -#line 983 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 983 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_inline; } -#line 4661 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4683 "built/tmp/cppBison.yxx.c" break; case 50: -#line 987 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 987 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_virtual; } -#line 4669 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4691 "built/tmp/cppBison.yxx.c" break; case 51: -#line 991 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 991 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_explicit; } -#line 4677 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4699 "built/tmp/cppBison.yxx.c" break; case 52: -#line 995 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 995 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_register; } -#line 4685 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4707 "built/tmp/cppBison.yxx.c" break; case 53: -#line 999 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 999 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_volatile; } -#line 4693 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4715 "built/tmp/cppBison.yxx.c" break; case 54: -#line 1003 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1003 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_mutable; } -#line 4701 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4723 "built/tmp/cppBison.yxx.c" break; case 55: -#line 1007 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1007 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_constexpr; } -#line 4709 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4731 "built/tmp/cppBison.yxx.c" break; case 56: -#line 1011 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1011 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_blocking; } -#line 4717 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4739 "built/tmp/cppBison.yxx.c" break; case 57: -#line 1015 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1015 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_extension; } -#line 4725 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4747 "built/tmp/cppBison.yxx.c" break; case 58: -#line 1019 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1019 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer) | (int)CPPInstance::SC_thread_local; } -#line 4733 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4755 "built/tmp/cppBison.yxx.c" break; case 59: -#line 1023 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1023 "dtool/src/cppparser/cppBison.yxx" { // Ignore attribute specifiers for now. (yyval.u.integer) = (yyvsp[0].u.integer); } -#line 4742 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4764 "built/tmp/cppBison.yxx.c" break; case 60: -#line 1028 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1028 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer); } -#line 4750 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4772 "built/tmp/cppBison.yxx.c" break; case 61: -#line 1032 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1032 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[0].u.integer); } -#line 4758 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4780 "built/tmp/cppBison.yxx.c" break; case 67: -#line 1050 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1050 "dtool/src/cppparser/cppBison.yxx" { // We don't need to push/pop type, because we can't nest // type_like_declaration. @@ -4769,19 +4791,19 @@ yyreduce: } push_storage_class((yyvsp[-1].u.integer)); } -#line 4773 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4795 "built/tmp/cppBison.yxx.c" break; case 68: -#line 1061 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1061 "dtool/src/cppparser/cppBison.yxx" { pop_storage_class(); } -#line 4781 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4803 "built/tmp/cppBison.yxx.c" break; case 69: -#line 1066 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1066 "dtool/src/cppparser/cppBison.yxx" { // We don't really care about the storage class here. In fact, it's // not actually legal to define a class or struct using a particular @@ -4790,11 +4812,11 @@ yyreduce: current_scope->add_declaration((yyvsp[-1].u.decl), global_scope, current_lexer, (yylsp[-1])); } -#line 4794 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4816 "built/tmp/cppBison.yxx.c" break; case 70: -#line 1075 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1075 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[0].u.instance) != nullptr) { // Push the scope so that the initializers can make use of things defined @@ -4803,11 +4825,11 @@ yyreduce: (yyvsp[0].u.instance)->_storage_class |= (current_storage_class | (yyvsp[-1].u.integer)); } } -#line 4807 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4829 "built/tmp/cppBison.yxx.c" break; case 71: -#line 1084 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1084 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-2].u.instance) != nullptr) { pop_scope(); @@ -4815,11 +4837,11 @@ yyreduce: (yyvsp[-2].u.instance)->set_initializer((yyvsp[0].u.expr)); } } -#line 4819 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4841 "built/tmp/cppBison.yxx.c" break; case 72: -#line 1092 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1092 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-1].u.instance) != nullptr) { (yyvsp[-1].u.instance)->_storage_class |= (current_storage_class | (yyvsp[-2].u.integer)); @@ -4827,11 +4849,11 @@ yyreduce: (yyvsp[-1].u.instance)->set_initializer((yyvsp[0].u.expr)); } } -#line 4831 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4853 "built/tmp/cppBison.yxx.c" break; case 74: -#line 1108 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1108 "dtool/src/cppparser/cppBison.yxx" { if (current_storage_class & CPPInstance::SC_const) { (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); @@ -4842,11 +4864,11 @@ yyreduce: inst->set_initializer((yyvsp[0].u.expr)); current_scope->add_declaration(inst, global_scope, current_lexer, (yylsp[-1])); } -#line 4846 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4868 "built/tmp/cppBison.yxx.c" break; case 75: -#line 1119 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1119 "dtool/src/cppparser/cppBison.yxx" { if (current_storage_class & CPPInstance::SC_const) { (yyvsp[-3].u.inst_ident)->add_modifier(IIT_const); @@ -4857,11 +4879,11 @@ yyreduce: inst->set_initializer((yyvsp[-2].u.expr)); current_scope->add_declaration(inst, global_scope, current_lexer, (yylsp[-3])); } -#line 4861 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4883 "built/tmp/cppBison.yxx.c" break; case 76: -#line 1134 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1134 "dtool/src/cppparser/cppBison.yxx" { // We don't need to push/pop type, because we can't nest // multiple_var_declarations. @@ -4872,19 +4894,19 @@ yyreduce: } push_storage_class((yyvsp[-1].u.integer)); } -#line 4876 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4898 "built/tmp/cppBison.yxx.c" break; case 77: -#line 1145 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1145 "dtool/src/cppparser/cppBison.yxx" { pop_storage_class(); } -#line 4884 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4906 "built/tmp/cppBison.yxx.c" break; case 78: -#line 1149 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1149 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-1].u.instance) != nullptr) { CPPInstance *inst = (yyvsp[-1].u.instance)->as_instance(); @@ -4896,11 +4918,11 @@ yyreduce: } } } -#line 4900 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4922 "built/tmp/cppBison.yxx.c" break; case 79: -#line 1164 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1164 "dtool/src/cppparser/cppBison.yxx" { if (current_storage_class & CPPInstance::SC_const) { (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); @@ -4909,11 +4931,11 @@ yyreduce: CPPTypedefType *typedef_type = new CPPTypedefType(target_type, (yyvsp[-1].u.inst_ident), current_scope, (yylsp[-1]).file); current_scope->add_declaration(CPPType::new_type(typedef_type), global_scope, current_lexer, (yylsp[-1])); } -#line 4913 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4935 "built/tmp/cppBison.yxx.c" break; case 80: -#line 1173 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1173 "dtool/src/cppparser/cppBison.yxx" { if (current_storage_class & CPPInstance::SC_const) { (yyvsp[-3].u.inst_ident)->add_modifier(IIT_const); @@ -4922,11 +4944,11 @@ yyreduce: CPPTypedefType *typedef_type = new CPPTypedefType(target_type, (yyvsp[-3].u.inst_ident), current_scope, (yylsp[-3]).file); current_scope->add_declaration(CPPType::new_type(typedef_type), global_scope, current_lexer, (yylsp[-3])); } -#line 4926 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4948 "built/tmp/cppBison.yxx.c" break; case 81: -#line 1187 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1187 "dtool/src/cppparser/cppBison.yxx" { // Create a scope for this function. CPPScope *scope = new CPPScope((yyvsp[-1].u.identifier)->get_scope(current_scope, global_scope), @@ -4939,11 +4961,11 @@ yyreduce: push_scope(scope); } -#line 4943 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4965 "built/tmp/cppBison.yxx.c" break; case 82: -#line 1200 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1200 "dtool/src/cppparser/cppBison.yxx" { CPPScope *scope = (yyvsp[-5].u.identifier)->get_scope(current_scope, global_scope); CPPType *type; @@ -4967,11 +4989,46 @@ yyreduce: (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-5]).file); } -#line 4971 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 4993 "built/tmp/cppBison.yxx.c" break; case 83: -#line 1224 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1226 "dtool/src/cppparser/cppBison.yxx" + { + // Create a scope for this function. + CPPScope *scope = new CPPScope((yyvsp[-2].u.identifier)->get_scope(current_scope, global_scope), + (yyvsp[-2].u.identifier)->_names.back(), V_private); + + // It still needs to be able to pick up any template arguments, if this is + // a definition for a method template. Add a fake "using" declaration to + // accomplish this. + scope->_using.insert(current_scope); + + push_scope(scope); +} +#line 5010 "built/tmp/cppBison.yxx.c" + break; + + case 84: +#line 1239 "dtool/src/cppparser/cppBison.yxx" + { + pop_scope(); + CPPType *type = (yyvsp[-8].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); + if (type == nullptr) { + yyerror(string("internal error resolving type ") + (yyvsp[-8].u.identifier)->get_fully_scoped_name(), (yylsp[-8])); + } + assert(type != nullptr); + + CPPInstanceIdentifier *ii = new CPPInstanceIdentifier((yyvsp[-6].u.identifier)); + ii->add_func_modifier((yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); + + (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-8]).file); +} +#line 5028 "built/tmp/cppBison.yxx.c" + break; + + case 85: +#line 1253 "dtool/src/cppparser/cppBison.yxx" { // Create a scope for this function. CPPScope *scope = new CPPScope((yyvsp[-1].u.identifier)->get_scope(current_scope, global_scope), @@ -4984,11 +5041,11 @@ yyreduce: push_scope(scope); } -#line 4988 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5045 "built/tmp/cppBison.yxx.c" break; - case 84: -#line 1237 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 86: +#line 1266 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); CPPType *type; @@ -5006,19 +5063,19 @@ yyreduce: (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-5]).file); } -#line 5010 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5067 "built/tmp/cppBison.yxx.c" break; - case 85: -#line 1260 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 87: +#line 1289 "dtool/src/cppparser/cppBison.yxx" { push_scope((yyvsp[-1].u.identifier)->get_scope(current_scope, global_scope)); } -#line 5018 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5075 "built/tmp/cppBison.yxx.c" break; - case 86: -#line 1264 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 88: +#line 1293 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); if ((yyvsp[-5].u.identifier)->is_scoped()) { @@ -5037,19 +5094,19 @@ yyreduce: (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-5]).file); } } -#line 5041 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5098 "built/tmp/cppBison.yxx.c" break; - case 87: -#line 1290 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 89: +#line 1319 "dtool/src/cppparser/cppBison.yxx" { push_scope((yyvsp[-2].u.inst_ident)->get_scope(current_scope, global_scope)); } -#line 5049 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5106 "built/tmp/cppBison.yxx.c" break; - case 88: -#line 1294 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 90: +#line 1323 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); CPPType *type = (yyvsp[-10].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); @@ -5063,19 +5120,19 @@ yyreduce: ii->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer)); (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-10]).file); } -#line 5067 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5124 "built/tmp/cppBison.yxx.c" break; - case 89: -#line 1308 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 91: +#line 1337 "dtool/src/cppparser/cppBison.yxx" { push_scope((yyvsp[-2].u.inst_ident)->get_scope(current_scope, global_scope)); } -#line 5075 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5132 "built/tmp/cppBison.yxx.c" break; - case 90: -#line 1312 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 92: +#line 1341 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); CPPType *type = (yyvsp[-11].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); @@ -5089,21 +5146,21 @@ yyreduce: ii->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer)); (yyval.u.instance) = new CPPInstance(type, ii, 0, (yylsp[-11]).file); } -#line 5093 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5150 "built/tmp/cppBison.yxx.c" break; - case 91: -#line 1328 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 93: +#line 1357 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-3].u.identifier) != nullptr) { push_scope((yyvsp[-3].u.identifier)->get_scope(current_scope, global_scope)); } } -#line 5103 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5160 "built/tmp/cppBison.yxx.c" break; - case 92: -#line 1334 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 94: +#line 1363 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-7].u.identifier) != nullptr) { pop_scope(); @@ -5128,21 +5185,21 @@ yyreduce: (yyval.u.instance) = CPPInstance::make_typecast_function (new CPPInstance((yyvsp[-6].u.type), (yyvsp[-5].u.inst_ident), 0, (yylsp[-5]).file), ident, (yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); } -#line 5132 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5189 "built/tmp/cppBison.yxx.c" break; - case 93: -#line 1359 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 95: +#line 1388 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-4].u.identifier) != nullptr) { push_scope((yyvsp[-4].u.identifier)->get_scope(current_scope, global_scope)); } } -#line 5142 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5199 "built/tmp/cppBison.yxx.c" break; - case 94: -#line 1365 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 96: +#line 1394 "dtool/src/cppparser/cppBison.yxx" { if ((yyvsp[-8].u.identifier) != nullptr) { pop_scope(); @@ -5158,11 +5215,11 @@ yyreduce: (yyval.u.instance) = CPPInstance::make_typecast_function (new CPPInstance((yyvsp[-6].u.type), (yyvsp[-5].u.inst_ident), 0, (yylsp[-5]).file), ident, (yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); } -#line 5162 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5219 "built/tmp/cppBison.yxx.c" break; - case 95: -#line 1385 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 97: +#line 1414 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *decl = (yyvsp[0].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); @@ -5172,606 +5229,606 @@ yyreduce: (yyval.u.instance) = nullptr; } } -#line 5176 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 96: -#line 1398 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.integer) = 0; -} -#line 5184 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 97: -#line 1402 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_const_method; -} -#line 5192 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5233 "built/tmp/cppBison.yxx.c" break; case 98: -#line 1406 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1427 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_volatile_method; + (yyval.u.integer) = 0; } -#line 5200 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5241 "built/tmp/cppBison.yxx.c" break; case 99: -#line 1410 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1431 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_noexcept; + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_const_method; } -#line 5208 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5249 "built/tmp/cppBison.yxx.c" break; case 100: -#line 1423 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1435 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_final; + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_volatile_method; } -#line 5216 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5257 "built/tmp/cppBison.yxx.c" break; case 101: -#line 1427 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1439 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_override; + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_noexcept; } -#line 5224 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5265 "built/tmp/cppBison.yxx.c" break; case 102: -#line 1431 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1452 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_lvalue_method; + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_final; } -#line 5232 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5273 "built/tmp/cppBison.yxx.c" break; case 103: -#line 1435 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1456 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_rvalue_method; + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_override; } -#line 5240 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5281 "built/tmp/cppBison.yxx.c" break; case 104: -#line 1439 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1460 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_lvalue_method; +} +#line 5289 "built/tmp/cppBison.yxx.c" + break; + + case 105: +#line 1464 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.integer) = (yyvsp[-1].u.integer) | (int)CPPFunctionType::F_rvalue_method; +} +#line 5297 "built/tmp/cppBison.yxx.c" + break; + + case 106: +#line 1468 "dtool/src/cppparser/cppBison.yxx" { // Used for lambdas, currently ignored. (yyval.u.integer) = (yyvsp[-1].u.integer); } -#line 5249 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5306 "built/tmp/cppBison.yxx.c" break; - case 105: -#line 1444 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 107: +#line 1473 "dtool/src/cppparser/cppBison.yxx" { // Used for lambdas in C++17, currently ignored. (yyval.u.integer) = (yyvsp[-1].u.integer); } -#line 5258 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 106: -#line 1449 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.integer) = (yyvsp[-3].u.integer); -} -#line 5266 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 107: -#line 1453 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.integer) = (yyvsp[-4].u.integer); -} -#line 5274 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5315 "built/tmp/cppBison.yxx.c" break; case 108: -#line 1457 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.integer) = (yyvsp[-5].u.integer); -} -#line 5282 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 109: -#line 1461 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1478 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.integer) = (yyvsp[-3].u.integer); } -#line 5290 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5323 "built/tmp/cppBison.yxx.c" + break; + + case 109: +#line 1482 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.integer) = (yyvsp[-4].u.integer); +} +#line 5331 "built/tmp/cppBison.yxx.c" break; case 110: -#line 1468 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1486 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "!"; + (yyval.u.integer) = (yyvsp[-5].u.integer); } -#line 5298 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5339 "built/tmp/cppBison.yxx.c" break; case 111: -#line 1472 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1490 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "~"; + (yyval.u.integer) = (yyvsp[-3].u.integer); } -#line 5306 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5347 "built/tmp/cppBison.yxx.c" break; case 112: -#line 1476 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1497 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "*"; + (yyval.str) = "!"; } -#line 5314 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5355 "built/tmp/cppBison.yxx.c" break; case 113: -#line 1480 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1501 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "/"; + (yyval.str) = "~"; } -#line 5322 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5363 "built/tmp/cppBison.yxx.c" break; case 114: -#line 1484 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1505 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "%"; + (yyval.str) = "*"; } -#line 5330 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5371 "built/tmp/cppBison.yxx.c" break; case 115: -#line 1488 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1509 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "+"; + (yyval.str) = "/"; } -#line 5338 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5379 "built/tmp/cppBison.yxx.c" break; case 116: -#line 1492 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1513 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "-"; + (yyval.str) = "%"; } -#line 5346 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5387 "built/tmp/cppBison.yxx.c" break; case 117: -#line 1496 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1517 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "|"; + (yyval.str) = "+"; } -#line 5354 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5395 "built/tmp/cppBison.yxx.c" break; case 118: -#line 1500 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1521 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "&"; + (yyval.str) = "-"; } -#line 5362 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5403 "built/tmp/cppBison.yxx.c" break; case 119: -#line 1504 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1525 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "^"; + (yyval.str) = "|"; } -#line 5370 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5411 "built/tmp/cppBison.yxx.c" break; case 120: -#line 1508 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1529 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "||"; + (yyval.str) = "&"; } -#line 5378 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5419 "built/tmp/cppBison.yxx.c" break; case 121: -#line 1512 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1533 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "&&"; + (yyval.str) = "^"; } -#line 5386 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5427 "built/tmp/cppBison.yxx.c" break; case 122: -#line 1516 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1537 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "=="; + (yyval.str) = "||"; } -#line 5394 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5435 "built/tmp/cppBison.yxx.c" break; case 123: -#line 1520 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1541 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "!="; + (yyval.str) = "&&"; } -#line 5402 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5443 "built/tmp/cppBison.yxx.c" break; case 124: -#line 1524 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1545 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "<="; + (yyval.str) = "=="; } -#line 5410 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5451 "built/tmp/cppBison.yxx.c" break; case 125: -#line 1528 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1549 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = ">="; + (yyval.str) = "!="; } -#line 5418 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5459 "built/tmp/cppBison.yxx.c" break; case 126: -#line 1532 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1553 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "<"; + (yyval.str) = "<="; } -#line 5426 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5467 "built/tmp/cppBison.yxx.c" break; case 127: -#line 1536 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1557 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = ">"; + (yyval.str) = ">="; } -#line 5434 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5475 "built/tmp/cppBison.yxx.c" break; case 128: -#line 1540 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1561 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "<<"; + (yyval.str) = "<"; } -#line 5442 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5483 "built/tmp/cppBison.yxx.c" break; case 129: -#line 1544 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1565 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = ">>"; + (yyval.str) = ">"; } -#line 5450 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5491 "built/tmp/cppBison.yxx.c" break; case 130: -#line 1548 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1569 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "="; + (yyval.str) = "<<"; } -#line 5458 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5499 "built/tmp/cppBison.yxx.c" break; case 131: -#line 1552 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1573 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = ","; + (yyval.str) = ">>"; } -#line 5466 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5507 "built/tmp/cppBison.yxx.c" break; case 132: -#line 1556 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1577 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "++"; + (yyval.str) = "="; } -#line 5474 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5515 "built/tmp/cppBison.yxx.c" break; case 133: -#line 1560 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1581 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "--"; + (yyval.str) = ","; } -#line 5482 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5523 "built/tmp/cppBison.yxx.c" break; case 134: -#line 1564 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1585 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "*="; + (yyval.str) = "++"; } -#line 5490 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5531 "built/tmp/cppBison.yxx.c" break; case 135: -#line 1568 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1589 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "/="; + (yyval.str) = "--"; } -#line 5498 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5539 "built/tmp/cppBison.yxx.c" break; case 136: -#line 1572 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1593 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "%="; + (yyval.str) = "*="; } -#line 5506 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5547 "built/tmp/cppBison.yxx.c" break; case 137: -#line 1576 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1597 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "+="; + (yyval.str) = "/="; } -#line 5514 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5555 "built/tmp/cppBison.yxx.c" break; case 138: -#line 1580 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1601 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "-="; + (yyval.str) = "%="; } -#line 5522 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5563 "built/tmp/cppBison.yxx.c" break; case 139: -#line 1584 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1605 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "|="; + (yyval.str) = "+="; } -#line 5530 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5571 "built/tmp/cppBison.yxx.c" break; case 140: -#line 1588 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1609 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "&="; + (yyval.str) = "-="; } -#line 5538 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5579 "built/tmp/cppBison.yxx.c" break; case 141: -#line 1592 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1613 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "^="; + (yyval.str) = "|="; } -#line 5546 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5587 "built/tmp/cppBison.yxx.c" break; case 142: -#line 1596 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1617 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "<<="; + (yyval.str) = "&="; } -#line 5554 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5595 "built/tmp/cppBison.yxx.c" break; case 143: -#line 1600 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1621 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = ">>="; + (yyval.str) = "^="; } -#line 5562 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5603 "built/tmp/cppBison.yxx.c" break; case 144: -#line 1604 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1625 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "->"; + (yyval.str) = "<<="; } -#line 5570 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5611 "built/tmp/cppBison.yxx.c" break; case 145: -#line 1608 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1629 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "[]"; + (yyval.str) = ">>="; } -#line 5578 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5619 "built/tmp/cppBison.yxx.c" break; case 146: -#line 1612 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1633 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "()"; + (yyval.str) = "->"; } -#line 5586 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5627 "built/tmp/cppBison.yxx.c" break; case 147: -#line 1616 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1637 "dtool/src/cppparser/cppBison.yxx" { - (yyval.str) = "new"; + (yyval.str) = "[]"; } -#line 5594 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5635 "built/tmp/cppBison.yxx.c" break; case 148: -#line 1620 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1641 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.str) = "()"; +} +#line 5643 "built/tmp/cppBison.yxx.c" + break; + + case 149: +#line 1645 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.str) = "new"; +} +#line 5651 "built/tmp/cppBison.yxx.c" + break; + + case 150: +#line 1649 "dtool/src/cppparser/cppBison.yxx" { (yyval.str) = "delete"; } -#line 5602 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5659 "built/tmp/cppBison.yxx.c" break; - case 153: -#line 1634 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 155: +#line 1663 "dtool/src/cppparser/cppBison.yxx" { push_scope(new CPPTemplateScope(current_scope)); } -#line 5610 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5667 "built/tmp/cppBison.yxx.c" break; - case 154: -#line 1638 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 156: +#line 1667 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); } -#line 5618 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5675 "built/tmp/cppBison.yxx.c" break; - case 159: -#line 1652 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 161: +#line 1681 "dtool/src/cppparser/cppBison.yxx" { CPPTemplateScope *ts = current_scope->as_template_scope(); assert(ts != nullptr); ts->add_template_parameter((yyvsp[0].u.decl)); } -#line 5628 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5685 "built/tmp/cppBison.yxx.c" break; - case 160: -#line 1658 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 162: +#line 1687 "dtool/src/cppparser/cppBison.yxx" { CPPTemplateScope *ts = current_scope->as_template_scope(); assert(ts != nullptr); ts->add_template_parameter((yyvsp[0].u.decl)); } -#line 5638 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 163: -#line 1672 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter(nullptr)); -} -#line 5646 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 164: -#line 1676 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter((yyvsp[0].u.identifier))); -} -#line 5654 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5695 "built/tmp/cppBison.yxx.c" break; case 165: -#line 1680 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1701 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter((yyvsp[-2].u.identifier), (yyvsp[0].u.type))); + (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter(nullptr)); } -#line 5662 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5703 "built/tmp/cppBison.yxx.c" break; case 166: -#line 1684 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1705 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter((yyvsp[0].u.identifier))); +} +#line 5711 "built/tmp/cppBison.yxx.c" + break; + + case 167: +#line 1709 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = CPPType::new_type(new CPPClassTemplateParameter((yyvsp[-2].u.identifier), (yyvsp[0].u.type))); +} +#line 5719 "built/tmp/cppBison.yxx.c" + break; + + case 168: +#line 1713 "dtool/src/cppparser/cppBison.yxx" { CPPClassTemplateParameter *ctp = new CPPClassTemplateParameter(nullptr); ctp->_packed = true; (yyval.u.decl) = CPPType::new_type(ctp); } -#line 5672 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5729 "built/tmp/cppBison.yxx.c" break; - case 167: -#line 1690 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 169: +#line 1719 "dtool/src/cppparser/cppBison.yxx" { CPPClassTemplateParameter *ctp = new CPPClassTemplateParameter((yyvsp[0].u.identifier)); ctp->_packed = true; (yyval.u.decl) = CPPType::new_type(ctp); } -#line 5682 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5739 "built/tmp/cppBison.yxx.c" break; - case 168: -#line 1696 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 170: +#line 1725 "dtool/src/cppparser/cppBison.yxx" { CPPInstance *inst = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); inst->set_initializer((yyvsp[0].u.expr)); (yyval.u.decl) = inst; } -#line 5692 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5749 "built/tmp/cppBison.yxx.c" break; - case 169: -#line 1702 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 171: +#line 1731 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); CPPInstance *inst = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); inst->set_initializer((yyvsp[0].u.expr)); (yyval.u.decl) = inst; } -#line 5703 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5760 "built/tmp/cppBison.yxx.c" break; - case 170: -#line 1709 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 172: +#line 1738 "dtool/src/cppparser/cppBison.yxx" { CPPInstance *inst = new CPPInstance((yyvsp[-1].u.type), (yyvsp[0].u.inst_ident), 0, (yylsp[0]).file); (yyval.u.decl) = inst; } -#line 5712 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5769 "built/tmp/cppBison.yxx.c" break; - case 171: -#line 1714 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 173: +#line 1743 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[0].u.inst_ident)->add_modifier(IIT_const); CPPInstance *inst = new CPPInstance((yyvsp[-1].u.type), (yyvsp[0].u.inst_ident), 0, (yylsp[0]).file); (yyval.u.decl) = inst; } -#line 5722 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5779 "built/tmp/cppBison.yxx.c" break; - case 172: -#line 1723 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 174: +#line 1752 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type((yyvsp[0].u.simple_type)); } -#line 5730 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5787 "built/tmp/cppBison.yxx.c" break; - case 173: -#line 1727 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 175: +#line 1756 "dtool/src/cppparser/cppBison.yxx" { yywarning("Not a type: " + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[0])); (yyval.u.type) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_unknown)); } -#line 5739 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 174: -#line 1732 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); - if ((yyval.u.type) == nullptr) { - yyerror(string("internal error resolving type ") + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[0])); - } - assert((yyval.u.type) != nullptr); -} -#line 5751 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 175: -#line 1740 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); - if ((yyval.u.type) == nullptr) { - yyerror(string("internal error resolving type ") + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[0])); - } - assert((yyval.u.type) != nullptr); -} -#line 5763 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5796 "built/tmp/cppBison.yxx.c" break; case 176: -#line 1752 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1761 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); + (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); + if ((yyval.u.type) == nullptr) { + yyerror(string("internal error resolving type ") + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[0])); + } + assert((yyval.u.type) != nullptr); } -#line 5771 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5808 "built/tmp/cppBison.yxx.c" break; case 177: -#line 1756 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1769 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); + if ((yyval.u.type) == nullptr) { + yyerror(string("internal error resolving type ") + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[0])); + } + assert((yyval.u.type) != nullptr); +} +#line 5820 "built/tmp/cppBison.yxx.c" + break; + + case 178: +#line 1781 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); +} +#line 5828 "built/tmp/cppBison.yxx.c" + break; + + case 179: +#line 1785 "dtool/src/cppparser/cppBison.yxx" { // For an operator function. We implement this simply by building a // ficticious name for the function; in other respects it's just @@ -5785,11 +5842,11 @@ yyreduce: (yyval.u.inst_ident) = new CPPInstanceIdentifier(ident); } -#line 5789 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5846 "built/tmp/cppBison.yxx.c" break; - case 178: -#line 1770 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 180: +#line 1799 "dtool/src/cppparser/cppBison.yxx" { // A C++11 literal operator. if (!(yyvsp[-1].str).empty()) { @@ -5804,83 +5861,83 @@ yyreduce: (yyval.u.inst_ident) = new CPPInstanceIdentifier(ident); } -#line 5808 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5865 "built/tmp/cppBison.yxx.c" break; - case 179: -#line 1785 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 181: +#line 1814 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_const); } -#line 5817 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5874 "built/tmp/cppBison.yxx.c" break; - case 180: -#line 1790 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 182: +#line 1819 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_volatile); } -#line 5826 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5883 "built/tmp/cppBison.yxx.c" break; - case 181: -#line 1795 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 183: +#line 1824 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_pointer); } -#line 5835 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5892 "built/tmp/cppBison.yxx.c" break; - case 182: -#line 1800 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 184: +#line 1829 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_reference); } -#line 5844 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5901 "built/tmp/cppBison.yxx.c" break; - case 183: -#line 1805 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 185: +#line 1834 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); } -#line 5853 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5910 "built/tmp/cppBison.yxx.c" break; - case 184: -#line 1810 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 186: +#line 1839 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); } -#line 5862 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5919 "built/tmp/cppBison.yxx.c" break; - case 185: -#line 1815 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 187: +#line 1844 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); } -#line 5871 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5928 "built/tmp/cppBison.yxx.c" break; - case 186: -#line 1820 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 188: +#line 1849 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-1].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_paren); } -#line 5880 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5937 "built/tmp/cppBison.yxx.c" break; - case 187: -#line 1825 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 189: +#line 1854 "dtool/src/cppparser/cppBison.yxx" { // Create a scope for this function (in case it is a function) CPPScope *scope = new CPPScope((yyvsp[-1].u.inst_ident)->get_scope(current_scope, global_scope), @@ -5893,11 +5950,11 @@ yyreduce: push_scope(scope); } -#line 5897 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5954 "built/tmp/cppBison.yxx.c" break; - case 188: -#line 1838 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 190: +#line 1867 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); (yyval.u.inst_ident) = (yyvsp[-5].u.inst_ident); @@ -5911,11 +5968,11 @@ yyreduce: (yyval.u.inst_ident)->add_func_modifier((yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); } } -#line 5915 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5972 "built/tmp/cppBison.yxx.c" break; - case 189: -#line 1856 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 191: +#line 1885 "dtool/src/cppparser/cppBison.yxx" { // This is handled a bit awkwardly right now. Ideally it'd be wrapped // up in the instance_identifier rule, but then more needs to happen in @@ -5925,910 +5982,910 @@ yyreduce: } (yyval.u.inst_ident) = (yyvsp[-1].u.inst_ident); } -#line 5929 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5986 "built/tmp/cppBison.yxx.c" break; - case 190: -#line 1866 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 192: +#line 1895 "dtool/src/cppparser/cppBison.yxx" { // Bitfield definition. (yyvsp[-2].u.inst_ident)->_bit_width = (yyvsp[0].u.integer); (yyval.u.inst_ident) = (yyvsp[-2].u.inst_ident); } -#line 5939 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 191: -#line 1876 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = nullptr; -} -#line 5947 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 192: -#line 1880 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); -} -#line 5955 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 5996 "built/tmp/cppBison.yxx.c" break; case 193: -#line 1884 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1905 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = nullptr; +} +#line 6004 "built/tmp/cppBison.yxx.c" + break; + + case 194: +#line 1909 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); +} +#line 6012 "built/tmp/cppBison.yxx.c" + break; + + case 195: +#line 1913 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[0].u.inst_ident)->add_modifier(IIT_const); (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); } -#line 5964 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 194: -#line 1893 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = nullptr; -} -#line 5972 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 195: -#line 1897 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = (yyvsp[0].u.identifier); -} -#line 5980 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6021 "built/tmp/cppBison.yxx.c" break; case 196: -#line 1905 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1922 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.param_list) = new CPPParameterList; + (yyval.u.identifier) = nullptr; } -#line 5988 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6029 "built/tmp/cppBison.yxx.c" break; case 197: -#line 1909 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1926 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.param_list) = new CPPParameterList; - (yyval.u.param_list)->_includes_ellipsis = true; + (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 5997 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6037 "built/tmp/cppBison.yxx.c" break; case 198: -#line 1914 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1934 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.param_list) = (yyvsp[0].u.param_list); + (yyval.u.param_list) = new CPPParameterList; } -#line 6005 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6045 "built/tmp/cppBison.yxx.c" break; case 199: -#line 1918 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1938 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.param_list) = (yyvsp[-2].u.param_list); + (yyval.u.param_list) = new CPPParameterList; (yyval.u.param_list)->_includes_ellipsis = true; } -#line 6014 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6054 "built/tmp/cppBison.yxx.c" break; case 200: -#line 1923 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.param_list) = (yyvsp[-1].u.param_list); - (yyval.u.param_list)->_includes_ellipsis = true; -} -#line 6023 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 201: -#line 1931 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.param_list) = new CPPParameterList; - (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); -} -#line 6032 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 202: -#line 1936 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.param_list) = (yyvsp[-2].u.param_list); - (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); -} -#line 6041 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 203: -#line 1944 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.param_list) = new CPPParameterList; -} -#line 6049 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 204: -#line 1948 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.param_list) = new CPPParameterList; - (yyval.u.param_list)->_includes_ellipsis = true; -} -#line 6058 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 205: -#line 1953 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1943 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.param_list) = (yyvsp[0].u.param_list); } -#line 6066 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6062 "built/tmp/cppBison.yxx.c" break; - case 206: -#line 1957 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 201: +#line 1947 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.param_list) = (yyvsp[-2].u.param_list); (yyval.u.param_list)->_includes_ellipsis = true; } -#line 6075 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6071 "built/tmp/cppBison.yxx.c" break; - case 207: -#line 1962 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 202: +#line 1952 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.param_list) = (yyvsp[-1].u.param_list); (yyval.u.param_list)->_includes_ellipsis = true; } -#line 6084 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6080 "built/tmp/cppBison.yxx.c" break; - case 208: -#line 1970 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 203: +#line 1960 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.param_list) = new CPPParameterList; (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); } -#line 6093 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6089 "built/tmp/cppBison.yxx.c" break; - case 209: -#line 1975 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 204: +#line 1965 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.param_list) = (yyvsp[-2].u.param_list); (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); } -#line 6102 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6098 "built/tmp/cppBison.yxx.c" + break; + + case 205: +#line 1973 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.param_list) = new CPPParameterList; +} +#line 6106 "built/tmp/cppBison.yxx.c" + break; + + case 206: +#line 1977 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.param_list) = new CPPParameterList; + (yyval.u.param_list)->_includes_ellipsis = true; +} +#line 6115 "built/tmp/cppBison.yxx.c" + break; + + case 207: +#line 1982 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.param_list) = (yyvsp[0].u.param_list); +} +#line 6123 "built/tmp/cppBison.yxx.c" + break; + + case 208: +#line 1986 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.param_list) = (yyvsp[-2].u.param_list); + (yyval.u.param_list)->_includes_ellipsis = true; +} +#line 6132 "built/tmp/cppBison.yxx.c" + break; + + case 209: +#line 1991 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.param_list) = (yyvsp[-1].u.param_list); + (yyval.u.param_list)->_includes_ellipsis = true; +} +#line 6141 "built/tmp/cppBison.yxx.c" break; case 210: -#line 1983 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 1999 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = nullptr; + (yyval.u.param_list) = new CPPParameterList; + (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); } -#line 6110 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6150 "built/tmp/cppBison.yxx.c" break; case 211: -#line 1987 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2004 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.param_list) = (yyvsp[-2].u.param_list); + (yyval.u.param_list)->_parameters.push_back((yyvsp[0].u.instance)); } -#line 6118 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6159 "built/tmp/cppBison.yxx.c" break; case 212: -#line 1994 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2012 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = nullptr; } -#line 6126 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6167 "built/tmp/cppBison.yxx.c" break; case 213: -#line 1998 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2016 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 6134 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6175 "built/tmp/cppBison.yxx.c" break; case 214: -#line 2005 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2023 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = nullptr; } -#line 6142 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6183 "built/tmp/cppBison.yxx.c" break; case 215: -#line 2009 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2027 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = nullptr; + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 6150 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6191 "built/tmp/cppBison.yxx.c" break; case 216: -#line 2013 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2034 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = nullptr; } -#line 6158 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6199 "built/tmp/cppBison.yxx.c" break; case 217: -#line 2017 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2038 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::get_default()); + (yyval.u.expr) = nullptr; } -#line 6166 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6207 "built/tmp/cppBison.yxx.c" break; case 218: -#line 2021 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2042 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::get_delete()); + (yyval.u.expr) = nullptr; } -#line 6174 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6215 "built/tmp/cppBison.yxx.c" break; case 219: -#line 2028 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = nullptr; -} -#line 6182 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 220: -#line 2032 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = nullptr; -} -#line 6190 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 221: -#line 2036 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = (yyvsp[-1].u.expr); -} -#line 6198 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 222: -#line 2040 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2046 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression(CPPExpression::get_default()); } -#line 6206 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6223 "built/tmp/cppBison.yxx.c" break; - case 223: -#line 2044 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 220: +#line 2050 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression(CPPExpression::get_delete()); } -#line 6214 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6231 "built/tmp/cppBison.yxx.c" break; - case 224: -#line 2048 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 221: +#line 2057 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = nullptr; } -#line 6222 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6239 "built/tmp/cppBison.yxx.c" break; - case 228: -#line 2061 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 222: +#line 2061 "dtool/src/cppparser/cppBison.yxx" { + (yyval.u.expr) = nullptr; } -#line 6229 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6247 "built/tmp/cppBison.yxx.c" break; - case 232: -#line 2070 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 223: +#line 2065 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); - (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); + (yyval.u.expr) = (yyvsp[-1].u.expr); } -#line 6238 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6255 "built/tmp/cppBison.yxx.c" break; - case 233: -#line 2075 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 224: +#line 2069 "dtool/src/cppparser/cppBison.yxx" { - (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); - (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); - (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(CPPExpression::get_default()); } -#line 6248 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6263 "built/tmp/cppBison.yxx.c" + break; + + case 225: +#line 2073 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::get_delete()); +} +#line 6271 "built/tmp/cppBison.yxx.c" + break; + + case 226: +#line 2077 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = nullptr; +} +#line 6279 "built/tmp/cppBison.yxx.c" + break; + + case 230: +#line 2090 "dtool/src/cppparser/cppBison.yxx" + { +} +#line 6286 "built/tmp/cppBison.yxx.c" break; case 234: -#line 2081 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2099 "dtool/src/cppparser/cppBison.yxx" { - (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); - (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-2]).file); + (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6258 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6295 "built/tmp/cppBison.yxx.c" break; case 235: -#line 2087 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); - (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); -} -#line 6267 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 236: -#line 2092 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2104 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6277 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6305 "built/tmp/cppBison.yxx.c" break; - case 237: -#line 2098 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 236: +#line 2110 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-2]).file); (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6287 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6315 "built/tmp/cppBison.yxx.c" + break; + + case 237: +#line 2116 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); + (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); +} +#line 6324 "built/tmp/cppBison.yxx.c" break; case 238: -#line 2104 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2121 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.instance) = (yyvsp[0].u.instance); + (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); + (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-1]).file); + (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6295 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6334 "built/tmp/cppBison.yxx.c" break; case 239: -#line 2108 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2127 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.instance) = (yyvsp[0].u.instance); + (yyvsp[-1].u.inst_ident)->add_modifier(IIT_const); + (yyval.u.instance) = new CPPInstance((yyvsp[-2].u.type), (yyvsp[-1].u.inst_ident), 0, (yylsp[-2]).file); + (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6303 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6344 "built/tmp/cppBison.yxx.c" break; case 240: -#line 2119 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2133 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.instance) = (yyvsp[0].u.instance); } -#line 6311 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6352 "built/tmp/cppBison.yxx.c" break; case 241: -#line 2123 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2137 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.instance) = (yyvsp[0].u.instance); +} +#line 6360 "built/tmp/cppBison.yxx.c" + break; + + case 242: +#line 2148 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.instance) = (yyvsp[0].u.instance); +} +#line 6368 "built/tmp/cppBison.yxx.c" + break; + + case 243: +#line 2152 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_parameter)); (yyval.u.instance) = new CPPInstance(type, "expr"); (yyval.u.instance)->set_initializer((yyvsp[0].u.expr)); } -#line 6322 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 242: -#line 2133 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); -} -#line 6330 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 243: -#line 2137 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); -} -#line 6338 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6379 "built/tmp/cppBison.yxx.c" break; case 244: -#line 2141 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2162 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_const); + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); } -#line 6347 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6387 "built/tmp/cppBison.yxx.c" break; case 245: -#line 2146 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2166 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_volatile); + (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); } -#line 6356 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6395 "built/tmp/cppBison.yxx.c" break; case 246: -#line 2151 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2170 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_pointer); + (yyval.u.inst_ident)->add_modifier(IIT_const); } -#line 6365 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6404 "built/tmp/cppBison.yxx.c" break; case 247: -#line 2156 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2175 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_reference); + (yyval.u.inst_ident)->add_modifier(IIT_volatile); } -#line 6374 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6413 "built/tmp/cppBison.yxx.c" break; case 248: -#line 2161 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2180 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); + (yyval.u.inst_ident)->add_modifier(IIT_pointer); } -#line 6383 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6422 "built/tmp/cppBison.yxx.c" break; case 249: -#line 2166 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2185 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); + (yyval.u.inst_ident)->add_modifier(IIT_reference); } -#line 6392 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6431 "built/tmp/cppBison.yxx.c" break; case 250: -#line 2171 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2190 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); - (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); } -#line 6401 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6440 "built/tmp/cppBison.yxx.c" break; case 251: -#line 2179 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2195 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); } -#line 6409 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6449 "built/tmp/cppBison.yxx.c" break; case 252: -#line 2183 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2200 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); + (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); + (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); } -#line 6417 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6458 "built/tmp/cppBison.yxx.c" break; case 253: -#line 2187 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2208 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_const); + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); } -#line 6426 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6466 "built/tmp/cppBison.yxx.c" break; case 254: -#line 2192 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2212 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_volatile); + (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); } -#line 6435 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6474 "built/tmp/cppBison.yxx.c" break; case 255: -#line 2197 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2216 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_pointer); + (yyval.u.inst_ident)->add_modifier(IIT_const); } -#line 6444 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6483 "built/tmp/cppBison.yxx.c" break; case 256: -#line 2202 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2221 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_reference); + (yyval.u.inst_ident)->add_modifier(IIT_volatile); } -#line 6453 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6492 "built/tmp/cppBison.yxx.c" break; case 257: -#line 2207 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2226 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); + (yyval.u.inst_ident)->add_modifier(IIT_pointer); } -#line 6462 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6501 "built/tmp/cppBison.yxx.c" break; case 258: -#line 2212 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2231 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); + (yyval.u.inst_ident)->add_modifier(IIT_reference); } -#line 6471 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6510 "built/tmp/cppBison.yxx.c" break; case 259: -#line 2217 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2236 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); - (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); } -#line 6480 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6519 "built/tmp/cppBison.yxx.c" break; case 260: -#line 2222 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2241 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = (yyvsp[-5].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_paren); - (yyval.u.inst_ident)->add_func_modifier((yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); } -#line 6490 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6528 "built/tmp/cppBison.yxx.c" break; case 261: -#line 2228 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[-1].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_paren); -} -#line 6499 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 262: -#line 2236 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); - (yyval.u.inst_ident)->_packed = true; -} -#line 6508 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 263: -#line 2241 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); - (yyval.u.inst_ident)->_packed = true; -} -#line 6517 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 264: -#line 2246 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_const); -} -#line 6526 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 265: -#line 2251 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_volatile); -} -#line 6535 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 266: -#line 2256 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_pointer); -} -#line 6544 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 267: -#line 2261 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_reference); -} -#line 6553 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 268: -#line 2266 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); -} -#line 6562 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 269: -#line 2271 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); -} -#line 6571 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 270: -#line 2276 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2246 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); } -#line 6580 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6537 "built/tmp/cppBison.yxx.c" break; - case 271: -#line 2281 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 262: +#line 2251 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-5].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_paren); (yyval.u.inst_ident)->add_func_modifier((yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); } -#line 6590 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6547 "built/tmp/cppBison.yxx.c" break; - case 272: -#line 2287 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 263: +#line 2257 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-1].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_paren); } -#line 6599 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6556 "built/tmp/cppBison.yxx.c" + break; + + case 264: +#line 2265 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); + (yyval.u.inst_ident)->_packed = true; +} +#line 6565 "built/tmp/cppBison.yxx.c" + break; + + case 265: +#line 2270 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); + (yyval.u.inst_ident)->_packed = true; +} +#line 6574 "built/tmp/cppBison.yxx.c" + break; + + case 266: +#line 2275 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_const); +} +#line 6583 "built/tmp/cppBison.yxx.c" + break; + + case 267: +#line 2280 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_volatile); +} +#line 6592 "built/tmp/cppBison.yxx.c" + break; + + case 268: +#line 2285 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_pointer); +} +#line 6601 "built/tmp/cppBison.yxx.c" + break; + + case 269: +#line 2290 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_reference); +} +#line 6610 "built/tmp/cppBison.yxx.c" + break; + + case 270: +#line 2295 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); +} +#line 6619 "built/tmp/cppBison.yxx.c" + break; + + case 271: +#line 2300 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); +} +#line 6628 "built/tmp/cppBison.yxx.c" + break; + + case 272: +#line 2305 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); + (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); +} +#line 6637 "built/tmp/cppBison.yxx.c" break; case 273: -#line 2295 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2310 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); + (yyval.u.inst_ident) = (yyvsp[-5].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_paren); + (yyval.u.inst_ident)->add_func_modifier((yyvsp[-2].u.param_list), (yyvsp[0].u.integer)); } -#line 6607 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6647 "built/tmp/cppBison.yxx.c" break; case 274: -#line 2299 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2316 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); - (yyval.u.inst_ident)->_packed = true; + (yyval.u.inst_ident) = (yyvsp[-1].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_paren); } -#line 6616 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6656 "built/tmp/cppBison.yxx.c" break; case 275: -#line 2304 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2324 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); - (yyval.u.inst_ident)->_packed = true; + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); } -#line 6625 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6664 "built/tmp/cppBison.yxx.c" break; case 276: -#line 2309 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_const); -} -#line 6634 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 277: -#line 2314 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_volatile); -} -#line 6643 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 278: -#line 2319 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_pointer); -} -#line 6652 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 279: -#line 2324 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_reference); -} -#line 6661 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 280: -#line 2329 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); -} -#line 6670 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 281: -#line 2334 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); - (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); -} -#line 6679 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 282: -#line 2339 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); - (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); -} -#line 6688 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 283: -#line 2347 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); -} -#line 6696 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 284: -#line 2351 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2328 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); (yyval.u.inst_ident)->_packed = true; } -#line 6705 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6673 "built/tmp/cppBison.yxx.c" break; - case 285: -#line 2356 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 277: +#line 2333 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); (yyval.u.inst_ident)->_packed = true; } -#line 6714 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6682 "built/tmp/cppBison.yxx.c" break; - case 286: -#line 2361 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 278: +#line 2338 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_const); } -#line 6723 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6691 "built/tmp/cppBison.yxx.c" break; - case 287: -#line 2366 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 279: +#line 2343 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_volatile); } -#line 6732 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6700 "built/tmp/cppBison.yxx.c" break; - case 288: -#line 2371 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 280: +#line 2348 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_pointer); } -#line 6741 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6709 "built/tmp/cppBison.yxx.c" break; - case 289: -#line 2376 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 281: +#line 2353 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_reference); } -#line 6750 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6718 "built/tmp/cppBison.yxx.c" break; - case 290: -#line 2381 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 282: +#line 2358 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); } -#line 6759 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6727 "built/tmp/cppBison.yxx.c" break; - case 291: -#line 2386 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 283: +#line 2363 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); } -#line 6768 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6736 "built/tmp/cppBison.yxx.c" break; - case 292: -#line 2391 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 284: +#line 2368 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); } -#line 6777 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6745 "built/tmp/cppBison.yxx.c" + break; + + case 285: +#line 2376 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); +} +#line 6753 "built/tmp/cppBison.yxx.c" + break; + + case 286: +#line 2380 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); + (yyval.u.inst_ident)->_packed = true; +} +#line 6762 "built/tmp/cppBison.yxx.c" + break; + + case 287: +#line 2385 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = new CPPInstanceIdentifier((yyvsp[0].u.identifier)); + (yyval.u.inst_ident)->_packed = true; +} +#line 6771 "built/tmp/cppBison.yxx.c" + break; + + case 288: +#line 2390 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_const); +} +#line 6780 "built/tmp/cppBison.yxx.c" + break; + + case 289: +#line 2395 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_volatile); +} +#line 6789 "built/tmp/cppBison.yxx.c" + break; + + case 290: +#line 2400 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_pointer); +} +#line 6798 "built/tmp/cppBison.yxx.c" + break; + + case 291: +#line 2405 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_reference); +} +#line 6807 "built/tmp/cppBison.yxx.c" + break; + + case 292: +#line 2410 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); +} +#line 6816 "built/tmp/cppBison.yxx.c" break; case 293: -#line 2396 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2415 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[0].u.inst_ident); + (yyval.u.inst_ident)->add_scoped_pointer_modifier((yyvsp[-2].u.identifier)); +} +#line 6825 "built/tmp/cppBison.yxx.c" + break; + + case 294: +#line 2420 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.inst_ident) = (yyvsp[-3].u.inst_ident); + (yyval.u.inst_ident)->add_array_modifier((yyvsp[-1].u.expr)); +} +#line 6834 "built/tmp/cppBison.yxx.c" + break; + + case 295: +#line 2425 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = new CPPInstanceIdentifier(nullptr); (yyval.u.inst_ident)->add_modifier(IIT_paren); (yyval.u.inst_ident)->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer), (yyvsp[0].u.type)); } -#line 6787 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6844 "built/tmp/cppBison.yxx.c" break; - case 294: -#line 2402 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 296: +#line 2431 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-6].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_pointer); (yyval.u.inst_ident)->add_modifier(IIT_paren); (yyval.u.inst_ident)->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer), (yyvsp[0].u.type)); } -#line 6798 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6855 "built/tmp/cppBison.yxx.c" break; - case 295: -#line 2409 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 297: +#line 2438 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-6].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_reference); (yyval.u.inst_ident)->add_modifier(IIT_paren); (yyval.u.inst_ident)->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer), (yyvsp[0].u.type)); } -#line 6809 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6866 "built/tmp/cppBison.yxx.c" break; - case 296: -#line 2416 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 298: +#line 2445 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.inst_ident) = (yyvsp[-6].u.inst_ident); (yyval.u.inst_ident)->add_modifier(IIT_rvalue_reference); (yyval.u.inst_ident)->add_modifier(IIT_paren); (yyval.u.inst_ident)->add_func_modifier((yyvsp[-3].u.param_list), (yyvsp[-1].u.integer), (yyvsp[0].u.type)); } -#line 6820 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6877 "built/tmp/cppBison.yxx.c" break; - case 297: -#line 2426 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 299: +#line 2455 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type((yyvsp[0].u.simple_type)); } -#line 6828 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6885 "built/tmp/cppBison.yxx.c" break; - case 298: -#line 2430 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 300: +#line 2459 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if ((yyval.u.type) == nullptr) { @@ -6836,43 +6893,43 @@ yyreduce: } assert((yyval.u.type) != nullptr); } -#line 6840 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 299: -#line 2438 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); -} -#line 6848 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 300: -#line 2442 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = CPPType::new_type((yyvsp[0].u.struct_type)); -} -#line 6856 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6897 "built/tmp/cppBison.yxx.c" break; case 301: -#line 2446 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2467 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.type) = CPPType::new_type((yyvsp[0].u.struct_type)); + (yyval.u.type) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); } -#line 6864 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6905 "built/tmp/cppBison.yxx.c" break; case 302: -#line 2450 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2471 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.type) = CPPType::new_type((yyvsp[0].u.enum_type)); + (yyval.u.type) = CPPType::new_type((yyvsp[0].u.struct_type)); } -#line 6872 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6913 "built/tmp/cppBison.yxx.c" break; case 303: -#line 2454 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2475 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = CPPType::new_type((yyvsp[0].u.struct_type)); +} +#line 6921 "built/tmp/cppBison.yxx.c" + break; + + case 304: +#line 2479 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = CPPType::new_type((yyvsp[0].u.enum_type)); +} +#line 6929 "built/tmp/cppBison.yxx.c" + break; + + case 305: +#line 2483 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -6888,11 +6945,11 @@ yyreduce: (yyval.u.type) = et; } } -#line 6892 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6949 "built/tmp/cppBison.yxx.c" break; - case 304: -#line 2470 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 306: +#line 2499 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[-2].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -6908,11 +6965,11 @@ yyreduce: (yyval.u.type) = et; } } -#line 6912 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6969 "built/tmp/cppBison.yxx.c" break; - case 305: -#line 2486 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 307: +#line 2515 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[-1].u.expr)->determine_type(); if ((yyval.u.type) == nullptr) { @@ -6921,19 +6978,19 @@ yyreduce: yyerror("could not determine type of " + str.str(), (yylsp[-1])); } } -#line 6925 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6982 "built/tmp/cppBison.yxx.c" break; - case 306: -#line 2495 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 308: +#line 2524 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); } -#line 6933 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 6990 "built/tmp/cppBison.yxx.c" break; - case 307: -#line 2499 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 309: +#line 2528 "dtool/src/cppparser/cppBison.yxx" { CPPEnumType *enum_type = (yyvsp[-1].u.type)->as_enum_type(); if (enum_type == nullptr) { @@ -6943,19 +7000,19 @@ yyreduce: (yyval.u.type) = enum_type->get_underlying_type(); } } -#line 6947 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7004 "built/tmp/cppBison.yxx.c" break; - case 308: -#line 2509 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 310: +#line 2538 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); } -#line 6955 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7012 "built/tmp/cppBison.yxx.c" break; - case 309: -#line 2516 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 311: +#line 2545 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if ((yyval.u.type) == nullptr) { @@ -6963,19 +7020,19 @@ yyreduce: } assert((yyval.u.type) != nullptr); } -#line 6967 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7024 "built/tmp/cppBison.yxx.c" break; - case 310: -#line 2527 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 312: +#line 2556 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.decl) = CPPType::new_type((yyvsp[0].u.simple_type)); } -#line 6975 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7032 "built/tmp/cppBison.yxx.c" break; - case 311: -#line 2531 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 313: +#line 2560 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.decl) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if ((yyval.u.decl) == nullptr) { @@ -6983,43 +7040,43 @@ yyreduce: } assert((yyval.u.decl) != nullptr); } -#line 6987 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 312: -#line 2539 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); -} -#line 6995 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 313: -#line 2543 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = CPPType::new_type((yyvsp[0].u.struct_type)); -} -#line 7003 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7044 "built/tmp/cppBison.yxx.c" break; case 314: -#line 2547 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2568 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.decl) = new CPPTypeDeclaration(CPPType::new_type((yyvsp[0].u.struct_type))); + (yyval.u.decl) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); } -#line 7011 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7052 "built/tmp/cppBison.yxx.c" break; case 315: -#line 2551 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2572 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.decl) = new CPPTypeDeclaration(CPPType::new_type((yyvsp[0].u.enum_type))); + (yyval.u.decl) = CPPType::new_type((yyvsp[0].u.struct_type)); } -#line 7019 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7060 "built/tmp/cppBison.yxx.c" break; case 316: -#line 2555 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2576 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = new CPPTypeDeclaration(CPPType::new_type((yyvsp[0].u.struct_type))); +} +#line 7068 "built/tmp/cppBison.yxx.c" + break; + + case 317: +#line 2580 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = new CPPTypeDeclaration(CPPType::new_type((yyvsp[0].u.enum_type))); +} +#line 7076 "built/tmp/cppBison.yxx.c" + break; + + case 318: +#line 2584 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -7035,11 +7092,11 @@ yyreduce: (yyval.u.decl) = et; } } -#line 7039 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7096 "built/tmp/cppBison.yxx.c" break; - case 317: -#line 2571 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 319: +#line 2600 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[-2].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -7055,11 +7112,11 @@ yyreduce: (yyval.u.decl) = et; } } -#line 7059 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7116 "built/tmp/cppBison.yxx.c" break; - case 318: -#line 2587 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 320: +#line 2616 "dtool/src/cppparser/cppBison.yxx" { yywarning(string("C++ does not permit forward declaration of untyped enum ") + (yyvsp[0].u.identifier)->get_fully_scoped_name(), (yylsp[-1])); @@ -7077,11 +7134,11 @@ yyreduce: (yyval.u.decl) = et; } } -#line 7081 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7138 "built/tmp/cppBison.yxx.c" break; - case 319: -#line 2605 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 321: +#line 2634 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.decl) = (yyvsp[-1].u.expr)->determine_type(); if ((yyval.u.decl) == nullptr) { @@ -7090,19 +7147,19 @@ yyreduce: yyerror("could not determine type of " + str.str(), (yylsp[-1])); } } -#line 7094 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7151 "built/tmp/cppBison.yxx.c" break; - case 320: -#line 2614 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 322: +#line 2643 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.decl) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); } -#line 7102 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7159 "built/tmp/cppBison.yxx.c" break; - case 321: -#line 2618 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 323: +#line 2647 "dtool/src/cppparser/cppBison.yxx" { CPPEnumType *enum_type = (yyvsp[-1].u.type)->as_enum_type(); if (enum_type == nullptr) { @@ -7112,27 +7169,27 @@ yyreduce: (yyval.u.decl) = enum_type->get_underlying_type(); } } -#line 7116 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 322: -#line 2628 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); -} -#line 7124 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 323: -#line 2635 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = CPPType::new_type((yyvsp[0].u.simple_type)); -} -#line 7132 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7173 "built/tmp/cppBison.yxx.c" break; case 324: -#line 2639 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2657 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); +} +#line 7181 "built/tmp/cppBison.yxx.c" + break; + + case 325: +#line 2664 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = CPPType::new_type((yyvsp[0].u.simple_type)); +} +#line 7189 "built/tmp/cppBison.yxx.c" + break; + + case 326: +#line 2668 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if ((yyval.u.type) == nullptr) { @@ -7140,19 +7197,19 @@ yyreduce: } assert((yyval.u.type) != nullptr); } -#line 7144 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7201 "built/tmp/cppBison.yxx.c" break; - case 325: -#line 2647 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 327: +#line 2676 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); } -#line 7152 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7209 "built/tmp/cppBison.yxx.c" break; - case 326: -#line 2651 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 328: +#line 2680 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -7168,11 +7225,11 @@ yyreduce: (yyval.u.type) = et; } } -#line 7172 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7229 "built/tmp/cppBison.yxx.c" break; - case 327: -#line 2667 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 329: +#line 2696 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); if (type != nullptr) { @@ -7188,11 +7245,11 @@ yyreduce: (yyval.u.type) = et; } } -#line 7192 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7249 "built/tmp/cppBison.yxx.c" break; - case 328: -#line 2683 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 330: +#line 2712 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[-1].u.expr)->determine_type(); if ((yyval.u.type) == nullptr) { @@ -7201,11 +7258,11 @@ yyreduce: yyerror("could not determine type of " + str.str(), (yylsp[-1])); } } -#line 7205 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7262 "built/tmp/cppBison.yxx.c" break; - case 329: -#line 2692 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 331: +#line 2721 "dtool/src/cppparser/cppBison.yxx" { CPPEnumType *enum_type = (yyvsp[-1].u.type)->as_enum_type(); if (enum_type == nullptr) { @@ -7215,71 +7272,71 @@ yyreduce: (yyval.u.type) = enum_type->get_underlying_type(); } } -#line 7219 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 330: -#line 2702 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); -} -#line 7227 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 331: -#line 2709 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.decl) = (yyvsp[0].u.decl); -} -#line 7235 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7276 "built/tmp/cppBison.yxx.c" break; case 332: -#line 2713 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2731 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_auto)); +} +#line 7284 "built/tmp/cppBison.yxx.c" + break; + + case 333: +#line 2738 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.decl) = (yyvsp[0].u.decl); +} +#line 7292 "built/tmp/cppBison.yxx.c" + break; + + case 334: +#line 2742 "dtool/src/cppparser/cppBison.yxx" { yyerror(string("unknown type '") + (yyvsp[0].u.identifier)->get_fully_scoped_name() + "'", (yylsp[0])); (yyval.u.decl) = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_unknown)); } -#line 7245 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 333: -#line 2721 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); -} -#line 7253 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 334: -#line 2725 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyvsp[0].u.inst_ident)->add_modifier(IIT_const); - (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); -} -#line 7262 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7302 "built/tmp/cppBison.yxx.c" break; case 335: -#line 2730 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2750 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); } -#line 7270 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7310 "built/tmp/cppBison.yxx.c" break; case 336: -#line 2734 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2754 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[0].u.inst_ident)->add_modifier(IIT_const); (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); } -#line 7279 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7319 "built/tmp/cppBison.yxx.c" break; - case 341: -#line 2749 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 337: +#line 2759 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); +} +#line 7327 "built/tmp/cppBison.yxx.c" + break; + + case 338: +#line 2763 "dtool/src/cppparser/cppBison.yxx" + { + (yyvsp[0].u.inst_ident)->add_modifier(IIT_const); + (yyval.u.type) = (yyvsp[0].u.inst_ident)->unroll_type((yyvsp[-1].u.type)); +} +#line 7336 "built/tmp/cppBison.yxx.c" + break; + + case 343: +#line 2778 "dtool/src/cppparser/cppBison.yxx" { CPPVisibility starting_vis = ((yyvsp[-2].u.extension_enum) == CPPExtensionType::T_class) ? V_private : V_public; @@ -7293,22 +7350,22 @@ yyreduce: push_scope(new_scope); push_struct(st); } -#line 7297 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7354 "built/tmp/cppBison.yxx.c" break; - case 342: -#line 2763 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 344: +#line 2792 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.struct_type) = current_struct; current_struct->_incomplete = false; pop_struct(); pop_scope(); } -#line 7308 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7365 "built/tmp/cppBison.yxx.c" break; - case 343: -#line 2773 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 345: +#line 2802 "dtool/src/cppparser/cppBison.yxx" { CPPVisibility starting_vis = ((yyvsp[-2].u.extension_enum) == CPPExtensionType::T_class) ? V_private : V_public; @@ -7328,253 +7385,253 @@ yyreduce: push_scope(new_scope); push_struct(st); } -#line 7332 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7389 "built/tmp/cppBison.yxx.c" break; - case 344: -#line 2793 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 346: +#line 2822 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.struct_type) = current_struct; current_struct->_incomplete = false; pop_struct(); pop_scope(); } -#line 7343 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7400 "built/tmp/cppBison.yxx.c" break; - case 346: -#line 2804 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 348: +#line 2833 "dtool/src/cppparser/cppBison.yxx" { current_struct->_final = true; } -#line 7351 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 351: -#line 2821 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_struct->append_derivation((yyvsp[0].u.type), V_unknown, false); -} -#line 7359 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 352: -#line 2825 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_struct->append_derivation((yyvsp[0].u.type), V_public, false); -} -#line 7367 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7408 "built/tmp/cppBison.yxx.c" break; case 353: -#line 2829 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2850 "dtool/src/cppparser/cppBison.yxx" { - current_struct->append_derivation((yyvsp[0].u.type), V_protected, false); + current_struct->append_derivation((yyvsp[0].u.type), V_unknown, false); } -#line 7375 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7416 "built/tmp/cppBison.yxx.c" break; case 354: -#line 2833 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2854 "dtool/src/cppparser/cppBison.yxx" { - current_struct->append_derivation((yyvsp[0].u.type), V_private, false); + current_struct->append_derivation((yyvsp[0].u.type), V_public, false); } -#line 7383 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7424 "built/tmp/cppBison.yxx.c" break; case 355: -#line 2837 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2858 "dtool/src/cppparser/cppBison.yxx" { - current_struct->append_derivation((yyvsp[0].u.type), V_public, true); + current_struct->append_derivation((yyvsp[0].u.type), V_protected, false); } -#line 7391 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7432 "built/tmp/cppBison.yxx.c" break; case 356: -#line 2841 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2862 "dtool/src/cppparser/cppBison.yxx" { - current_struct->append_derivation((yyvsp[0].u.type), V_protected, true); + current_struct->append_derivation((yyvsp[0].u.type), V_private, false); } -#line 7399 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7440 "built/tmp/cppBison.yxx.c" break; case 357: -#line 2845 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_struct->append_derivation((yyvsp[0].u.type), V_private, true); -} -#line 7407 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 358: -#line 2849 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2866 "dtool/src/cppparser/cppBison.yxx" { current_struct->append_derivation((yyvsp[0].u.type), V_public, true); } -#line 7415 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7448 "built/tmp/cppBison.yxx.c" break; - case 359: -#line 2853 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 358: +#line 2870 "dtool/src/cppparser/cppBison.yxx" { current_struct->append_derivation((yyvsp[0].u.type), V_protected, true); } -#line 7423 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7456 "built/tmp/cppBison.yxx.c" break; - case 360: -#line 2857 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 359: +#line 2874 "dtool/src/cppparser/cppBison.yxx" { current_struct->append_derivation((yyvsp[0].u.type), V_private, true); } -#line 7431 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7464 "built/tmp/cppBison.yxx.c" + break; + + case 360: +#line 2878 "dtool/src/cppparser/cppBison.yxx" + { + current_struct->append_derivation((yyvsp[0].u.type), V_public, true); +} +#line 7472 "built/tmp/cppBison.yxx.c" break; case 361: -#line 2864 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2882 "dtool/src/cppparser/cppBison.yxx" + { + current_struct->append_derivation((yyvsp[0].u.type), V_protected, true); +} +#line 7480 "built/tmp/cppBison.yxx.c" + break; + + case 362: +#line 2886 "dtool/src/cppparser/cppBison.yxx" + { + current_struct->append_derivation((yyvsp[0].u.type), V_private, true); +} +#line 7488 "built/tmp/cppBison.yxx.c" + break; + + case 363: +#line 2893 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.enum_type) = current_enum; current_enum = nullptr; } -#line 7440 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 362: -#line 2872 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_enum = new CPPEnumType((yyvsp[-2].u.extension_enum), nullptr, (yyvsp[0].u.type), current_scope, nullptr, (yylsp[-2]).file); -} -#line 7448 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 363: -#line 2876 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_enum = new CPPEnumType((yyvsp[0].u.extension_enum), nullptr, current_scope, nullptr, (yylsp[0]).file); -} -#line 7456 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7497 "built/tmp/cppBison.yxx.c" break; case 364: -#line 2880 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2901 "dtool/src/cppparser/cppBison.yxx" + { + current_enum = new CPPEnumType((yyvsp[-2].u.extension_enum), nullptr, (yyvsp[0].u.type), current_scope, nullptr, (yylsp[-2]).file); +} +#line 7505 "built/tmp/cppBison.yxx.c" + break; + + case 365: +#line 2905 "dtool/src/cppparser/cppBison.yxx" + { + current_enum = new CPPEnumType((yyvsp[0].u.extension_enum), nullptr, current_scope, nullptr, (yylsp[0]).file); +} +#line 7513 "built/tmp/cppBison.yxx.c" + break; + + case 366: +#line 2909 "dtool/src/cppparser/cppBison.yxx" { CPPScope *new_scope = new CPPScope(current_scope, (yyvsp[-2].u.identifier)->_names.back(), V_public); current_enum = new CPPEnumType((yyvsp[-3].u.extension_enum), (yyvsp[-2].u.identifier), (yyvsp[0].u.type), current_scope, new_scope, (yylsp[-3]).file); } -#line 7465 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7522 "built/tmp/cppBison.yxx.c" break; - case 365: -#line 2885 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 367: +#line 2914 "dtool/src/cppparser/cppBison.yxx" { CPPScope *new_scope = new CPPScope(current_scope, (yyvsp[0].u.identifier)->_names.back(), V_public); current_enum = new CPPEnumType((yyvsp[-1].u.extension_enum), (yyvsp[0].u.identifier), current_scope, new_scope, (yylsp[-1]).file); } -#line 7474 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7531 "built/tmp/cppBison.yxx.c" break; - case 366: -#line 2893 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 368: +#line 2922 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type((yyvsp[0].u.simple_type)); } -#line 7482 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 367: -#line 2897 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); -} -#line 7490 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7539 "built/tmp/cppBison.yxx.c" break; case 369: -#line 2905 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2926 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.type) = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); +} +#line 7547 "built/tmp/cppBison.yxx.c" + break; + + case 371: +#line 2934 "dtool/src/cppparser/cppBison.yxx" { assert(current_enum != nullptr); current_enum->add_element((yyvsp[-1].u.identifier)->get_simple_name(), nullptr, current_lexer, (yylsp[-1])); } -#line 7499 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7556 "built/tmp/cppBison.yxx.c" break; - case 370: -#line 2910 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 372: +#line 2939 "dtool/src/cppparser/cppBison.yxx" { assert(current_enum != nullptr); current_enum->add_element((yyvsp[-3].u.identifier)->get_simple_name(), (yyvsp[-1].u.expr), current_lexer, (yylsp[-3])); } -#line 7508 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7565 "built/tmp/cppBison.yxx.c" break; - case 372: -#line 2918 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 374: +#line 2947 "dtool/src/cppparser/cppBison.yxx" { assert(current_enum != nullptr); current_enum->add_element((yyvsp[0].u.identifier)->get_simple_name(), nullptr, current_lexer, (yylsp[0])); } -#line 7517 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7574 "built/tmp/cppBison.yxx.c" break; - case 373: -#line 2923 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 375: +#line 2952 "dtool/src/cppparser/cppBison.yxx" { assert(current_enum != nullptr); current_enum->add_element((yyvsp[-2].u.identifier)->get_simple_name(), (yyvsp[0].u.expr), current_lexer, (yylsp[-2])); } -#line 7526 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 374: -#line 2931 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.extension_enum) = CPPExtensionType::T_enum; -} -#line 7534 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 375: -#line 2935 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.extension_enum) = CPPExtensionType::T_enum_class; -} -#line 7542 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7583 "built/tmp/cppBison.yxx.c" break; case 376: -#line 2939 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2960 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.extension_enum) = CPPExtensionType::T_enum_struct; + (yyval.u.extension_enum) = CPPExtensionType::T_enum; } -#line 7550 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7591 "built/tmp/cppBison.yxx.c" break; case 377: -#line 2946 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2964 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.extension_enum) = CPPExtensionType::T_class; + (yyval.u.extension_enum) = CPPExtensionType::T_enum_class; } -#line 7558 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7599 "built/tmp/cppBison.yxx.c" break; case 378: -#line 2950 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2968 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.extension_enum) = CPPExtensionType::T_struct; + (yyval.u.extension_enum) = CPPExtensionType::T_enum_struct; } -#line 7566 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7607 "built/tmp/cppBison.yxx.c" break; case 379: -#line 2954 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2975 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.extension_enum) = CPPExtensionType::T_union; + (yyval.u.extension_enum) = CPPExtensionType::T_class; } -#line 7574 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7615 "built/tmp/cppBison.yxx.c" break; case 380: -#line 2961 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 2979 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.extension_enum) = CPPExtensionType::T_struct; +} +#line 7623 "built/tmp/cppBison.yxx.c" + break; + + case 381: +#line 2983 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.extension_enum) = CPPExtensionType::T_union; +} +#line 7631 "built/tmp/cppBison.yxx.c" + break; + + case 382: +#line 2990 "dtool/src/cppparser/cppBison.yxx" { CPPScope *scope = (yyvsp[-1].u.identifier)->find_scope(current_scope, global_scope, current_lexer); if (scope == nullptr) { @@ -7592,19 +7649,19 @@ yyreduce: current_scope->define_namespace(nspace); push_scope(scope); } -#line 7596 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7653 "built/tmp/cppBison.yxx.c" break; - case 381: -#line 2979 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 383: +#line 3008 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); } -#line 7604 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7661 "built/tmp/cppBison.yxx.c" break; - case 382: -#line 2983 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 384: +#line 3012 "dtool/src/cppparser/cppBison.yxx" { CPPScope *scope = (yyvsp[-1].u.identifier)->find_scope(current_scope, global_scope, current_lexer); if (scope == nullptr) { @@ -7623,143 +7680,143 @@ yyreduce: current_scope->define_namespace(nspace); push_scope(scope); } -#line 7627 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7684 "built/tmp/cppBison.yxx.c" break; - case 383: -#line 3002 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 385: +#line 3031 "dtool/src/cppparser/cppBison.yxx" { pop_scope(); } -#line 7635 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7692 "built/tmp/cppBison.yxx.c" break; - case 386: -#line 3011 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 388: +#line 3040 "dtool/src/cppparser/cppBison.yxx" { CPPUsing *using_decl = new CPPUsing((yyvsp[-1].u.identifier), false, (yylsp[-2]).file); current_scope->add_declaration(using_decl, global_scope, current_lexer, (yylsp[-2])); current_scope->add_using(using_decl, global_scope, current_lexer); } -#line 7645 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7702 "built/tmp/cppBison.yxx.c" break; - case 387: -#line 3017 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 389: +#line 3046 "dtool/src/cppparser/cppBison.yxx" { // This is really just an alternative way to declare a typedef. CPPTypedefType *typedef_type = new CPPTypedefType((yyvsp[-1].u.type), (yyvsp[-3].u.identifier), current_scope); typedef_type->_using = true; current_scope->add_declaration(CPPType::new_type(typedef_type), global_scope, current_lexer, (yylsp[-4])); } -#line 7656 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7713 "built/tmp/cppBison.yxx.c" break; - case 388: -#line 3024 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 390: +#line 3053 "dtool/src/cppparser/cppBison.yxx" { CPPUsing *using_decl = new CPPUsing((yyvsp[-1].u.identifier), true, (yylsp[-3]).file); current_scope->add_declaration(using_decl, global_scope, current_lexer, (yylsp[-3])); current_scope->add_using(using_decl, global_scope, current_lexer); } -#line 7666 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 392: -#line 3039 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_bool); -} -#line 7674 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 393: -#line 3043 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char); -} -#line 7682 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7723 "built/tmp/cppBison.yxx.c" break; case 394: -#line 3047 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3068 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_wchar_t); + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_bool); } -#line 7690 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7731 "built/tmp/cppBison.yxx.c" break; case 395: -#line 3051 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3072 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char16_t); + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char); } -#line 7698 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7739 "built/tmp/cppBison.yxx.c" break; case 396: -#line 3055 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3076 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char32_t); + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_wchar_t); } -#line 7706 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7747 "built/tmp/cppBison.yxx.c" break; case 397: -#line 3059 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3080 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char16_t); +} +#line 7755 "built/tmp/cppBison.yxx.c" + break; + + case 398: +#line 3084 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_char32_t); +} +#line 7763 "built/tmp/cppBison.yxx.c" + break; + + case 399: +#line 3088 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_short); } -#line 7715 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7772 "built/tmp/cppBison.yxx.c" break; - case 398: -#line 3064 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 400: +#line 3093 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_long); } -#line 7724 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7781 "built/tmp/cppBison.yxx.c" break; - case 399: -#line 3069 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 401: +#line 3098 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_unsigned); } -#line 7733 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7790 "built/tmp/cppBison.yxx.c" break; - case 400: -#line 3074 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 402: +#line 3103 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_signed); } -#line 7742 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7799 "built/tmp/cppBison.yxx.c" break; - case 401: -#line 3079 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 403: +#line 3108 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_int); } -#line 7750 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7807 "built/tmp/cppBison.yxx.c" break; - case 402: -#line 3083 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 404: +#line 3112 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = (yyvsp[0].u.simple_type); (yyval.u.simple_type)->_flags |= CPPSimpleType::F_short; } -#line 7759 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7816 "built/tmp/cppBison.yxx.c" break; - case 403: -#line 3088 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 405: +#line 3117 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = (yyvsp[0].u.simple_type); if ((yyval.u.simple_type)->_flags & CPPSimpleType::F_long) { @@ -7768,189 +7825,189 @@ yyreduce: (yyval.u.simple_type)->_flags |= CPPSimpleType::F_long; } } -#line 7772 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7829 "built/tmp/cppBison.yxx.c" break; - case 404: -#line 3097 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 406: +#line 3126 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = (yyvsp[0].u.simple_type); (yyval.u.simple_type)->_flags |= CPPSimpleType::F_unsigned; } -#line 7781 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7838 "built/tmp/cppBison.yxx.c" break; - case 405: -#line 3102 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 407: +#line 3131 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = (yyvsp[0].u.simple_type); (yyval.u.simple_type)->_flags |= CPPSimpleType::F_signed; } -#line 7790 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 406: -#line 3110 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_float); -} -#line 7798 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 407: -#line 3114 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_double); -} -#line 7806 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7847 "built/tmp/cppBison.yxx.c" break; case 408: -#line 3118 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3139 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_float); +} +#line 7855 "built/tmp/cppBison.yxx.c" + break; + + case 409: +#line 3143 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_double); +} +#line 7863 "built/tmp/cppBison.yxx.c" + break; + + case 410: +#line 3147 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_double, CPPSimpleType::F_long); } -#line 7815 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 409: -#line 3126 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_void); -} -#line 7823 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 410: -#line 3135 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - current_lexer->_resolve_identifiers = false; -} -#line 7831 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7872 "built/tmp/cppBison.yxx.c" break; case 411: -#line 3139 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3155 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.simple_type) = new CPPSimpleType(CPPSimpleType::T_void); +} +#line 7880 "built/tmp/cppBison.yxx.c" + break; + + case 412: +#line 3164 "dtool/src/cppparser/cppBison.yxx" + { + current_lexer->_resolve_identifiers = false; +} +#line 7888 "built/tmp/cppBison.yxx.c" + break; + + case 413: +#line 3168 "dtool/src/cppparser/cppBison.yxx" { current_lexer->_resolve_identifiers = true; } -#line 7839 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7896 "built/tmp/cppBison.yxx.c" break; - case 519: -#line 3183 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 521: +#line 3212 "dtool/src/cppparser/cppBison.yxx" { } -#line 7846 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 543: -#line 3192 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = nullptr; -} -#line 7854 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 544: -#line 3196 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = (yyvsp[0].u.expr); -} -#line 7862 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7903 "built/tmp/cppBison.yxx.c" break; case 545: -#line 3203 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3221 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = nullptr; } -#line 7870 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7911 "built/tmp/cppBison.yxx.c" break; case 546: -#line 3207 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3225 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 7878 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7919 "built/tmp/cppBison.yxx.c" break; case 547: -#line 3214 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3232 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = nullptr; } -#line 7886 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7927 "built/tmp/cppBison.yxx.c" break; case 548: -#line 3218 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(',', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); -} -#line 7894 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 549: -#line 3225 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3236 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 7902 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7935 "built/tmp/cppBison.yxx.c" + break; + + case 549: +#line 3243 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = (yyvsp[0].u.expr); +} +#line 7943 "built/tmp/cppBison.yxx.c" break; case 550: -#line 3229 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3247 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); + (yyval.u.expr) = new CPPExpression(',', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 7910 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7951 "built/tmp/cppBison.yxx.c" break; case 551: -#line 3233 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3254 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 7918 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7959 "built/tmp/cppBison.yxx.c" break; case 552: -#line 3237 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3258 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); } -#line 7926 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7967 "built/tmp/cppBison.yxx.c" break; case 553: -#line 3241 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3262 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); } -#line 7934 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7975 "built/tmp/cppBison.yxx.c" break; case 554: -#line 3245 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3266 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); } -#line 7942 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7983 "built/tmp/cppBison.yxx.c" break; case 555: -#line 3249 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3270 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func((yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); } -#line 7950 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 7991 "built/tmp/cppBison.yxx.c" break; case 556: -#line 3253 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3274 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); +} +#line 7999 "built/tmp/cppBison.yxx.c" + break; + + case 557: +#line 3278 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func((yyvsp[-1].u.type))); +} +#line 8007 "built/tmp/cppBison.yxx.c" + break; + + case 558: +#line 3282 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *arg = (yyvsp[-1].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (arg == nullptr) { @@ -7962,307 +8019,307 @@ yyreduce: (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func(arg->as_type())); } } -#line 7966 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 557: -#line 3265 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); -} -#line 7974 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 558: -#line 3269 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); -} -#line 7982 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8023 "built/tmp/cppBison.yxx.c" break; case 559: -#line 3273 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3294 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); } -#line 7990 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8031 "built/tmp/cppBison.yxx.c" break; case 560: -#line 3277 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3298 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); } -#line 7998 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8039 "built/tmp/cppBison.yxx.c" break; case 561: -#line 3281 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3302 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); } -#line 8006 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8047 "built/tmp/cppBison.yxx.c" break; case 562: -#line 3285 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3306 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); } -#line 8014 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8055 "built/tmp/cppBison.yxx.c" break; case 563: -#line 3289 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3310 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_STAR, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); } -#line 8022 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8063 "built/tmp/cppBison.yxx.c" break; case 564: -#line 3293 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3314 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); } -#line 8030 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8071 "built/tmp/cppBison.yxx.c" break; case 565: -#line 3297 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3318 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_STAR, (yyvsp[0].u.expr)); } -#line 8038 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8079 "built/tmp/cppBison.yxx.c" break; case 566: -#line 3301 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3322 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); } -#line 8046 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8087 "built/tmp/cppBison.yxx.c" break; case 567: -#line 3305 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3326 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8054 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8095 "built/tmp/cppBison.yxx.c" break; case 568: -#line 3309 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3330 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8062 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8103 "built/tmp/cppBison.yxx.c" break; case 569: -#line 3313 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3334 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8070 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8111 "built/tmp/cppBison.yxx.c" break; case 570: -#line 3317 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3338 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8078 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8119 "built/tmp/cppBison.yxx.c" break; case 571: -#line 3321 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3342 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8086 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8127 "built/tmp/cppBison.yxx.c" break; case 572: -#line 3325 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3346 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8094 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8135 "built/tmp/cppBison.yxx.c" break; case 573: -#line 3329 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3350 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8102 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8143 "built/tmp/cppBison.yxx.c" break; case 574: -#line 3333 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3354 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8110 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8151 "built/tmp/cppBison.yxx.c" break; case 575: -#line 3337 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3358 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8118 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8159 "built/tmp/cppBison.yxx.c" break; case 576: -#line 3341 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3362 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8126 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8167 "built/tmp/cppBison.yxx.c" break; case 577: -#line 3345 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3366 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8134 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8175 "built/tmp/cppBison.yxx.c" break; case 578: -#line 3349 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3370 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8142 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8183 "built/tmp/cppBison.yxx.c" break; case 579: -#line 3353 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3374 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8150 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8191 "built/tmp/cppBison.yxx.c" break; case 580: -#line 3357 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3378 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8158 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8199 "built/tmp/cppBison.yxx.c" break; case 581: -#line 3361 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3382 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8166 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8207 "built/tmp/cppBison.yxx.c" break; case 582: -#line 3365 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3386 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8174 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8215 "built/tmp/cppBison.yxx.c" break; case 583: -#line 3369 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3390 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8182 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8223 "built/tmp/cppBison.yxx.c" break; case 584: -#line 3373 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3394 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); + (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 8190 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8231 "built/tmp/cppBison.yxx.c" break; case 585: -#line 3377 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3398 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 8198 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8239 "built/tmp/cppBison.yxx.c" break; case 586: -#line 3381 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3402 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); } -#line 8206 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8247 "built/tmp/cppBison.yxx.c" break; case 587: -#line 3385 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3406 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[-1].u.expr); + (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8214 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8255 "built/tmp/cppBison.yxx.c" break; case 588: -#line 3393 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3410 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8222 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8263 "built/tmp/cppBison.yxx.c" break; case 589: -#line 3397 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3414 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); + (yyval.u.expr) = (yyvsp[-1].u.expr); } -#line 8230 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8271 "built/tmp/cppBison.yxx.c" break; case 590: -#line 3401 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3422 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 8238 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8279 "built/tmp/cppBison.yxx.c" break; case 591: -#line 3405 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3426 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); } -#line 8246 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8287 "built/tmp/cppBison.yxx.c" break; case 592: -#line 3409 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3430 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); } -#line 8254 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8295 "built/tmp/cppBison.yxx.c" break; case 593: -#line 3413 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3434 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); } -#line 8262 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8303 "built/tmp/cppBison.yxx.c" break; case 594: -#line 3417 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3438 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); +} +#line 8311 "built/tmp/cppBison.yxx.c" + break; + + case 595: +#line 3442 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); +} +#line 8319 "built/tmp/cppBison.yxx.c" + break; + + case 596: +#line 3446 "dtool/src/cppparser/cppBison.yxx" { // A constructor call. CPPType *type = (yyvsp[-3].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); @@ -8272,11 +8329,11 @@ yyreduce: assert(type != nullptr); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8276 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8333 "built/tmp/cppBison.yxx.c" break; - case 595: -#line 3427 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 597: +#line 3456 "dtool/src/cppparser/cppBison.yxx" { // Aggregate initialization. CPPType *type = (yyvsp[-3].u.identifier)->find_type(current_scope, global_scope, false, current_lexer); @@ -8286,143 +8343,143 @@ yyreduce: assert(type != nullptr); (yyval.u.expr) = new CPPExpression(CPPExpression::aggregate_init_op(type, (yyvsp[-1].u.expr))); } -#line 8290 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8347 "built/tmp/cppBison.yxx.c" break; - case 596: -#line 3437 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 598: +#line 3466 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8300 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8357 "built/tmp/cppBison.yxx.c" break; - case 597: -#line 3443 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 599: +#line 3472 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_char)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8310 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8367 "built/tmp/cppBison.yxx.c" break; - case 598: -#line 3449 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 600: +#line 3478 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_wchar_t)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8320 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8377 "built/tmp/cppBison.yxx.c" break; - case 599: -#line 3455 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 601: +#line 3484 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_char16_t)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8330 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8387 "built/tmp/cppBison.yxx.c" break; - case 600: -#line 3461 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 602: +#line 3490 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_char32_t)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8340 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8397 "built/tmp/cppBison.yxx.c" break; - case 601: -#line 3467 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 603: +#line 3496 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_bool)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8350 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8407 "built/tmp/cppBison.yxx.c" break; - case 602: -#line 3473 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 604: +#line 3502 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_short)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8361 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8418 "built/tmp/cppBison.yxx.c" break; - case 603: -#line 3480 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 605: +#line 3509 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_long)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8372 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8429 "built/tmp/cppBison.yxx.c" break; - case 604: -#line 3487 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 606: +#line 3516 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_unsigned)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8383 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8440 "built/tmp/cppBison.yxx.c" break; - case 605: -#line 3494 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 607: +#line 3523 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int, CPPSimpleType::F_signed)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8394 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8451 "built/tmp/cppBison.yxx.c" break; - case 606: -#line 3501 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 608: +#line 3530 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_float)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8404 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8461 "built/tmp/cppBison.yxx.c" break; - case 607: -#line 3507 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 609: +#line 3536 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_double)); (yyval.u.expr) = new CPPExpression(CPPExpression::construct_op(type, (yyvsp[-1].u.expr))); } -#line 8414 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8471 "built/tmp/cppBison.yxx.c" break; - case 608: -#line 3513 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 610: +#line 3542 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func((yyvsp[-1].u.type))); } -#line 8422 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8479 "built/tmp/cppBison.yxx.c" break; - case 609: -#line 3517 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 611: +#line 3546 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *arg = (yyvsp[-1].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (arg == nullptr) { @@ -8434,43 +8491,43 @@ yyreduce: (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func(arg->as_type())); } } -#line 8438 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 610: -#line 3529 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); -} -#line 8446 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 611: -#line 3533 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); -} -#line 8454 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8495 "built/tmp/cppBison.yxx.c" break; case 612: -#line 3537 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3558 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[0].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); } -#line 8462 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8503 "built/tmp/cppBison.yxx.c" break; case 613: -#line 3541 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3562 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[-3].u.type), (yyvsp[-1].u.expr))); + (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); } -#line 8470 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8511 "built/tmp/cppBison.yxx.c" break; case 614: -#line 3545 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3566 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[0].u.type))); +} +#line 8519 "built/tmp/cppBison.yxx.c" + break; + + case 615: +#line 3570 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[-3].u.type), (yyvsp[-1].u.expr))); +} +#line 8527 "built/tmp/cppBison.yxx.c" + break; + + case 616: +#line 3574 "dtool/src/cppparser/cppBison.yxx" { CPPIdentifier ident(""); ident.add_name("std"); @@ -8481,11 +8538,11 @@ yyreduce: } (yyval.u.expr) = new CPPExpression(CPPExpression::typeid_op((yyvsp[-1].u.type), std_type_info)); } -#line 8485 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8542 "built/tmp/cppBison.yxx.c" break; - case 615: -#line 3556 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 617: +#line 3585 "dtool/src/cppparser/cppBison.yxx" { CPPIdentifier ident(""); ident.add_name("std"); @@ -8496,564 +8553,564 @@ yyreduce: } (yyval.u.expr) = new CPPExpression(CPPExpression::typeid_op((yyvsp[-1].u.expr), std_type_info)); } -#line 8500 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 616: -#line 3567 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); -} -#line 8508 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 617: -#line 3571 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); -} -#line 8516 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8557 "built/tmp/cppBison.yxx.c" break; case 618: -#line 3575 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3596 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); } -#line 8524 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8565 "built/tmp/cppBison.yxx.c" break; case 619: -#line 3579 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3600 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); } -#line 8532 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8573 "built/tmp/cppBison.yxx.c" break; case 620: -#line 3583 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3604 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_STAR, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); } -#line 8540 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8581 "built/tmp/cppBison.yxx.c" break; case 621: -#line 3587 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3608 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); } -#line 8548 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8589 "built/tmp/cppBison.yxx.c" break; case 622: -#line 3591 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3612 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_STAR, (yyvsp[0].u.expr)); } -#line 8556 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8597 "built/tmp/cppBison.yxx.c" break; case 623: -#line 3595 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3616 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); } -#line 8564 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8605 "built/tmp/cppBison.yxx.c" break; case 624: -#line 3599 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3620 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8572 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8613 "built/tmp/cppBison.yxx.c" break; case 625: -#line 3603 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3624 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8580 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8621 "built/tmp/cppBison.yxx.c" break; case 626: -#line 3607 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3628 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8588 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8629 "built/tmp/cppBison.yxx.c" break; case 627: -#line 3611 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3632 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8596 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8637 "built/tmp/cppBison.yxx.c" break; case 628: -#line 3615 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3636 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8604 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8645 "built/tmp/cppBison.yxx.c" break; case 629: -#line 3619 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3640 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8612 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8653 "built/tmp/cppBison.yxx.c" break; case 630: -#line 3623 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3644 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8620 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8661 "built/tmp/cppBison.yxx.c" break; case 631: -#line 3627 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3648 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8628 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8669 "built/tmp/cppBison.yxx.c" break; case 632: -#line 3631 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3652 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8636 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8677 "built/tmp/cppBison.yxx.c" break; case 633: -#line 3635 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3656 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8644 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8685 "built/tmp/cppBison.yxx.c" break; case 634: -#line 3639 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3660 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8652 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8693 "built/tmp/cppBison.yxx.c" break; case 635: -#line 3643 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3664 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8660 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8701 "built/tmp/cppBison.yxx.c" break; case 636: -#line 3647 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3668 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('<', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8668 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8709 "built/tmp/cppBison.yxx.c" break; case 637: -#line 3651 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3672 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('>', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8676 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8717 "built/tmp/cppBison.yxx.c" break; case 638: -#line 3655 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3676 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('<', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8684 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8725 "built/tmp/cppBison.yxx.c" break; case 639: -#line 3659 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3680 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('>', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8692 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8733 "built/tmp/cppBison.yxx.c" break; case 640: -#line 3663 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3684 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8700 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8741 "built/tmp/cppBison.yxx.c" break; case 641: -#line 3667 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3688 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8708 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8749 "built/tmp/cppBison.yxx.c" break; case 642: -#line 3671 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3692 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8716 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8757 "built/tmp/cppBison.yxx.c" break; case 643: -#line 3675 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3696 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); + (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 8724 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8765 "built/tmp/cppBison.yxx.c" break; case 644: -#line 3679 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3700 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 8732 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8773 "built/tmp/cppBison.yxx.c" break; case 645: -#line 3683 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3704 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); } -#line 8740 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8781 "built/tmp/cppBison.yxx.c" break; case 646: -#line 3687 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3708 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[-1].u.expr); + (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8748 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8789 "built/tmp/cppBison.yxx.c" break; case 647: -#line 3694 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3712 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); + (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 8756 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8797 "built/tmp/cppBison.yxx.c" break; case 648: -#line 3698 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3716 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(true); + (yyval.u.expr) = (yyvsp[-1].u.expr); } -#line 8764 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8805 "built/tmp/cppBison.yxx.c" break; case 649: -#line 3702 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(false); -} -#line 8772 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 650: -#line 3706 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3723 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); } -#line 8780 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8813 "built/tmp/cppBison.yxx.c" + break; + + case 650: +#line 3727 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(true); +} +#line 8821 "built/tmp/cppBison.yxx.c" break; case 651: -#line 3710 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3731 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.real)); + (yyval.u.expr) = new CPPExpression(false); } -#line 8788 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8829 "built/tmp/cppBison.yxx.c" break; case 652: -#line 3714 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3735 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); } -#line 8796 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8837 "built/tmp/cppBison.yxx.c" break; case 653: -#line 3718 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3739 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.real)); } -#line 8804 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8845 "built/tmp/cppBison.yxx.c" break; case 654: -#line 3722 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3743 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.identifier), current_scope, global_scope, current_lexer); + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 8812 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8853 "built/tmp/cppBison.yxx.c" break; case 655: -#line 3726 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3747 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = (yyvsp[0].u.expr); +} +#line 8861 "built/tmp/cppBison.yxx.c" + break; + + case 656: +#line 3751 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.identifier), current_scope, global_scope, current_lexer); +} +#line 8869 "built/tmp/cppBison.yxx.c" + break; + + case 657: +#line 3755 "dtool/src/cppparser/cppBison.yxx" { // A variable named "final". C++11 explicitly permits this. CPPIdentifier *ident = new CPPIdentifier("final", (yylsp[0])); (yyval.u.expr) = new CPPExpression(ident, current_scope, global_scope, current_lexer); } -#line 8822 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8879 "built/tmp/cppBison.yxx.c" break; - case 656: -#line 3732 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 658: +#line 3761 "dtool/src/cppparser/cppBison.yxx" { // A variable named "override". C++11 explicitly permits this. CPPIdentifier *ident = new CPPIdentifier("override", (yylsp[0])); (yyval.u.expr) = new CPPExpression(ident, current_scope, global_scope, current_lexer); } -#line 8832 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8889 "built/tmp/cppBison.yxx.c" break; - case 657: -#line 3738 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 659: +#line 3767 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression(CPPExpression::get_nullptr()); } -#line 8840 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8897 "built/tmp/cppBison.yxx.c" break; - case 658: -#line 3742 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 660: +#line 3771 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[-6].u.closure_type)->_flags = (yyvsp[-4].u.integer); (yyvsp[-6].u.closure_type)->_return_type = (yyvsp[-3].u.type); (yyval.u.expr) = new CPPExpression(CPPExpression::lambda((yyvsp[-6].u.closure_type))); } -#line 8850 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8907 "built/tmp/cppBison.yxx.c" break; - case 659: -#line 3748 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 661: +#line 3777 "dtool/src/cppparser/cppBison.yxx" { (yyvsp[-9].u.closure_type)->_parameters = (yyvsp[-6].u.param_list); (yyvsp[-9].u.closure_type)->_flags = (yyvsp[-4].u.integer); (yyvsp[-9].u.closure_type)->_return_type = (yyvsp[-3].u.type); (yyval.u.expr) = new CPPExpression(CPPExpression::lambda((yyvsp[-9].u.closure_type))); } -#line 8861 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 660: -#line 3755 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_HAS_VIRTUAL_DESTRUCTOR, (yyvsp[-1].u.type))); -} -#line 8869 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 661: -#line 3759 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_ABSTRACT, (yyvsp[-1].u.type))); -} -#line 8877 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8918 "built/tmp/cppBison.yxx.c" break; case 662: -#line 3763 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3784 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CLASS, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_HAS_VIRTUAL_DESTRUCTOR, (yyvsp[-1].u.type))); } -#line 8885 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8926 "built/tmp/cppBison.yxx.c" break; case 663: -#line 3767 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3788 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CLASS, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_ABSTRACT, (yyvsp[-1].u.type))); } -#line 8893 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8934 "built/tmp/cppBison.yxx.c" break; case 664: -#line 3771 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3792 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONSTRUCTIBLE, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CLASS, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); } -#line 8901 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8942 "built/tmp/cppBison.yxx.c" break; case 665: -#line 3775 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3796 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONSTRUCTIBLE, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CLASS, (yyvsp[-1].u.type))); } -#line 8909 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8950 "built/tmp/cppBison.yxx.c" break; case 666: -#line 3779 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3800 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONVERTIBLE_TO, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONSTRUCTIBLE, (yyvsp[-1].u.type))); } -#line 8917 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8958 "built/tmp/cppBison.yxx.c" break; case 667: -#line 3783 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3804 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_DESTRUCTIBLE, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONSTRUCTIBLE, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); } -#line 8925 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8966 "built/tmp/cppBison.yxx.c" break; case 668: -#line 3787 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3808 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_EMPTY, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_CONVERTIBLE_TO, (yyvsp[-3].u.type), (yyvsp[-1].u.type))); } -#line 8933 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8974 "built/tmp/cppBison.yxx.c" break; case 669: -#line 3791 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3812 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_ENUM, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_DESTRUCTIBLE, (yyvsp[-1].u.type))); } -#line 8941 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8982 "built/tmp/cppBison.yxx.c" break; case 670: -#line 3795 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3816 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_FINAL, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_EMPTY, (yyvsp[-1].u.type))); } -#line 8949 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8990 "built/tmp/cppBison.yxx.c" break; case 671: -#line 3799 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3820 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_FUNDAMENTAL, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_ENUM, (yyvsp[-1].u.type))); } -#line 8957 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 8998 "built/tmp/cppBison.yxx.c" break; case 672: -#line 3803 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3824 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_POD, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_FINAL, (yyvsp[-1].u.type))); } -#line 8965 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9006 "built/tmp/cppBison.yxx.c" break; case 673: -#line 3807 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3828 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_POLYMORPHIC, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_FUNDAMENTAL, (yyvsp[-1].u.type))); } -#line 8973 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9014 "built/tmp/cppBison.yxx.c" break; case 674: -#line 3811 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3832 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_STANDARD_LAYOUT, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_POD, (yyvsp[-1].u.type))); } -#line 8981 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9022 "built/tmp/cppBison.yxx.c" break; case 675: -#line 3815 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3836 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_TRIVIAL, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_POLYMORPHIC, (yyvsp[-1].u.type))); } -#line 8989 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9030 "built/tmp/cppBison.yxx.c" break; case 676: -#line 3819 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3840 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_UNION, (yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_STANDARD_LAYOUT, (yyvsp[-1].u.type))); } -#line 8997 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9038 "built/tmp/cppBison.yxx.c" break; case 677: -#line 3833 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3844 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_TRIVIAL, (yyvsp[-1].u.type))); } -#line 9005 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9046 "built/tmp/cppBison.yxx.c" break; case 678: -#line 3837 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3848 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); + (yyval.u.expr) = new CPPExpression(CPPExpression::type_trait(KW_IS_UNION, (yyvsp[-1].u.type))); } -#line 9013 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9054 "built/tmp/cppBison.yxx.c" break; case 679: -#line 3841 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3862 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 9021 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9062 "built/tmp/cppBison.yxx.c" break; case 680: -#line 3845 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3866 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-2].u.type), (yyvsp[0].u.expr))); } -#line 9029 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9070 "built/tmp/cppBison.yxx.c" break; case 681: -#line 3849 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3870 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_static_cast)); } -#line 9037 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9078 "built/tmp/cppBison.yxx.c" break; case 682: -#line 3853 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3874 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_dynamic_cast)); } -#line 9045 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9086 "built/tmp/cppBison.yxx.c" break; case 683: -#line 3857 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3878 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func((yyvsp[-1].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_const_cast)); } -#line 9053 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9094 "built/tmp/cppBison.yxx.c" break; case 684: -#line 3861 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3882 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::typecast_op((yyvsp[-4].u.type), (yyvsp[-1].u.expr), CPPExpression::T_reinterpret_cast)); +} +#line 9102 "built/tmp/cppBison.yxx.c" + break; + + case 685: +#line 3886 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func((yyvsp[-1].u.type))); +} +#line 9110 "built/tmp/cppBison.yxx.c" + break; + + case 686: +#line 3890 "dtool/src/cppparser/cppBison.yxx" { CPPDeclaration *arg = (yyvsp[-1].u.identifier)->find_symbol(current_scope, global_scope, current_lexer); if (arg == nullptr) { @@ -9065,43 +9122,43 @@ yyreduce: (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_func(arg->as_type())); } } -#line 9069 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 685: -#line 3873 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); -} -#line 9077 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 686: -#line 3877 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); -} -#line 9085 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9126 "built/tmp/cppBison.yxx.c" break; case 687: -#line 3881 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3902 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[0].u.type))); + (yyval.u.expr) = new CPPExpression(CPPExpression::sizeof_ellipsis_func((yyvsp[-1].u.identifier))); } -#line 9093 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9134 "built/tmp/cppBison.yxx.c" break; case 688: -#line 3885 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3906 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[-3].u.type), (yyvsp[-1].u.expr))); + (yyval.u.expr) = new CPPExpression(CPPExpression::alignof_func((yyvsp[-1].u.type))); } -#line 9101 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9142 "built/tmp/cppBison.yxx.c" break; case 689: -#line 3889 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3910 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[0].u.type))); +} +#line 9150 "built/tmp/cppBison.yxx.c" + break; + + case 690: +#line 3914 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(CPPExpression::new_op((yyvsp[-3].u.type), (yyvsp[-1].u.expr))); +} +#line 9158 "built/tmp/cppBison.yxx.c" + break; + + case 691: +#line 3918 "dtool/src/cppparser/cppBison.yxx" { CPPIdentifier ident(""); ident.add_name("std"); @@ -9112,11 +9169,11 @@ yyreduce: } (yyval.u.expr) = new CPPExpression(CPPExpression::typeid_op((yyvsp[-1].u.type), std_type_info)); } -#line 9116 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9173 "built/tmp/cppBison.yxx.c" break; - case 690: -#line 3900 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 692: +#line 3929 "dtool/src/cppparser/cppBison.yxx" { CPPIdentifier ident(""); ident.add_name("std"); @@ -9127,409 +9184,409 @@ yyreduce: } (yyval.u.expr) = new CPPExpression(CPPExpression::typeid_op((yyvsp[-1].u.expr), std_type_info)); } -#line 9131 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 691: -#line 3911 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); -} -#line 9139 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 692: -#line 3915 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); -} -#line 9147 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9188 "built/tmp/cppBison.yxx.c" break; case 693: -#line 3919 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3940 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NOT, (yyvsp[0].u.expr)); } -#line 9155 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9196 "built/tmp/cppBison.yxx.c" break; case 694: -#line 3923 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3944 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_NEGATE, (yyvsp[0].u.expr)); } -#line 9163 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9204 "built/tmp/cppBison.yxx.c" break; case 695: -#line 3927 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3948 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_MINUS, (yyvsp[0].u.expr)); } -#line 9171 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9212 "built/tmp/cppBison.yxx.c" break; case 696: -#line 3931 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3952 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_PLUS, (yyvsp[0].u.expr)); } -#line 9179 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9220 "built/tmp/cppBison.yxx.c" break; case 697: -#line 3935 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3956 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(UNARY_REF, (yyvsp[0].u.expr)); } -#line 9187 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9228 "built/tmp/cppBison.yxx.c" break; case 698: -#line 3939 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3960 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('*', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9195 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9236 "built/tmp/cppBison.yxx.c" break; case 699: -#line 3943 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3964 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('/', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9203 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9244 "built/tmp/cppBison.yxx.c" break; case 700: -#line 3947 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3968 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('%', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9211 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9252 "built/tmp/cppBison.yxx.c" break; case 701: -#line 3951 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3972 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('+', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9219 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9260 "built/tmp/cppBison.yxx.c" break; case 702: -#line 3955 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3976 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('-', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9227 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9268 "built/tmp/cppBison.yxx.c" break; case 703: -#line 3959 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3980 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('|', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9235 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9276 "built/tmp/cppBison.yxx.c" break; case 704: -#line 3963 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3984 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('^', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9243 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9284 "built/tmp/cppBison.yxx.c" break; case 705: -#line 3967 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3988 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('&', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9251 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9292 "built/tmp/cppBison.yxx.c" break; case 706: -#line 3971 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3992 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(OROR, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9259 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9300 "built/tmp/cppBison.yxx.c" break; case 707: -#line 3975 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 3996 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(ANDAND, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9267 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9308 "built/tmp/cppBison.yxx.c" break; case 708: -#line 3979 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4000 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(EQCOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9275 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9316 "built/tmp/cppBison.yxx.c" break; case 709: -#line 3983 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4004 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(NECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9283 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9324 "built/tmp/cppBison.yxx.c" break; case 710: -#line 3987 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4008 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('<', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9291 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9332 "built/tmp/cppBison.yxx.c" break; case 711: -#line 3991 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4012 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('>', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(GECOMPARE, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9299 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9340 "built/tmp/cppBison.yxx.c" break; case 712: -#line 3995 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4016 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('<', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9307 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9348 "built/tmp/cppBison.yxx.c" break; case 713: -#line 3999 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4020 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('>', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9315 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9356 "built/tmp/cppBison.yxx.c" break; case 714: -#line 4003 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4024 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression(LSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9323 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9364 "built/tmp/cppBison.yxx.c" break; case 715: -#line 4007 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4028 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression(RSHIFT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9331 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9372 "built/tmp/cppBison.yxx.c" break; case 716: -#line 4011 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4032 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); + (yyval.u.expr) = new CPPExpression('?', (yyvsp[-4].u.expr), (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9339 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9380 "built/tmp/cppBison.yxx.c" break; case 717: -#line 4015 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4036 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); + (yyval.u.expr) = new CPPExpression('[', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 9347 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9388 "built/tmp/cppBison.yxx.c" break; case 718: -#line 4019 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4040 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-3].u.expr), (yyvsp[-1].u.expr)); } -#line 9355 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9396 "built/tmp/cppBison.yxx.c" break; case 719: -#line 4023 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4044 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); + (yyval.u.expr) = new CPPExpression('f', (yyvsp[-2].u.expr)); } -#line 9363 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9404 "built/tmp/cppBison.yxx.c" break; case 720: -#line 4027 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4048 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[-1].u.expr); + (yyval.u.expr) = new CPPExpression('.', (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9371 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9412 "built/tmp/cppBison.yxx.c" break; case 721: -#line 4034 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4052 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); + (yyval.u.expr) = new CPPExpression(POINTSAT, (yyvsp[-2].u.expr), (yyvsp[0].u.expr)); } -#line 9379 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9420 "built/tmp/cppBison.yxx.c" break; case 722: -#line 4038 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4056 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression(true); + (yyval.u.expr) = (yyvsp[-1].u.expr); } -#line 9387 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9428 "built/tmp/cppBison.yxx.c" break; case 723: -#line 4042 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(false); -} -#line 9395 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 724: -#line 4046 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4063 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); } -#line 9403 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9436 "built/tmp/cppBison.yxx.c" + break; + + case 724: +#line 4067 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression(true); +} +#line 9444 "built/tmp/cppBison.yxx.c" break; case 725: -#line 4050 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4071 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.real)); + (yyval.u.expr) = new CPPExpression(false); } -#line 9411 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9452 "built/tmp/cppBison.yxx.c" break; case 726: -#line 4054 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4075 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.integer)); } -#line 9419 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9460 "built/tmp/cppBison.yxx.c" break; case 727: -#line 4058 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4079 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.real)); } -#line 9427 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9468 "built/tmp/cppBison.yxx.c" break; case 728: -#line 4062 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4083 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].u.identifier), current_scope, global_scope, current_lexer); + (yyval.u.expr) = (yyvsp[0].u.expr); } -#line 9435 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9476 "built/tmp/cppBison.yxx.c" break; case 729: -#line 4066 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4087 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = (yyvsp[0].u.expr); +} +#line 9484 "built/tmp/cppBison.yxx.c" + break; + + case 730: +#line 4091 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression((yyvsp[0].u.identifier), current_scope, global_scope, current_lexer); +} +#line 9492 "built/tmp/cppBison.yxx.c" + break; + + case 731: +#line 4095 "dtool/src/cppparser/cppBison.yxx" { // A variable named "final". C++11 explicitly permits this. CPPIdentifier *ident = new CPPIdentifier("final", (yylsp[0])); (yyval.u.expr) = new CPPExpression(ident, current_scope, global_scope, current_lexer); } -#line 9445 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9502 "built/tmp/cppBison.yxx.c" break; - case 730: -#line 4072 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 732: +#line 4101 "dtool/src/cppparser/cppBison.yxx" { // A variable named "override". C++11 explicitly permits this. CPPIdentifier *ident = new CPPIdentifier("override", (yylsp[0])); (yyval.u.expr) = new CPPExpression(ident, current_scope, global_scope, current_lexer); } -#line 9455 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 731: -#line 4078 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.expr) = new CPPExpression(CPPExpression::get_nullptr()); -} -#line 9463 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 732: -#line 4086 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.closure_type) = new CPPClosureType(); -} -#line 9471 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9512 "built/tmp/cppBison.yxx.c" break; case 733: -#line 4090 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4107 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.closure_type) = new CPPClosureType(CPPClosureType::CT_by_value); + (yyval.u.expr) = new CPPExpression(CPPExpression::get_nullptr()); } -#line 9479 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9520 "built/tmp/cppBison.yxx.c" break; case 734: -#line 4094 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4115 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.closure_type) = new CPPClosureType(CPPClosureType::CT_by_reference); + (yyval.u.closure_type) = new CPPClosureType(); } -#line 9487 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9528 "built/tmp/cppBison.yxx.c" break; case 735: -#line 4098 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4119 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.closure_type) = new CPPClosureType(CPPClosureType::CT_by_value); +} +#line 9536 "built/tmp/cppBison.yxx.c" + break; + + case 736: +#line 4123 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.closure_type) = new CPPClosureType(CPPClosureType::CT_by_reference); +} +#line 9544 "built/tmp/cppBison.yxx.c" + break; + + case 737: +#line 4127 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.closure_type) = new CPPClosureType(); (yyvsp[-1].u.capture)->_initializer = (yyvsp[0].u.expr); (yyval.u.closure_type)->_captures.push_back(*(yyvsp[-1].u.capture)); delete (yyvsp[-1].u.capture); } -#line 9498 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9555 "built/tmp/cppBison.yxx.c" break; - case 736: -#line 4105 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 738: +#line 4134 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.closure_type) = (yyvsp[-3].u.closure_type); (yyvsp[-1].u.capture)->_initializer = (yyvsp[0].u.expr); (yyval.u.closure_type)->_captures.push_back(*(yyvsp[-1].u.capture)); delete (yyvsp[-1].u.capture); } -#line 9509 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9566 "built/tmp/cppBison.yxx.c" break; - case 737: -#line 4115 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 739: +#line 4144 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.capture) = new CPPClosureType::Capture; (yyval.u.capture)->_name = (yyvsp[0].u.identifier)->get_simple_name(); (yyval.u.capture)->_type = CPPClosureType::CT_by_reference; } -#line 9519 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9576 "built/tmp/cppBison.yxx.c" break; - case 738: -#line 4121 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 740: +#line 4150 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.capture) = new CPPClosureType::Capture; (yyval.u.capture)->_name = (yyvsp[-1].u.identifier)->get_simple_name(); (yyval.u.capture)->_type = CPPClosureType::CT_by_reference; } -#line 9529 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9586 "built/tmp/cppBison.yxx.c" break; - case 739: -#line 4127 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 741: +#line 4156 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.capture) = new CPPClosureType::Capture; (yyval.u.capture)->_name = (yyvsp[0].u.identifier)->get_simple_name(); @@ -9539,11 +9596,11 @@ yyreduce: (yyval.u.capture)->_type = CPPClosureType::CT_by_value; } } -#line 9543 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9600 "built/tmp/cppBison.yxx.c" break; - case 740: -#line 4137 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 742: +#line 4166 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.capture) = new CPPClosureType::Capture; (yyval.u.capture)->_name = (yyvsp[0].u.identifier)->get_simple_name(); @@ -9552,11 +9609,11 @@ yyreduce: yywarning("only capture name 'this' may be preceded by an asterisk", (yylsp[0])); } } -#line 9556 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9613 "built/tmp/cppBison.yxx.c" break; - case 741: -#line 4149 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 743: +#line 4178 "dtool/src/cppparser/cppBison.yxx" { CPPType *type = (yyvsp[0].u.identifier)->find_type(current_scope, global_scope, true); if (type == nullptr) { @@ -9564,177 +9621,177 @@ yyreduce: } (yyval.u.type) = type; } -#line 9568 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9625 "built/tmp/cppBison.yxx.c" break; - case 742: -#line 4157 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 744: +#line 4186 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.type) = CPPType::new_type(new CPPTBDType((yyvsp[0].u.identifier))); } -#line 9576 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9633 "built/tmp/cppBison.yxx.c" break; - case 743: -#line 4161 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 745: +#line 4190 "dtool/src/cppparser/cppBison.yxx" { CPPClassTemplateParameter *ctp = new CPPClassTemplateParameter((yyvsp[-1].u.identifier)); ctp->_packed = true; (yyval.u.type) = CPPType::new_type(ctp); } -#line 9586 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 744: -#line 4191 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = (yyvsp[0].u.identifier); -} -#line 9594 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 745: -#line 4195 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = (yyvsp[0].u.identifier); -} -#line 9602 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9643 "built/tmp/cppBison.yxx.c" break; case 746: -#line 4199 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4220 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9610 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9651 "built/tmp/cppBison.yxx.c" break; case 747: -#line 4203 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4224 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("final", (yylsp[0])); + (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9618 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9659 "built/tmp/cppBison.yxx.c" break; case 748: -#line 4207 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4228 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("override", (yylsp[0])); + (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9626 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9667 "built/tmp/cppBison.yxx.c" break; case 749: -#line 4211 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4232 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.identifier) = new CPPIdentifier("final", (yylsp[0])); +} +#line 9675 "built/tmp/cppBison.yxx.c" + break; + + case 750: +#line 4236 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.identifier) = new CPPIdentifier("override", (yylsp[0])); +} +#line 9683 "built/tmp/cppBison.yxx.c" + break; + + case 751: +#line 4240 "dtool/src/cppparser/cppBison.yxx" { // This is not a keyword in Python, so it is useful to be able to use this // in MAKE_PROPERTY definitions, etc. (yyval.u.identifier) = new CPPIdentifier("signed", (yylsp[0])); } -#line 9636 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 750: -#line 4217 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = new CPPIdentifier("float", (yylsp[0])); -} -#line 9644 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ - break; - - case 751: -#line 4221 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ - { - (yyval.u.identifier) = new CPPIdentifier("public", (yylsp[0])); -} -#line 9652 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9693 "built/tmp/cppBison.yxx.c" break; case 752: -#line 4225 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4246 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("private", (yylsp[0])); + (yyval.u.identifier) = new CPPIdentifier("float", (yylsp[0])); } -#line 9660 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9701 "built/tmp/cppBison.yxx.c" break; case 753: -#line 4229 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4250 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("static", (yylsp[0])); + (yyval.u.identifier) = new CPPIdentifier("public", (yylsp[0])); } -#line 9668 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9709 "built/tmp/cppBison.yxx.c" break; case 754: -#line 4233 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4254 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("default", (yylsp[0])); + (yyval.u.identifier) = new CPPIdentifier("private", (yylsp[0])); } -#line 9676 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9717 "built/tmp/cppBison.yxx.c" break; case 755: -#line 4244 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4258 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = (yyvsp[0].u.identifier); + (yyval.u.identifier) = new CPPIdentifier("static", (yylsp[0])); } -#line 9684 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9725 "built/tmp/cppBison.yxx.c" break; case 756: -#line 4248 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4262 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = (yyvsp[0].u.identifier); + (yyval.u.identifier) = new CPPIdentifier("default", (yylsp[0])); } -#line 9692 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9733 "built/tmp/cppBison.yxx.c" break; case 757: -#line 4252 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4273 "dtool/src/cppparser/cppBison.yxx" { (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9700 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9741 "built/tmp/cppBison.yxx.c" break; case 758: -#line 4256 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4277 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.identifier) = new CPPIdentifier("override", (yylsp[0])); + (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9708 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9749 "built/tmp/cppBison.yxx.c" break; case 759: -#line 4264 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4281 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = new CPPExpression((yyvsp[0].str)); + (yyval.u.identifier) = (yyvsp[0].u.identifier); } -#line 9716 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9757 "built/tmp/cppBison.yxx.c" break; case 760: -#line 4268 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4285 "dtool/src/cppparser/cppBison.yxx" { - (yyval.u.expr) = (yyvsp[0].u.expr); + (yyval.u.identifier) = new CPPIdentifier("override", (yylsp[0])); } -#line 9724 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9765 "built/tmp/cppBison.yxx.c" break; case 761: -#line 4272 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ +#line 4293 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = new CPPExpression((yyvsp[0].str)); +} +#line 9773 "built/tmp/cppBison.yxx.c" + break; + + case 762: +#line 4297 "dtool/src/cppparser/cppBison.yxx" + { + (yyval.u.expr) = (yyvsp[0].u.expr); +} +#line 9781 "built/tmp/cppBison.yxx.c" + break; + + case 763: +#line 4301 "dtool/src/cppparser/cppBison.yxx" { // The right string takes on the literal type of the left. (yyval.u.expr) = (yyvsp[-1].u.expr); (yyval.u.expr)->_str += (yyvsp[0].str); } -#line 9734 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9791 "built/tmp/cppBison.yxx.c" break; - case 762: -#line 4278 "dtool/src/cppparser/cppBison.yxx" /* yacc.c:1648 */ + case 764: +#line 4307 "dtool/src/cppparser/cppBison.yxx" { // We have to check that the two literal types match up. (yyval.u.expr) = (yyvsp[-1].u.expr); @@ -9743,11 +9800,12 @@ yyreduce: } (yyval.u.expr)->_str += (yyvsp[0].u.expr)->_str; } -#line 9747 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9804 "built/tmp/cppBison.yxx.c" break; -#line 9751 "built/tmp/cppBison.yxx.c" /* yacc.c:1648 */ +#line 9808 "built/tmp/cppBison.yxx.c" + default: break; } /* User semantic actions sometimes alter yychar, and that requires @@ -9773,14 +9831,13 @@ yyreduce: /* Now 'shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ - - yyn = yyr1[yyn]; - - yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; - if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) - yystate = yytable[yystate]; - else - yystate = yydefgoto[yyn - YYNTOKENS]; + { + const int yylhs = yyr1[yyn] - YYNTOKENS; + const int yyi = yypgoto[yylhs] + *yyssp; + yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp + ? yytable[yyi] + : yydefgoto[yylhs]); + } goto yynewstate; @@ -9863,12 +9920,10 @@ yyerrlab: | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: - - /* Pacify compilers like GCC when the user code never invokes - YYERROR and the label yyerrorlab therefore never appears in user - code. */ - if (/*CONSTCOND*/ 0) - goto yyerrorlab; + /* Pacify compilers when the user code never invokes YYERROR and the + label yyerrorlab therefore never appears in user code. */ + if (0) + YYERROR; /* Do not reclaim the symbols of the rule whose action triggered this YYERROR. */ @@ -9935,6 +9990,7 @@ yyacceptlab: yyresult = 0; goto yyreturn; + /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ @@ -9942,6 +9998,7 @@ yyabortlab: yyresult = 1; goto yyreturn; + #if !defined yyoverflow || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | @@ -9952,6 +10009,10 @@ yyexhaustedlab: /* Fall through. */ #endif + +/*-----------------------------------------------------. +| yyreturn -- parsing is finished, return the result. | +`-----------------------------------------------------*/ yyreturn: if (yychar != YYEMPTY) { diff --git a/dtool/src/cppparser/cppBison.yxx b/dtool/src/cppparser/cppBison.yxx index 5a82fa5d9f..a9ac210d46 100644 --- a/dtool/src/cppparser/cppBison.yxx +++ b/dtool/src/cppparser/cppBison.yxx @@ -1218,6 +1218,35 @@ constructor_prototype: CPPInstanceIdentifier *ii = new CPPInstanceIdentifier($1); ii->add_func_modifier($4, $6); + $$ = new CPPInstance(type, ii, 0, @1.file); +} +/* This is a hack to support functions with the identifier enveloped by a + pair of parentheses. */ + | TYPENAME_IDENTIFIER '(' IDENTIFIER ')' '(' +{ + // Create a scope for this function. + CPPScope *scope = new CPPScope($3->get_scope(current_scope, global_scope), + $3->_names.back(), V_private); + + // It still needs to be able to pick up any template arguments, if this is + // a definition for a method template. Add a fake "using" declaration to + // accomplish this. + scope->_using.insert(current_scope); + + push_scope(scope); +} + function_parameter_list ')' function_post +{ + pop_scope(); + CPPType *type = $1->find_type(current_scope, global_scope, false, current_lexer); + if (type == nullptr) { + yyerror(string("internal error resolving type ") + $1->get_fully_scoped_name(), @1); + } + assert(type != nullptr); + + CPPInstanceIdentifier *ii = new CPPInstanceIdentifier($3); + ii->add_func_modifier($7, $9); + $$ = new CPPInstance(type, ii, 0, @1.file); } | TYPENAME_IDENTIFIER '('