diff --git a/src/grammar.json b/src/grammar.json index dfac101..f4ee1cc 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4461,12 +4461,20 @@ "value": "?" }, { - "type": "FIELD", - "name": "consequence", - "content": { - "type": "SYMBOL", - "name": "_expression" - } + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "consequence", + "content": { + "type": "SYMBOL", + "name": "_expression" + } + }, + { + "type": "BLANK" + } + ] }, { "type": "STRING", diff --git a/src/node-types.json b/src/node-types.json index ce327ec..378c4ea 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1116,7 +1116,7 @@ }, "consequence": { "multiple": false, - "required": true, + "required": false, "types": [ { "type": "_expression", diff --git a/src/parser.c b/src/parser.c index 7ce6021..65d52ca 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1466 +#define STATE_COUNT 1474 #define LARGE_STATE_COUNT 382 #define SYMBOL_COUNT 266 #define ALIAS_COUNT 3 @@ -14,7 +14,7 @@ #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 25 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 85 +#define PRODUCTION_ID_COUNT 86 enum { sym_identifier = 1, @@ -2024,37 +2024,38 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [50] = {.index = 75, .length = 2}, [51] = {.index = 77, .length = 3}, [52] = {.index = 80, .length = 2}, - [53] = {.index = 82, .length = 3}, - [54] = {.index = 85, .length = 2}, + [53] = {.index = 82, .length = 2}, + [54] = {.index = 84, .length = 3}, [55] = {.index = 87, .length = 2}, - [56] = {.index = 89, .length = 1}, - [57] = {.index = 90, .length = 2}, - [58] = {.index = 92, .length = 3}, - [59] = {.index = 95, .length = 2}, + [56] = {.index = 89, .length = 2}, + [57] = {.index = 91, .length = 1}, + [58] = {.index = 92, .length = 2}, + [59] = {.index = 94, .length = 3}, [60] = {.index = 97, .length = 2}, - [61] = {.index = 99, .length = 3}, - [62] = {.index = 102, .length = 2}, - [63] = {.index = 104, .length = 1}, - [64] = {.index = 105, .length = 2}, - [65] = {.index = 107, .length = 3}, - [66] = {.index = 110, .length = 2}, - [67] = {.index = 112, .length = 1}, - [69] = {.index = 113, .length = 3}, - [70] = {.index = 116, .length = 1}, - [71] = {.index = 117, .length = 2}, - [72] = {.index = 119, .length = 1}, - [73] = {.index = 120, .length = 2}, + [61] = {.index = 99, .length = 2}, + [62] = {.index = 101, .length = 3}, + [63] = {.index = 104, .length = 2}, + [64] = {.index = 106, .length = 1}, + [65] = {.index = 107, .length = 2}, + [66] = {.index = 109, .length = 3}, + [67] = {.index = 112, .length = 2}, + [68] = {.index = 114, .length = 1}, + [70] = {.index = 115, .length = 3}, + [71] = {.index = 118, .length = 1}, + [72] = {.index = 119, .length = 2}, + [73] = {.index = 121, .length = 1}, [74] = {.index = 122, .length = 2}, [75] = {.index = 124, .length = 2}, [76] = {.index = 126, .length = 2}, - [77] = {.index = 128, .length = 3}, - [78] = {.index = 131, .length = 3}, - [79] = {.index = 134, .length = 2}, - [80] = {.index = 136, .length = 3}, - [81] = {.index = 139, .length = 4}, - [82] = {.index = 143, .length = 3}, - [83] = {.index = 146, .length = 3}, - [84] = {.index = 149, .length = 4}, + [77] = {.index = 128, .length = 2}, + [78] = {.index = 130, .length = 3}, + [79] = {.index = 133, .length = 3}, + [80] = {.index = 136, .length = 2}, + [81] = {.index = 138, .length = 3}, + [82] = {.index = 141, .length = 4}, + [83] = {.index = 145, .length = 3}, + [84] = {.index = 148, .length = 3}, + [85] = {.index = 151, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2189,103 +2190,106 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_argument, 0}, {field_index, 2}, [82] = + {field_alternative, 3}, + {field_condition, 0}, + [84] = {field_name, 1}, {field_parameters, 2}, {field_value, 3}, - [85] = + [87] = {field_alternative, 3}, {field_condition, 1}, - [87] = + [89] = {field_alternative, 3}, {field_name, 1}, - [89] = + [91] = {field_size, 1}, - [90] = + [92] = {field_declarator, 3}, {field_type, 1}, - [92] = + [94] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_type, 1}, - [95] = + [97] = {field_declarator, 3}, {field_type, 2}, - [97] = + [99] = {field_name, 0}, {field_value, 2}, - [99] = + [101] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, - [102] = + [104] = {field_body, 1}, {field_condition, 3}, - [104] = + [106] = {field_declarator, 3}, - [105] = + [107] = {field_declarator, 0}, {field_size, 2}, - [107] = + [109] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [110] = + [112] = {field_alternative, 4}, {field_condition, 1}, - [112] = + [114] = {field_size, 2}, - [113] = + [115] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 2}, - [116] = + [118] = {field_body, 5}, - [117] = + [119] = {field_body, 5}, {field_initializer, 2}, - [119] = + [121] = {field_declarator, 4}, - [120] = + [122] = {field_declarator, 0}, {field_size, 3}, - [122] = + [124] = {field_designator, 0}, {field_value, 2}, - [124] = + [126] = {field_body, 6}, {field_update, 4}, - [126] = + [128] = {field_body, 6}, {field_condition, 3}, - [128] = + [130] = {field_body, 6}, {field_initializer, 2}, {field_update, 4}, - [131] = + [133] = {field_body, 6}, {field_condition, 3}, {field_initializer, 2}, - [134] = + [136] = {field_body, 6}, {field_initializer, 2}, - [136] = + [138] = {field_body, 7}, {field_condition, 3}, {field_update, 5}, - [139] = + [141] = {field_body, 7}, {field_condition, 3}, {field_initializer, 2}, {field_update, 5}, - [143] = + [145] = {field_body, 7}, {field_initializer, 2}, {field_update, 5}, - [146] = + [148] = {field_body, 7}, {field_condition, 4}, {field_initializer, 2}, - [149] = + [151] = {field_body, 8}, {field_condition, 4}, {field_initializer, 2}, @@ -2324,7 +2328,7 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [43] = { [2] = alias_sym_type_identifier, }, - [68] = { + [69] = { [1] = alias_sym_field_identifier, }, }; @@ -2337,66 +2341,66 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 3, - [4] = 2, + [3] = 2, + [4] = 4, [5] = 5, - [6] = 6, - [7] = 6, - [8] = 8, + [6] = 5, + [7] = 4, + [8] = 5, [9] = 5, - [10] = 5, - [11] = 2, - [12] = 6, - [13] = 13, - [14] = 5, - [15] = 3, - [16] = 3, - [17] = 3, - [18] = 2, - [19] = 6, + [10] = 2, + [11] = 11, + [12] = 12, + [13] = 11, + [14] = 11, + [15] = 4, + [16] = 2, + [17] = 4, + [18] = 18, + [19] = 11, [20] = 20, [21] = 21, - [22] = 22, - [23] = 20, - [24] = 21, - [25] = 25, - [26] = 22, - [27] = 25, - [28] = 20, - [29] = 22, - [30] = 30, - [31] = 25, - [32] = 30, - [33] = 33, - [34] = 30, - [35] = 25, - [36] = 20, - [37] = 22, - [38] = 38, - [39] = 39, - [40] = 21, + [22] = 20, + [23] = 23, + [24] = 24, + [25] = 23, + [26] = 26, + [27] = 26, + [28] = 28, + [29] = 23, + [30] = 21, + [31] = 20, + [32] = 32, + [33] = 32, + [34] = 34, + [35] = 32, + [36] = 26, + [37] = 21, + [38] = 26, + [39] = 32, + [40] = 20, [41] = 21, - [42] = 30, + [42] = 23, [43] = 43, [44] = 44, [45] = 45, [46] = 46, [47] = 47, [48] = 44, - [49] = 43, - [50] = 45, - [51] = 44, - [52] = 46, - [53] = 46, - [54] = 47, - [55] = 43, + [49] = 46, + [50] = 44, + [51] = 45, + [52] = 43, + [53] = 45, + [54] = 43, + [55] = 44, [56] = 47, - [57] = 45, - [58] = 46, - [59] = 44, + [57] = 46, + [58] = 43, + [59] = 45, [60] = 47, - [61] = 43, - [62] = 45, + [61] = 46, + [62] = 47, [63] = 63, [64] = 63, [65] = 63, @@ -2440,7 +2444,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [103] = 103, [104] = 104, [105] = 105, - [106] = 67, + [106] = 106, [107] = 107, [108] = 108, [109] = 109, @@ -2458,263 +2462,263 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [121] = 121, [122] = 122, [123] = 123, - [124] = 124, + [124] = 67, [125] = 125, [126] = 126, - [127] = 126, - [128] = 97, - [129] = 83, - [130] = 73, - [131] = 131, - [132] = 78, - [133] = 72, - [134] = 75, - [135] = 76, - [136] = 136, - [137] = 137, - [138] = 77, - [139] = 131, - [140] = 140, - [141] = 82, - [142] = 93, - [143] = 80, - [144] = 136, - [145] = 79, + [127] = 127, + [128] = 77, + [129] = 129, + [130] = 127, + [131] = 89, + [132] = 132, + [133] = 94, + [134] = 134, + [135] = 82, + [136] = 99, + [137] = 127, + [138] = 68, + [139] = 73, + [140] = 89, + [141] = 98, + [142] = 142, + [143] = 76, + [144] = 144, + [145] = 145, [146] = 97, - [147] = 100, - [148] = 102, - [149] = 149, - [150] = 78, - [151] = 151, - [152] = 103, - [153] = 153, - [154] = 154, - [155] = 88, - [156] = 85, - [157] = 157, - [158] = 88, - [159] = 93, - [160] = 149, - [161] = 70, - [162] = 131, - [163] = 163, - [164] = 164, - [165] = 81, - [166] = 151, - [167] = 74, - [168] = 168, - [169] = 82, - [170] = 140, - [171] = 68, - [172] = 71, + [147] = 101, + [148] = 78, + [149] = 126, + [150] = 94, + [151] = 134, + [152] = 69, + [153] = 79, + [154] = 126, + [155] = 155, + [156] = 156, + [157] = 155, + [158] = 156, + [159] = 82, + [160] = 81, + [161] = 71, + [162] = 97, + [163] = 145, + [164] = 129, + [165] = 103, + [166] = 166, + [167] = 96, + [168] = 144, + [169] = 90, + [170] = 142, + [171] = 83, + [172] = 75, [173] = 173, - [174] = 84, - [175] = 175, - [176] = 176, - [177] = 69, + [174] = 83, + [175] = 142, + [176] = 144, + [177] = 90, [178] = 178, - [179] = 179, - [180] = 180, - [181] = 180, - [182] = 126, - [183] = 175, - [184] = 68, - [185] = 74, - [186] = 179, - [187] = 154, - [188] = 137, - [189] = 103, - [190] = 178, - [191] = 87, - [192] = 86, - [193] = 89, - [194] = 77, - [195] = 173, - [196] = 90, - [197] = 91, - [198] = 168, - [199] = 98, - [200] = 131, - [201] = 79, + [179] = 145, + [180] = 96, + [181] = 74, + [182] = 84, + [183] = 183, + [184] = 184, + [185] = 185, + [186] = 185, + [187] = 77, + [188] = 99, + [189] = 76, + [190] = 156, + [191] = 72, + [192] = 102, + [193] = 134, + [194] = 194, + [195] = 74, + [196] = 132, + [197] = 100, + [198] = 95, + [199] = 183, + [200] = 92, + [201] = 184, [202] = 80, - [203] = 176, - [204] = 92, - [205] = 137, - [206] = 154, - [207] = 176, - [208] = 164, - [209] = 163, - [210] = 81, - [211] = 84, - [212] = 94, - [213] = 175, - [214] = 126, - [215] = 76, - [216] = 95, - [217] = 69, - [218] = 96, - [219] = 180, - [220] = 179, - [221] = 178, - [222] = 78, - [223] = 98, - [224] = 157, - [225] = 140, - [226] = 89, - [227] = 173, - [228] = 75, - [229] = 72, - [230] = 99, - [231] = 90, - [232] = 153, - [233] = 73, - [234] = 136, - [235] = 91, - [236] = 88, - [237] = 168, - [238] = 83, - [239] = 101, - [240] = 149, - [241] = 92, - [242] = 153, - [243] = 151, - [244] = 164, - [245] = 101, - [246] = 87, - [247] = 153, - [248] = 103, - [249] = 163, - [250] = 99, - [251] = 157, - [252] = 98, - [253] = 96, - [254] = 95, - [255] = 94, - [256] = 163, - [257] = 85, - [258] = 151, - [259] = 164, - [260] = 149, - [261] = 92, - [262] = 168, - [263] = 91, - [264] = 70, - [265] = 90, - [266] = 173, - [267] = 89, - [268] = 86, - [269] = 178, - [270] = 179, - [271] = 180, - [272] = 69, - [273] = 102, - [274] = 175, - [275] = 84, - [276] = 81, - [277] = 102, - [278] = 154, - [279] = 137, - [280] = 80, - [281] = 79, - [282] = 100, - [283] = 86, - [284] = 100, - [285] = 77, - [286] = 97, - [287] = 71, - [288] = 136, - [289] = 93, - [290] = 99, - [291] = 82, - [292] = 140, - [293] = 74, - [294] = 68, - [295] = 76, - [296] = 94, - [297] = 75, - [298] = 95, - [299] = 96, - [300] = 176, - [301] = 72, - [302] = 157, - [303] = 71, - [304] = 73, - [305] = 83, - [306] = 101, - [307] = 87, - [308] = 85, - [309] = 70, - [310] = 114, - [311] = 104, - [312] = 112, - [313] = 118, - [314] = 116, + [203] = 86, + [204] = 204, + [205] = 70, + [206] = 91, + [207] = 88, + [208] = 84, + [209] = 209, + [210] = 68, + [211] = 86, + [212] = 85, + [213] = 129, + [214] = 70, + [215] = 88, + [216] = 70, + [217] = 184, + [218] = 183, + [219] = 194, + [220] = 72, + [221] = 103, + [222] = 74, + [223] = 76, + [224] = 183, + [225] = 77, + [226] = 71, + [227] = 73, + [228] = 98, + [229] = 209, + [230] = 184, + [231] = 129, + [232] = 81, + [233] = 81, + [234] = 72, + [235] = 87, + [236] = 89, + [237] = 209, + [238] = 71, + [239] = 103, + [240] = 127, + [241] = 93, + [242] = 132, + [243] = 101, + [244] = 93, + [245] = 85, + [246] = 96, + [247] = 80, + [248] = 194, + [249] = 78, + [250] = 185, + [251] = 87, + [252] = 91, + [253] = 99, + [254] = 204, + [255] = 82, + [256] = 155, + [257] = 90, + [258] = 156, + [259] = 97, + [260] = 126, + [261] = 145, + [262] = 94, + [263] = 134, + [264] = 83, + [265] = 69, + [266] = 79, + [267] = 144, + [268] = 84, + [269] = 142, + [270] = 101, + [271] = 132, + [272] = 185, + [273] = 78, + [274] = 209, + [275] = 194, + [276] = 80, + [277] = 85, + [278] = 155, + [279] = 204, + [280] = 69, + [281] = 92, + [282] = 79, + [283] = 95, + [284] = 166, + [285] = 178, + [286] = 100, + [287] = 75, + [288] = 102, + [289] = 173, + [290] = 86, + [291] = 98, + [292] = 166, + [293] = 166, + [294] = 88, + [295] = 75, + [296] = 87, + [297] = 178, + [298] = 93, + [299] = 173, + [300] = 173, + [301] = 178, + [302] = 91, + [303] = 102, + [304] = 100, + [305] = 68, + [306] = 95, + [307] = 204, + [308] = 92, + [309] = 73, + [310] = 123, + [311] = 122, + [312] = 118, + [313] = 111, + [314] = 120, [315] = 116, - [316] = 105, - [317] = 125, - [318] = 124, - [319] = 115, - [320] = 120, - [321] = 104, - [322] = 121, - [323] = 113, - [324] = 113, - [325] = 105, - [326] = 115, - [327] = 119, - [328] = 117, - [329] = 125, - [330] = 114, - [331] = 121, - [332] = 110, - [333] = 109, - [334] = 118, - [335] = 122, - [336] = 113, - [337] = 123, - [338] = 122, - [339] = 123, - [340] = 108, - [341] = 119, - [342] = 109, - [343] = 111, - [344] = 120, - [345] = 107, - [346] = 118, - [347] = 114, - [348] = 105, - [349] = 111, - [350] = 110, - [351] = 125, - [352] = 107, - [353] = 124, - [354] = 116, - [355] = 121, - [356] = 120, - [357] = 110, - [358] = 123, - [359] = 122, - [360] = 108, - [361] = 107, - [362] = 119, - [363] = 104, - [364] = 117, - [365] = 112, - [366] = 117, - [367] = 124, - [368] = 108, - [369] = 112, - [370] = 115, - [371] = 111, - [372] = 109, + [316] = 115, + [317] = 106, + [318] = 106, + [319] = 108, + [320] = 107, + [321] = 112, + [322] = 105, + [323] = 112, + [324] = 104, + [325] = 107, + [326] = 104, + [327] = 115, + [328] = 122, + [329] = 123, + [330] = 125, + [331] = 113, + [332] = 114, + [333] = 110, + [334] = 109, + [335] = 110, + [336] = 116, + [337] = 116, + [338] = 119, + [339] = 125, + [340] = 117, + [341] = 125, + [342] = 118, + [343] = 109, + [344] = 104, + [345] = 119, + [346] = 123, + [347] = 122, + [348] = 121, + [349] = 121, + [350] = 121, + [351] = 117, + [352] = 120, + [353] = 111, + [354] = 119, + [355] = 118, + [356] = 117, + [357] = 106, + [358] = 108, + [359] = 105, + [360] = 114, + [361] = 108, + [362] = 109, + [363] = 114, + [364] = 112, + [365] = 107, + [366] = 115, + [367] = 113, + [368] = 111, + [369] = 105, + [370] = 113, + [371] = 110, + [372] = 120, [373] = 67, [374] = 374, [375] = 375, [376] = 374, - [377] = 375, + [377] = 374, [378] = 375, [379] = 374, - [380] = 374, + [380] = 375, [381] = 375, [382] = 382, [383] = 383, @@ -2724,17 +2728,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [387] = 387, [388] = 388, [389] = 389, - [390] = 389, - [391] = 391, - [392] = 387, - [393] = 393, - [394] = 393, - [395] = 391, - [396] = 393, - [397] = 397, - [398] = 387, - [399] = 389, - [400] = 391, + [390] = 390, + [391] = 387, + [392] = 392, + [393] = 392, + [394] = 394, + [395] = 392, + [396] = 388, + [397] = 388, + [398] = 389, + [399] = 387, + [400] = 389, [401] = 401, [402] = 401, [403] = 401, @@ -2748,13 +2752,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [411] = 411, [412] = 412, [413] = 413, - [414] = 411, + [414] = 414, [415] = 415, [416] = 416, [417] = 417, [418] = 418, - [419] = 419, - [420] = 411, + [419] = 409, + [420] = 409, [421] = 421, [422] = 422, [423] = 423, @@ -2773,54 +2777,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [436] = 436, [437] = 435, [438] = 435, - [439] = 435, - [440] = 440, + [439] = 439, + [440] = 435, [441] = 441, - [442] = 441, + [442] = 442, [443] = 443, [444] = 444, [445] = 445, [446] = 446, [447] = 447, - [448] = 443, + [448] = 448, [449] = 449, [450] = 450, - [451] = 445, - [452] = 441, - [453] = 453, - [454] = 454, - [455] = 453, - [456] = 446, - [457] = 453, - [458] = 454, - [459] = 454, - [460] = 460, + [451] = 441, + [452] = 447, + [453] = 445, + [454] = 441, + [455] = 442, + [456] = 444, + [457] = 443, + [458] = 458, + [459] = 443, + [460] = 445, [461] = 461, - [462] = 450, - [463] = 441, + [462] = 461, + [463] = 458, [464] = 444, - [465] = 460, + [465] = 448, [466] = 445, - [467] = 449, - [468] = 450, - [469] = 443, - [470] = 460, - [471] = 449, - [472] = 450, - [473] = 446, - [474] = 447, - [475] = 449, - [476] = 443, - [477] = 445, - [478] = 447, - [479] = 446, - [480] = 460, - [481] = 447, - [482] = 453, - [483] = 444, - [484] = 484, - [485] = 444, - [486] = 454, + [467] = 450, + [468] = 446, + [469] = 450, + [470] = 446, + [471] = 450, + [472] = 447, + [473] = 447, + [474] = 448, + [475] = 448, + [476] = 458, + [477] = 442, + [478] = 443, + [479] = 461, + [480] = 480, + [481] = 441, + [482] = 444, + [483] = 458, + [484] = 461, + [485] = 442, + [486] = 446, [487] = 487, [488] = 488, [489] = 489, @@ -2829,408 +2833,408 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [492] = 492, [493] = 493, [494] = 494, - [495] = 495, + [495] = 492, [496] = 496, - [497] = 496, + [497] = 497, [498] = 498, - [499] = 493, - [500] = 500, - [501] = 501, + [499] = 492, + [500] = 492, + [501] = 493, [502] = 502, [503] = 503, [504] = 504, [505] = 505, - [506] = 506, + [506] = 491, [507] = 507, [508] = 508, - [509] = 504, + [509] = 509, [510] = 510, - [511] = 505, + [511] = 511, [512] = 512, [513] = 513, - [514] = 514, + [514] = 511, [515] = 515, [516] = 516, [517] = 517, [518] = 518, - [519] = 409, - [520] = 512, - [521] = 505, + [519] = 519, + [520] = 507, + [521] = 410, [522] = 522, [523] = 523, - [524] = 524, + [524] = 519, [525] = 525, - [526] = 508, - [527] = 527, - [528] = 507, + [526] = 526, + [527] = 508, + [528] = 528, [529] = 529, [530] = 530, - [531] = 507, + [531] = 531, [532] = 532, - [533] = 518, - [534] = 514, + [533] = 533, + [534] = 531, [535] = 535, - [536] = 510, - [537] = 504, + [536] = 536, + [537] = 537, [538] = 538, [539] = 539, [540] = 540, - [541] = 517, - [542] = 542, + [541] = 541, + [542] = 507, [543] = 543, - [544] = 538, + [544] = 544, [545] = 545, [546] = 546, [547] = 547, - [548] = 532, + [548] = 548, [549] = 549, - [550] = 503, - [551] = 551, - [552] = 540, + [550] = 510, + [551] = 510, + [552] = 539, [553] = 553, - [554] = 508, - [555] = 555, + [554] = 511, + [555] = 516, [556] = 556, - [557] = 503, - [558] = 507, - [559] = 525, - [560] = 517, - [561] = 556, - [562] = 512, - [563] = 505, - [564] = 530, - [565] = 540, - [566] = 539, - [567] = 508, - [568] = 538, - [569] = 543, - [570] = 570, - [571] = 517, - [572] = 540, - [573] = 504, - [574] = 539, - [575] = 538, - [576] = 510, - [577] = 512, - [578] = 510, - [579] = 514, + [557] = 532, + [558] = 531, + [559] = 530, + [560] = 528, + [561] = 511, + [562] = 562, + [563] = 526, + [564] = 516, + [565] = 525, + [566] = 519, + [567] = 523, + [568] = 522, + [569] = 507, + [570] = 528, + [571] = 571, + [572] = 572, + [573] = 539, + [574] = 572, + [575] = 522, + [576] = 576, + [577] = 572, + [578] = 523, + [579] = 579, [580] = 580, [581] = 581, - [582] = 582, + [582] = 510, [583] = 583, - [584] = 514, - [585] = 585, + [584] = 522, + [585] = 523, [586] = 586, - [587] = 518, - [588] = 556, - [589] = 543, - [590] = 518, - [591] = 543, - [592] = 532, - [593] = 556, - [594] = 594, - [595] = 595, + [587] = 519, + [588] = 588, + [589] = 589, + [590] = 590, + [591] = 591, + [592] = 525, + [593] = 593, + [594] = 526, + [595] = 508, [596] = 596, [597] = 597, - [598] = 598, + [598] = 530, [599] = 599, - [600] = 600, - [601] = 601, - [602] = 503, - [603] = 532, - [604] = 604, + [600] = 531, + [601] = 532, + [602] = 513, + [603] = 516, + [604] = 572, [605] = 605, - [606] = 606, - [607] = 607, - [608] = 539, - [609] = 527, - [610] = 610, - [611] = 383, - [612] = 612, - [613] = 488, - [614] = 382, - [615] = 612, - [616] = 612, - [617] = 612, - [618] = 618, - [619] = 598, - [620] = 583, - [621] = 524, - [622] = 522, - [623] = 601, - [624] = 600, - [625] = 606, - [626] = 599, - [627] = 529, - [628] = 597, - [629] = 596, - [630] = 506, - [631] = 595, - [632] = 594, - [633] = 604, - [634] = 551, - [635] = 582, - [636] = 581, - [637] = 527, - [638] = 523, - [639] = 549, - [640] = 640, - [641] = 641, - [642] = 641, - [643] = 641, - [644] = 641, - [645] = 645, + [606] = 539, + [607] = 532, + [608] = 530, + [609] = 528, + [610] = 508, + [611] = 526, + [612] = 556, + [613] = 525, + [614] = 553, + [615] = 615, + [616] = 616, + [617] = 503, + [618] = 616, + [619] = 383, + [620] = 616, + [621] = 621, + [622] = 382, + [623] = 616, + [624] = 538, + [625] = 517, + [626] = 597, + [627] = 599, + [628] = 509, + [629] = 605, + [630] = 581, + [631] = 547, + [632] = 591, + [633] = 593, + [634] = 590, + [635] = 596, + [636] = 536, + [637] = 533, + [638] = 589, + [639] = 586, + [640] = 535, + [641] = 580, + [642] = 553, + [643] = 518, + [644] = 512, + [645] = 543, [646] = 646, - [647] = 647, - [648] = 596, - [649] = 551, - [650] = 583, - [651] = 594, - [652] = 595, - [653] = 597, - [654] = 598, - [655] = 599, - [656] = 600, - [657] = 601, - [658] = 604, - [659] = 606, - [660] = 660, - [661] = 661, - [662] = 662, - [663] = 108, + [647] = 646, + [648] = 646, + [649] = 649, + [650] = 646, + [651] = 651, + [652] = 652, + [653] = 653, + [654] = 605, + [655] = 581, + [656] = 586, + [657] = 589, + [658] = 590, + [659] = 533, + [660] = 593, + [661] = 596, + [662] = 517, + [663] = 597, [664] = 664, - [665] = 383, - [666] = 666, - [667] = 667, + [665] = 599, + [666] = 580, + [667] = 535, [668] = 668, - [669] = 107, - [670] = 114, - [671] = 117, - [672] = 112, - [673] = 109, + [669] = 669, + [670] = 670, + [671] = 671, + [672] = 672, + [673] = 382, [674] = 674, - [675] = 675, + [675] = 120, [676] = 676, [677] = 677, - [678] = 664, + [678] = 678, [679] = 679, [680] = 680, - [681] = 382, + [681] = 681, [682] = 682, - [683] = 683, - [684] = 684, + [683] = 676, + [684] = 104, [685] = 685, [686] = 686, - [687] = 662, + [687] = 687, [688] = 688, - [689] = 689, - [690] = 690, - [691] = 691, - [692] = 436, + [689] = 112, + [690] = 107, + [691] = 668, + [692] = 692, [693] = 693, - [694] = 694, - [695] = 695, - [696] = 696, + [694] = 106, + [695] = 383, + [696] = 115, [697] = 697, [698] = 698, - [699] = 696, + [699] = 698, [700] = 700, - [701] = 701, - [702] = 695, + [701] = 700, + [702] = 698, [703] = 703, - [704] = 696, + [704] = 704, [705] = 705, [706] = 706, - [707] = 707, - [708] = 691, - [709] = 697, - [710] = 701, - [711] = 693, + [707] = 704, + [708] = 708, + [709] = 705, + [710] = 710, + [711] = 706, [712] = 712, [713] = 713, - [714] = 701, - [715] = 713, - [716] = 698, - [717] = 703, - [718] = 696, - [719] = 700, - [720] = 694, - [721] = 721, - [722] = 691, - [723] = 723, - [724] = 701, - [725] = 691, - [726] = 700, - [727] = 700, + [714] = 714, + [715] = 715, + [716] = 716, + [717] = 436, + [718] = 704, + [719] = 719, + [720] = 720, + [721] = 700, + [722] = 705, + [723] = 706, + [724] = 703, + [725] = 714, + [726] = 715, + [727] = 716, [728] = 728, - [729] = 703, - [730] = 440, - [731] = 713, - [732] = 698, - [733] = 693, - [734] = 694, - [735] = 698, - [736] = 695, - [737] = 703, - [738] = 721, - [739] = 713, - [740] = 697, - [741] = 693, - [742] = 742, + [729] = 729, + [730] = 713, + [731] = 439, + [732] = 703, + [733] = 714, + [734] = 715, + [735] = 735, + [736] = 700, + [737] = 704, + [738] = 728, + [739] = 729, + [740] = 716, + [741] = 728, + [742] = 729, [743] = 743, - [744] = 705, - [745] = 721, - [746] = 695, - [747] = 721, - [748] = 697, - [749] = 694, - [750] = 750, - [751] = 751, - [752] = 752, - [753] = 753, - [754] = 606, - [755] = 755, - [756] = 756, + [744] = 744, + [745] = 713, + [746] = 746, + [747] = 698, + [748] = 703, + [749] = 714, + [750] = 715, + [751] = 716, + [752] = 728, + [753] = 729, + [754] = 708, + [755] = 705, + [756] = 713, [757] = 757, - [758] = 758, - [759] = 756, - [760] = 752, - [761] = 667, - [762] = 752, - [763] = 763, - [764] = 107, - [765] = 114, - [766] = 117, - [767] = 112, - [768] = 109, - [769] = 108, - [770] = 666, - [771] = 771, - [772] = 109, - [773] = 682, - [774] = 684, - [775] = 674, - [776] = 685, - [777] = 777, - [778] = 688, - [779] = 112, - [780] = 780, - [781] = 781, - [782] = 682, - [783] = 783, - [784] = 763, - [785] = 676, - [786] = 683, - [787] = 763, - [788] = 583, - [789] = 680, - [790] = 679, - [791] = 677, - [792] = 117, - [793] = 676, - [794] = 114, - [795] = 675, + [758] = 706, + [759] = 759, + [760] = 760, + [761] = 107, + [762] = 112, + [763] = 104, + [764] = 680, + [765] = 765, + [766] = 766, + [767] = 767, + [768] = 687, + [769] = 581, + [770] = 605, + [771] = 599, + [772] = 597, + [773] = 596, + [774] = 593, + [775] = 590, + [776] = 589, + [777] = 586, + [778] = 580, + [779] = 779, + [780] = 672, + [781] = 670, + [782] = 535, + [783] = 120, + [784] = 784, + [785] = 785, + [786] = 693, + [787] = 517, + [788] = 115, + [789] = 789, + [790] = 697, + [791] = 791, + [792] = 120, + [793] = 678, + [794] = 681, + [795] = 765, [796] = 796, - [797] = 108, - [798] = 551, - [799] = 667, - [800] = 666, - [801] = 604, - [802] = 601, - [803] = 803, - [804] = 804, - [805] = 600, - [806] = 599, - [807] = 598, - [808] = 597, - [809] = 107, - [810] = 596, - [811] = 680, + [797] = 681, + [798] = 779, + [799] = 779, + [800] = 671, + [801] = 801, + [802] = 671, + [803] = 682, + [804] = 678, + [805] = 693, + [806] = 806, + [807] = 807, + [808] = 677, + [809] = 104, + [810] = 785, + [811] = 679, [812] = 812, - [813] = 674, - [814] = 675, - [815] = 763, - [816] = 683, - [817] = 668, - [818] = 818, - [819] = 688, - [820] = 595, - [821] = 685, - [822] = 679, - [823] = 684, - [824] = 756, - [825] = 594, - [826] = 826, - [827] = 752, - [828] = 756, - [829] = 668, - [830] = 677, + [813] = 686, + [814] = 765, + [815] = 815, + [816] = 106, + [817] = 670, + [818] = 685, + [819] = 112, + [820] = 680, + [821] = 686, + [822] = 107, + [823] = 785, + [824] = 533, + [825] = 825, + [826] = 685, + [827] = 679, + [828] = 677, + [829] = 682, + [830] = 672, [831] = 831, - [832] = 832, - [833] = 833, - [834] = 834, - [835] = 835, - [836] = 836, - [837] = 837, - [838] = 838, + [832] = 115, + [833] = 687, + [834] = 106, + [835] = 697, + [836] = 765, + [837] = 785, + [838] = 779, [839] = 839, [840] = 840, [841] = 841, [842] = 842, [843] = 843, [844] = 844, - [845] = 844, - [846] = 844, - [847] = 844, + [845] = 845, + [846] = 846, + [847] = 847, [848] = 848, [849] = 849, [850] = 850, [851] = 851, [852] = 852, - [853] = 853, - [854] = 854, - [855] = 855, - [856] = 854, + [853] = 852, + [854] = 852, + [855] = 852, + [856] = 856, [857] = 857, - [858] = 854, - [859] = 855, - [860] = 854, - [861] = 855, - [862] = 855, - [863] = 863, + [858] = 858, + [859] = 859, + [860] = 860, + [861] = 861, + [862] = 862, + [863] = 862, [864] = 864, [865] = 865, - [866] = 866, - [867] = 867, - [868] = 868, - [869] = 869, - [870] = 870, + [866] = 862, + [867] = 864, + [868] = 864, + [869] = 862, + [870] = 864, [871] = 871, - [872] = 867, + [872] = 872, [873] = 873, [874] = 874, [875] = 875, [876] = 876, - [877] = 863, + [877] = 877, [878] = 878, [879] = 879, [880] = 880, [881] = 881, - [882] = 647, + [882] = 882, [883] = 883, [884] = 884, [885] = 885, [886] = 886, - [887] = 887, - [888] = 876, + [887] = 873, + [888] = 888, [889] = 889, - [890] = 890, + [890] = 865, [891] = 891, [892] = 892, [893] = 893, - [894] = 894, + [894] = 893, [895] = 895, - [896] = 896, + [896] = 653, [897] = 897, [898] = 898, [899] = 899, @@ -3242,84 +3246,84 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [905] = 905, [906] = 906, [907] = 907, - [908] = 570, + [908] = 908, [909] = 909, [910] = 910, - [911] = 894, + [911] = 911, [912] = 912, [913] = 913, [914] = 914, [915] = 915, [916] = 916, [917] = 917, - [918] = 918, - [919] = 894, - [920] = 920, - [921] = 921, - [922] = 922, + [918] = 913, + [919] = 917, + [920] = 911, + [921] = 909, + [922] = 912, [923] = 923, - [924] = 924, + [924] = 910, [925] = 925, - [926] = 926, - [927] = 905, + [926] = 909, + [927] = 908, [928] = 907, - [929] = 929, - [930] = 930, - [931] = 909, - [932] = 916, - [933] = 915, - [934] = 934, - [935] = 910, - [936] = 918, - [937] = 912, - [938] = 938, - [939] = 913, - [940] = 917, - [941] = 920, - [942] = 910, - [943] = 923, - [944] = 925, - [945] = 910, + [929] = 900, + [930] = 915, + [931] = 931, + [932] = 901, + [933] = 933, + [934] = 902, + [935] = 931, + [936] = 903, + [937] = 937, + [938] = 912, + [939] = 939, + [940] = 940, + [941] = 941, + [942] = 942, + [943] = 943, + [944] = 944, + [945] = 945, [946] = 946, [947] = 947, - [948] = 897, - [949] = 929, + [948] = 948, + [949] = 949, [950] = 950, - [951] = 951, - [952] = 934, - [953] = 570, - [954] = 950, - [955] = 950, - [956] = 956, - [957] = 922, - [958] = 906, - [959] = 903, - [960] = 892, + [951] = 909, + [952] = 952, + [953] = 953, + [954] = 529, + [955] = 937, + [956] = 949, + [957] = 529, + [958] = 958, + [959] = 959, + [960] = 925, [961] = 961, - [962] = 895, - [963] = 963, - [964] = 961, - [965] = 951, - [966] = 951, - [967] = 951, - [968] = 921, - [969] = 904, - [970] = 901, - [971] = 900, - [972] = 938, - [973] = 899, - [974] = 926, - [975] = 893, - [976] = 898, - [977] = 896, - [978] = 978, - [979] = 979, - [980] = 980, - [981] = 981, - [982] = 982, - [983] = 983, - [984] = 984, - [985] = 985, + [962] = 962, + [963] = 950, + [964] = 933, + [965] = 958, + [966] = 948, + [967] = 939, + [968] = 940, + [969] = 941, + [970] = 942, + [971] = 943, + [972] = 904, + [973] = 905, + [974] = 959, + [975] = 975, + [976] = 962, + [977] = 977, + [978] = 962, + [979] = 906, + [980] = 958, + [981] = 944, + [982] = 945, + [983] = 946, + [984] = 962, + [985] = 947, [986] = 986, [987] = 987, [988] = 988, @@ -3328,60 +3332,60 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [991] = 991, [992] = 992, [993] = 993, - [994] = 758, + [994] = 994, [995] = 995, - [996] = 995, - [997] = 995, + [996] = 996, + [997] = 997, [998] = 998, [999] = 999, [1000] = 1000, - [1001] = 1000, - [1002] = 1000, + [1001] = 1001, + [1002] = 801, [1003] = 1003, [1004] = 1003, - [1005] = 1005, - [1006] = 1005, + [1005] = 1003, + [1006] = 1006, [1007] = 1007, - [1008] = 1003, - [1009] = 1000, - [1010] = 1005, - [1011] = 1005, - [1012] = 1003, - [1013] = 1013, - [1014] = 1014, - [1015] = 1015, - [1016] = 1016, - [1017] = 1017, - [1018] = 1014, + [1008] = 1008, + [1009] = 1009, + [1010] = 1009, + [1011] = 1008, + [1012] = 1012, + [1013] = 1012, + [1014] = 1012, + [1015] = 1008, + [1016] = 1012, + [1017] = 1009, + [1018] = 1009, [1019] = 1019, - [1020] = 1020, + [1020] = 1008, [1021] = 1021, [1022] = 1022, - [1023] = 1021, - [1024] = 1024, + [1023] = 1022, + [1024] = 1021, [1025] = 1025, - [1026] = 1022, - [1027] = 1021, - [1028] = 1016, - [1029] = 1014, + [1026] = 1026, + [1027] = 1027, + [1028] = 1028, + [1029] = 1029, [1030] = 1030, - [1031] = 1014, + [1031] = 1031, [1032] = 1032, [1033] = 1033, [1034] = 1021, - [1035] = 1022, - [1036] = 1036, - [1037] = 1022, + [1035] = 1025, + [1036] = 1022, + [1037] = 1037, [1038] = 1038, - [1039] = 1039, - [1040] = 1016, - [1041] = 1041, - [1042] = 1041, - [1043] = 1043, - [1044] = 1044, - [1045] = 1041, - [1046] = 1041, - [1047] = 1047, + [1039] = 1030, + [1040] = 1040, + [1041] = 1025, + [1042] = 1042, + [1043] = 1030, + [1044] = 1022, + [1045] = 1045, + [1046] = 1025, + [1047] = 1021, [1048] = 1048, [1049] = 1049, [1050] = 1050, @@ -3389,40 +3393,40 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1052] = 1052, [1053] = 1053, [1054] = 1054, - [1055] = 1055, + [1055] = 1052, [1056] = 1056, - [1057] = 1054, - [1058] = 1055, - [1059] = 1059, - [1060] = 1054, + [1057] = 1057, + [1058] = 1052, + [1059] = 1052, + [1060] = 1060, [1061] = 1061, [1062] = 1062, - [1063] = 1062, - [1064] = 1062, - [1065] = 1054, - [1066] = 1055, + [1063] = 1063, + [1064] = 1064, + [1065] = 1061, + [1066] = 1066, [1067] = 1067, - [1068] = 1055, - [1069] = 1069, - [1070] = 1070, - [1071] = 1062, - [1072] = 1072, + [1068] = 1063, + [1069] = 1063, + [1070] = 1062, + [1071] = 1071, + [1072] = 1062, [1073] = 1073, - [1074] = 1074, - [1075] = 1075, - [1076] = 1074, - [1077] = 1077, + [1074] = 1061, + [1075] = 1062, + [1076] = 1063, + [1077] = 1061, [1078] = 1078, [1079] = 1079, - [1080] = 1074, - [1081] = 1074, + [1080] = 1080, + [1081] = 1081, [1082] = 1082, - [1083] = 1083, + [1083] = 1082, [1084] = 1084, [1085] = 1085, - [1086] = 1086, + [1086] = 1082, [1087] = 1087, - [1088] = 1088, + [1088] = 1082, [1089] = 1089, [1090] = 1090, [1091] = 1091, @@ -3443,55 +3447,55 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1106] = 1106, [1107] = 1107, [1108] = 1108, - [1109] = 1106, + [1109] = 1109, [1110] = 1110, - [1111] = 1106, + [1111] = 1111, [1112] = 1112, [1113] = 1113, [1114] = 1114, [1115] = 1115, [1116] = 1116, - [1117] = 1115, + [1117] = 1117, [1118] = 1118, [1119] = 1119, - [1120] = 1120, + [1120] = 1118, [1121] = 1121, - [1122] = 1122, + [1122] = 1118, [1123] = 1123, [1124] = 1124, [1125] = 1125, [1126] = 1126, [1127] = 1127, [1128] = 1128, - [1129] = 1115, - [1130] = 1115, + [1129] = 1129, + [1130] = 1130, [1131] = 1131, - [1132] = 1115, - [1133] = 1122, + [1132] = 1132, + [1133] = 1133, [1134] = 1134, - [1135] = 1115, + [1135] = 1135, [1136] = 1136, - [1137] = 1118, + [1137] = 1137, [1138] = 1138, [1139] = 1139, [1140] = 1140, - [1141] = 1141, - [1142] = 1142, - [1143] = 1122, - [1144] = 1144, - [1145] = 1118, - [1146] = 1146, + [1141] = 1140, + [1142] = 1124, + [1143] = 1143, + [1144] = 1140, + [1145] = 1140, + [1146] = 1140, [1147] = 1147, - [1148] = 1115, + [1148] = 1124, [1149] = 1149, - [1150] = 1150, + [1150] = 1140, [1151] = 1151, [1152] = 1152, [1153] = 1153, - [1154] = 1152, - [1155] = 1155, - [1156] = 1156, - [1157] = 1155, + [1154] = 1140, + [1155] = 1149, + [1156] = 1149, + [1157] = 1157, [1158] = 1158, [1159] = 1159, [1160] = 1160, @@ -3499,120 +3503,120 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1162] = 1162, [1163] = 1163, [1164] = 1164, - [1165] = 1163, - [1166] = 1166, + [1165] = 1161, + [1166] = 1160, [1167] = 1167, - [1168] = 1151, + [1168] = 1164, [1169] = 1169, - [1170] = 1169, - [1171] = 1163, - [1172] = 1151, - [1173] = 1152, - [1174] = 1174, + [1170] = 1170, + [1171] = 1169, + [1172] = 1172, + [1173] = 1173, + [1174] = 1172, [1175] = 1175, - [1176] = 1169, + [1176] = 1176, [1177] = 1177, [1178] = 1178, [1179] = 1179, - [1180] = 1163, - [1181] = 1166, - [1182] = 1182, - [1183] = 1183, - [1184] = 1164, - [1185] = 1185, - [1186] = 1169, + [1180] = 1180, + [1181] = 1157, + [1182] = 1169, + [1183] = 1172, + [1184] = 1184, + [1185] = 1175, + [1186] = 1164, [1187] = 1160, - [1188] = 1159, + [1188] = 1157, [1189] = 1189, [1190] = 1190, - [1191] = 1191, + [1191] = 1160, [1192] = 1192, - [1193] = 1155, - [1194] = 1194, - [1195] = 1195, - [1196] = 1183, + [1193] = 1161, + [1194] = 1157, + [1195] = 1162, + [1196] = 1164, [1197] = 1197, - [1198] = 1155, - [1199] = 1160, - [1200] = 1200, - [1201] = 1152, + [1198] = 1179, + [1199] = 1199, + [1200] = 1180, + [1201] = 1201, [1202] = 1202, - [1203] = 1183, - [1204] = 1159, - [1205] = 1159, - [1206] = 1160, + [1203] = 1179, + [1204] = 1204, + [1205] = 1161, + [1206] = 1162, [1207] = 1207, [1208] = 1208, [1209] = 1209, - [1210] = 1210, + [1210] = 1172, [1211] = 1211, [1212] = 1212, [1213] = 1213, [1214] = 1214, - [1215] = 1215, - [1216] = 1210, + [1215] = 1179, + [1216] = 1216, [1217] = 1217, - [1218] = 1210, + [1218] = 1218, [1219] = 1219, [1220] = 1220, [1221] = 1221, [1222] = 1222, - [1223] = 1212, + [1223] = 1223, [1224] = 1224, [1225] = 1225, [1226] = 1226, [1227] = 1227, - [1228] = 1228, - [1229] = 1229, - [1230] = 1210, - [1231] = 1215, - [1232] = 1232, - [1233] = 1233, - [1234] = 1221, + [1228] = 1224, + [1229] = 1224, + [1230] = 1230, + [1231] = 1231, + [1232] = 1225, + [1233] = 1230, + [1234] = 1226, [1235] = 1235, [1236] = 1236, [1237] = 1237, [1238] = 1238, [1239] = 1239, - [1240] = 1240, - [1241] = 1222, - [1242] = 1240, - [1243] = 1215, - [1244] = 1221, - [1245] = 1240, - [1246] = 1219, - [1247] = 1212, + [1240] = 1223, + [1241] = 1241, + [1242] = 1219, + [1243] = 1226, + [1244] = 1244, + [1245] = 1224, + [1246] = 1235, + [1247] = 1225, [1248] = 1248, - [1249] = 1249, - [1250] = 1215, - [1251] = 1215, - [1252] = 1240, - [1253] = 1212, - [1254] = 1215, - [1255] = 1212, - [1256] = 1248, - [1257] = 1222, - [1258] = 1227, - [1259] = 1221, - [1260] = 1260, - [1261] = 1215, - [1262] = 1212, - [1263] = 1263, - [1264] = 1225, + [1249] = 1219, + [1250] = 1250, + [1251] = 1217, + [1252] = 1227, + [1253] = 1253, + [1254] = 1227, + [1255] = 1230, + [1256] = 1256, + [1257] = 1217, + [1258] = 1217, + [1259] = 1223, + [1260] = 1222, + [1261] = 1261, + [1262] = 1226, + [1263] = 1223, + [1264] = 1217, [1265] = 1225, - [1266] = 1227, - [1267] = 1227, - [1268] = 1219, - [1269] = 1225, - [1270] = 1212, - [1271] = 1271, + [1266] = 1266, + [1267] = 1267, + [1268] = 1230, + [1269] = 1217, + [1270] = 1270, + [1271] = 1219, [1272] = 1272, - [1273] = 1273, + [1273] = 1230, [1274] = 1274, - [1275] = 1275, - [1276] = 1276, - [1277] = 1277, - [1278] = 1278, + [1275] = 1217, + [1276] = 1222, + [1277] = 1230, + [1278] = 1230, [1279] = 1279, [1280] = 1280, [1281] = 1281, @@ -3622,190 +3626,198 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1285] = 1285, [1286] = 1286, [1287] = 1287, - [1288] = 1284, + [1288] = 1288, [1289] = 1289, - [1290] = 1287, + [1290] = 1290, [1291] = 1291, [1292] = 1292, [1293] = 1293, [1294] = 1294, - [1295] = 1294, - [1296] = 1285, - [1297] = 1291, - [1298] = 1292, + [1295] = 1295, + [1296] = 1296, + [1297] = 1297, + [1298] = 1298, [1299] = 1299, - [1300] = 1294, - [1301] = 1291, - [1302] = 1302, - [1303] = 1291, - [1304] = 1292, - [1305] = 1272, - [1306] = 1294, - [1307] = 1283, - [1308] = 1292, + [1300] = 1300, + [1301] = 1286, + [1302] = 1289, + [1303] = 1303, + [1304] = 1298, + [1305] = 1299, + [1306] = 1303, + [1307] = 1286, + [1308] = 1282, [1309] = 1309, - [1310] = 1292, - [1311] = 1274, - [1312] = 1282, - [1313] = 1280, - [1314] = 1275, + [1310] = 1298, + [1311] = 1299, + [1312] = 1286, + [1313] = 1286, + [1314] = 1287, [1315] = 1315, - [1316] = 1277, + [1316] = 1282, [1317] = 1317, - [1318] = 1291, + [1318] = 1289, [1319] = 1319, - [1320] = 1319, + [1320] = 1317, [1321] = 1321, [1322] = 1322, - [1323] = 1281, - [1324] = 1324, + [1323] = 1299, + [1324] = 1299, [1325] = 1325, - [1326] = 1276, - [1327] = 1327, + [1326] = 1326, + [1327] = 1317, [1328] = 1328, - [1329] = 1327, - [1330] = 1330, - [1331] = 1331, + [1329] = 1325, + [1330] = 1326, + [1331] = 1298, [1332] = 1332, - [1333] = 1284, + [1333] = 1296, [1334] = 1334, - [1335] = 1330, + [1335] = 1335, [1336] = 1336, - [1337] = 1321, - [1338] = 1302, - [1339] = 1339, - [1340] = 1340, - [1341] = 1285, - [1342] = 1342, - [1343] = 1322, + [1337] = 1337, + [1338] = 1338, + [1339] = 1298, + [1340] = 1298, + [1341] = 1341, + [1342] = 1334, + [1343] = 1343, [1344] = 1344, - [1345] = 1283, - [1346] = 1344, - [1347] = 1281, - [1348] = 1277, - [1349] = 1325, - [1350] = 1334, - [1351] = 1324, - [1352] = 1289, - [1353] = 1293, - [1354] = 1354, - [1355] = 1317, - [1356] = 1294, - [1357] = 1336, - [1358] = 1340, - [1359] = 1277, - [1360] = 1275, - [1361] = 1361, + [1345] = 1343, + [1346] = 1346, + [1347] = 1347, + [1348] = 1332, + [1349] = 1281, + [1350] = 1299, + [1351] = 1295, + [1352] = 1309, + [1353] = 1296, + [1354] = 1294, + [1355] = 1341, + [1356] = 1291, + [1357] = 1357, + [1358] = 1293, + [1359] = 1347, + [1360] = 1335, + [1361] = 1292, [1362] = 1362, - [1363] = 1340, - [1364] = 1364, - [1365] = 1294, - [1366] = 1344, + [1363] = 1290, + [1364] = 439, + [1365] = 1365, + [1366] = 1366, [1367] = 1367, - [1368] = 1276, - [1369] = 1342, - [1370] = 1336, - [1371] = 1271, - [1372] = 1309, - [1373] = 1299, - [1374] = 1374, - [1375] = 1274, - [1376] = 1334, + [1368] = 1368, + [1369] = 1288, + [1370] = 1328, + [1371] = 1325, + [1372] = 1326, + [1373] = 1373, + [1374] = 1309, + [1375] = 1375, + [1376] = 1376, [1377] = 1377, - [1378] = 1315, - [1379] = 1276, - [1380] = 1327, - [1381] = 1281, - [1382] = 1283, - [1383] = 1383, - [1384] = 1384, - [1385] = 1275, + [1378] = 1378, + [1379] = 1377, + [1380] = 1315, + [1381] = 1279, + [1382] = 1284, + [1383] = 1280, + [1384] = 1375, + [1385] = 1281, [1386] = 1386, - [1387] = 1342, - [1388] = 1285, - [1389] = 1354, - [1390] = 1272, - [1391] = 1293, - [1392] = 1299, - [1393] = 1325, - [1394] = 1302, - [1395] = 1324, - [1396] = 1339, - [1397] = 1289, - [1398] = 1317, - [1399] = 1292, - [1400] = 1271, - [1401] = 1309, - [1402] = 1402, + [1387] = 1322, + [1388] = 1288, + [1389] = 1290, + [1390] = 1338, + [1391] = 1344, + [1392] = 1344, + [1393] = 1281, + [1394] = 1284, + [1395] = 1332, + [1396] = 1292, + [1397] = 1362, + [1398] = 1338, + [1399] = 1399, + [1400] = 1296, + [1401] = 1291, + [1402] = 1357, [1403] = 1293, - [1404] = 1271, - [1405] = 1315, - [1406] = 1294, - [1407] = 1407, - [1408] = 1344, - [1409] = 1289, - [1410] = 1286, - [1411] = 1302, - [1412] = 1282, - [1413] = 1280, - [1414] = 1414, - [1415] = 1325, - [1416] = 1287, - [1417] = 1324, - [1418] = 1292, - [1419] = 1286, - [1420] = 1317, - [1421] = 1271, - [1422] = 1271, - [1423] = 1271, - [1424] = 1282, - [1425] = 1425, - [1426] = 1280, - [1427] = 1274, - [1428] = 1284, - [1429] = 1429, - [1430] = 1273, - [1431] = 1291, - [1432] = 1429, - [1433] = 1433, - [1434] = 1414, - [1435] = 1435, - [1436] = 1429, - [1437] = 1319, - [1438] = 1321, - [1439] = 1367, - [1440] = 1440, - [1441] = 1291, - [1442] = 436, - [1443] = 1315, - [1444] = 1322, - [1445] = 1414, - [1446] = 1330, - [1447] = 1447, - [1448] = 1319, - [1449] = 1367, - [1450] = 1332, - [1451] = 1321, - [1452] = 440, - [1453] = 1332, - [1454] = 1414, - [1455] = 1429, - [1456] = 1322, - [1457] = 1367, - [1458] = 1458, - [1459] = 1330, - [1460] = 1447, - [1461] = 1461, - [1462] = 1332, - [1463] = 1447, - [1464] = 1309, - [1465] = 1447, + [1404] = 1336, + [1405] = 1337, + [1406] = 1362, + [1407] = 1295, + [1408] = 1315, + [1409] = 1279, + [1410] = 1410, + [1411] = 1289, + [1412] = 1298, + [1413] = 1322, + [1414] = 1287, + [1415] = 1284, + [1416] = 1303, + [1417] = 1282, + [1418] = 1286, + [1419] = 1309, + [1420] = 1377, + [1421] = 1280, + [1422] = 1375, + [1423] = 1291, + [1424] = 1334, + [1425] = 1293, + [1426] = 1288, + [1427] = 1290, + [1428] = 1362, + [1429] = 1315, + [1430] = 1315, + [1431] = 1315, + [1432] = 1292, + [1433] = 1335, + [1434] = 1334, + [1435] = 1335, + [1436] = 1436, + [1437] = 1437, + [1438] = 1347, + [1439] = 1317, + [1440] = 1336, + [1441] = 1322, + [1442] = 1373, + [1443] = 1294, + [1444] = 1341, + [1445] = 1445, + [1446] = 1299, + [1447] = 1294, + [1448] = 1367, + [1449] = 1347, + [1450] = 1328, + [1451] = 1341, + [1452] = 1325, + [1453] = 1326, + [1454] = 1373, + [1455] = 1357, + [1456] = 1295, + [1457] = 1286, + [1458] = 1367, + [1459] = 1459, + [1460] = 1460, + [1461] = 1303, + [1462] = 1462, + [1463] = 1373, + [1464] = 1283, + [1465] = 1465, + [1466] = 1367, + [1467] = 1336, + [1468] = 1279, + [1469] = 1445, + [1470] = 436, + [1471] = 1445, + [1472] = 1315, + [1473] = 1445, }; static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 + return (c < 43642 + ? (c < 4206 + ? (c < 2730 ? (c < 1994 ? (c < 910 ? (c < 736 @@ -3884,732 +3896,754 @@ static inline bool sym_identifier_character_set_1(int32_t c) { ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 + : (c <= 2482 || (c < 2602 + ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 + : (c <= 2510 || (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2529))) + : (c <= 2545 || (c < 2575 + ? (c < 2565 + ? c == 2556 + : c <= 2570) + : (c <= 2576 || (c >= 2579 && c <= 2600))))) + : (c <= 2608 || (c < 2654 + ? (c < 2616 + ? (c < 2613 + ? (c >= 2610 && c <= 2611) + : c <= 2614) + : (c <= 2617 || (c >= 2649 && c <= 2652))) + : (c <= 2654 || (c < 2703 + ? (c < 2693 + ? (c >= 2674 && c <= 2676) + : c <= 2701) + : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) + : (c <= 2736 || (c < 3261 + ? (c < 2969 + ? (c < 2866 + ? (c < 2809 + ? (c < 2749 + ? (c < 2741 + ? (c >= 2738 && c <= 2739) + : c <= 2745) + : (c <= 2749 || (c < 2784 + ? c == 2768 + : c <= 2785))) + : (c <= 2809 || (c < 2835 + ? (c < 2831 + ? (c >= 2821 && c <= 2828) + : c <= 2832) + : (c <= 2856 || (c >= 2858 && c <= 2864))))) + : (c <= 2867 || (c < 2929 + ? (c < 2908 + ? (c < 2877 + ? (c >= 2869 && c <= 2873) + : c <= 2877) + : (c <= 2909 || (c >= 2911 && c <= 2913))) + : (c <= 2929 || (c < 2958 + ? (c < 2949 + ? c == 2947 + : c <= 2954) + : (c <= 2960 || (c >= 2962 && c <= 2965))))))) + : (c <= 2970 || (c < 3133 + ? (c < 3024 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3024 || (c < 3090 + ? (c < 3086 + ? (c >= 3077 && c <= 3084) + : c <= 3088) + : (c <= 3112 || (c >= 3114 && c <= 3129))))) + : (c <= 3133 || (c < 3205 + ? (c < 3168 + ? (c < 3165 + ? (c >= 3160 && c <= 3162) + : c <= 3165) + : (c <= 3169 || c == 3200)) + : (c <= 3212 || (c < 3242 + ? (c < 3218 + ? (c >= 3214 && c <= 3216) + : c <= 3240) + : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) + : (c <= 3261 || (c < 3716 + ? (c < 3450 + ? (c < 3346 + ? (c < 3313 + ? (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3297) + : (c <= 3314 || (c < 3342 + ? (c >= 3332 && c <= 3340) + : c <= 3344))) + : (c <= 3386 || (c < 3412 + ? (c < 3406 + ? c == 3389 + : c <= 3406) + : (c <= 3414 || (c >= 3423 && c <= 3425))))) + : (c <= 3455 || (c < 3520 + ? (c < 3507 + ? (c < 3482 + ? (c >= 3461 && c <= 3478) + : c <= 3505) + : (c <= 3515 || c == 3517)) + : (c <= 3526 || (c < 3648 + ? (c < 3634 + ? (c >= 3585 && c <= 3632) + : c <= 3634) + : (c <= 3654 || (c >= 3713 && c <= 3714))))))) + : (c <= 3716 || (c < 3840 + ? (c < 3762 + ? (c < 3749 + ? (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747) + : (c <= 3749 || (c >= 3751 && c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 + ? (c >= 4213 && c <= 4225) + : c <= 4238) + : (c <= 4293 || (c < 4301 + ? c == 4295 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 + : c <= 6509) + : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 + ? (c < 8016 + ? (c >= 8008 && c <= 8013) + : c <= 8023) + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 + ? (c < 8064 + ? (c >= 8031 && c <= 8061) + : c <= 8116) + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 + ? (c < 8144 + ? (c >= 8134 && c <= 8140) + : c <= 8147) + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 + ? (c < 8490 + ? c == 8488 + : c <= 8505) + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 + ? (c < 11264 + ? (c >= 8544 && c <= 8584) + : c <= 11492) + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 + ? (c < 11565 + ? c == 11559 + : c <= 11565) + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 + ? (c < 12593 + ? (c >= 12549 && c <= 12591) + : c <= 12686) + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 + ? (c < 43697 + ? (c >= 43646 && c <= 43695) + : c <= 43697) + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 43494 - ? (c < 4186 - ? (c < 2703 + return (c < 43642 + ? (c < 4206 + ? (c < 2707 ? (c < 1969 ? (c < 908 ? (c < 710 @@ -4688,735 +4722,757 @@ static inline bool sym_identifier_character_set_2(int32_t c) { ? (c >= 2417 && c <= 2432) : c <= 2444) : (c <= 2448 || (c >= 2451 && c <= 2472))))))) - : (c <= 2480 || (c < 2575 - ? (c < 2524 + : (c <= 2480 || (c < 2579 + ? (c < 2527 ? (c < 2493 ? (c < 2486 ? c == 2482 : c <= 2489) - : (c <= 2493 || c == 2510)) - : (c <= 2525 || (c < 2556 - ? (c < 2544 - ? (c >= 2527 && c <= 2529) - : c <= 2545) - : (c <= 2556 || (c >= 2565 && c <= 2570))))) - : (c <= 2576 || (c < 2616 - ? (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c >= 2613 && c <= 2614))) - : (c <= 2617 || (c < 2674 - ? (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654) - : (c <= 2676 || (c >= 2693 && c <= 2701))))))))))) - : (c <= 2705 || (c < 3218 - ? (c < 2958 - ? (c < 2835 - ? (c < 2768 - ? (c < 2738 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : c <= 2736) - : (c <= 2739 || (c < 2749 - ? (c >= 2741 && c <= 2745) - : c <= 2749))) - : (c <= 2768 || (c < 2821 - ? (c < 2809 - ? (c >= 2784 && c <= 2785) - : c <= 2809) - : (c <= 2828 || (c >= 2831 && c <= 2832))))) - : (c <= 2856 || (c < 2908 - ? (c < 2869 - ? (c < 2866 - ? (c >= 2858 && c <= 2864) - : c <= 2867) - : (c <= 2873 || c == 2877)) - : (c <= 2909 || (c < 2947 - ? (c < 2929 - ? (c >= 2911 && c <= 2913) - : c <= 2929) - : (c <= 2947 || (c >= 2949 && c <= 2954))))))) - : (c <= 2960 || (c < 3086 - ? (c < 2979 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c >= 2974 && c <= 2975))) - : (c <= 2980 || (c < 3024 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3024 || (c >= 3077 && c <= 3084))))) - : (c <= 3088 || (c < 3165 - ? (c < 3133 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3133 || (c >= 3160 && c <= 3162))) - : (c <= 3165 || (c < 3205 - ? (c < 3200 - ? (c >= 3168 && c <= 3169) - : c <= 3200) - : (c <= 3212 || (c >= 3214 && c <= 3216))))))))) - : (c <= 3240 || (c < 3634 - ? (c < 3406 - ? (c < 3313 - ? (c < 3261 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3261 || (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3297))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3332 && c <= 3340) - : c <= 3344) - : (c <= 3386 || c == 3389)))) - : (c <= 3406 || (c < 3482 - ? (c < 3450 - ? (c < 3423 - ? (c >= 3412 && c <= 3414) - : c <= 3425) - : (c <= 3455 || (c >= 3461 && c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c >= 3585 && c <= 3632))))))) - : (c <= 3634 || (c < 3776 - ? (c < 3724 - ? (c < 3716 - ? (c < 3713 - ? (c >= 3648 && c <= 3654) - : c <= 3714) - : (c <= 3716 || (c >= 3718 && c <= 3722))) - : (c <= 3747 || (c < 3762 - ? (c < 3751 + : (c <= 2493 || (c < 2524 + ? c == 2510 + : c <= 2525))) + : (c <= 2529 || (c < 2565 + ? (c < 2556 + ? (c >= 2544 && c <= 2545) + : c <= 2556) + : (c <= 2570 || (c >= 2575 && c <= 2576))))) + : (c <= 2600 || (c < 2649 + ? (c < 2613 + ? (c < 2610 + ? (c >= 2602 && c <= 2608) + : c <= 2611) + : (c <= 2614 || (c >= 2616 && c <= 2617))) + : (c <= 2652 || (c < 2693 + ? (c < 2674 + ? c == 2654 + : c <= 2676) + : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) + : (c <= 2728 || (c < 3253 + ? (c < 2962 + ? (c < 2858 + ? (c < 2784 + ? (c < 2741 + ? (c < 2738 + ? (c >= 2730 && c <= 2736) + : c <= 2739) + : (c <= 2745 || (c < 2768 + ? c == 2749 + : c <= 2768))) + : (c <= 2785 || (c < 2831 + ? (c < 2821 + ? c == 2809 + : c <= 2828) + : (c <= 2832 || (c >= 2835 && c <= 2856))))) + : (c <= 2864 || (c < 2911 + ? (c < 2877 + ? (c < 2869 + ? (c >= 2866 && c <= 2867) + : c <= 2873) + : (c <= 2877 || (c >= 2908 && c <= 2909))) + : (c <= 2913 || (c < 2949 + ? (c < 2947 + ? c == 2929 + : c <= 2947) + : (c <= 2954 || (c >= 2958 && c <= 2960))))))) + : (c <= 2965 || (c < 3114 + ? (c < 2990 + ? (c < 2974 + ? (c < 2972 + ? (c >= 2969 && c <= 2970) + : c <= 2972) + : (c <= 2975 || (c < 2984 + ? (c >= 2979 && c <= 2980) + : c <= 2986))) + : (c <= 3001 || (c < 3086 + ? (c < 3077 + ? c == 3024 + : c <= 3084) + : (c <= 3088 || (c >= 3090 && c <= 3112))))) + : (c <= 3129 || (c < 3200 + ? (c < 3165 + ? (c < 3160 + ? c == 3133 + : c <= 3162) + : (c <= 3165 || (c >= 3168 && c <= 3169))) + : (c <= 3200 || (c < 3218 + ? (c < 3214 + ? (c >= 3205 && c <= 3212) + : c <= 3216) + : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) + : (c <= 3257 || (c < 3713 + ? (c < 3423 + ? (c < 3342 + ? (c < 3296 + ? (c < 3293 + ? c == 3261 + : c <= 3294) + : (c <= 3297 || (c < 3332 + ? (c >= 3313 && c <= 3314) + : c <= 3340))) + : (c <= 3344 || (c < 3406 + ? (c < 3389 + ? (c >= 3346 && c <= 3386) + : c <= 3389) + : (c <= 3406 || (c >= 3412 && c <= 3414))))) + : (c <= 3425 || (c < 3517 + ? (c < 3482 + ? (c < 3461 + ? (c >= 3450 && c <= 3455) + : c <= 3478) + : (c <= 3505 || (c >= 3507 && c <= 3515))) + : (c <= 3517 || (c < 3634 + ? (c < 3585 + ? (c >= 3520 && c <= 3526) + : c <= 3632) + : (c <= 3634 || (c >= 3648 && c <= 3654))))))) + : (c <= 3714 || (c < 3840 + ? (c < 3762 + ? (c < 3724 + ? (c < 3718 + ? c == 3716 + : c <= 3722) + : (c <= 3747 || (c < 3751 ? c == 3749 - : c <= 3760) - : (c <= 3762 || c == 3773)))) - : (c <= 3780 || (c < 3913 - ? (c < 3840 - ? (c < 3804 - ? c == 3782 - : c <= 3807) - : (c <= 3840 || (c >= 3904 && c <= 3911))) - : (c <= 3948 || (c < 4159 - ? (c < 4096 - ? (c >= 3976 && c <= 3980) - : c <= 4138) - : (c <= 4159 || (c >= 4176 && c <= 4181))))))))))))) - : (c <= 4189 || (c < 8130 - ? (c < 6108 - ? (c < 4802 - ? (c < 4682 - ? (c < 4256 - ? (c < 4206 - ? (c < 4197 - ? c == 4193 - : c <= 4198) - : (c <= 4208 || (c < 4238 + : c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 ? (c >= 4213 && c <= 4225) - : c <= 4238))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 + : c <= 4238) + : (c <= 4293 || (c < 4301 ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c >= 4348 && c <= 4680))))) - : (c <= 4685 || (c < 4746 - ? (c < 4698 - ? (c < 4696 - ? (c >= 4688 && c <= 4694) - : c <= 4696) - : (c <= 4701 || (c >= 4704 && c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || c == 4800)))))) - : (c <= 4805 || (c < 5761 - ? (c < 4992 - ? (c < 4882 - ? (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880) - : (c <= 4885 || (c >= 4888 && c <= 4954))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c >= 5743 && c <= 5759))))) - : (c <= 5786 || (c < 5952 - ? (c < 5888 - ? (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880) - : (c <= 5905 || (c >= 5919 && c <= 5937))) - : (c <= 5969 || (c < 6016 - ? (c < 5998 - ? (c >= 5984 && c <= 5996) - : c <= 6000) - : (c <= 6067 || c == 6103)))))))) - : (c <= 6108 || (c < 7296 - ? (c < 6688 - ? (c < 6480 - ? (c < 6314 - ? (c < 6272 - ? (c >= 6176 && c <= 6264) - : c <= 6312) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c >= 6656 && c <= 6678))))) - : (c <= 6740 || (c < 7086 - ? (c < 6981 - ? (c < 6917 - ? c == 6823 - : c <= 6963) - : (c <= 6988 || (c >= 7043 && c <= 7072))) - : (c <= 7087 || (c < 7245 - ? (c < 7168 - ? (c >= 7098 && c <= 7141) - : c <= 7203) - : (c <= 7247 || (c >= 7258 && c <= 7293))))))) - : (c <= 7304 || (c < 7968 - ? (c < 7413 - ? (c < 7401 - ? (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359) - : (c <= 7404 || (c >= 7406 && c <= 7411))) - : (c <= 7414 || (c < 7680 - ? (c < 7424 - ? c == 7418 - : c <= 7615) - : (c <= 7957 || (c >= 7960 && c <= 7965))))) - : (c <= 8005 || (c < 8029 - ? (c < 8025 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 + ? (c >= 5112 && c <= 5117) + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 + ? (c >= 6400 && c <= 6430) + : c <= 6509) + : (c <= 6516 || (c < 6576 + ? (c >= 6528 && c <= 6571) + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) - : (c <= 8025 || c == 8027)) - : (c <= 8029 || (c < 8118 + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 ? (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116) - : (c <= 8124 || c == 8126)))))))))) - : (c <= 8132 || (c < 12321 - ? (c < 8526 - ? (c < 8455 - ? (c < 8182 - ? (c < 8150 + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) - : (c <= 8155 || (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180))) - : (c <= 8188 || (c < 8336 - ? (c < 8319 - ? c == 8305 - : c <= 8319) - : (c <= 8348 || c == 8450)))) - : (c <= 8455 || (c < 8486 - ? (c < 8472 + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) - : (c <= 8477 || c == 8484)) - : (c <= 8486 || (c < 8508 + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 ? (c < 8490 ? c == 8488 : c <= 8505) - : (c <= 8511 || (c >= 8517 && c <= 8521))))))) - : (c <= 8526 || (c < 11648 - ? (c < 11520 - ? (c < 11499 + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 ? (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492) - : (c <= 11502 || (c >= 11506 && c <= 11507))) - : (c <= 11557 || (c < 11568 + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) - : (c <= 11623 || c == 11631)))) - : (c <= 11670 || (c < 11712 - ? (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c >= 11704 && c <= 11710))) - : (c <= 11718 || (c < 11736 - ? (c < 11728 - ? (c >= 11720 && c <= 11726) - : c <= 11734) - : (c <= 11742 || (c >= 12293 && c <= 12295))))))))) - : (c <= 12329 || (c < 42786 - ? (c < 13312 - ? (c < 12540 - ? (c < 12353 - ? (c < 12344 - ? (c >= 12337 && c <= 12341) - : c <= 12348) - : (c <= 12438 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))) - : (c <= 12543 || (c < 12704 + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 + ? (c < 11696 + ? (c >= 11688 && c <= 11694) + : c <= 11702) + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 + ? (c < 11736 + ? (c >= 11728 && c <= 11734) + : c <= 11742) + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 + ? (c < 12353 + ? (c >= 12344 && c <= 12348) + : c <= 12438) + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) - : (c <= 12735 || (c >= 12784 && c <= 12799))))) - : (c <= 19903 || (c < 42538 - ? (c < 42240 - ? (c < 42192 - ? (c >= 19968 && c <= 42124) - : c <= 42237) - : (c <= 42508 || (c >= 42512 && c <= 42527))) - : (c <= 42539 || (c < 42656 - ? (c < 42623 - ? (c >= 42560 && c <= 42606) - : c <= 42653) - : (c <= 42735 || (c >= 42775 && c <= 42783))))))) - : (c <= 42888 || (c < 43138 - ? (c < 42994 - ? (c < 42963 - ? (c < 42960 - ? (c >= 42891 && c <= 42954) - : c <= 42961) - : (c <= 42963 || (c >= 42965 && c <= 42969))) - : (c <= 43009 || (c < 43020 - ? (c < 43015 - ? (c >= 43011 && c <= 43013) - : c <= 43018) - : (c <= 43042 || (c >= 43072 && c <= 43123))))) - : (c <= 43187 || (c < 43312 - ? (c < 43261 - ? (c < 43259 - ? (c >= 43250 && c <= 43255) - : c <= 43259) - : (c <= 43262 || (c >= 43274 && c <= 43301))) - : (c <= 43334 || (c < 43471 - ? (c < 43396 - ? (c >= 43360 && c <= 43388) - : c <= 43442) - : (c <= 43471 || (c >= 43488 && c <= 43492))))))))))))))) - : (c <= 43503 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43824 - ? (c < 43712 - ? (c < 43642 - ? (c < 43584 - ? (c < 43520 - ? (c >= 43514 && c <= 43518) - : c <= 43560) - : (c <= 43586 || (c < 43616 - ? (c >= 43588 && c <= 43595) - : c <= 43638))) - : (c <= 43642 || (c < 43701 + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 + ? (c < 42240 + ? (c >= 42192 && c <= 42237) + : c <= 42508) + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 + ? (c < 42656 + ? (c >= 42623 && c <= 42653) + : c <= 42735) + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 + ? (c < 42963 + ? (c >= 42960 && c <= 42961) + : c <= 42963) + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 + ? (c < 43020 + ? (c >= 43015 && c <= 43018) + : c <= 43042) + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 + ? (c < 43261 + ? c == 43259 + : c <= 43262) + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 + ? (c < 43471 + ? (c >= 43396 && c <= 43442) + : c <= 43471) + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 + ? (c < 43584 + ? (c >= 43520 && c <= 43560) + : c <= 43586) + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 ? (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697) - : (c <= 43702 || (c >= 43705 && c <= 43709))))) - : (c <= 43712 || (c < 43777 - ? (c < 43744 - ? (c < 43739 - ? c == 43714 - : c <= 43741) - : (c <= 43754 || (c >= 43762 && c <= 43764))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c >= 43816 && c <= 43822))))))) - : (c <= 43866 || (c < 64287 - ? (c < 63744 - ? (c < 44032 - ? (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44002) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 + ? (c < 43744 + ? (c >= 43739 && c <= 43741) + : c <= 43754) + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 + ? (c < 43808 + ? (c >= 43793 && c <= 43798) + : c <= 43814) + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 + ? (c < 44032 + ? (c >= 43888 && c <= 44002) + : c <= 55203) + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_3(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 + return (c < 43646 + ? (c < 4213 + ? (c < 2738 + ? (c < 2036 ? (c < 931 ? (c < 748 ? (c < 192 @@ -5443,788 +5499,810 @@ static inline bool sym_identifier_character_set_3(int32_t c) { ? c == 902 : c <= 906) : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 + : (c <= 1013 || (c < 1749 + ? (c < 1488 ? (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 + : (c <= 1366 || (c < 1376 + ? c == 1369 + : c <= 1416))) + : (c <= 1514 || (c < 1646 + ? (c < 1568 + ? (c >= 1519 && c <= 1522) + : c <= 1610) + : (c <= 1647 || (c >= 1649 && c <= 1747))))) + : (c <= 1749 || (c < 1808 + ? (c < 1786 + ? (c < 1774 + ? (c >= 1765 && c <= 1766) + : c <= 1775) + : (c <= 1788 || c == 1791)) + : (c <= 1808 || (c < 1969 + ? (c < 1869 + ? (c >= 1810 && c <= 1839) + : c <= 1957) + : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) + : (c <= 2037 || (c < 2486 + ? (c < 2308 + ? (c < 2112 + ? (c < 2074 + ? (c < 2048 + ? c == 2042 + : c <= 2069) + : (c <= 2074 || (c < 2088 + ? c == 2084 + : c <= 2088))) + : (c <= 2136 || (c < 2185 + ? (c < 2160 + ? (c >= 2144 && c <= 2154) + : c <= 2183) + : (c <= 2190 || (c >= 2208 && c <= 2249))))) + : (c <= 2361 || (c < 2437 + ? (c < 2392 + ? (c < 2384 + ? c == 2365 + : c <= 2384) + : (c <= 2401 || (c >= 2417 && c <= 2432))) + : (c <= 2444 || (c < 2474 + ? (c < 2451 + ? (c >= 2447 && c <= 2448) + : c <= 2472) + : (c <= 2480 || c == 2482)))))) + : (c <= 2489 || (c < 2610 + ? (c < 2556 + ? (c < 2524 + ? (c < 2510 + ? c == 2493 + : c <= 2510) + : (c <= 2525 || (c < 2544 + ? (c >= 2527 && c <= 2529) + : c <= 2545))) + : (c <= 2556 || (c < 2579 + ? (c < 2575 + ? (c >= 2565 && c <= 2570) + : c <= 2576) + : (c <= 2600 || (c >= 2602 && c <= 2608))))) + : (c <= 2611 || (c < 2674 + ? (c < 2649 + ? (c < 2616 + ? (c >= 2613 && c <= 2614) + : c <= 2617) + : (c <= 2652 || c == 2654)) + : (c <= 2676 || (c < 2707 + ? (c < 2703 + ? (c >= 2693 && c <= 2701) + : c <= 2705) + : (c <= 2728 || (c >= 2730 && c <= 2736))))))))))) + : (c <= 2739 || (c < 3293 + ? (c < 2972 + ? (c < 2869 + ? (c < 2821 + ? (c < 2768 + ? (c < 2749 + ? (c >= 2741 && c <= 2745) + : c <= 2749) + : (c <= 2768 || (c < 2809 + ? (c >= 2784 && c <= 2785) + : c <= 2809))) + : (c <= 2828 || (c < 2858 + ? (c < 2835 + ? (c >= 2831 && c <= 2832) + : c <= 2856) + : (c <= 2864 || (c >= 2866 && c <= 2867))))) + : (c <= 2873 || (c < 2947 + ? (c < 2911 + ? (c < 2908 + ? c == 2877 + : c <= 2909) + : (c <= 2913 || c == 2929)) + : (c <= 2947 || (c < 2962 + ? (c < 2958 + ? (c >= 2949 && c <= 2954) + : c <= 2960) + : (c <= 2965 || (c >= 2969 && c <= 2970))))))) + : (c <= 2972 || (c < 3160 + ? (c < 3077 + ? (c < 2984 + ? (c < 2979 + ? (c >= 2974 && c <= 2975) + : c <= 2980) + : (c <= 2986 || (c < 3024 ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 + : c <= 3024))) + : (c <= 3084 || (c < 3114 + ? (c < 3090 + ? (c >= 3086 && c <= 3088) + : c <= 3112) + : (c <= 3129 || c == 3133)))) + : (c <= 3162 || (c < 3214 + ? (c < 3200 + ? (c < 3168 + ? c == 3165 + : c <= 3169) + : (c <= 3200 || (c >= 3205 && c <= 3212))) + : (c <= 3216 || (c < 3253 + ? (c < 3242 + ? (c >= 3218 && c <= 3240) + : c <= 3251) + : (c <= 3257 || c == 3261)))))))) + : (c <= 3294 || (c < 3718 + ? (c < 3461 + ? (c < 3389 + ? (c < 3332 + ? (c < 3313 ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 + : c <= 3314) + : (c <= 3340 || (c < 3346 ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 + : c <= 3386))) + : (c <= 3389 || (c < 3423 + ? (c < 3412 + ? c == 3406 + : c <= 3414) + : (c <= 3425 || (c >= 3450 && c <= 3455))))) + : (c <= 3478 || (c < 3585 + ? (c < 3517 + ? (c < 3507 + ? (c >= 3482 && c <= 3505) + : c <= 3515) + : (c <= 3517 || (c >= 3520 && c <= 3526))) + : (c <= 3632 || (c < 3713 + ? (c < 3648 + ? c == 3634 + : c <= 3654) + : (c <= 3714 || c == 3716)))))) + : (c <= 3722 || (c < 3904 + ? (c < 3773 + ? (c < 3751 + ? (c < 3749 + ? (c >= 3724 && c <= 3747) + : c <= 3749) + : (c <= 3760 || c == 3762)) + : (c <= 3773 || (c < 3804 + ? (c < 3782 + ? (c >= 3776 && c <= 3780) + : c <= 3782) + : (c <= 3807 || c == 3840)))) + : (c <= 3911 || (c < 4176 + ? (c < 4096 + ? (c < 3976 + ? (c >= 3913 && c <= 3948) + : c <= 3980) + : (c <= 4138 || c == 4159)) + : (c <= 4181 || (c < 4197 + ? (c < 4193 + ? (c >= 4186 && c <= 4189) + : c <= 4193) + : (c <= 4198 || (c >= 4206 && c <= 4208))))))))))))) + : (c <= 4225 || (c < 8182 + ? (c < 6400 + ? (c < 4888 + ? (c < 4704 + ? (c < 4348 + ? (c < 4295 + ? (c < 4256 ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 + : c <= 4293) + : (c <= 4295 || (c < 4304 ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 + : c <= 4346))) + : (c <= 4680 || (c < 4696 + ? (c < 4688 + ? (c >= 4682 && c <= 4685) + : c <= 4694) + : (c <= 4696 || (c >= 4698 && c <= 4701))))) + : (c <= 4744 || (c < 4800 + ? (c < 4786 + ? (c < 4752 + ? (c >= 4746 && c <= 4749) + : c <= 4784) + : (c <= 4789 || (c >= 4792 && c <= 4798))) + : (c <= 4800 || (c < 4824 + ? (c < 4808 + ? (c >= 4802 && c <= 4805) + : c <= 4822) + : (c <= 4880 || (c >= 4882 && c <= 4885))))))) + : (c <= 4954 || (c < 5952 + ? (c < 5761 + ? (c < 5112 + ? (c < 5024 + ? (c >= 4992 && c <= 5007) + : c <= 5109) + : (c <= 5117 || (c < 5743 + ? (c >= 5121 && c <= 5740) + : c <= 5759))) + : (c <= 5786 || (c < 5888 + ? (c < 5870 + ? (c >= 5792 && c <= 5866) + : c <= 5880) + : (c <= 5905 || (c >= 5919 && c <= 5937))))) + : (c <= 5969 || (c < 6108 + ? (c < 6016 + ? (c < 5998 + ? (c >= 5984 && c <= 5996) + : c <= 6000) + : (c <= 6067 || c == 6103)) + : (c <= 6108 || (c < 6314 + ? (c < 6272 + ? (c >= 6176 && c <= 6264) + : c <= 6312) + : (c <= 6314 || (c >= 6320 && c <= 6389))))))))) + : (c <= 6430 || (c < 7413 + ? (c < 7086 + ? (c < 6688 + ? (c < 6528 + ? (c < 6512 + ? (c >= 6480 && c <= 6509) + : c <= 6516) + : (c <= 6571 || (c < 6656 + ? (c >= 6576 && c <= 6601) + : c <= 6678))) + : (c <= 6740 || (c < 6981 + ? (c < 6917 + ? c == 6823 + : c <= 6963) + : (c <= 6988 || (c >= 7043 && c <= 7072))))) + : (c <= 7087 || (c < 7296 + ? (c < 7245 + ? (c < 7168 + ? (c >= 7098 && c <= 7141) + : c <= 7203) + : (c <= 7247 || (c >= 7258 && c <= 7293))) + : (c <= 7304 || (c < 7401 + ? (c < 7357 + ? (c >= 7312 && c <= 7354) + : c <= 7359) + : (c <= 7404 || (c >= 7406 && c <= 7411))))))) + : (c <= 7414 || (c < 8031 + ? (c < 8008 + ? (c < 7680 + ? (c < 7424 + ? c == 7418 + : c <= 7615) + : (c <= 7957 || (c < 7968 + ? (c >= 7960 && c <= 7965) + : c <= 8005))) + : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 + : (c <= 8027 || c == 8029)))) + : (c <= 8061 || (c < 8134 + ? (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 + : (c <= 8126 || (c >= 8130 && c <= 8132))) + : (c <= 8140 || (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 + : (c <= 8172 || (c >= 8178 && c <= 8180))))))))))) + : (c <= 8188 || (c < 12549 + ? (c < 11559 + ? (c < 8488 + ? (c < 8458 + ? (c < 8336 + ? (c < 8319 + ? c == 8305 + : c <= 8319) + : (c <= 8348 || (c < 8455 + ? c == 8450 + : c <= 8455))) + : (c <= 8467 || (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 + : (c <= 8484 || c == 8486)))) + : (c <= 8488 || (c < 8544 + ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 + : (c <= 8521 || c == 8526)) + : (c <= 8584 || (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 + : (c <= 11507 || (c >= 11520 && c <= 11557))))))) + : (c <= 11559 || (c < 11728 + ? (c < 11688 + ? (c < 11631 ? (c < 11568 ? c == 11565 : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 + : (c <= 11631 || (c < 11680 + ? (c >= 11648 && c <= 11670) + : c <= 11686))) + : (c <= 11694 || (c < 11712 + ? (c < 11704 + ? (c >= 11696 && c <= 11702) + : c <= 11710) + : (c <= 11718 || (c >= 11720 && c <= 11726))))) + : (c <= 11734 || (c < 12344 + ? (c < 12321 + ? (c < 12293 + ? (c >= 11736 && c <= 11742) + : c <= 12295) + : (c <= 12329 || (c >= 12337 && c <= 12341))) + : (c <= 12348 || (c < 12449 + ? (c < 12445 + ? (c >= 12353 && c <= 12438) + : c <= 12447) + : (c <= 12538 || (c >= 12540 && c <= 12543))))))))) + : (c <= 12591 || (c < 43015 + ? (c < 42623 + ? (c < 42192 + ? (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 + : (c <= 12799 || (c < 19968 + ? (c >= 13312 && c <= 19903) + : c <= 42124))) + : (c <= 42237 || (c < 42538 + ? (c < 42512 + ? (c >= 42240 && c <= 42508) + : c <= 42527) + : (c <= 42539 || (c >= 42560 && c <= 42606))))) + : (c <= 42653 || (c < 42960 + ? (c < 42786 + ? (c < 42775 + ? (c >= 42656 && c <= 42735) + : c <= 42783) + : (c <= 42888 || (c >= 42891 && c <= 42954))) + : (c <= 42961 || (c < 42994 + ? (c < 42965 + ? c == 42963 + : c <= 42969) + : (c <= 43009 || (c >= 43011 && c <= 43013))))))) + : (c <= 43018 || (c < 43396 + ? (c < 43259 + ? (c < 43138 + ? (c < 43072 + ? (c >= 43020 && c <= 43042) + : c <= 43123) + : (c <= 43187 || (c >= 43250 && c <= 43255))) + : (c <= 43259 || (c < 43312 + ? (c < 43274 + ? (c >= 43261 && c <= 43262) + : c <= 43301) + : (c <= 43334 || (c >= 43360 && c <= 43388))))) + : (c <= 43442 || (c < 43520 + ? (c < 43494 + ? (c < 43488 + ? c == 43471 + : c <= 43492) + : (c <= 43503 || (c >= 43514 && c <= 43518))) + : (c <= 43560 || (c < 43616 + ? (c < 43588 + ? (c >= 43584 && c <= 43586) + : c <= 43595) + : (c <= 43638 || c == 43642)))))))))))))) + : (c <= 43695 || (c < 71236 + ? (c < 67424 + ? (c < 65149 + ? (c < 64112 + ? (c < 43793 + ? (c < 43739 + ? (c < 43705 ? (c < 43701 ? c == 43697 : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 + : (c <= 43709 || (c < 43714 + ? c == 43712 + : c <= 43714))) + : (c <= 43741 || (c < 43777 + ? (c < 43762 + ? (c >= 43744 && c <= 43754) + : c <= 43764) + : (c <= 43782 || (c >= 43785 && c <= 43790))))) + : (c <= 43798 || (c < 43888 + ? (c < 43824 + ? (c < 43816 + ? (c >= 43808 && c <= 43814) + : c <= 43822) + : (c <= 43866 || (c >= 43868 && c <= 43881))) + : (c <= 44002 || (c < 55243 + ? (c < 55216 + ? (c >= 44032 && c <= 55203) + : c <= 55238) + : (c <= 55291 || (c >= 63744 && c <= 64109))))))) + : (c <= 64217 || (c < 64467 + ? (c < 64312 + ? (c < 64285 + ? (c < 64275 + ? (c >= 64256 && c <= 64262) + : c <= 64279) + : (c <= 64285 || (c < 64298 + ? (c >= 64287 && c <= 64296) + : c <= 64310))) + : (c <= 64316 || (c < 64323 + ? (c < 64320 + ? c == 64318 + : c <= 64321) + : (c <= 64324 || (c >= 64326 && c <= 64433))))) + : (c <= 64605 || (c < 65137 + ? (c < 64914 + ? (c < 64848 + ? (c >= 64612 && c <= 64829) + : c <= 64911) + : (c <= 64967 || (c >= 65008 && c <= 65017))) + : (c <= 65137 || (c < 65145 + ? (c < 65143 + ? c == 65139 + : c <= 65143) + : (c <= 65145 || c == 65147)))))))) + : (c <= 65149 || (c < 66349 + ? (c < 65549 + ? (c < 65474 + ? (c < 65345 + ? (c < 65313 + ? (c >= 65151 && c <= 65276) + : c <= 65338) + : (c <= 65370 || (c < 65440 + ? (c >= 65382 && c <= 65437) + : c <= 65470))) + : (c <= 65479 || (c < 65498 + ? (c < 65490 + ? (c >= 65482 && c <= 65487) + : c <= 65495) + : (c <= 65500 || (c >= 65536 && c <= 65547))))) + : (c <= 65574 || (c < 65664 + ? (c < 65599 + ? (c < 65596 + ? (c >= 65576 && c <= 65594) + : c <= 65597) + : (c <= 65613 || (c >= 65616 && c <= 65629))) + : (c <= 65786 || (c < 66208 + ? (c < 66176 + ? (c >= 65856 && c <= 65908) + : c <= 66204) + : (c <= 66256 || (c >= 66304 && c <= 66335))))))) + : (c <= 66378 || (c < 66928 + ? (c < 66560 + ? (c < 66464 + ? (c < 66432 + ? (c >= 66384 && c <= 66421) + : c <= 66461) + : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 + : c <= 66517))) + : (c <= 66717 || (c < 66816 + ? (c < 66776 + ? (c >= 66736 && c <= 66771) + : c <= 66811) + : (c <= 66855 || (c >= 66864 && c <= 66915))))) + : (c <= 66938 || (c < 66979 + ? (c < 66964 + ? (c < 66956 + ? (c >= 66940 && c <= 66954) + : c <= 66962) + : (c <= 66965 || (c >= 66967 && c <= 66977))) + : (c <= 66993 || (c < 67072 + ? (c < 67003 ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 + : c <= 67004) + : (c <= 67382 || (c >= 67392 && c <= 67413))))))))))) + : (c <= 67431 || (c < 69635 + ? (c < 68121 + ? (c < 67712 + ? (c < 67594 + ? (c < 67506 + ? (c < 67463 + ? (c >= 67456 && c <= 67461) + : c <= 67504) + : (c <= 67514 || (c < 67592 ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 + : c <= 67592))) + : (c <= 67637 || (c < 67647 + ? (c < 67644 + ? (c >= 67639 && c <= 67640) + : c <= 67644) + : (c <= 67669 || (c >= 67680 && c <= 67702))))) + : (c <= 67742 || (c < 67968 + ? (c < 67840 + ? (c < 67828 + ? (c >= 67808 && c <= 67826) + : c <= 67829) + : (c <= 67861 || (c >= 67872 && c <= 67897))) + : (c <= 68023 || (c < 68112 + ? (c < 68096 + ? (c >= 68030 && c <= 68031) + : c <= 68096) + : (c <= 68115 || (c >= 68117 && c <= 68119))))))) + : (c <= 68149 || (c < 68800 + ? (c < 68416 + ? (c < 68288 + ? (c < 68224 + ? (c >= 68192 && c <= 68220) + : c <= 68252) + : (c <= 68295 || (c < 68352 + ? (c >= 68297 && c <= 68324) + : c <= 68405))) + : (c <= 68437 || (c < 68608 + ? (c < 68480 + ? (c >= 68448 && c <= 68466) + : c <= 68497) + : (c <= 68680 || (c >= 68736 && c <= 68786))))) + : (c <= 68850 || (c < 69415 + ? (c < 69296 + ? (c < 69248 + ? (c >= 68864 && c <= 68899) + : c <= 69289) + : (c <= 69297 || (c >= 69376 && c <= 69404))) + : (c <= 69415 || (c < 69552 + ? (c < 69488 + ? (c >= 69424 && c <= 69445) + : c <= 69505) + : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) + : (c <= 69687 || (c < 70303 + ? (c < 70081 + ? (c < 69956 + ? (c < 69763 + ? (c < 69749 + ? (c >= 69745 && c <= 69746) + : c <= 69749) + : (c <= 69807 || (c < 69891 + ? (c >= 69840 && c <= 69864) + : c <= 69926))) + : (c <= 69956 || (c < 70006 + ? (c < 69968 + ? c == 69959 + : c <= 70002) + : (c <= 70006 || (c >= 70019 && c <= 70066))))) + : (c <= 70084 || (c < 70207 + ? (c < 70144 + ? (c < 70108 + ? c == 70106 + : c <= 70108) + : (c <= 70161 || (c >= 70163 && c <= 70187))) + : (c <= 70208 || (c < 70282 + ? (c < 70280 + ? (c >= 70272 && c <= 70278) + : c <= 70280) + : (c <= 70285 || (c >= 70287 && c <= 70301))))))) + : (c <= 70312 || (c < 70493 + ? (c < 70442 + ? (c < 70415 + ? (c < 70405 + ? (c >= 70320 && c <= 70366) + : c <= 70412) + : (c <= 70416 || (c >= 70419 && c <= 70440))) + : (c <= 70448 || (c < 70461 + ? (c < 70453 + ? (c >= 70450 && c <= 70451) + : c <= 70457) + : (c <= 70461 || c == 70480)))) + : (c <= 70497 || (c < 70852 + ? (c < 70751 + ? (c < 70727 + ? (c >= 70656 && c <= 70708) + : c <= 70730) + : (c <= 70753 || (c >= 70784 && c <= 70831))) + : (c <= 70853 || (c < 71128 + ? (c < 71040 ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 + : c <= 71086) + : (c <= 71131 || (c >= 71168 && c <= 71215))))))))))))) + : (c <= 71236 || (c < 119973 + ? (c < 73728 + ? (c < 72272 + ? (c < 71960 + ? (c < 71840 + ? (c < 71424 + ? (c < 71352 + ? (c >= 71296 && c <= 71338) + : c <= 71352) + : (c <= 71450 || (c < 71680 ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 + : c <= 71723))) + : (c <= 71903 || (c < 71948 + ? (c < 71945 + ? (c >= 71935 && c <= 71942) + : c <= 71945) + : (c <= 71955 || (c >= 71957 && c <= 71958))))) + : (c <= 71983 || (c < 72161 + ? (c < 72096 + ? (c < 72001 + ? c == 71999 + : c <= 72001) + : (c <= 72103 || (c >= 72106 && c <= 72144))) + : (c <= 72161 || (c < 72203 + ? (c < 72192 + ? c == 72163 + : c <= 72192) + : (c <= 72242 || c == 72250)))))) + : (c <= 72272 || (c < 73030 + ? (c < 72768 + ? (c < 72368 + ? (c < 72349 + ? (c >= 72284 && c <= 72329) + : c <= 72349) + : (c <= 72440 || (c < 72714 + ? (c >= 72704 && c <= 72712) + : c <= 72750))) + : (c <= 72768 || (c < 72968 + ? (c < 72960 + ? (c >= 72818 && c <= 72847) + : c <= 72966) + : (c <= 72969 || (c >= 72971 && c <= 73008))))) + : (c <= 73030 || (c < 73440 + ? (c < 73066 + ? (c < 73063 + ? (c >= 73056 && c <= 73061) + : c <= 73064) + : (c <= 73097 || c == 73112)) + : (c <= 73458 || (c < 73490 + ? (c < 73476 + ? c == 73474 + : c <= 73488) + : (c <= 73523 || c == 73648)))))))) + : (c <= 74649 || (c < 94208 + ? (c < 92928 + ? (c < 82944 + ? (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 + : (c <= 77808 || (c < 78913 + ? (c >= 77824 && c <= 78895) + : c <= 78918))) + : (c <= 83526 || (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 + : (c <= 92862 || (c >= 92880 && c <= 92909))))) + : (c <= 92975 || (c < 93952 + ? (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 + : (c <= 93071 || (c >= 93760 && c <= 93823))) + : (c <= 94026 || (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 + : (c <= 94177 || c == 94179)))))) + : (c <= 100343 || (c < 110948 + ? (c < 110589 + ? (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : (c <= 110579 || (c >= 110581 && c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_identifier_character_set_4(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 910 - ? (c < 736 - ? (c < 186 - ? (c < 'a' - ? (c < '_' - ? (c >= 'A' && c <= 'Z') + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); +} + +static inline bool sym_identifier_character_set_4(int32_t c) { + return (c < 43642 + ? (c < 4206 + ? (c < 2730 + ? (c < 1994 + ? (c < 910 + ? (c < 736 + ? (c < 186 + ? (c < 'a' + ? (c < '_' + ? (c >= 'A' && c <= 'Z') : c <= '_') : (c <= 'z' || (c < 181 ? c == 170 @@ -6296,1680 +6374,1708 @@ static inline bool sym_identifier_character_set_4(int32_t c) { ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 + : (c <= 2482 || (c < 2602 + ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 + : (c <= 2510 || (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2529))) + : (c <= 2545 || (c < 2575 + ? (c < 2565 + ? c == 2556 + : c <= 2570) + : (c <= 2576 || (c >= 2579 && c <= 2600))))) + : (c <= 2608 || (c < 2654 + ? (c < 2616 + ? (c < 2613 + ? (c >= 2610 && c <= 2611) + : c <= 2614) + : (c <= 2617 || (c >= 2649 && c <= 2652))) + : (c <= 2654 || (c < 2703 + ? (c < 2693 + ? (c >= 2674 && c <= 2676) + : c <= 2701) + : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) + : (c <= 2736 || (c < 3261 + ? (c < 2969 + ? (c < 2866 + ? (c < 2809 + ? (c < 2749 + ? (c < 2741 + ? (c >= 2738 && c <= 2739) + : c <= 2745) + : (c <= 2749 || (c < 2784 + ? c == 2768 + : c <= 2785))) + : (c <= 2809 || (c < 2835 + ? (c < 2831 + ? (c >= 2821 && c <= 2828) + : c <= 2832) + : (c <= 2856 || (c >= 2858 && c <= 2864))))) + : (c <= 2867 || (c < 2929 + ? (c < 2908 + ? (c < 2877 + ? (c >= 2869 && c <= 2873) + : c <= 2877) + : (c <= 2909 || (c >= 2911 && c <= 2913))) + : (c <= 2929 || (c < 2958 + ? (c < 2949 + ? c == 2947 + : c <= 2954) + : (c <= 2960 || (c >= 2962 && c <= 2965))))))) + : (c <= 2970 || (c < 3133 + ? (c < 3024 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3024 || (c < 3090 + ? (c < 3086 + ? (c >= 3077 && c <= 3084) + : c <= 3088) + : (c <= 3112 || (c >= 3114 && c <= 3129))))) + : (c <= 3133 || (c < 3205 + ? (c < 3168 + ? (c < 3165 + ? (c >= 3160 && c <= 3162) + : c <= 3165) + : (c <= 3169 || c == 3200)) + : (c <= 3212 || (c < 3242 + ? (c < 3218 + ? (c >= 3214 && c <= 3216) + : c <= 3240) + : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) + : (c <= 3261 || (c < 3716 + ? (c < 3450 + ? (c < 3346 + ? (c < 3313 + ? (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3297) + : (c <= 3314 || (c < 3342 + ? (c >= 3332 && c <= 3340) + : c <= 3344))) + : (c <= 3386 || (c < 3412 + ? (c < 3406 + ? c == 3389 + : c <= 3406) + : (c <= 3414 || (c >= 3423 && c <= 3425))))) + : (c <= 3455 || (c < 3520 + ? (c < 3507 + ? (c < 3482 + ? (c >= 3461 && c <= 3478) + : c <= 3505) + : (c <= 3515 || c == 3517)) + : (c <= 3526 || (c < 3648 + ? (c < 3634 + ? (c >= 3585 && c <= 3632) + : c <= 3634) + : (c <= 3654 || (c >= 3713 && c <= 3714))))))) + : (c <= 3716 || (c < 3840 + ? (c < 3762 + ? (c < 3749 + ? (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747) + : (c <= 3749 || (c >= 3751 && c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 + ? (c >= 4213 && c <= 4225) + : c <= 4238) + : (c <= 4293 || (c < 4301 + ? c == 4295 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 + : c <= 6509) + : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 + ? (c < 8016 + ? (c >= 8008 && c <= 8013) + : c <= 8023) + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 + ? (c < 8064 + ? (c >= 8031 && c <= 8061) + : c <= 8116) + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 + ? (c < 8144 + ? (c >= 8134 && c <= 8140) + : c <= 8147) + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 + ? (c < 8490 + ? c == 8488 + : c <= 8505) + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 + ? (c < 11264 + ? (c >= 8544 && c <= 8584) + : c <= 11492) + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 + ? (c < 11565 + ? c == 11559 + : c <= 11565) + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 + ? (c < 12593 + ? (c >= 12549 && c <= 12591) + : c <= 12686) + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 + ? (c < 43697 + ? (c >= 43646 && c <= 43695) + : c <= 43697) + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_5(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2748 - ? (c < 2045 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' + return (c < 43785 + ? (c < 3804 + ? (c < 2759 + ? (c < 2048 + ? (c < 1155 + ? (c < 736 + ? (c < 183 + ? (c < 'a' ? (c < 'A' ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042))))))))) - : (c <= 2045 || (c < 2558 - ? (c < 2451 - ? (c < 2200 - ? (c < 2144 - ? (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139) - : (c <= 2154 || (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190))) - : (c <= 2273 || (c < 2417 - ? (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415) - : (c <= 2435 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448))))) - : (c <= 2472 || (c < 2507 - ? (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504))) - : (c <= 2510 || (c < 2527 - ? (c < 2524 - ? c == 2519 - : c <= 2525) - : (c <= 2531 || (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556))))))) - : (c <= 2558 || (c < 2635 - ? (c < 2610 - ? (c < 2575 - ? (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570) - : (c <= 2576 || (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608))) - : (c <= 2611 || (c < 2620 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2620 || (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632))))) - : (c <= 2637 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? c == 2641 - : c <= 2652) - : (c <= 2654 || (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745))))))))))) - : (c <= 2757 || (c < 3168 - ? (c < 2958 - ? (c < 2866 - ? (c < 2809 - ? (c < 2768 - ? (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765) - : (c <= 2768 || (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799))) - : (c <= 2815 || (c < 2831 - ? (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2908 - ? (c < 2887 - ? (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884) - : (c <= 2888 || (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903))) - : (c <= 2909 || (c < 2929 - ? (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927) - : (c <= 2929 || (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954))))))) - : (c <= 2960 || (c < 3031 - ? (c < 2984 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980))) - : (c <= 2986 || (c < 3014 - ? (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010) - : (c <= 3016 || (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024))))) - : (c <= 3031 || (c < 3132 - ? (c < 3086 - ? (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084) - : (c <= 3088 || (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129))) - : (c <= 3140 || (c < 3157 - ? (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149) - : (c <= 3158 || (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165))))))))) - : (c <= 3171 || (c < 3450 - ? (c < 3293 - ? (c < 3242 - ? (c < 3205 - ? (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203) - : (c <= 3212 || (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240))) - : (c <= 3251 || (c < 3270 - ? (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268) - : (c <= 3272 || (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286))))) - : (c <= 3294 || (c < 3346 - ? (c < 3313 - ? (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311) - : (c <= 3314 || (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344))) - : (c <= 3396 || (c < 3412 - ? (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406) - : (c <= 3415 || (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439))))))) - : (c <= 3455 || (c < 3570 - ? (c < 3520 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478) - : (c <= 3505 || (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517))) - : (c <= 3526 || (c < 3542 - ? (c < 3535 - ? c == 3530 - : c <= 3540) - : (c <= 3542 || (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567))))) - : (c <= 3571 || (c < 3718 - ? (c < 3664 - ? (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662) - : (c <= 3673 || (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716))) - : (c <= 3722 || (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 + : (c <= 'Z' || c == '_')) + : (c <= 'z' || (c < 181 + ? c == 170 + : c <= 181))) + : (c <= 183 || (c < 216 + ? (c < 192 + ? c == 186 + : c <= 214) + : (c <= 246 || (c < 710 + ? (c >= 248 && c <= 705) + : c <= 721))))) + : (c <= 740 || (c < 895 + ? (c < 768 + ? (c < 750 + ? c == 748 + : c <= 750) + : (c <= 884 || (c < 891 + ? (c >= 886 && c <= 887) + : c <= 893))) + : (c <= 895 || (c < 910 + ? (c < 908 + ? (c >= 902 && c <= 906) + : c <= 908) + : (c <= 929 || (c < 1015 + ? (c >= 931 && c <= 1013) + : c <= 1153))))))) + : (c <= 1159 || (c < 1552 + ? (c < 1471 + ? (c < 1369 + ? (c < 1329 + ? (c >= 1162 && c <= 1327) + : c <= 1366) + : (c <= 1369 || (c < 1425 + ? (c >= 1376 && c <= 1416) + : c <= 1469))) + : (c <= 1471 || (c < 1479 + ? (c < 1476 + ? (c >= 1473 && c <= 1474) + : c <= 1477) + : (c <= 1479 || (c < 1519 + ? (c >= 1488 && c <= 1514) + : c <= 1522))))) + : (c <= 1562 || (c < 1791 + ? (c < 1749 + ? (c < 1646 + ? (c >= 1568 && c <= 1641) + : c <= 1747) + : (c <= 1756 || (c < 1770 + ? (c >= 1759 && c <= 1768) + : c <= 1788))) + : (c <= 1791 || (c < 1984 + ? (c < 1869 + ? (c >= 1808 && c <= 1866) + : c <= 1969) + : (c <= 2037 || (c < 2045 + ? c == 2042 + : c <= 2045))))))))) + : (c <= 2093 || (c < 2561 + ? (c < 2474 + ? (c < 2275 + ? (c < 2160 + ? (c < 2144 + ? (c >= 2112 && c <= 2139) + : c <= 2154) + : (c <= 2183 || (c < 2200 + ? (c >= 2185 && c <= 2190) + : c <= 2273))) + : (c <= 2403 || (c < 2437 + ? (c < 2417 + ? (c >= 2406 && c <= 2415) + : c <= 2435) + : (c <= 2444 || (c < 2451 + ? (c >= 2447 && c <= 2448) + : c <= 2472))))) + : (c <= 2480 || (c < 2519 + ? (c < 2492 + ? (c < 2486 + ? c == 2482 + : c <= 2489) + : (c <= 2500 || (c < 2507 + ? (c >= 2503 && c <= 2504) + : c <= 2510))) + : (c <= 2519 || (c < 2534 + ? (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2531) + : (c <= 2545 || (c < 2558 + ? c == 2556 + : c <= 2558))))))) + : (c <= 2563 || (c < 2641 + ? (c < 2613 + ? (c < 2579 + ? (c < 2575 + ? (c >= 2565 && c <= 2570) + : c <= 2576) + : (c <= 2600 || (c < 2610 + ? (c >= 2602 && c <= 2608) + : c <= 2611))) + : (c <= 2614 || (c < 2622 + ? (c < 2620 + ? (c >= 2616 && c <= 2617) + : c <= 2620) + : (c <= 2626 || (c < 2635 + ? (c >= 2631 && c <= 2632) + : c <= 2637))))) + : (c <= 2641 || (c < 2703 + ? (c < 2662 + ? (c < 2654 + ? (c >= 2649 && c <= 2652) + : c <= 2654) + : (c <= 2677 || (c < 2693 + ? (c >= 2689 && c <= 2691) + : c <= 2701))) + : (c <= 2705 || (c < 2738 + ? (c < 2730 + ? (c >= 2707 && c <= 2728) + : c <= 2736) + : (c <= 2739 || (c < 2748 + ? (c >= 2741 && c <= 2745) + : c <= 2757))))))))))) + : (c <= 2761 || (c < 3200 + ? (c < 2969 + ? (c < 2876 + ? (c < 2821 + ? (c < 2790 + ? (c < 2768 + ? (c >= 2763 && c <= 2765) + : (c <= 2768 || (c >= 2784 && c <= 2787))) + : (c <= 2799 || (c < 2817 + ? (c >= 2809 && c <= 2815) + : c <= 2819))) + : (c <= 2828 || (c < 2858 + ? (c < 2835 + ? (c >= 2831 && c <= 2832) + : c <= 2856) + : (c <= 2864 || (c < 2869 + ? (c >= 2866 && c <= 2867) + : c <= 2873))))) + : (c <= 2884 || (c < 2918 + ? (c < 2901 + ? (c < 2891 + ? (c >= 2887 && c <= 2888) + : c <= 2893) + : (c <= 2903 || (c < 2911 + ? (c >= 2908 && c <= 2909) + : c <= 2915))) + : (c <= 2927 || (c < 2949 + ? (c < 2946 + ? c == 2929 + : c <= 2947) + : (c <= 2954 || (c < 2962 + ? (c >= 2958 && c <= 2960) + : c <= 2965))))))) + : (c <= 2970 || (c < 3072 + ? (c < 3006 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3010 || (c < 3024 + ? (c < 3018 + ? (c >= 3014 && c <= 3016) + : c <= 3021) + : (c <= 3024 || (c < 3046 + ? c == 3031 + : c <= 3055))))) + : (c <= 3084 || (c < 3146 + ? (c < 3114 + ? (c < 3090 + ? (c >= 3086 && c <= 3088) + : c <= 3112) + : (c <= 3129 || (c < 3142 + ? (c >= 3132 && c <= 3140) + : c <= 3144))) + : (c <= 3149 || (c < 3165 + ? (c < 3160 + ? (c >= 3157 && c <= 3158) + : c <= 3162) + : (c <= 3165 || (c < 3174 + ? (c >= 3168 && c <= 3171) + : c <= 3183))))))))) + : (c <= 3203 || (c < 3461 + ? (c < 3302 + ? (c < 3260 + ? (c < 3218 + ? (c < 3214 + ? (c >= 3205 && c <= 3212) + : c <= 3216) + : (c <= 3240 || (c < 3253 + ? (c >= 3242 && c <= 3251) + : c <= 3257))) + : (c <= 3268 || (c < 3285 + ? (c < 3274 + ? (c >= 3270 && c <= 3272) + : c <= 3277) + : (c <= 3286 || (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3299))))) + : (c <= 3311 || (c < 3402 + ? (c < 3342 + ? (c < 3328 + ? (c >= 3313 && c <= 3315) + : c <= 3340) + : (c <= 3344 || (c < 3398 + ? (c >= 3346 && c <= 3396) + : c <= 3400))) + : (c <= 3406 || (c < 3430 + ? (c < 3423 + ? (c >= 3412 && c <= 3415) + : c <= 3427) + : (c <= 3439 || (c < 3457 + ? (c >= 3450 && c <= 3455) + : c <= 3459))))))) + : (c <= 3478 || (c < 3648 + ? (c < 3535 + ? (c < 3517 + ? (c < 3507 + ? (c >= 3482 && c <= 3505) + : c <= 3515) + : (c <= 3517 || (c < 3530 + ? (c >= 3520 && c <= 3526) + : c <= 3530))) + : (c <= 3540 || (c < 3558 + ? (c < 3544 + ? c == 3542 + : c <= 3551) + : (c <= 3567 || (c < 3585 + ? (c >= 3570 && c <= 3571) + : c <= 3642))))) + : (c <= 3662 || (c < 3749 + ? (c < 3716 + ? (c < 3713 + ? (c >= 3664 && c <= 3673) + : c <= 3714) + : (c <= 3716 || (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747))) + : (c <= 3749 || (c < 3782 + ? (c < 3776 + ? (c >= 3751 && c <= 3773) + : c <= 3780) + : (c <= 3782 || (c < 3792 + ? (c >= 3784 && c <= 3790) + : c <= 3801))))))))))))) + : (c <= 3807 || (c < 8064 + ? (c < 5998 + ? (c < 4746 + ? (c < 4096 + ? (c < 3902 + ? (c < 3893 + ? (c < 3864 ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 + : (c <= 3865 || (c >= 3872 && c <= 3881))) + : (c <= 3893 || (c < 3897 + ? c == 3895 + : c <= 3897))) + : (c <= 3911 || (c < 3974 + ? (c < 3953 + ? (c >= 3913 && c <= 3948) + : c <= 3972) + : (c <= 3991 || (c < 4038 + ? (c >= 3993 && c <= 4028) + : c <= 4038))))) + : (c <= 4169 || (c < 4348 + ? (c < 4295 + ? (c < 4256 + ? (c >= 4176 && c <= 4253) + : c <= 4293) + : (c <= 4295 || (c < 4304 + ? c == 4301 + : c <= 4346))) + : (c <= 4680 || (c < 4696 + ? (c < 4688 + ? (c >= 4682 && c <= 4685) + : c <= 4694) + : (c <= 4696 || (c < 4704 + ? (c >= 4698 && c <= 4701) + : c <= 4744))))))) + : (c <= 4749 || (c < 4992 + ? (c < 4808 + ? (c < 4792 + ? (c < 4786 + ? (c >= 4752 && c <= 4784) + : c <= 4789) + : (c <= 4798 || (c < 4802 + ? c == 4800 + : c <= 4805))) + : (c <= 4822 || (c < 4888 + ? (c < 4882 + ? (c >= 4824 && c <= 4880) + : c <= 4885) + : (c <= 4954 || (c < 4969 + ? (c >= 4957 && c <= 4959) + : c <= 4977))))) + : (c <= 5007 || (c < 5792 + ? (c < 5121 + ? (c < 5112 + ? (c >= 5024 && c <= 5109) + : c <= 5117) + : (c <= 5740 || (c < 5761 + ? (c >= 5743 && c <= 5759) + : c <= 5786))) + : (c <= 5866 || (c < 5919 + ? (c < 5888 + ? (c >= 5870 && c <= 5880) + : c <= 5909) + : (c <= 5940 || (c < 5984 + ? (c >= 5952 && c <= 5971) + : c <= 5996))))))))) + : (c <= 6000 || (c < 6823 + ? (c < 6432 + ? (c < 6155 + ? (c < 6103 + ? (c < 6016 + ? (c >= 6002 && c <= 6003) + : c <= 6099) + : (c <= 6103 || (c < 6112 + ? (c >= 6108 && c <= 6109) + : c <= 6121))) + : (c <= 6157 || (c < 6272 + ? (c < 6176 + ? (c >= 6159 && c <= 6169) + : c <= 6264) + : (c <= 6314 || (c < 6400 + ? (c >= 6320 && c <= 6389) + : c <= 6430))))) + : (c <= 6443 || (c < 6608 + ? (c < 6512 + ? (c < 6470 + ? (c >= 6448 && c <= 6459) + : c <= 6509) + : (c <= 6516 || (c < 6576 + ? (c >= 6528 && c <= 6571) + : c <= 6601))) + : (c <= 6618 || (c < 6752 + ? (c < 6688 + ? (c >= 6656 && c <= 6683) + : c <= 6750) + : (c <= 6780 || (c < 6800 + ? (c >= 6783 && c <= 6793) + : c <= 6809))))))) + : (c <= 6823 || (c < 7357 + ? (c < 7040 + ? (c < 6912 + ? (c < 6847 + ? (c >= 6832 && c <= 6845) + : c <= 6862) + : (c <= 6988 || (c < 7019 + ? (c >= 6992 && c <= 7001) + : c <= 7027))) + : (c <= 7155 || (c < 7245 + ? (c < 7232 + ? (c >= 7168 && c <= 7223) + : c <= 7241) + : (c <= 7293 || (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354))))) + : (c <= 7359 || (c < 8008 + ? (c < 7424 + ? (c < 7380 + ? (c >= 7376 && c <= 7378) + : c <= 7418) + : (c <= 7957 || (c < 7968 + ? (c >= 7960 && c <= 7965) + : c <= 8005))) + : (c <= 8013 || (c < 8027 + ? (c < 8025 + ? (c >= 8016 && c <= 8023) + : c <= 8025) + : (c <= 8027 || (c < 8031 + ? c == 8029 + : c <= 8061))))))))))) + : (c <= 8116 || (c < 12321 + ? (c < 8488 + ? (c < 8319 + ? (c < 8160 + ? (c < 8134 + ? (c < 8126 + ? (c >= 8118 && c <= 8124) + : (c <= 8126 || (c >= 8130 && c <= 8132))) + : (c <= 8140 || (c < 8150 + ? (c >= 8144 && c <= 8147) + : c <= 8155))) + : (c <= 8172 || (c < 8255 + ? (c < 8182 + ? (c >= 8178 && c <= 8180) + : c <= 8188) + : (c <= 8256 || (c < 8305 + ? c == 8276 + : c <= 8305))))) + : (c <= 8319 || (c < 8455 + ? (c < 8417 + ? (c < 8400 + ? (c >= 8336 && c <= 8348) + : c <= 8412) + : (c <= 8417 || (c < 8450 + ? (c >= 8421 && c <= 8432) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || (c < 8486 + ? c == 8484 + : c <= 8486))))))) + : (c <= 8488 || (c < 11631 + ? (c < 11264 + ? (c < 8517 + ? (c < 8508 + ? (c >= 8490 && c <= 8505) + : c <= 8511) + : (c <= 8521 || (c < 8544 + ? c == 8526 + : c <= 8584))) + : (c <= 11492 || (c < 11559 + ? (c < 11520 + ? (c >= 11499 && c <= 11507) + : c <= 11557) + : (c <= 11559 || (c < 11568 + ? c == 11565 + : c <= 11623))))) + : (c <= 11631 || (c < 11712 + ? (c < 11688 + ? (c < 11680 + ? (c >= 11647 && c <= 11670) + : c <= 11686) + : (c <= 11694 || (c < 11704 + ? (c >= 11696 && c <= 11702) + : c <= 11710))) + : (c <= 11718 || (c < 11736 + ? (c < 11728 + ? (c >= 11720 && c <= 11726) + : c <= 11734) + : (c <= 11742 || (c < 12293 + ? (c >= 11744 && c <= 11775) + : c <= 12295))))))))) + : (c <= 12335 || (c < 42963 + ? (c < 13312 + ? (c < 12449 + ? (c < 12353 + ? (c < 12344 + ? (c >= 12337 && c <= 12341) + : c <= 12348) + : (c <= 12438 || (c < 12445 + ? (c >= 12441 && c <= 12442) + : c <= 12447))) + : (c <= 12538 || (c < 12593 + ? (c < 12549 + ? (c >= 12540 && c <= 12543) + : c <= 12591) + : (c <= 12686 || (c < 12784 + ? (c >= 12704 && c <= 12735) + : c <= 12799))))) + : (c <= 19903 || (c < 42612 + ? (c < 42240 + ? (c < 42192 + ? (c >= 19968 && c <= 42124) + : c <= 42237) + : (c <= 42508 || (c < 42560 + ? (c >= 42512 && c <= 42539) + : c <= 42607))) + : (c <= 42621 || (c < 42786 + ? (c < 42775 + ? (c >= 42623 && c <= 42737) + : c <= 42783) + : (c <= 42888 || (c < 42960 + ? (c >= 42891 && c <= 42954) + : c <= 42961))))))) + : (c <= 42963 || (c < 43392 + ? (c < 43216 + ? (c < 43052 + ? (c < 42994 + ? (c >= 42965 && c <= 42969) + : c <= 43047) + : (c <= 43052 || (c < 43136 + ? (c >= 43072 && c <= 43123) + : c <= 43205))) + : (c <= 43225 || (c < 43261 + ? (c < 43259 + ? (c >= 43232 && c <= 43255) + : c <= 43259) + : (c <= 43309 || (c < 43360 + ? (c >= 43312 && c <= 43347) + : c <= 43388))))) + : (c <= 43456 || (c < 43616 + ? (c < 43520 + ? (c < 43488 + ? (c >= 43471 && c <= 43481) + : c <= 43518) + : (c <= 43574 || (c < 43600 + ? (c >= 43584 && c <= 43597) + : c <= 43609))) + : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 + : c <= 43782))))))))))))))) + : (c <= 43790 || (c < 71960 + ? (c < 67840 + ? (c < 65549 + ? (c < 64848 + ? (c < 64112 + ? (c < 44012 + ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 + : (c <= 43814 || (c >= 43816 && c <= 43822))) + : (c <= 43866 || (c < 43888 + ? (c >= 43868 && c <= 43881) + : c <= 44010))) + : (c <= 44013 || (c < 55216 + ? (c < 44032 + ? (c >= 44016 && c <= 44025) + : c <= 55203) + : (c <= 55238 || (c < 63744 + ? (c >= 55243 && c <= 55291) + : c <= 64109))))) + : (c <= 64217 || (c < 64318 + ? (c < 64285 + ? (c < 64275 + ? (c >= 64256 && c <= 64262) + : c <= 64279) + : (c <= 64296 || (c < 64312 + ? (c >= 64298 && c <= 64310) + : c <= 64316))) + : (c <= 64318 || (c < 64326 + ? (c < 64323 + ? (c >= 64320 && c <= 64321) + : c <= 64324) + : (c <= 64433 || (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829))))))) + : (c <= 64911 || (c < 65149 + ? (c < 65101 + ? (c < 65024 + ? (c < 65008 + ? (c >= 64914 && c <= 64967) + : c <= 65017) + : (c <= 65039 || (c < 65075 + ? (c >= 65056 && c <= 65071) + : c <= 65076))) + : (c <= 65103 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || (c < 65147 + ? c == 65145 + : c <= 65147))))) + : (c <= 65149 || (c < 65382 + ? (c < 65313 + ? (c < 65296 + ? (c >= 65151 && c <= 65276) + : c <= 65305) + : (c <= 65338 || (c < 65345 + ? c == 65343 + : c <= 65370))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c < 65536 + ? (c >= 65498 && c <= 65500) + : c <= 65547))))))))) + : (c <= 65574 || (c < 66928 + ? (c < 66349 + ? (c < 65856 + ? (c < 65599 + ? (c < 65596 + ? (c >= 65576 && c <= 65594) + : c <= 65597) + : (c <= 65613 || (c < 65664 + ? (c >= 65616 && c <= 65629) + : c <= 65786))) + : (c <= 65908 || (c < 66208 + ? (c < 66176 + ? c == 66045 + : c <= 66204) + : (c <= 66256 || (c < 66304 + ? c == 66272 + : c <= 66335))))) + : (c <= 66378 || (c < 66560 + ? (c < 66464 + ? (c < 66432 + ? (c >= 66384 && c <= 66426) + : c <= 66461) + : (c <= 66499 || (c < 66513 + ? (c >= 66504 && c <= 66511) + : c <= 66517))) + : (c <= 66717 || (c < 66776 + ? (c < 66736 + ? (c >= 66720 && c <= 66729) + : c <= 66771) + : (c <= 66811 || (c < 66864 + ? (c >= 66816 && c <= 66855) + : c <= 66915))))))) + : (c <= 66938 || (c < 67463 + ? (c < 66995 + ? (c < 66964 + ? (c < 66956 + ? (c >= 66940 && c <= 66954) + : c <= 66962) + : (c <= 66965 || (c < 66979 + ? (c >= 66967 && c <= 66977) + : c <= 66993))) + : (c <= 67001 || (c < 67392 + ? (c < 67072 + ? (c >= 67003 && c <= 67004) + : c <= 67382) + : (c <= 67413 || (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461))))) + : (c <= 67504 || (c < 67644 + ? (c < 67592 + ? (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589) + : (c <= 67592 || (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640))) + : (c <= 67644 || (c < 67712 + ? (c < 67680 + ? (c >= 67647 && c <= 67669) + : c <= 67702) + : (c <= 67742 || (c < 67828 + ? (c >= 67808 && c <= 67826) + : c <= 67829))))))))))) + : (c <= 67861 || (c < 70163 + ? (c < 69291 + ? (c < 68288 + ? (c < 68117 + ? (c < 68096 + ? (c < 67968 + ? (c >= 67872 && c <= 67897) + : (c <= 68023 || (c >= 68030 && c <= 68031))) + : (c <= 68099 || (c < 68108 + ? (c >= 68101 && c <= 68102) + : c <= 68115))) + : (c <= 68119 || (c < 68159 + ? (c < 68152 + ? (c >= 68121 && c <= 68149) + : c <= 68154) + : (c <= 68159 || (c < 68224 + ? (c >= 68192 && c <= 68220) + : c <= 68252))))) + : (c <= 68295 || (c < 68608 + ? (c < 68416 + ? (c < 68352 + ? (c >= 68297 && c <= 68326) + : c <= 68405) + : (c <= 68437 || (c < 68480 + ? (c >= 68448 && c <= 68466) + : c <= 68497))) + : (c <= 68680 || (c < 68864 + ? (c < 68800 + ? (c >= 68736 && c <= 68786) + : c <= 68850) + : (c <= 68903 || (c < 69248 + ? (c >= 68912 && c <= 68921) + : c <= 69289))))))) + : (c <= 69292 || (c < 69840 + ? (c < 69552 + ? (c < 69415 + ? (c < 69373 + ? (c >= 69296 && c <= 69297) + : c <= 69404) + : (c <= 69415 || (c < 69488 + ? (c >= 69424 && c <= 69456) + : c <= 69509))) + : (c <= 69572 || (c < 69734 + ? (c < 69632 + ? (c >= 69600 && c <= 69622) + : c <= 69702) + : (c <= 69749 || (c < 69826 + ? (c >= 69759 && c <= 69818) + : c <= 69826))))) + : (c <= 69864 || (c < 70006 + ? (c < 69942 + ? (c < 69888 + ? (c >= 69872 && c <= 69881) + : c <= 69940) + : (c <= 69951 || (c < 69968 + ? (c >= 69956 && c <= 69959) + : c <= 70003))) + : (c <= 70006 || (c < 70094 + ? (c < 70089 + ? (c >= 70016 && c <= 70084) + : c <= 70092) + : (c <= 70106 || (c < 70144 + ? c == 70108 + : c <= 70161))))))))) + : (c <= 70199 || (c < 70656 + ? (c < 70419 + ? (c < 70303 + ? (c < 70280 + ? (c < 70272 + ? (c >= 70206 && c <= 70209) + : c <= 70278) + : (c <= 70280 || (c < 70287 + ? (c >= 70282 && c <= 70285) + : c <= 70301))) + : (c <= 70312 || (c < 70400 + ? (c < 70384 + ? (c >= 70320 && c <= 70378) + : c <= 70393) + : (c <= 70403 || (c < 70415 + ? (c >= 70405 && c <= 70412) + : c <= 70416))))) + : (c <= 70440 || (c < 70475 + ? (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || (c < 70471 + ? (c >= 70459 && c <= 70468) + : c <= 70472))) + : (c <= 70477 || (c < 70493 + ? (c < 70487 + ? c == 70480 + : c <= 70487) + : (c <= 70499 || (c < 70512 + ? (c >= 70502 && c <= 70508) + : c <= 70516))))))) + : (c <= 70730 || (c < 71296 + ? (c < 71040 + ? (c < 70784 + ? (c < 70750 + ? (c >= 70736 && c <= 70745) + : c <= 70753) + : (c <= 70853 || (c < 70864 + ? c == 70855 + : c <= 70873))) + : (c <= 71093 || (c < 71168 + ? (c < 71128 + ? (c >= 71096 && c <= 71104) + : c <= 71133) + : (c <= 71232 || (c < 71248 + ? c == 71236 + : c <= 71257))))) + : (c <= 71352 || (c < 71680 + ? (c < 71453 + ? (c < 71424 + ? (c >= 71360 && c <= 71369) + : c <= 71450) + : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 + : c <= 71494))) + : (c <= 71738 || (c < 71945 + ? (c < 71935 ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 + : c <= 71942) + : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 + : c <= 71958))))))))))))) + : (c <= 71989 || (c < 119995 + ? (c < 92784 + ? (c < 73023 + ? (c < 72704 + ? (c < 72163 + ? (c < 72096 + ? (c < 71995 ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 + : (c <= 72003 || (c >= 72016 && c <= 72025))) + : (c <= 72103 || (c < 72154 + ? (c >= 72106 && c <= 72151) + : c <= 72161))) + : (c <= 72164 || (c < 72272 + ? (c < 72263 + ? (c >= 72192 && c <= 72254) + : c <= 72263) + : (c <= 72345 || (c < 72368 + ? c == 72349 + : c <= 72440))))) + : (c <= 72712 || (c < 72873 + ? (c < 72784 + ? (c < 72760 + ? (c >= 72714 && c <= 72758) + : c <= 72768) + : (c <= 72793 || (c < 72850 + ? (c >= 72818 && c <= 72847) + : c <= 72871))) + : (c <= 72886 || (c < 72971 + ? (c < 72968 + ? (c >= 72960 && c <= 72966) + : c <= 72969) + : (c <= 73014 || (c < 73020 + ? c == 73018 + : c <= 73021))))))) + : (c <= 73031 || (c < 73552 + ? (c < 73107 + ? (c < 73063 + ? (c < 73056 + ? (c >= 73040 && c <= 73049) + : c <= 73061) + : (c <= 73064 || (c < 73104 + ? (c >= 73066 && c <= 73102) + : c <= 73105))) + : (c <= 73112 || (c < 73472 + ? (c < 73440 + ? (c >= 73120 && c <= 73129) + : c <= 73462) + : (c <= 73488 || (c < 73534 + ? (c >= 73490 && c <= 73530) + : c <= 73538))))) + : (c <= 73561 || (c < 77824 + ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 + : c <= 77808))) + : (c <= 78895 || (c < 92160 + ? (c < 82944 + ? (c >= 78912 && c <= 78933) + : c <= 83526) + : (c <= 92728 || (c < 92768 + ? (c >= 92736 && c <= 92766) + : c <= 92777))))))))) + : (c <= 92862 || (c < 110928 + ? (c < 94095 + ? (c < 93008 + ? (c < 92912 + ? (c < 92880 + ? (c >= 92864 && c <= 92873) + : c <= 92909) + : (c <= 92916 || (c < 92992 + ? (c >= 92928 && c <= 92982) + : c <= 92995))) + : (c <= 93017 || (c < 93760 + ? (c < 93053 + ? (c >= 93027 && c <= 93047) + : c <= 93071) + : (c <= 93823 || (c < 94031 + ? (c >= 93952 && c <= 94026) + : c <= 94087))))) + : (c <= 94111 || (c < 101632 + ? (c < 94192 + ? (c < 94179 + ? (c >= 94176 && c <= 94177) + : c <= 94180) + : (c <= 94193 || (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589))) + : (c <= 101640 || (c < 110589 + ? (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587) + : (c <= 110590 || (c < 110898 + ? (c >= 110592 && c <= 110882) + : c <= 110898))))))) + : (c <= 110930 || (c < 119149 + ? (c < 113792 + ? (c < 110960 + ? (c < 110948 + ? c == 110933 + : c <= 110951) + : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 + : c <= 113788))) + : (c <= 113800 || (c < 118528 + ? (c < 113821 ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 + : c <= 113822) + : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 + : c <= 119145))))) + : (c <= 119154 || (c < 119894 + ? (c < 119210 + ? (c < 119173 ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 + : c <= 119179) + : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 + : c <= 119892))) + : (c <= 119964 || (c < 119973 + ? (c < 119970 ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 + : c <= 119970) + : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 + : c <= 119993))))))))))) + : (c <= 119995 || (c < 124912 + ? (c < 121403 + ? (c < 120514 + ? (c < 120123 + ? (c < 120077 + ? (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 + : (c <= 120069 || (c >= 120071 && c <= 120074))) + : (c <= 120084 || (c < 120094 + ? (c >= 120086 && c <= 120092) + : c <= 120121))) + : (c <= 120126 || (c < 120138 + ? (c < 120134 + ? (c >= 120128 && c <= 120132) + : c <= 120134) + : (c <= 120144 || (c < 120488 + ? (c >= 120146 && c <= 120485) + : c <= 120512))))) + : (c <= 120538 || (c < 120688 + ? (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c < 120656 + ? (c >= 120630 && c <= 120654) + : c <= 120686))) + : (c <= 120712 || (c < 120772 + ? (c < 120746 + ? (c >= 120714 && c <= 120744) + : c <= 120770) + : (c <= 120779 || (c < 121344 + ? (c >= 120782 && c <= 120831) + : c <= 121398))))))) + : (c <= 121452 || (c < 122928 + ? (c < 122661 + ? (c < 121499 + ? (c < 121476 + ? c == 121461 + : c <= 121476) + : (c <= 121503 || (c < 122624 + ? (c >= 121505 && c <= 121519) + : c <= 122654))) + : (c <= 122666 || (c < 122907 + ? (c < 122888 ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 + : c <= 122904) + : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) + : c <= 122922))))) + : (c <= 122989 || (c < 123536 + ? (c < 123184 + ? (c < 123136 + ? c == 123023 + : c <= 123180) + : (c <= 123197 || (c < 123214 + ? (c >= 123200 && c <= 123209) + : c <= 123214))) + : (c <= 123566 || (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123641) + : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) @@ -8027,13 +8133,15 @@ static inline bool sym_identifier_character_set_5(int32_t c) { ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) + ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); + : (c <= 201546 || (c < 917760 + ? (c >= 201552 && c <= 205743) + : c <= 917999))))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -8110,17 +8218,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(7) END_STATE(); case 9: - if (lookahead == '\n') SKIP(32) + if (lookahead == '\n') SKIP(34) END_STATE(); case 10: - if (lookahead == '\n') SKIP(32) + if (lookahead == '\n') SKIP(34) if (lookahead == '\r') SKIP(9) END_STATE(); case 11: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(32) END_STATE(); case 12: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(32) if (lookahead == '\r') SKIP(11) END_STATE(); case 13: @@ -8172,35 +8280,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(20) END_STATE(); case 22: - if (lookahead == '\n') ADVANCE(87); - if (lookahead == '(') ADVANCE(89); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '\\') ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(128); - if (lookahead != 0) ADVANCE(132); - END_STATE(); - case 23: - if (lookahead == '\n') ADVANCE(87); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '\\') ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(128); - if (lookahead != 0) ADVANCE(132); - END_STATE(); - case 24: if (lookahead == '\n') SKIP(36) if (lookahead == '"') ADVANCE(237); if (lookahead == '/') ADVANCE(238); - if (lookahead == '\\') ADVANCE(25); + if (lookahead == '\\') ADVANCE(23); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(241); if (lookahead != 0) ADVANCE(242); END_STATE(); - case 25: + case 23: if (lookahead == '\n') ADVANCE(244); if (lookahead == '\r') ADVANCE(243); if (lookahead == 'U') ADVANCE(76); @@ -8209,6 +8298,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); if (lookahead != 0) ADVANCE(243); END_STATE(); + case 24: + if (lookahead == '\n') ADVANCE(87); + if (lookahead == '(') ADVANCE(89); + if (lookahead == '/') ADVANCE(131); + if (lookahead == '\\') ADVANCE(129); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(128); + if (lookahead != 0) ADVANCE(132); + END_STATE(); + case 25: + if (lookahead == '\n') ADVANCE(87); + if (lookahead == '/') ADVANCE(131); + if (lookahead == '\\') ADVANCE(129); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(128); + if (lookahead != 0) ADVANCE(132); + END_STATE(); case 26: if (lookahead == '\n') SKIP(44) if (lookahead == '/') ADVANCE(231); @@ -8394,11 +8502,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == '[') ADVANCE(186); - if (lookahead == '\\') SKIP(10) - if (lookahead == ']') ADVANCE(187); + if (lookahead == '\\') SKIP(12) + if (lookahead == ']') ADVANCE(51); if (lookahead == '^') ADVANCE(163); if (sym_identifier_character_set_3(lookahead)) ADVANCE(261); - if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || @@ -8456,10 +8563,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(169); if (lookahead == '?') ADVANCE(192); if (lookahead == '[') ADVANCE(186); - if (lookahead == '\\') SKIP(12) - if (lookahead == ']') ADVANCE(51); + if (lookahead == '\\') SKIP(10) + if (lookahead == ']') ADVANCE(187); if (lookahead == '^') ADVANCE(163); if (sym_identifier_character_set_3(lookahead)) ADVANCE(261); + if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(160); if (lookahead == '}') ADVANCE(184); if (lookahead == '\t' || @@ -8484,7 +8592,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 36: if (lookahead == '"') ADVANCE(237); if (lookahead == '/') ADVANCE(37); - if (lookahead == '\\') ADVANCE(25); + if (lookahead == '\\') ADVANCE(23); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -8523,7 +8631,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 44: if (lookahead == '/') ADVANCE(37); - if (lookahead == '\\') ADVANCE(25); + if (lookahead == '\\') ADVANCE(23); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -9738,7 +9846,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 232: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(25); + if (lookahead == '\\') ADVANCE(23); END_STATE(); case 233: ACCEPT_TOKEN(anon_sym_L_DQUOTE); @@ -9804,7 +9912,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 244: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(25); + if (lookahead == '\\') ADVANCE(23); END_STATE(); case 245: ACCEPT_TOKEN(sym_escape_sequence); @@ -11059,23 +11167,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [20] = {.lex_state = 28}, [21] = {.lex_state = 83}, [22] = {.lex_state = 83}, - [23] = {.lex_state = 29}, - [24] = {.lex_state = 83}, + [23] = {.lex_state = 83}, + [24] = {.lex_state = 29}, [25] = {.lex_state = 83}, [26] = {.lex_state = 83}, [27] = {.lex_state = 83}, [28] = {.lex_state = 83}, [29] = {.lex_state = 83}, [30] = {.lex_state = 83}, - [31] = {.lex_state = 83}, + [31] = {.lex_state = 29}, [32] = {.lex_state = 83}, - [33] = {.lex_state = 29}, - [34] = {.lex_state = 83}, + [33] = {.lex_state = 83}, + [34] = {.lex_state = 29}, [35] = {.lex_state = 83}, [36] = {.lex_state = 83}, [37] = {.lex_state = 83}, [38] = {.lex_state = 83}, - [39] = {.lex_state = 29}, + [39] = {.lex_state = 83}, [40] = {.lex_state = 83}, [41] = {.lex_state = 83}, [42] = {.lex_state = 83}, @@ -11085,19 +11193,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [46] = {.lex_state = 28}, [47] = {.lex_state = 28}, [48] = {.lex_state = 83}, - [49] = {.lex_state = 29}, + [49] = {.lex_state = 83}, [50] = {.lex_state = 83}, [51] = {.lex_state = 29}, [52] = {.lex_state = 29}, [53] = {.lex_state = 83}, [54] = {.lex_state = 83}, - [55] = {.lex_state = 83}, - [56] = {.lex_state = 29}, - [57] = {.lex_state = 29}, + [55] = {.lex_state = 29}, + [56] = {.lex_state = 83}, + [57] = {.lex_state = 83}, [58] = {.lex_state = 83}, [59] = {.lex_state = 83}, - [60] = {.lex_state = 83}, - [61] = {.lex_state = 83}, + [60] = {.lex_state = 29}, + [61] = {.lex_state = 29}, [62] = {.lex_state = 83}, [63] = {.lex_state = 83}, [64] = {.lex_state = 83}, @@ -11142,7 +11250,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [103] = {.lex_state = 28}, [104] = {.lex_state = 28}, [105] = {.lex_state = 28}, - [106] = {.lex_state = 27}, + [106] = {.lex_state = 28}, [107] = {.lex_state = 28}, [108] = {.lex_state = 28}, [109] = {.lex_state = 28}, @@ -11160,55 +11268,55 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [121] = {.lex_state = 28}, [122] = {.lex_state = 28}, [123] = {.lex_state = 28}, - [124] = {.lex_state = 28}, + [124] = {.lex_state = 27}, [125] = {.lex_state = 28}, [126] = {.lex_state = 83}, [127] = {.lex_state = 83}, - [128] = {.lex_state = 83}, - [129] = {.lex_state = 29}, - [130] = {.lex_state = 29}, - [131] = {.lex_state = 83}, + [128] = {.lex_state = 29}, + [129] = {.lex_state = 83}, + [130] = {.lex_state = 83}, + [131] = {.lex_state = 29}, [132] = {.lex_state = 83}, [133] = {.lex_state = 29}, - [134] = {.lex_state = 29}, - [135] = {.lex_state = 29}, + [134] = {.lex_state = 83}, + [135] = {.lex_state = 83}, [136] = {.lex_state = 83}, [137] = {.lex_state = 83}, - [138] = {.lex_state = 83}, - [139] = {.lex_state = 83}, + [138] = {.lex_state = 29}, + [139] = {.lex_state = 29}, [140] = {.lex_state = 83}, [141] = {.lex_state = 29}, - [142] = {.lex_state = 29}, - [143] = {.lex_state = 83}, + [142] = {.lex_state = 83}, + [143] = {.lex_state = 29}, [144] = {.lex_state = 83}, [145] = {.lex_state = 83}, - [146] = {.lex_state = 29}, - [147] = {.lex_state = 29}, - [148] = {.lex_state = 29}, + [146] = {.lex_state = 83}, + [147] = {.lex_state = 83}, + [148] = {.lex_state = 83}, [149] = {.lex_state = 83}, - [150] = {.lex_state = 29}, + [150] = {.lex_state = 83}, [151] = {.lex_state = 83}, - [152] = {.lex_state = 29}, + [152] = {.lex_state = 83}, [153] = {.lex_state = 83}, [154] = {.lex_state = 83}, - [155] = {.lex_state = 29}, - [156] = {.lex_state = 29}, + [155] = {.lex_state = 83}, + [156] = {.lex_state = 83}, [157] = {.lex_state = 83}, [158] = {.lex_state = 83}, [159] = {.lex_state = 83}, - [160] = {.lex_state = 83}, + [160] = {.lex_state = 29}, [161] = {.lex_state = 29}, [162] = {.lex_state = 83}, [163] = {.lex_state = 83}, [164] = {.lex_state = 83}, - [165] = {.lex_state = 83}, + [165] = {.lex_state = 29}, [166] = {.lex_state = 83}, - [167] = {.lex_state = 83}, + [167] = {.lex_state = 29}, [168] = {.lex_state = 83}, - [169] = {.lex_state = 83}, + [169] = {.lex_state = 29}, [170] = {.lex_state = 83}, - [171] = {.lex_state = 83}, - [172] = {.lex_state = 29}, + [171] = {.lex_state = 29}, + [172] = {.lex_state = 83}, [173] = {.lex_state = 83}, [174] = {.lex_state = 83}, [175] = {.lex_state = 83}, @@ -11217,11 +11325,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [178] = {.lex_state = 83}, [179] = {.lex_state = 83}, [180] = {.lex_state = 83}, - [181] = {.lex_state = 83}, + [181] = {.lex_state = 29}, [182] = {.lex_state = 83}, [183] = {.lex_state = 83}, - [184] = {.lex_state = 29}, - [185] = {.lex_state = 29}, + [184] = {.lex_state = 83}, + [185] = {.lex_state = 83}, [186] = {.lex_state = 83}, [187] = {.lex_state = 83}, [188] = {.lex_state = 83}, @@ -11230,30 +11338,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [191] = {.lex_state = 29}, [192] = {.lex_state = 83}, [193] = {.lex_state = 83}, - [194] = {.lex_state = 29}, + [194] = {.lex_state = 83}, [195] = {.lex_state = 83}, [196] = {.lex_state = 83}, [197] = {.lex_state = 83}, [198] = {.lex_state = 83}, - [199] = {.lex_state = 29}, + [199] = {.lex_state = 83}, [200] = {.lex_state = 83}, - [201] = {.lex_state = 29}, - [202] = {.lex_state = 29}, - [203] = {.lex_state = 83}, + [201] = {.lex_state = 83}, + [202] = {.lex_state = 83}, + [203] = {.lex_state = 29}, [204] = {.lex_state = 83}, - [205] = {.lex_state = 83}, + [205] = {.lex_state = 29}, [206] = {.lex_state = 83}, - [207] = {.lex_state = 83}, + [207] = {.lex_state = 29}, [208] = {.lex_state = 83}, [209] = {.lex_state = 83}, - [210] = {.lex_state = 29}, - [211] = {.lex_state = 29}, + [210] = {.lex_state = 83}, + [211] = {.lex_state = 83}, [212] = {.lex_state = 83}, [213] = {.lex_state = 83}, [214] = {.lex_state = 83}, [215] = {.lex_state = 83}, [216] = {.lex_state = 83}, - [217] = {.lex_state = 29}, + [217] = {.lex_state = 83}, [218] = {.lex_state = 83}, [219] = {.lex_state = 83}, [220] = {.lex_state = 83}, @@ -11262,12 +11370,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [223] = {.lex_state = 83}, [224] = {.lex_state = 83}, [225] = {.lex_state = 83}, - [226] = {.lex_state = 29}, + [226] = {.lex_state = 83}, [227] = {.lex_state = 83}, [228] = {.lex_state = 83}, [229] = {.lex_state = 83}, [230] = {.lex_state = 83}, - [231] = {.lex_state = 29}, + [231] = {.lex_state = 83}, [232] = {.lex_state = 83}, [233] = {.lex_state = 83}, [234] = {.lex_state = 83}, @@ -11283,19 +11391,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [244] = {.lex_state = 83}, [245] = {.lex_state = 29}, [246] = {.lex_state = 83}, - [247] = {.lex_state = 83}, + [247] = {.lex_state = 29}, [248] = {.lex_state = 83}, [249] = {.lex_state = 83}, [250] = {.lex_state = 83}, [251] = {.lex_state = 83}, [252] = {.lex_state = 83}, - [253] = {.lex_state = 83}, + [253] = {.lex_state = 29}, [254] = {.lex_state = 83}, - [255] = {.lex_state = 83}, + [255] = {.lex_state = 29}, [256] = {.lex_state = 83}, [257] = {.lex_state = 83}, [258] = {.lex_state = 83}, - [259] = {.lex_state = 83}, + [259] = {.lex_state = 29}, [260] = {.lex_state = 83}, [261] = {.lex_state = 83}, [262] = {.lex_state = 83}, @@ -11304,63 +11412,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [265] = {.lex_state = 83}, [266] = {.lex_state = 83}, [267] = {.lex_state = 83}, - [268] = {.lex_state = 83}, + [268] = {.lex_state = 29}, [269] = {.lex_state = 83}, - [270] = {.lex_state = 83}, + [270] = {.lex_state = 29}, [271] = {.lex_state = 83}, [272] = {.lex_state = 83}, - [273] = {.lex_state = 83}, + [273] = {.lex_state = 29}, [274] = {.lex_state = 83}, [275] = {.lex_state = 83}, [276] = {.lex_state = 83}, [277] = {.lex_state = 83}, [278] = {.lex_state = 83}, [279] = {.lex_state = 83}, - [280] = {.lex_state = 83}, + [280] = {.lex_state = 29}, [281] = {.lex_state = 83}, - [282] = {.lex_state = 83}, - [283] = {.lex_state = 29}, + [282] = {.lex_state = 29}, + [283] = {.lex_state = 83}, [284] = {.lex_state = 83}, [285] = {.lex_state = 83}, [286] = {.lex_state = 83}, - [287] = {.lex_state = 83}, + [287] = {.lex_state = 29}, [288] = {.lex_state = 83}, [289] = {.lex_state = 83}, - [290] = {.lex_state = 29}, + [290] = {.lex_state = 83}, [291] = {.lex_state = 83}, [292] = {.lex_state = 83}, [293] = {.lex_state = 83}, [294] = {.lex_state = 83}, [295] = {.lex_state = 83}, - [296] = {.lex_state = 29}, + [296] = {.lex_state = 83}, [297] = {.lex_state = 83}, - [298] = {.lex_state = 29}, - [299] = {.lex_state = 29}, + [298] = {.lex_state = 83}, + [299] = {.lex_state = 83}, [300] = {.lex_state = 83}, [301] = {.lex_state = 83}, - [302] = {.lex_state = 83}, - [303] = {.lex_state = 83}, - [304] = {.lex_state = 83}, + [302] = {.lex_state = 29}, + [303] = {.lex_state = 29}, + [304] = {.lex_state = 29}, [305] = {.lex_state = 83}, - [306] = {.lex_state = 83}, + [306] = {.lex_state = 29}, [307] = {.lex_state = 83}, - [308] = {.lex_state = 83}, + [308] = {.lex_state = 29}, [309] = {.lex_state = 83}, [310] = {.lex_state = 83}, [311] = {.lex_state = 83}, [312] = {.lex_state = 83}, [313] = {.lex_state = 83}, - [314] = {.lex_state = 83}, + [314] = {.lex_state = 29}, [315] = {.lex_state = 83}, - [316] = {.lex_state = 83}, + [316] = {.lex_state = 29}, [317] = {.lex_state = 83}, - [318] = {.lex_state = 83}, - [319] = {.lex_state = 29}, - [320] = {.lex_state = 83}, + [318] = {.lex_state = 29}, + [319] = {.lex_state = 83}, + [320] = {.lex_state = 29}, [321] = {.lex_state = 29}, - [322] = {.lex_state = 29}, - [323] = {.lex_state = 29}, - [324] = {.lex_state = 83}, + [322] = {.lex_state = 83}, + [323] = {.lex_state = 83}, + [324] = {.lex_state = 29}, [325] = {.lex_state = 83}, [326] = {.lex_state = 83}, [327] = {.lex_state = 83}, @@ -11369,46 +11477,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [330] = {.lex_state = 83}, [331] = {.lex_state = 83}, [332] = {.lex_state = 83}, - [333] = {.lex_state = 83}, - [334] = {.lex_state = 29}, + [333] = {.lex_state = 29}, + [334] = {.lex_state = 83}, [335] = {.lex_state = 83}, - [336] = {.lex_state = 83}, + [336] = {.lex_state = 29}, [337] = {.lex_state = 83}, [338] = {.lex_state = 83}, - [339] = {.lex_state = 83}, + [339] = {.lex_state = 29}, [340] = {.lex_state = 83}, [341] = {.lex_state = 83}, [342] = {.lex_state = 83}, [343] = {.lex_state = 83}, [344] = {.lex_state = 83}, - [345] = {.lex_state = 29}, - [346] = {.lex_state = 83}, + [345] = {.lex_state = 83}, + [346] = {.lex_state = 29}, [347] = {.lex_state = 29}, [348] = {.lex_state = 29}, [349] = {.lex_state = 83}, [350] = {.lex_state = 83}, - [351] = {.lex_state = 29}, + [351] = {.lex_state = 83}, [352] = {.lex_state = 83}, - [353] = {.lex_state = 29}, + [353] = {.lex_state = 83}, [354] = {.lex_state = 29}, - [355] = {.lex_state = 83}, + [355] = {.lex_state = 29}, [356] = {.lex_state = 29}, - [357] = {.lex_state = 29}, + [357] = {.lex_state = 83}, [358] = {.lex_state = 29}, - [359] = {.lex_state = 29}, + [359] = {.lex_state = 83}, [360] = {.lex_state = 29}, [361] = {.lex_state = 83}, [362] = {.lex_state = 29}, [363] = {.lex_state = 83}, - [364] = {.lex_state = 29}, - [365] = {.lex_state = 29}, + [364] = {.lex_state = 83}, + [365] = {.lex_state = 83}, [366] = {.lex_state = 83}, [367] = {.lex_state = 83}, - [368] = {.lex_state = 83}, - [369] = {.lex_state = 83}, - [370] = {.lex_state = 83}, - [371] = {.lex_state = 29}, - [372] = {.lex_state = 29}, + [368] = {.lex_state = 29}, + [369] = {.lex_state = 29}, + [370] = {.lex_state = 29}, + [371] = {.lex_state = 83}, + [372] = {.lex_state = 83}, [373] = {.lex_state = 27}, [374] = {.lex_state = 83}, [375] = {.lex_state = 83}, @@ -11437,31 +11545,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [398] = {.lex_state = 33}, [399] = {.lex_state = 33}, [400] = {.lex_state = 33}, - [401] = {.lex_state = 32}, - [402] = {.lex_state = 32}, - [403] = {.lex_state = 32}, - [404] = {.lex_state = 32}, - [405] = {.lex_state = 32}, - [406] = {.lex_state = 32}, - [407] = {.lex_state = 32}, - [408] = {.lex_state = 32}, - [409] = {.lex_state = 32}, - [410] = {.lex_state = 83}, - [411] = {.lex_state = 33}, + [401] = {.lex_state = 34}, + [402] = {.lex_state = 34}, + [403] = {.lex_state = 34}, + [404] = {.lex_state = 34}, + [405] = {.lex_state = 34}, + [406] = {.lex_state = 34}, + [407] = {.lex_state = 34}, + [408] = {.lex_state = 34}, + [409] = {.lex_state = 33}, + [410] = {.lex_state = 34}, + [411] = {.lex_state = 83}, [412] = {.lex_state = 83}, [413] = {.lex_state = 83}, - [414] = {.lex_state = 32}, - [415] = {.lex_state = 83}, - [416] = {.lex_state = 32}, + [414] = {.lex_state = 34}, + [415] = {.lex_state = 32}, + [416] = {.lex_state = 83}, [417] = {.lex_state = 34}, [418] = {.lex_state = 32}, [419] = {.lex_state = 34}, - [420] = {.lex_state = 34}, + [420] = {.lex_state = 32}, [421] = {.lex_state = 83}, - [422] = {.lex_state = 83}, - [423] = {.lex_state = 31}, + [422] = {.lex_state = 31}, + [423] = {.lex_state = 83}, [424] = {.lex_state = 83}, - [425] = {.lex_state = 83}, + [425] = {.lex_state = 31}, [426] = {.lex_state = 83}, [427] = {.lex_state = 31}, [428] = {.lex_state = 83}, @@ -11469,14 +11577,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [430] = {.lex_state = 83}, [431] = {.lex_state = 83}, [432] = {.lex_state = 83}, - [433] = {.lex_state = 31}, + [433] = {.lex_state = 83}, [434] = {.lex_state = 33}, [435] = {.lex_state = 33}, [436] = {.lex_state = 31}, [437] = {.lex_state = 33}, [438] = {.lex_state = 33}, - [439] = {.lex_state = 33}, - [440] = {.lex_state = 31}, + [439] = {.lex_state = 31}, + [440] = {.lex_state = 33}, [441] = {.lex_state = 83}, [442] = {.lex_state = 83}, [443] = {.lex_state = 83}, @@ -11524,7 +11632,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [485] = {.lex_state = 83}, [486] = {.lex_state = 83}, [487] = {.lex_state = 83}, - [488] = {.lex_state = 32}, + [488] = {.lex_state = 83}, [489] = {.lex_state = 83}, [490] = {.lex_state = 83}, [491] = {.lex_state = 83}, @@ -11539,57 +11647,57 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [500] = {.lex_state = 83}, [501] = {.lex_state = 83}, [502] = {.lex_state = 83}, - [503] = {.lex_state = 83}, + [503] = {.lex_state = 34}, [504] = {.lex_state = 83}, [505] = {.lex_state = 83}, - [506] = {.lex_state = 32}, + [506] = {.lex_state = 83}, [507] = {.lex_state = 83}, [508] = {.lex_state = 83}, - [509] = {.lex_state = 83}, + [509] = {.lex_state = 34}, [510] = {.lex_state = 83}, [511] = {.lex_state = 83}, - [512] = {.lex_state = 83}, - [513] = {.lex_state = 32}, + [512] = {.lex_state = 32}, + [513] = {.lex_state = 83}, [514] = {.lex_state = 83}, - [515] = {.lex_state = 83}, - [516] = {.lex_state = 32}, - [517] = {.lex_state = 83}, - [518] = {.lex_state = 83}, - [519] = {.lex_state = 32}, + [515] = {.lex_state = 34}, + [516] = {.lex_state = 83}, + [517] = {.lex_state = 34}, + [518] = {.lex_state = 32}, + [519] = {.lex_state = 83}, [520] = {.lex_state = 83}, - [521] = {.lex_state = 83}, - [522] = {.lex_state = 32}, - [523] = {.lex_state = 34}, - [524] = {.lex_state = 32}, + [521] = {.lex_state = 34}, + [522] = {.lex_state = 83}, + [523] = {.lex_state = 83}, + [524] = {.lex_state = 83}, [525] = {.lex_state = 83}, [526] = {.lex_state = 83}, - [527] = {.lex_state = 32}, + [527] = {.lex_state = 83}, [528] = {.lex_state = 83}, - [529] = {.lex_state = 32}, + [529] = {.lex_state = 34}, [530] = {.lex_state = 83}, [531] = {.lex_state = 83}, [532] = {.lex_state = 83}, - [533] = {.lex_state = 83}, + [533] = {.lex_state = 34}, [534] = {.lex_state = 83}, - [535] = {.lex_state = 32}, - [536] = {.lex_state = 83}, - [537] = {.lex_state = 83}, - [538] = {.lex_state = 83}, + [535] = {.lex_state = 34}, + [536] = {.lex_state = 34}, + [537] = {.lex_state = 34}, + [538] = {.lex_state = 34}, [539] = {.lex_state = 83}, [540] = {.lex_state = 83}, [541] = {.lex_state = 83}, [542] = {.lex_state = 83}, - [543] = {.lex_state = 83}, - [544] = {.lex_state = 83}, - [545] = {.lex_state = 32}, - [546] = {.lex_state = 32}, - [547] = {.lex_state = 32}, - [548] = {.lex_state = 83}, + [543] = {.lex_state = 32}, + [544] = {.lex_state = 34}, + [545] = {.lex_state = 83}, + [546] = {.lex_state = 34}, + [547] = {.lex_state = 34}, + [548] = {.lex_state = 34}, [549] = {.lex_state = 34}, [550] = {.lex_state = 83}, - [551] = {.lex_state = 32}, + [551] = {.lex_state = 83}, [552] = {.lex_state = 83}, - [553] = {.lex_state = 83}, + [553] = {.lex_state = 34}, [554] = {.lex_state = 83}, [555] = {.lex_state = 83}, [556] = {.lex_state = 83}, @@ -11598,7 +11706,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [559] = {.lex_state = 83}, [560] = {.lex_state = 83}, [561] = {.lex_state = 83}, - [562] = {.lex_state = 83}, + [562] = {.lex_state = 34}, [563] = {.lex_state = 83}, [564] = {.lex_state = 83}, [565] = {.lex_state = 83}, @@ -11606,275 +11714,275 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [567] = {.lex_state = 83}, [568] = {.lex_state = 83}, [569] = {.lex_state = 83}, - [570] = {.lex_state = 32}, + [570] = {.lex_state = 83}, [571] = {.lex_state = 83}, [572] = {.lex_state = 83}, [573] = {.lex_state = 83}, [574] = {.lex_state = 83}, [575] = {.lex_state = 83}, - [576] = {.lex_state = 83}, + [576] = {.lex_state = 34}, [577] = {.lex_state = 83}, [578] = {.lex_state = 83}, - [579] = {.lex_state = 83}, - [580] = {.lex_state = 32}, + [579] = {.lex_state = 34}, + [580] = {.lex_state = 34}, [581] = {.lex_state = 34}, - [582] = {.lex_state = 32}, - [583] = {.lex_state = 32}, + [582] = {.lex_state = 83}, + [583] = {.lex_state = 83}, [584] = {.lex_state = 83}, - [585] = {.lex_state = 32}, - [586] = {.lex_state = 32}, + [585] = {.lex_state = 83}, + [586] = {.lex_state = 34}, [587] = {.lex_state = 83}, - [588] = {.lex_state = 83}, - [589] = {.lex_state = 83}, - [590] = {.lex_state = 83}, - [591] = {.lex_state = 83}, + [588] = {.lex_state = 34}, + [589] = {.lex_state = 34}, + [590] = {.lex_state = 34}, + [591] = {.lex_state = 34}, [592] = {.lex_state = 83}, - [593] = {.lex_state = 83}, - [594] = {.lex_state = 32}, - [595] = {.lex_state = 32}, - [596] = {.lex_state = 32}, - [597] = {.lex_state = 32}, - [598] = {.lex_state = 32}, - [599] = {.lex_state = 32}, - [600] = {.lex_state = 32}, - [601] = {.lex_state = 32}, + [593] = {.lex_state = 34}, + [594] = {.lex_state = 83}, + [595] = {.lex_state = 83}, + [596] = {.lex_state = 34}, + [597] = {.lex_state = 34}, + [598] = {.lex_state = 83}, + [599] = {.lex_state = 34}, + [600] = {.lex_state = 83}, + [601] = {.lex_state = 83}, [602] = {.lex_state = 83}, [603] = {.lex_state = 83}, - [604] = {.lex_state = 32}, - [605] = {.lex_state = 32}, - [606] = {.lex_state = 32}, + [604] = {.lex_state = 83}, + [605] = {.lex_state = 34}, + [606] = {.lex_state = 83}, [607] = {.lex_state = 83}, [608] = {.lex_state = 83}, - [609] = {.lex_state = 32}, - [610] = {.lex_state = 33}, + [609] = {.lex_state = 83}, + [610] = {.lex_state = 83}, [611] = {.lex_state = 83}, - [612] = {.lex_state = 32}, + [612] = {.lex_state = 83}, [613] = {.lex_state = 83}, - [614] = {.lex_state = 83}, - [615] = {.lex_state = 32}, - [616] = {.lex_state = 32}, - [617] = {.lex_state = 32}, - [618] = {.lex_state = 33}, - [619] = {.lex_state = 32}, - [620] = {.lex_state = 32}, - [621] = {.lex_state = 32}, - [622] = {.lex_state = 32}, - [623] = {.lex_state = 32}, - [624] = {.lex_state = 32}, - [625] = {.lex_state = 32}, - [626] = {.lex_state = 32}, - [627] = {.lex_state = 32}, - [628] = {.lex_state = 32}, - [629] = {.lex_state = 32}, - [630] = {.lex_state = 32}, - [631] = {.lex_state = 32}, - [632] = {.lex_state = 32}, - [633] = {.lex_state = 32}, - [634] = {.lex_state = 32}, - [635] = {.lex_state = 32}, - [636] = {.lex_state = 32}, - [637] = {.lex_state = 32}, - [638] = {.lex_state = 32}, - [639] = {.lex_state = 32}, - [640] = {.lex_state = 33}, - [641] = {.lex_state = 33}, - [642] = {.lex_state = 33}, - [643] = {.lex_state = 33}, - [644] = {.lex_state = 33}, - [645] = {.lex_state = 33}, + [614] = {.lex_state = 34}, + [615] = {.lex_state = 33}, + [616] = {.lex_state = 34}, + [617] = {.lex_state = 83}, + [618] = {.lex_state = 34}, + [619] = {.lex_state = 83}, + [620] = {.lex_state = 34}, + [621] = {.lex_state = 33}, + [622] = {.lex_state = 83}, + [623] = {.lex_state = 34}, + [624] = {.lex_state = 34}, + [625] = {.lex_state = 34}, + [626] = {.lex_state = 34}, + [627] = {.lex_state = 34}, + [628] = {.lex_state = 34}, + [629] = {.lex_state = 34}, + [630] = {.lex_state = 34}, + [631] = {.lex_state = 34}, + [632] = {.lex_state = 34}, + [633] = {.lex_state = 34}, + [634] = {.lex_state = 34}, + [635] = {.lex_state = 34}, + [636] = {.lex_state = 34}, + [637] = {.lex_state = 34}, + [638] = {.lex_state = 34}, + [639] = {.lex_state = 34}, + [640] = {.lex_state = 34}, + [641] = {.lex_state = 34}, + [642] = {.lex_state = 34}, + [643] = {.lex_state = 34}, + [644] = {.lex_state = 34}, + [645] = {.lex_state = 34}, [646] = {.lex_state = 33}, - [647] = {.lex_state = 83}, - [648] = {.lex_state = 32}, - [649] = {.lex_state = 32}, - [650] = {.lex_state = 32}, - [651] = {.lex_state = 32}, - [652] = {.lex_state = 32}, - [653] = {.lex_state = 32}, - [654] = {.lex_state = 32}, - [655] = {.lex_state = 32}, - [656] = {.lex_state = 32}, - [657] = {.lex_state = 32}, - [658] = {.lex_state = 32}, - [659] = {.lex_state = 32}, - [660] = {.lex_state = 33}, - [661] = {.lex_state = 33}, - [662] = {.lex_state = 83}, - [663] = {.lex_state = 33}, - [664] = {.lex_state = 32}, - [665] = {.lex_state = 33}, - [666] = {.lex_state = 33}, - [667] = {.lex_state = 33}, - [668] = {.lex_state = 33}, + [647] = {.lex_state = 33}, + [648] = {.lex_state = 33}, + [649] = {.lex_state = 33}, + [650] = {.lex_state = 33}, + [651] = {.lex_state = 33}, + [652] = {.lex_state = 33}, + [653] = {.lex_state = 83}, + [654] = {.lex_state = 34}, + [655] = {.lex_state = 34}, + [656] = {.lex_state = 34}, + [657] = {.lex_state = 34}, + [658] = {.lex_state = 34}, + [659] = {.lex_state = 34}, + [660] = {.lex_state = 34}, + [661] = {.lex_state = 34}, + [662] = {.lex_state = 34}, + [663] = {.lex_state = 34}, + [664] = {.lex_state = 33}, + [665] = {.lex_state = 34}, + [666] = {.lex_state = 34}, + [667] = {.lex_state = 34}, + [668] = {.lex_state = 83}, [669] = {.lex_state = 33}, [670] = {.lex_state = 33}, [671] = {.lex_state = 33}, [672] = {.lex_state = 33}, [673] = {.lex_state = 33}, - [674] = {.lex_state = 33}, + [674] = {.lex_state = 34}, [675] = {.lex_state = 33}, - [676] = {.lex_state = 33}, + [676] = {.lex_state = 34}, [677] = {.lex_state = 33}, - [678] = {.lex_state = 32}, + [678] = {.lex_state = 33}, [679] = {.lex_state = 33}, [680] = {.lex_state = 33}, [681] = {.lex_state = 33}, [682] = {.lex_state = 33}, - [683] = {.lex_state = 33}, + [683] = {.lex_state = 34}, [684] = {.lex_state = 33}, [685] = {.lex_state = 33}, [686] = {.lex_state = 33}, [687] = {.lex_state = 33}, - [688] = {.lex_state = 33}, - [689] = {.lex_state = 32}, - [690] = {.lex_state = 32}, - [691] = {.lex_state = 32}, + [688] = {.lex_state = 34}, + [689] = {.lex_state = 33}, + [690] = {.lex_state = 33}, + [691] = {.lex_state = 33}, [692] = {.lex_state = 33}, - [693] = {.lex_state = 32}, - [694] = {.lex_state = 32}, - [695] = {.lex_state = 32}, - [696] = {.lex_state = 32}, - [697] = {.lex_state = 32}, - [698] = {.lex_state = 32}, - [699] = {.lex_state = 32}, - [700] = {.lex_state = 32}, - [701] = {.lex_state = 32}, - [702] = {.lex_state = 32}, - [703] = {.lex_state = 32}, - [704] = {.lex_state = 32}, - [705] = {.lex_state = 32}, - [706] = {.lex_state = 32}, - [707] = {.lex_state = 33}, - [708] = {.lex_state = 32}, - [709] = {.lex_state = 32}, - [710] = {.lex_state = 32}, - [711] = {.lex_state = 32}, - [712] = {.lex_state = 33}, - [713] = {.lex_state = 32}, - [714] = {.lex_state = 32}, - [715] = {.lex_state = 32}, - [716] = {.lex_state = 32}, - [717] = {.lex_state = 32}, - [718] = {.lex_state = 32}, - [719] = {.lex_state = 32}, - [720] = {.lex_state = 32}, - [721] = {.lex_state = 32}, - [722] = {.lex_state = 32}, - [723] = {.lex_state = 32}, - [724] = {.lex_state = 32}, - [725] = {.lex_state = 32}, - [726] = {.lex_state = 32}, - [727] = {.lex_state = 32}, - [728] = {.lex_state = 32}, - [729] = {.lex_state = 32}, - [730] = {.lex_state = 33}, - [731] = {.lex_state = 32}, - [732] = {.lex_state = 32}, - [733] = {.lex_state = 32}, - [734] = {.lex_state = 32}, - [735] = {.lex_state = 32}, - [736] = {.lex_state = 32}, - [737] = {.lex_state = 32}, - [738] = {.lex_state = 32}, - [739] = {.lex_state = 32}, - [740] = {.lex_state = 32}, - [741] = {.lex_state = 32}, - [742] = {.lex_state = 32}, + [693] = {.lex_state = 33}, + [694] = {.lex_state = 33}, + [695] = {.lex_state = 33}, + [696] = {.lex_state = 33}, + [697] = {.lex_state = 33}, + [698] = {.lex_state = 34}, + [699] = {.lex_state = 34}, + [700] = {.lex_state = 34}, + [701] = {.lex_state = 34}, + [702] = {.lex_state = 34}, + [703] = {.lex_state = 34}, + [704] = {.lex_state = 34}, + [705] = {.lex_state = 34}, + [706] = {.lex_state = 34}, + [707] = {.lex_state = 34}, + [708] = {.lex_state = 34}, + [709] = {.lex_state = 34}, + [710] = {.lex_state = 34}, + [711] = {.lex_state = 34}, + [712] = {.lex_state = 34}, + [713] = {.lex_state = 34}, + [714] = {.lex_state = 34}, + [715] = {.lex_state = 34}, + [716] = {.lex_state = 34}, + [717] = {.lex_state = 33}, + [718] = {.lex_state = 34}, + [719] = {.lex_state = 33}, + [720] = {.lex_state = 33}, + [721] = {.lex_state = 34}, + [722] = {.lex_state = 34}, + [723] = {.lex_state = 34}, + [724] = {.lex_state = 34}, + [725] = {.lex_state = 34}, + [726] = {.lex_state = 34}, + [727] = {.lex_state = 34}, + [728] = {.lex_state = 34}, + [729] = {.lex_state = 34}, + [730] = {.lex_state = 34}, + [731] = {.lex_state = 33}, + [732] = {.lex_state = 34}, + [733] = {.lex_state = 34}, + [734] = {.lex_state = 34}, + [735] = {.lex_state = 34}, + [736] = {.lex_state = 34}, + [737] = {.lex_state = 34}, + [738] = {.lex_state = 34}, + [739] = {.lex_state = 34}, + [740] = {.lex_state = 34}, + [741] = {.lex_state = 34}, + [742] = {.lex_state = 34}, [743] = {.lex_state = 33}, - [744] = {.lex_state = 32}, - [745] = {.lex_state = 32}, - [746] = {.lex_state = 32}, - [747] = {.lex_state = 32}, - [748] = {.lex_state = 32}, - [749] = {.lex_state = 32}, - [750] = {.lex_state = 33}, - [751] = {.lex_state = 32}, - [752] = {.lex_state = 32}, - [753] = {.lex_state = 32}, - [754] = {.lex_state = 32}, - [755] = {.lex_state = 32}, - [756] = {.lex_state = 32}, - [757] = {.lex_state = 32}, - [758] = {.lex_state = 33}, - [759] = {.lex_state = 32}, - [760] = {.lex_state = 32}, - [761] = {.lex_state = 32}, - [762] = {.lex_state = 32}, - [763] = {.lex_state = 31}, + [744] = {.lex_state = 33}, + [745] = {.lex_state = 34}, + [746] = {.lex_state = 34}, + [747] = {.lex_state = 34}, + [748] = {.lex_state = 34}, + [749] = {.lex_state = 34}, + [750] = {.lex_state = 34}, + [751] = {.lex_state = 34}, + [752] = {.lex_state = 34}, + [753] = {.lex_state = 34}, + [754] = {.lex_state = 34}, + [755] = {.lex_state = 34}, + [756] = {.lex_state = 34}, + [757] = {.lex_state = 34}, + [758] = {.lex_state = 34}, + [759] = {.lex_state = 34}, + [760] = {.lex_state = 34}, + [761] = {.lex_state = 34}, + [762] = {.lex_state = 34}, + [763] = {.lex_state = 34}, [764] = {.lex_state = 34}, [765] = {.lex_state = 34}, [766] = {.lex_state = 34}, [767] = {.lex_state = 34}, [768] = {.lex_state = 34}, [769] = {.lex_state = 34}, - [770] = {.lex_state = 32}, - [771] = {.lex_state = 32}, - [772] = {.lex_state = 32}, - [773] = {.lex_state = 32}, - [774] = {.lex_state = 32}, - [775] = {.lex_state = 32}, - [776] = {.lex_state = 32}, - [777] = {.lex_state = 32}, - [778] = {.lex_state = 32}, - [779] = {.lex_state = 32}, + [770] = {.lex_state = 34}, + [771] = {.lex_state = 34}, + [772] = {.lex_state = 34}, + [773] = {.lex_state = 34}, + [774] = {.lex_state = 34}, + [775] = {.lex_state = 34}, + [776] = {.lex_state = 34}, + [777] = {.lex_state = 34}, + [778] = {.lex_state = 34}, + [779] = {.lex_state = 34}, [780] = {.lex_state = 32}, - [781] = {.lex_state = 32}, + [781] = {.lex_state = 34}, [782] = {.lex_state = 34}, [783] = {.lex_state = 32}, - [784] = {.lex_state = 31}, - [785] = {.lex_state = 32}, - [786] = {.lex_state = 32}, - [787] = {.lex_state = 31}, - [788] = {.lex_state = 32}, + [784] = {.lex_state = 34}, + [785] = {.lex_state = 31}, + [786] = {.lex_state = 34}, + [787] = {.lex_state = 34}, + [788] = {.lex_state = 34}, [789] = {.lex_state = 34}, [790] = {.lex_state = 34}, [791] = {.lex_state = 34}, - [792] = {.lex_state = 32}, + [792] = {.lex_state = 34}, [793] = {.lex_state = 34}, - [794] = {.lex_state = 32}, + [794] = {.lex_state = 34}, [795] = {.lex_state = 34}, - [796] = {.lex_state = 32}, + [796] = {.lex_state = 34}, [797] = {.lex_state = 32}, - [798] = {.lex_state = 32}, + [798] = {.lex_state = 34}, [799] = {.lex_state = 34}, [800] = {.lex_state = 34}, - [801] = {.lex_state = 32}, + [801] = {.lex_state = 33}, [802] = {.lex_state = 32}, [803] = {.lex_state = 32}, [804] = {.lex_state = 32}, [805] = {.lex_state = 32}, - [806] = {.lex_state = 32}, - [807] = {.lex_state = 32}, + [806] = {.lex_state = 34}, + [807] = {.lex_state = 34}, [808] = {.lex_state = 32}, [809] = {.lex_state = 32}, - [810] = {.lex_state = 32}, + [810] = {.lex_state = 31}, [811] = {.lex_state = 32}, - [812] = {.lex_state = 32}, + [812] = {.lex_state = 34}, [813] = {.lex_state = 34}, - [814] = {.lex_state = 32}, - [815] = {.lex_state = 31}, + [814] = {.lex_state = 34}, + [815] = {.lex_state = 34}, [816] = {.lex_state = 34}, [817] = {.lex_state = 32}, - [818] = {.lex_state = 33}, - [819] = {.lex_state = 34}, + [818] = {.lex_state = 32}, + [819] = {.lex_state = 32}, [820] = {.lex_state = 32}, - [821] = {.lex_state = 34}, + [821] = {.lex_state = 32}, [822] = {.lex_state = 32}, - [823] = {.lex_state = 34}, - [824] = {.lex_state = 32}, - [825] = {.lex_state = 32}, - [826] = {.lex_state = 32}, - [827] = {.lex_state = 32}, - [828] = {.lex_state = 32}, + [823] = {.lex_state = 31}, + [824] = {.lex_state = 34}, + [825] = {.lex_state = 33}, + [826] = {.lex_state = 34}, + [827] = {.lex_state = 34}, + [828] = {.lex_state = 34}, [829] = {.lex_state = 34}, - [830] = {.lex_state = 32}, - [831] = {.lex_state = 33}, - [832] = {.lex_state = 33}, - [833] = {.lex_state = 33}, - [834] = {.lex_state = 33}, - [835] = {.lex_state = 33}, - [836] = {.lex_state = 33}, - [837] = {.lex_state = 33}, - [838] = {.lex_state = 33}, + [830] = {.lex_state = 34}, + [831] = {.lex_state = 34}, + [832] = {.lex_state = 32}, + [833] = {.lex_state = 32}, + [834] = {.lex_state = 32}, + [835] = {.lex_state = 32}, + [836] = {.lex_state = 34}, + [837] = {.lex_state = 31}, + [838] = {.lex_state = 34}, [839] = {.lex_state = 33}, [840] = {.lex_state = 33}, [841] = {.lex_state = 33}, @@ -11909,11 +12017,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [870] = {.lex_state = 33}, [871] = {.lex_state = 33}, [872] = {.lex_state = 33}, - [873] = {.lex_state = 33}, + [873] = {.lex_state = 30}, [874] = {.lex_state = 33}, [875] = {.lex_state = 33}, - [876] = {.lex_state = 30}, - [877] = {.lex_state = 19}, + [876] = {.lex_state = 33}, + [877] = {.lex_state = 33}, [878] = {.lex_state = 33}, [879] = {.lex_state = 33}, [880] = {.lex_state = 33}, @@ -11923,28 +12031,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [884] = {.lex_state = 33}, [885] = {.lex_state = 33}, [886] = {.lex_state = 33}, - [887] = {.lex_state = 33}, - [888] = {.lex_state = 30}, + [887] = {.lex_state = 30}, + [888] = {.lex_state = 33}, [889] = {.lex_state = 33}, - [890] = {.lex_state = 33}, + [890] = {.lex_state = 19}, [891] = {.lex_state = 33}, [892] = {.lex_state = 33}, [893] = {.lex_state = 33}, - [894] = {.lex_state = 30}, + [894] = {.lex_state = 33}, [895] = {.lex_state = 33}, [896] = {.lex_state = 33}, [897] = {.lex_state = 33}, [898] = {.lex_state = 33}, [899] = {.lex_state = 33}, - [900] = {.lex_state = 33}, - [901] = {.lex_state = 33}, + [900] = {.lex_state = 30}, + [901] = {.lex_state = 30}, [902] = {.lex_state = 30}, - [903] = {.lex_state = 33}, + [903] = {.lex_state = 30}, [904] = {.lex_state = 33}, - [905] = {.lex_state = 30}, + [905] = {.lex_state = 33}, [906] = {.lex_state = 33}, [907] = {.lex_state = 30}, - [908] = {.lex_state = 33}, + [908] = {.lex_state = 30}, [909] = {.lex_state = 30}, [910] = {.lex_state = 30}, [911] = {.lex_state = 30}, @@ -11957,50 +12065,50 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [918] = {.lex_state = 30}, [919] = {.lex_state = 30}, [920] = {.lex_state = 30}, - [921] = {.lex_state = 33}, - [922] = {.lex_state = 33}, + [921] = {.lex_state = 30}, + [922] = {.lex_state = 30}, [923] = {.lex_state = 30}, [924] = {.lex_state = 30}, - [925] = {.lex_state = 30}, - [926] = {.lex_state = 33}, + [925] = {.lex_state = 33}, + [926] = {.lex_state = 30}, [927] = {.lex_state = 30}, [928] = {.lex_state = 30}, - [929] = {.lex_state = 33}, + [929] = {.lex_state = 30}, [930] = {.lex_state = 30}, [931] = {.lex_state = 30}, [932] = {.lex_state = 30}, - [933] = {.lex_state = 30}, - [934] = {.lex_state = 33}, + [933] = {.lex_state = 33}, + [934] = {.lex_state = 30}, [935] = {.lex_state = 30}, [936] = {.lex_state = 30}, - [937] = {.lex_state = 30}, - [938] = {.lex_state = 33}, - [939] = {.lex_state = 30}, - [940] = {.lex_state = 30}, - [941] = {.lex_state = 30}, - [942] = {.lex_state = 30}, - [943] = {.lex_state = 30}, - [944] = {.lex_state = 30}, - [945] = {.lex_state = 30}, + [937] = {.lex_state = 33}, + [938] = {.lex_state = 30}, + [939] = {.lex_state = 33}, + [940] = {.lex_state = 33}, + [941] = {.lex_state = 33}, + [942] = {.lex_state = 33}, + [943] = {.lex_state = 33}, + [944] = {.lex_state = 33}, + [945] = {.lex_state = 33}, [946] = {.lex_state = 33}, [947] = {.lex_state = 33}, - [948] = {.lex_state = 19}, - [949] = {.lex_state = 19}, - [950] = {.lex_state = 19}, - [951] = {.lex_state = 19}, - [952] = {.lex_state = 19}, - [953] = {.lex_state = 19}, - [954] = {.lex_state = 19}, + [948] = {.lex_state = 33}, + [949] = {.lex_state = 33}, + [950] = {.lex_state = 33}, + [951] = {.lex_state = 30}, + [952] = {.lex_state = 30}, + [953] = {.lex_state = 33}, + [954] = {.lex_state = 33}, [955] = {.lex_state = 19}, [956] = {.lex_state = 19}, [957] = {.lex_state = 19}, [958] = {.lex_state = 19}, - [959] = {.lex_state = 19}, + [959] = {.lex_state = 33}, [960] = {.lex_state = 19}, [961] = {.lex_state = 33}, [962] = {.lex_state = 19}, [963] = {.lex_state = 19}, - [964] = {.lex_state = 33}, + [964] = {.lex_state = 19}, [965] = {.lex_state = 19}, [966] = {.lex_state = 19}, [967] = {.lex_state = 19}, @@ -12010,18 +12118,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [971] = {.lex_state = 19}, [972] = {.lex_state = 19}, [973] = {.lex_state = 19}, - [974] = {.lex_state = 19}, + [974] = {.lex_state = 33}, [975] = {.lex_state = 19}, [976] = {.lex_state = 19}, [977] = {.lex_state = 19}, - [978] = {.lex_state = 33}, - [979] = {.lex_state = 33}, - [980] = {.lex_state = 33}, - [981] = {.lex_state = 33}, - [982] = {.lex_state = 33}, - [983] = {.lex_state = 33}, - [984] = {.lex_state = 33}, - [985] = {.lex_state = 33}, + [978] = {.lex_state = 19}, + [979] = {.lex_state = 19}, + [980] = {.lex_state = 19}, + [981] = {.lex_state = 19}, + [982] = {.lex_state = 19}, + [983] = {.lex_state = 19}, + [984] = {.lex_state = 19}, + [985] = {.lex_state = 19}, [986] = {.lex_state = 33}, [987] = {.lex_state = 33}, [988] = {.lex_state = 33}, @@ -12036,84 +12144,84 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [997] = {.lex_state = 33}, [998] = {.lex_state = 33}, [999] = {.lex_state = 33}, - [1000] = {.lex_state = 83}, - [1001] = {.lex_state = 83}, - [1002] = {.lex_state = 83}, + [1000] = {.lex_state = 33}, + [1001] = {.lex_state = 33}, + [1002] = {.lex_state = 33}, [1003] = {.lex_state = 33}, [1004] = {.lex_state = 33}, [1005] = {.lex_state = 33}, [1006] = {.lex_state = 33}, [1007] = {.lex_state = 33}, [1008] = {.lex_state = 33}, - [1009] = {.lex_state = 83}, + [1009] = {.lex_state = 33}, [1010] = {.lex_state = 33}, [1011] = {.lex_state = 33}, - [1012] = {.lex_state = 33}, - [1013] = {.lex_state = 33}, - [1014] = {.lex_state = 33}, - [1015] = {.lex_state = 83}, + [1012] = {.lex_state = 83}, + [1013] = {.lex_state = 83}, + [1014] = {.lex_state = 83}, + [1015] = {.lex_state = 33}, [1016] = {.lex_state = 83}, - [1017] = {.lex_state = 83}, + [1017] = {.lex_state = 33}, [1018] = {.lex_state = 33}, [1019] = {.lex_state = 33}, - [1020] = {.lex_state = 83}, + [1020] = {.lex_state = 33}, [1021] = {.lex_state = 33}, [1022] = {.lex_state = 33}, [1023] = {.lex_state = 33}, [1024] = {.lex_state = 33}, - [1025] = {.lex_state = 83}, + [1025] = {.lex_state = 33}, [1026] = {.lex_state = 33}, - [1027] = {.lex_state = 33}, - [1028] = {.lex_state = 83}, - [1029] = {.lex_state = 33}, - [1030] = {.lex_state = 33}, - [1031] = {.lex_state = 33}, - [1032] = {.lex_state = 33}, + [1027] = {.lex_state = 83}, + [1028] = {.lex_state = 33}, + [1029] = {.lex_state = 83}, + [1030] = {.lex_state = 83}, + [1031] = {.lex_state = 83}, + [1032] = {.lex_state = 83}, [1033] = {.lex_state = 33}, [1034] = {.lex_state = 33}, [1035] = {.lex_state = 33}, [1036] = {.lex_state = 33}, [1037] = {.lex_state = 33}, - [1038] = {.lex_state = 33}, + [1038] = {.lex_state = 83}, [1039] = {.lex_state = 83}, - [1040] = {.lex_state = 83}, - [1041] = {.lex_state = 83}, - [1042] = {.lex_state = 83}, + [1040] = {.lex_state = 33}, + [1041] = {.lex_state = 33}, + [1042] = {.lex_state = 33}, [1043] = {.lex_state = 83}, - [1044] = {.lex_state = 83}, - [1045] = {.lex_state = 83}, - [1046] = {.lex_state = 83}, - [1047] = {.lex_state = 83}, - [1048] = {.lex_state = 83}, + [1044] = {.lex_state = 33}, + [1045] = {.lex_state = 33}, + [1046] = {.lex_state = 33}, + [1047] = {.lex_state = 33}, + [1048] = {.lex_state = 33}, [1049] = {.lex_state = 33}, - [1050] = {.lex_state = 33}, - [1051] = {.lex_state = 33}, + [1050] = {.lex_state = 83}, + [1051] = {.lex_state = 83}, [1052] = {.lex_state = 83}, - [1053] = {.lex_state = 83}, + [1053] = {.lex_state = 33}, [1054] = {.lex_state = 83}, [1055] = {.lex_state = 83}, - [1056] = {.lex_state = 83}, + [1056] = {.lex_state = 33}, [1057] = {.lex_state = 83}, [1058] = {.lex_state = 83}, [1059] = {.lex_state = 83}, [1060] = {.lex_state = 83}, - [1061] = {.lex_state = 83}, - [1062] = {.lex_state = 35}, - [1063] = {.lex_state = 35}, - [1064] = {.lex_state = 35}, - [1065] = {.lex_state = 83}, + [1061] = {.lex_state = 35}, + [1062] = {.lex_state = 83}, + [1063] = {.lex_state = 83}, + [1064] = {.lex_state = 83}, + [1065] = {.lex_state = 35}, [1066] = {.lex_state = 83}, [1067] = {.lex_state = 83}, [1068] = {.lex_state = 83}, [1069] = {.lex_state = 83}, [1070] = {.lex_state = 83}, - [1071] = {.lex_state = 35}, + [1071] = {.lex_state = 83}, [1072] = {.lex_state = 83}, [1073] = {.lex_state = 83}, - [1074] = {.lex_state = 83}, + [1074] = {.lex_state = 35}, [1075] = {.lex_state = 83}, [1076] = {.lex_state = 83}, - [1077] = {.lex_state = 83}, + [1077] = {.lex_state = 35}, [1078] = {.lex_state = 83}, [1079] = {.lex_state = 83}, [1080] = {.lex_state = 83}, @@ -12146,362 +12254,370 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1107] = {.lex_state = 83}, [1108] = {.lex_state = 83}, [1109] = {.lex_state = 83}, - [1110] = {.lex_state = 28}, + [1110] = {.lex_state = 83}, [1111] = {.lex_state = 83}, - [1112] = {.lex_state = 33}, + [1112] = {.lex_state = 83}, [1113] = {.lex_state = 83}, - [1114] = {.lex_state = 33}, - [1115] = {.lex_state = 22}, - [1116] = {.lex_state = 83}, - [1117] = {.lex_state = 22}, - [1118] = {.lex_state = 24}, + [1114] = {.lex_state = 83}, + [1115] = {.lex_state = 28}, + [1116] = {.lex_state = 33}, + [1117] = {.lex_state = 33}, + [1118] = {.lex_state = 83}, [1119] = {.lex_state = 83}, [1120] = {.lex_state = 83}, [1121] = {.lex_state = 83}, - [1122] = {.lex_state = 24}, + [1122] = {.lex_state = 83}, [1123] = {.lex_state = 83}, - [1124] = {.lex_state = 83}, - [1125] = {.lex_state = 28}, + [1124] = {.lex_state = 22}, + [1125] = {.lex_state = 83}, [1126] = {.lex_state = 83}, [1127] = {.lex_state = 83}, - [1128] = {.lex_state = 83}, - [1129] = {.lex_state = 22}, - [1130] = {.lex_state = 22}, + [1128] = {.lex_state = 22}, + [1129] = {.lex_state = 83}, + [1130] = {.lex_state = 83}, [1131] = {.lex_state = 83}, - [1132] = {.lex_state = 22}, - [1133] = {.lex_state = 24}, + [1132] = {.lex_state = 83}, + [1133] = {.lex_state = 28}, [1134] = {.lex_state = 83}, - [1135] = {.lex_state = 22}, + [1135] = {.lex_state = 83}, [1136] = {.lex_state = 83}, - [1137] = {.lex_state = 24}, + [1137] = {.lex_state = 83}, [1138] = {.lex_state = 83}, [1139] = {.lex_state = 83}, [1140] = {.lex_state = 24}, - [1141] = {.lex_state = 83}, - [1142] = {.lex_state = 83}, - [1143] = {.lex_state = 24}, - [1144] = {.lex_state = 83}, + [1141] = {.lex_state = 24}, + [1142] = {.lex_state = 22}, + [1143] = {.lex_state = 83}, + [1144] = {.lex_state = 24}, [1145] = {.lex_state = 24}, - [1146] = {.lex_state = 33}, + [1146] = {.lex_state = 24}, [1147] = {.lex_state = 83}, [1148] = {.lex_state = 22}, - [1149] = {.lex_state = 0}, - [1150] = {.lex_state = 0}, - [1151] = {.lex_state = 28}, - [1152] = {.lex_state = 0}, - [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 0}, - [1155] = {.lex_state = 0}, - [1156] = {.lex_state = 33}, - [1157] = {.lex_state = 0}, - [1158] = {.lex_state = 0}, + [1149] = {.lex_state = 22}, + [1150] = {.lex_state = 24}, + [1151] = {.lex_state = 33}, + [1152] = {.lex_state = 83}, + [1153] = {.lex_state = 83}, + [1154] = {.lex_state = 24}, + [1155] = {.lex_state = 22}, + [1156] = {.lex_state = 22}, + [1157] = {.lex_state = 19}, + [1158] = {.lex_state = 28}, [1159] = {.lex_state = 0}, [1160] = {.lex_state = 0}, - [1161] = {.lex_state = 33}, - [1162] = {.lex_state = 0}, - [1163] = {.lex_state = 19}, + [1161] = {.lex_state = 0}, + [1162] = {.lex_state = 28}, + [1163] = {.lex_state = 33}, [1164] = {.lex_state = 0}, - [1165] = {.lex_state = 19}, + [1165] = {.lex_state = 0}, [1166] = {.lex_state = 0}, [1167] = {.lex_state = 0}, - [1168] = {.lex_state = 28}, - [1169] = {.lex_state = 0}, + [1168] = {.lex_state = 0}, + [1169] = {.lex_state = 28}, [1170] = {.lex_state = 0}, - [1171] = {.lex_state = 19}, - [1172] = {.lex_state = 28}, - [1173] = {.lex_state = 0}, - [1174] = {.lex_state = 33}, - [1175] = {.lex_state = 33}, + [1171] = {.lex_state = 28}, + [1172] = {.lex_state = 0}, + [1173] = {.lex_state = 33}, + [1174] = {.lex_state = 0}, + [1175] = {.lex_state = 0}, [1176] = {.lex_state = 0}, [1177] = {.lex_state = 0}, - [1178] = {.lex_state = 0}, + [1178] = {.lex_state = 83}, [1179] = {.lex_state = 0}, - [1180] = {.lex_state = 19}, - [1181] = {.lex_state = 0}, - [1182] = {.lex_state = 0}, - [1183] = {.lex_state = 28}, + [1180] = {.lex_state = 0}, + [1181] = {.lex_state = 19}, + [1182] = {.lex_state = 28}, + [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, - [1185] = {.lex_state = 83}, + [1185] = {.lex_state = 0}, [1186] = {.lex_state = 0}, [1187] = {.lex_state = 0}, - [1188] = {.lex_state = 0}, + [1188] = {.lex_state = 19}, [1189] = {.lex_state = 0}, - [1190] = {.lex_state = 33}, + [1190] = {.lex_state = 83}, [1191] = {.lex_state = 0}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 0}, - [1194] = {.lex_state = 33}, + [1194] = {.lex_state = 19}, [1195] = {.lex_state = 28}, - [1196] = {.lex_state = 28}, + [1196] = {.lex_state = 0}, [1197] = {.lex_state = 0}, [1198] = {.lex_state = 0}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, - [1203] = {.lex_state = 28}, + [1203] = {.lex_state = 0}, [1204] = {.lex_state = 0}, [1205] = {.lex_state = 0}, - [1206] = {.lex_state = 0}, - [1207] = {.lex_state = 83}, - [1208] = {.lex_state = 0}, - [1209] = {.lex_state = 23}, - [1210] = {.lex_state = 83}, - [1211] = {.lex_state = 0}, - [1212] = {.lex_state = 23}, - [1213] = {.lex_state = 23}, + [1206] = {.lex_state = 28}, + [1207] = {.lex_state = 0}, + [1208] = {.lex_state = 33}, + [1209] = {.lex_state = 0}, + [1210] = {.lex_state = 0}, + [1211] = {.lex_state = 33}, + [1212] = {.lex_state = 0}, + [1213] = {.lex_state = 0}, [1214] = {.lex_state = 33}, - [1215] = {.lex_state = 23}, - [1216] = {.lex_state = 83}, - [1217] = {.lex_state = 0}, - [1218] = {.lex_state = 83}, - [1219] = {.lex_state = 33}, - [1220] = {.lex_state = 28}, + [1215] = {.lex_state = 0}, + [1216] = {.lex_state = 33}, + [1217] = {.lex_state = 25}, + [1218] = {.lex_state = 28}, + [1219] = {.lex_state = 0}, + [1220] = {.lex_state = 0}, [1221] = {.lex_state = 83}, - [1222] = {.lex_state = 26}, - [1223] = {.lex_state = 23}, - [1224] = {.lex_state = 0}, + [1222] = {.lex_state = 33}, + [1223] = {.lex_state = 83}, + [1224] = {.lex_state = 83}, [1225] = {.lex_state = 83}, - [1226] = {.lex_state = 33}, - [1227] = {.lex_state = 83}, - [1228] = {.lex_state = 28}, - [1229] = {.lex_state = 0}, - [1230] = {.lex_state = 83}, - [1231] = {.lex_state = 23}, - [1232] = {.lex_state = 0}, - [1233] = {.lex_state = 0}, + [1226] = {.lex_state = 83}, + [1227] = {.lex_state = 26}, + [1228] = {.lex_state = 83}, + [1229] = {.lex_state = 83}, + [1230] = {.lex_state = 25}, + [1231] = {.lex_state = 83}, + [1232] = {.lex_state = 83}, + [1233] = {.lex_state = 25}, [1234] = {.lex_state = 83}, - [1235] = {.lex_state = 0}, - [1236] = {.lex_state = 0}, + [1235] = {.lex_state = 33}, + [1236] = {.lex_state = 25}, [1237] = {.lex_state = 33}, - [1238] = {.lex_state = 83}, - [1239] = {.lex_state = 23}, - [1240] = {.lex_state = 0}, - [1241] = {.lex_state = 26}, + [1238] = {.lex_state = 0}, + [1239] = {.lex_state = 28}, + [1240] = {.lex_state = 83}, + [1241] = {.lex_state = 0}, [1242] = {.lex_state = 0}, - [1243] = {.lex_state = 23}, - [1244] = {.lex_state = 83}, - [1245] = {.lex_state = 0}, + [1243] = {.lex_state = 83}, + [1244] = {.lex_state = 33}, + [1245] = {.lex_state = 83}, [1246] = {.lex_state = 33}, - [1247] = {.lex_state = 23}, - [1248] = {.lex_state = 33}, - [1249] = {.lex_state = 83}, - [1250] = {.lex_state = 23}, - [1251] = {.lex_state = 23}, - [1252] = {.lex_state = 0}, - [1253] = {.lex_state = 23}, - [1254] = {.lex_state = 23}, - [1255] = {.lex_state = 23}, - [1256] = {.lex_state = 33}, - [1257] = {.lex_state = 26}, - [1258] = {.lex_state = 83}, + [1247] = {.lex_state = 83}, + [1248] = {.lex_state = 0}, + [1249] = {.lex_state = 0}, + [1250] = {.lex_state = 0}, + [1251] = {.lex_state = 25}, + [1252] = {.lex_state = 26}, + [1253] = {.lex_state = 0}, + [1254] = {.lex_state = 26}, + [1255] = {.lex_state = 25}, + [1256] = {.lex_state = 0}, + [1257] = {.lex_state = 25}, + [1258] = {.lex_state = 25}, [1259] = {.lex_state = 83}, - [1260] = {.lex_state = 0}, - [1261] = {.lex_state = 23}, - [1262] = {.lex_state = 23}, - [1263] = {.lex_state = 28}, - [1264] = {.lex_state = 83}, + [1260] = {.lex_state = 33}, + [1261] = {.lex_state = 0}, + [1262] = {.lex_state = 83}, + [1263] = {.lex_state = 83}, + [1264] = {.lex_state = 25}, [1265] = {.lex_state = 83}, - [1266] = {.lex_state = 83}, - [1267] = {.lex_state = 83}, - [1268] = {.lex_state = 33}, - [1269] = {.lex_state = 83}, - [1270] = {.lex_state = 23}, - [1271] = {.lex_state = 33}, - [1272] = {.lex_state = 0}, - [1273] = {.lex_state = 0}, - [1274] = {.lex_state = 27}, - [1275] = {.lex_state = 0}, - [1276] = {.lex_state = 0}, - [1277] = {.lex_state = 0}, - [1278] = {.lex_state = 33}, - [1279] = {.lex_state = 0}, - [1280] = {.lex_state = 0}, + [1266] = {.lex_state = 25}, + [1267] = {.lex_state = 0}, + [1268] = {.lex_state = 25}, + [1269] = {.lex_state = 25}, + [1270] = {.lex_state = 33}, + [1271] = {.lex_state = 0}, + [1272] = {.lex_state = 25}, + [1273] = {.lex_state = 25}, + [1274] = {.lex_state = 28}, + [1275] = {.lex_state = 25}, + [1276] = {.lex_state = 33}, + [1277] = {.lex_state = 25}, + [1278] = {.lex_state = 25}, + [1279] = {.lex_state = 33}, + [1280] = {.lex_state = 27}, [1281] = {.lex_state = 0}, - [1282] = {.lex_state = 0}, + [1282] = {.lex_state = 27}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, - [1286] = {.lex_state = 0}, - [1287] = {.lex_state = 27}, + [1286] = {.lex_state = 19}, + [1287] = {.lex_state = 0}, [1288] = {.lex_state = 0}, - [1289] = {.lex_state = 27}, - [1290] = {.lex_state = 27}, - [1291] = {.lex_state = 19}, - [1292] = {.lex_state = 19}, - [1293] = {.lex_state = 27}, - [1294] = {.lex_state = 19}, - [1295] = {.lex_state = 19}, - [1296] = {.lex_state = 0}, - [1297] = {.lex_state = 19}, + [1289] = {.lex_state = 0}, + [1290] = {.lex_state = 0}, + [1291] = {.lex_state = 0}, + [1292] = {.lex_state = 0}, + [1293] = {.lex_state = 0}, + [1294] = {.lex_state = 0}, + [1295] = {.lex_state = 0}, + [1296] = {.lex_state = 27}, + [1297] = {.lex_state = 0}, [1298] = {.lex_state = 19}, - [1299] = {.lex_state = 27}, - [1300] = {.lex_state = 19}, + [1299] = {.lex_state = 19}, + [1300] = {.lex_state = 33}, [1301] = {.lex_state = 19}, - [1302] = {.lex_state = 27}, - [1303] = {.lex_state = 19}, + [1302] = {.lex_state = 0}, + [1303] = {.lex_state = 27}, [1304] = {.lex_state = 19}, - [1305] = {.lex_state = 0}, - [1306] = {.lex_state = 19}, - [1307] = {.lex_state = 0}, - [1308] = {.lex_state = 19}, - [1309] = {.lex_state = 33}, + [1305] = {.lex_state = 19}, + [1306] = {.lex_state = 27}, + [1307] = {.lex_state = 19}, + [1308] = {.lex_state = 27}, + [1309] = {.lex_state = 0}, [1310] = {.lex_state = 19}, - [1311] = {.lex_state = 27}, - [1312] = {.lex_state = 0}, - [1313] = {.lex_state = 0}, + [1311] = {.lex_state = 19}, + [1312] = {.lex_state = 19}, + [1313] = {.lex_state = 19}, [1314] = {.lex_state = 0}, [1315] = {.lex_state = 33}, - [1316] = {.lex_state = 0}, - [1317] = {.lex_state = 0}, - [1318] = {.lex_state = 19}, - [1319] = {.lex_state = 19}, - [1320] = {.lex_state = 19}, + [1316] = {.lex_state = 27}, + [1317] = {.lex_state = 27}, + [1318] = {.lex_state = 0}, + [1319] = {.lex_state = 0}, + [1320] = {.lex_state = 27}, [1321] = {.lex_state = 0}, - [1322] = {.lex_state = 0}, - [1323] = {.lex_state = 0}, - [1324] = {.lex_state = 0}, + [1322] = {.lex_state = 33}, + [1323] = {.lex_state = 19}, + [1324] = {.lex_state = 19}, [1325] = {.lex_state = 0}, [1326] = {.lex_state = 0}, - [1327] = {.lex_state = 0}, + [1327] = {.lex_state = 27}, [1328] = {.lex_state = 0}, [1329] = {.lex_state = 0}, [1330] = {.lex_state = 0}, - [1331] = {.lex_state = 27}, - [1332] = {.lex_state = 83}, - [1333] = {.lex_state = 0}, - [1334] = {.lex_state = 0}, + [1331] = {.lex_state = 19}, + [1332] = {.lex_state = 33}, + [1333] = {.lex_state = 27}, + [1334] = {.lex_state = 19}, [1335] = {.lex_state = 0}, - [1336] = {.lex_state = 27}, + [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0}, [1338] = {.lex_state = 27}, - [1339] = {.lex_state = 33}, - [1340] = {.lex_state = 27}, + [1339] = {.lex_state = 19}, + [1340] = {.lex_state = 19}, [1341] = {.lex_state = 0}, - [1342] = {.lex_state = 33}, - [1343] = {.lex_state = 0}, + [1342] = {.lex_state = 19}, + [1343] = {.lex_state = 33}, [1344] = {.lex_state = 0}, - [1345] = {.lex_state = 0}, - [1346] = {.lex_state = 0}, - [1347] = {.lex_state = 0}, - [1348] = {.lex_state = 0}, + [1345] = {.lex_state = 33}, + [1346] = {.lex_state = 33}, + [1347] = {.lex_state = 83}, + [1348] = {.lex_state = 33}, [1349] = {.lex_state = 0}, - [1350] = {.lex_state = 0}, + [1350] = {.lex_state = 19}, [1351] = {.lex_state = 0}, - [1352] = {.lex_state = 27}, + [1352] = {.lex_state = 0}, [1353] = {.lex_state = 27}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 0}, - [1356] = {.lex_state = 19}, + [1356] = {.lex_state = 0}, [1357] = {.lex_state = 27}, - [1358] = {.lex_state = 27}, - [1359] = {.lex_state = 0}, + [1358] = {.lex_state = 0}, + [1359] = {.lex_state = 83}, [1360] = {.lex_state = 0}, - [1361] = {.lex_state = 33}, + [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, - [1363] = {.lex_state = 27}, - [1364] = {.lex_state = 0}, - [1365] = {.lex_state = 19}, + [1363] = {.lex_state = 0}, + [1364] = {.lex_state = 19}, + [1365] = {.lex_state = 0}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, - [1368] = {.lex_state = 0}, - [1369] = {.lex_state = 33}, - [1370] = {.lex_state = 27}, - [1371] = {.lex_state = 33}, - [1372] = {.lex_state = 33}, - [1373] = {.lex_state = 27}, + [1368] = {.lex_state = 33}, + [1369] = {.lex_state = 0}, + [1370] = {.lex_state = 0}, + [1371] = {.lex_state = 0}, + [1372] = {.lex_state = 0}, + [1373] = {.lex_state = 33}, [1374] = {.lex_state = 0}, - [1375] = {.lex_state = 27}, + [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, - [1377] = {.lex_state = 0}, - [1378] = {.lex_state = 33}, - [1379] = {.lex_state = 0}, - [1380] = {.lex_state = 0}, - [1381] = {.lex_state = 0}, + [1377] = {.lex_state = 27}, + [1378] = {.lex_state = 0}, + [1379] = {.lex_state = 27}, + [1380] = {.lex_state = 33}, + [1381] = {.lex_state = 33}, [1382] = {.lex_state = 0}, - [1383] = {.lex_state = 33}, + [1383] = {.lex_state = 27}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 0}, - [1386] = {.lex_state = 0}, + [1386] = {.lex_state = 33}, [1387] = {.lex_state = 33}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, - [1390] = {.lex_state = 0}, - [1391] = {.lex_state = 27}, - [1392] = {.lex_state = 27}, + [1390] = {.lex_state = 27}, + [1391] = {.lex_state = 0}, + [1392] = {.lex_state = 0}, [1393] = {.lex_state = 0}, - [1394] = {.lex_state = 27}, - [1395] = {.lex_state = 0}, - [1396] = {.lex_state = 33}, - [1397] = {.lex_state = 27}, - [1398] = {.lex_state = 0}, - [1399] = {.lex_state = 19}, - [1400] = {.lex_state = 33}, - [1401] = {.lex_state = 33}, + [1394] = {.lex_state = 0}, + [1395] = {.lex_state = 33}, + [1396] = {.lex_state = 0}, + [1397] = {.lex_state = 0}, + [1398] = {.lex_state = 27}, + [1399] = {.lex_state = 0}, + [1400] = {.lex_state = 27}, + [1401] = {.lex_state = 0}, [1402] = {.lex_state = 27}, - [1403] = {.lex_state = 27}, - [1404] = {.lex_state = 33}, - [1405] = {.lex_state = 33}, - [1406] = {.lex_state = 19}, + [1403] = {.lex_state = 0}, + [1404] = {.lex_state = 0}, + [1405] = {.lex_state = 0}, + [1406] = {.lex_state = 0}, [1407] = {.lex_state = 0}, - [1408] = {.lex_state = 0}, - [1409] = {.lex_state = 27}, - [1410] = {.lex_state = 0}, - [1411] = {.lex_state = 27}, - [1412] = {.lex_state = 0}, - [1413] = {.lex_state = 0}, - [1414] = {.lex_state = 33}, + [1408] = {.lex_state = 33}, + [1409] = {.lex_state = 33}, + [1410] = {.lex_state = 27}, + [1411] = {.lex_state = 0}, + [1412] = {.lex_state = 19}, + [1413] = {.lex_state = 33}, + [1414] = {.lex_state = 0}, [1415] = {.lex_state = 0}, [1416] = {.lex_state = 27}, - [1417] = {.lex_state = 0}, + [1417] = {.lex_state = 27}, [1418] = {.lex_state = 19}, [1419] = {.lex_state = 0}, - [1420] = {.lex_state = 0}, - [1421] = {.lex_state = 33}, - [1422] = {.lex_state = 33}, - [1423] = {.lex_state = 33}, - [1424] = {.lex_state = 0}, - [1425] = {.lex_state = 33}, + [1420] = {.lex_state = 27}, + [1421] = {.lex_state = 27}, + [1422] = {.lex_state = 0}, + [1423] = {.lex_state = 0}, + [1424] = {.lex_state = 19}, + [1425] = {.lex_state = 0}, [1426] = {.lex_state = 0}, - [1427] = {.lex_state = 27}, + [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, - [1429] = {.lex_state = 0}, - [1430] = {.lex_state = 0}, - [1431] = {.lex_state = 19}, + [1429] = {.lex_state = 33}, + [1430] = {.lex_state = 33}, + [1431] = {.lex_state = 33}, [1432] = {.lex_state = 0}, - [1433] = {.lex_state = 27}, - [1434] = {.lex_state = 33}, - [1435] = {.lex_state = 27}, - [1436] = {.lex_state = 0}, - [1437] = {.lex_state = 19}, - [1438] = {.lex_state = 0}, - [1439] = {.lex_state = 0}, + [1433] = {.lex_state = 0}, + [1434] = {.lex_state = 19}, + [1435] = {.lex_state = 0}, + [1436] = {.lex_state = 27}, + [1437] = {.lex_state = 0}, + [1438] = {.lex_state = 83}, + [1439] = {.lex_state = 27}, [1440] = {.lex_state = 0}, - [1441] = {.lex_state = 19}, - [1442] = {.lex_state = 19}, - [1443] = {.lex_state = 33}, + [1441] = {.lex_state = 33}, + [1442] = {.lex_state = 33}, + [1443] = {.lex_state = 0}, [1444] = {.lex_state = 0}, - [1445] = {.lex_state = 33}, - [1446] = {.lex_state = 0}, - [1447] = {.lex_state = 83}, - [1448] = {.lex_state = 19}, - [1449] = {.lex_state = 0}, - [1450] = {.lex_state = 83}, + [1445] = {.lex_state = 83}, + [1446] = {.lex_state = 19}, + [1447] = {.lex_state = 0}, + [1448] = {.lex_state = 0}, + [1449] = {.lex_state = 83}, + [1450] = {.lex_state = 0}, [1451] = {.lex_state = 0}, - [1452] = {.lex_state = 19}, - [1453] = {.lex_state = 83}, + [1452] = {.lex_state = 0}, + [1453] = {.lex_state = 0}, [1454] = {.lex_state = 33}, - [1455] = {.lex_state = 0}, + [1455] = {.lex_state = 27}, [1456] = {.lex_state = 0}, - [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 83}, - [1459] = {.lex_state = 0}, - [1460] = {.lex_state = 83}, - [1461] = {.lex_state = 83}, + [1457] = {.lex_state = 19}, + [1458] = {.lex_state = 0}, + [1459] = {.lex_state = 27}, + [1460] = {.lex_state = 27}, + [1461] = {.lex_state = 27}, [1462] = {.lex_state = 83}, - [1463] = {.lex_state = 83}, - [1464] = {.lex_state = 33}, + [1463] = {.lex_state = 33}, + [1464] = {.lex_state = 0}, [1465] = {.lex_state = 83}, + [1466] = {.lex_state = 0}, + [1467] = {.lex_state = 0}, + [1468] = {.lex_state = 33}, + [1469] = {.lex_state = 83}, + [1470] = {.lex_state = 19}, + [1471] = {.lex_state = 83}, + [1472] = {.lex_state = 33}, + [1473] = {.lex_state = 83}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12629,68 +12745,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_translation_unit] = STATE(1440), - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1003), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(645), + [sym_translation_unit] = STATE(1437), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1017), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(641), - [sym_compound_statement] = STATE(38), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(844), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(38), - [sym_labeled_statement] = STATE(38), - [sym_expression_statement] = STATE(38), - [sym_if_statement] = STATE(38), - [sym_switch_statement] = STATE(38), - [sym_case_statement] = STATE(38), - [sym_while_statement] = STATE(38), - [sym_do_statement] = STATE(38), - [sym_for_statement] = STATE(38), - [sym_return_statement] = STATE(38), - [sym_break_statement] = STATE(38), - [sym_continue_statement] = STATE(38), - [sym_goto_statement] = STATE(38), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(38), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(853), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -12766,69 +12882,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [sym_preproc_include] = STATE(5), - [sym_preproc_def] = STATE(5), - [sym_preproc_function_def] = STATE(5), - [sym_preproc_call] = STATE(5), - [sym_preproc_if] = STATE(5), - [sym_preproc_ifdef] = STATE(5), - [sym_preproc_else] = STATE(1302), - [sym_preproc_elif] = STATE(1302), - [sym_function_definition] = STATE(5), - [sym_declaration] = STATE(5), - [sym_type_definition] = STATE(5), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(5), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(4), + [sym_preproc_def] = STATE(4), + [sym_preproc_function_def] = STATE(4), + [sym_preproc_call] = STATE(4), + [sym_preproc_if] = STATE(4), + [sym_preproc_ifdef] = STATE(4), + [sym_preproc_else] = STATE(1282), + [sym_preproc_elif] = STATE(1282), + [sym_function_definition] = STATE(4), + [sym_declaration] = STATE(4), + [sym_type_definition] = STATE(4), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(4), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(5), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(5), - [sym_labeled_statement] = STATE(5), - [sym_expression_statement] = STATE(5), - [sym_if_statement] = STATE(5), - [sym_switch_statement] = STATE(5), - [sym_case_statement] = STATE(5), - [sym_while_statement] = STATE(5), - [sym_do_statement] = STATE(5), - [sym_for_statement] = STATE(5), - [sym_return_statement] = STATE(5), - [sym_break_statement] = STATE(5), - [sym_continue_statement] = STATE(5), - [sym_goto_statement] = STATE(5), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(5), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(5), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(4), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(4), + [sym_labeled_statement] = STATE(4), + [sym_expression_statement] = STATE(4), + [sym_if_statement] = STATE(4), + [sym_switch_statement] = STATE(4), + [sym_case_statement] = STATE(4), + [sym_while_statement] = STATE(4), + [sym_do_statement] = STATE(4), + [sym_for_statement] = STATE(4), + [sym_return_statement] = STATE(4), + [sym_break_statement] = STATE(4), + [sym_continue_statement] = STATE(4), + [sym_goto_statement] = STATE(4), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(4), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(4), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -12906,69 +13022,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [3] = { - [sym_preproc_include] = STATE(12), - [sym_preproc_def] = STATE(12), - [sym_preproc_function_def] = STATE(12), - [sym_preproc_call] = STATE(12), - [sym_preproc_if] = STATE(12), - [sym_preproc_ifdef] = STATE(12), - [sym_preproc_else] = STATE(1293), - [sym_preproc_elif] = STATE(1293), - [sym_function_definition] = STATE(12), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(12), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(17), + [sym_preproc_def] = STATE(17), + [sym_preproc_function_def] = STATE(17), + [sym_preproc_call] = STATE(17), + [sym_preproc_if] = STATE(17), + [sym_preproc_ifdef] = STATE(17), + [sym_preproc_else] = STATE(1316), + [sym_preproc_elif] = STATE(1316), + [sym_function_definition] = STATE(17), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(17), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(12), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(12), - [sym_labeled_statement] = STATE(12), - [sym_expression_statement] = STATE(12), - [sym_if_statement] = STATE(12), - [sym_switch_statement] = STATE(12), - [sym_case_statement] = STATE(12), - [sym_while_statement] = STATE(12), - [sym_do_statement] = STATE(12), - [sym_for_statement] = STATE(12), - [sym_return_statement] = STATE(12), - [sym_break_statement] = STATE(12), - [sym_continue_statement] = STATE(12), - [sym_goto_statement] = STATE(12), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(12), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(12), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(17), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(17), + [sym_labeled_statement] = STATE(17), + [sym_expression_statement] = STATE(17), + [sym_if_statement] = STATE(17), + [sym_switch_statement] = STATE(17), + [sym_case_statement] = STATE(17), + [sym_while_statement] = STATE(17), + [sym_do_statement] = STATE(17), + [sym_for_statement] = STATE(17), + [sym_return_statement] = STATE(17), + [sym_break_statement] = STATE(17), + [sym_continue_statement] = STATE(17), + [sym_goto_statement] = STATE(17), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(17), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(17), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13046,69 +13162,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { - [sym_preproc_include] = STATE(10), - [sym_preproc_def] = STATE(10), - [sym_preproc_function_def] = STATE(10), - [sym_preproc_call] = STATE(10), - [sym_preproc_if] = STATE(10), - [sym_preproc_ifdef] = STATE(10), - [sym_preproc_else] = STATE(1394), - [sym_preproc_elif] = STATE(1394), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(1333), + [sym_preproc_elif] = STATE(1333), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(10), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(10), - [sym_labeled_statement] = STATE(10), - [sym_expression_statement] = STATE(10), - [sym_if_statement] = STATE(10), - [sym_switch_statement] = STATE(10), - [sym_case_statement] = STATE(10), - [sym_while_statement] = STATE(10), - [sym_do_statement] = STATE(10), - [sym_for_statement] = STATE(10), - [sym_return_statement] = STATE(10), - [sym_break_statement] = STATE(10), - [sym_continue_statement] = STATE(10), - [sym_goto_statement] = STATE(10), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(10), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(10), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13192,26 +13308,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1289), - [sym_preproc_elif] = STATE(1289), + [sym_preproc_else] = STATE(1461), + [sym_preproc_elif] = STATE(1461), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -13225,30 +13341,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13332,26 +13448,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1311), - [sym_preproc_elif] = STATE(1311), + [sym_preproc_else] = STATE(1303), + [sym_preproc_elif] = STATE(1303), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -13365,30 +13481,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13472,26 +13588,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1427), - [sym_preproc_elif] = STATE(1427), + [sym_preproc_else] = STATE(1296), + [sym_preproc_elif] = STATE(1296), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -13505,30 +13621,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13606,69 +13722,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [8] = { - [sym_preproc_include] = STATE(13), - [sym_preproc_def] = STATE(13), - [sym_preproc_function_def] = STATE(13), - [sym_preproc_call] = STATE(13), - [sym_preproc_if] = STATE(13), - [sym_preproc_ifdef] = STATE(13), - [sym_preproc_else] = STATE(1331), - [sym_preproc_elif] = STATE(1331), - [sym_function_definition] = STATE(13), - [sym_declaration] = STATE(13), - [sym_type_definition] = STATE(13), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(13), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(1306), + [sym_preproc_elif] = STATE(1306), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(13), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(13), - [sym_labeled_statement] = STATE(13), - [sym_expression_statement] = STATE(13), - [sym_if_statement] = STATE(13), - [sym_switch_statement] = STATE(13), - [sym_case_statement] = STATE(13), - [sym_while_statement] = STATE(13), - [sym_do_statement] = STATE(13), - [sym_for_statement] = STATE(13), - [sym_return_statement] = STATE(13), - [sym_break_statement] = STATE(13), - [sym_continue_statement] = STATE(13), - [sym_goto_statement] = STATE(13), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(13), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13752,26 +13868,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1397), - [sym_preproc_elif] = STATE(1397), + [sym_preproc_else] = STATE(1416), + [sym_preproc_elif] = STATE(1416), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -13785,30 +13901,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -13886,69 +14002,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [10] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1352), - [sym_preproc_elif] = STATE(1352), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(7), + [sym_preproc_def] = STATE(7), + [sym_preproc_function_def] = STATE(7), + [sym_preproc_call] = STATE(7), + [sym_preproc_if] = STATE(7), + [sym_preproc_ifdef] = STATE(7), + [sym_preproc_else] = STATE(1308), + [sym_preproc_elif] = STATE(1308), + [sym_function_definition] = STATE(7), + [sym_declaration] = STATE(7), + [sym_type_definition] = STATE(7), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(7), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(7), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(7), + [sym_labeled_statement] = STATE(7), + [sym_expression_statement] = STATE(7), + [sym_if_statement] = STATE(7), + [sym_switch_statement] = STATE(7), + [sym_case_statement] = STATE(7), + [sym_while_statement] = STATE(7), + [sym_do_statement] = STATE(7), + [sym_for_statement] = STATE(7), + [sym_return_statement] = STATE(7), + [sym_break_statement] = STATE(7), + [sym_continue_statement] = STATE(7), + [sym_goto_statement] = STATE(7), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(7), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(7), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -14026,69 +14142,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [11] = { - [sym_preproc_include] = STATE(9), - [sym_preproc_def] = STATE(9), - [sym_preproc_function_def] = STATE(9), - [sym_preproc_call] = STATE(9), - [sym_preproc_if] = STATE(9), - [sym_preproc_ifdef] = STATE(9), - [sym_preproc_else] = STATE(1411), - [sym_preproc_elif] = STATE(1411), - [sym_function_definition] = STATE(9), - [sym_declaration] = STATE(9), - [sym_type_definition] = STATE(9), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(9), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(8), + [sym_preproc_def] = STATE(8), + [sym_preproc_function_def] = STATE(8), + [sym_preproc_call] = STATE(8), + [sym_preproc_if] = STATE(8), + [sym_preproc_ifdef] = STATE(8), + [sym_preproc_else] = STATE(1320), + [sym_preproc_elif] = STATE(1320), + [sym_function_definition] = STATE(8), + [sym_declaration] = STATE(8), + [sym_type_definition] = STATE(8), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(8), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(9), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_case_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_goto_statement] = STATE(9), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(9), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(9), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(8), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(8), + [sym_labeled_statement] = STATE(8), + [sym_expression_statement] = STATE(8), + [sym_if_statement] = STATE(8), + [sym_switch_statement] = STATE(8), + [sym_case_statement] = STATE(8), + [sym_while_statement] = STATE(8), + [sym_do_statement] = STATE(8), + [sym_for_statement] = STATE(8), + [sym_return_statement] = STATE(8), + [sym_break_statement] = STATE(8), + [sym_continue_statement] = STATE(8), + [sym_goto_statement] = STATE(8), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(8), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(8), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -14172,26 +14288,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1274), - [sym_preproc_elif] = STATE(1274), + [sym_preproc_else] = STATE(1436), + [sym_preproc_elif] = STATE(1436), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -14205,30 +14321,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -14306,69 +14422,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [13] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1402), - [sym_preproc_elif] = STATE(1402), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(6), + [sym_preproc_def] = STATE(6), + [sym_preproc_function_def] = STATE(6), + [sym_preproc_call] = STATE(6), + [sym_preproc_if] = STATE(6), + [sym_preproc_ifdef] = STATE(6), + [sym_preproc_else] = STATE(1317), + [sym_preproc_elif] = STATE(1317), + [sym_function_definition] = STATE(6), + [sym_declaration] = STATE(6), + [sym_type_definition] = STATE(6), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(6), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(6), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(6), + [sym_labeled_statement] = STATE(6), + [sym_expression_statement] = STATE(6), + [sym_if_statement] = STATE(6), + [sym_switch_statement] = STATE(6), + [sym_case_statement] = STATE(6), + [sym_while_statement] = STATE(6), + [sym_do_statement] = STATE(6), + [sym_for_statement] = STATE(6), + [sym_return_statement] = STATE(6), + [sym_break_statement] = STATE(6), + [sym_continue_statement] = STATE(6), + [sym_goto_statement] = STATE(6), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(6), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(6), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -14446,32 +14562,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [14] = { + [sym_preproc_include] = STATE(5), + [sym_preproc_def] = STATE(5), + [sym_preproc_function_def] = STATE(5), + [sym_preproc_call] = STATE(5), + [sym_preproc_if] = STATE(5), + [sym_preproc_ifdef] = STATE(5), + [sym_preproc_else] = STATE(1327), + [sym_preproc_elif] = STATE(1327), + [sym_function_definition] = STATE(5), + [sym_declaration] = STATE(5), + [sym_type_definition] = STATE(5), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(5), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(5), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(5), + [sym_labeled_statement] = STATE(5), + [sym_expression_statement] = STATE(5), + [sym_if_statement] = STATE(5), + [sym_switch_statement] = STATE(5), + [sym_case_statement] = STATE(5), + [sym_while_statement] = STATE(5), + [sym_do_statement] = STATE(5), + [sym_for_statement] = STATE(5), + [sym_return_statement] = STATE(5), + [sym_break_statement] = STATE(5), + [sym_continue_statement] = STATE(5), + [sym_goto_statement] = STATE(5), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(5), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(5), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(91), + [aux_sym_preproc_include_token1] = ACTIONS(93), + [aux_sym_preproc_def_token1] = ACTIONS(95), + [aux_sym_preproc_if_token1] = ACTIONS(97), + [aux_sym_preproc_if_token2] = ACTIONS(161), + [aux_sym_preproc_ifdef_token1] = ACTIONS(101), + [aux_sym_preproc_ifdef_token2] = ACTIONS(101), + [aux_sym_preproc_else_token1] = ACTIONS(103), + [aux_sym_preproc_elif_token1] = ACTIONS(105), + [sym_preproc_directive] = ACTIONS(107), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_typedef] = ACTIONS(111), + [anon_sym_extern] = ACTIONS(113), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(39), + [anon_sym___clrcall] = ACTIONS(39), + [anon_sym___stdcall] = ACTIONS(39), + [anon_sym___fastcall] = ACTIONS(39), + [anon_sym___thiscall] = ACTIONS(39), + [anon_sym___vectorcall] = ACTIONS(39), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [15] = { [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), [sym_preproc_function_def] = STATE(20), [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1409), - [sym_preproc_elif] = STATE(1409), + [sym_preproc_else] = STATE(1400), + [sym_preproc_elif] = STATE(1400), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -14485,35 +14741,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), - [aux_sym_preproc_if_token2] = ACTIONS(161), + [aux_sym_preproc_if_token2] = ACTIONS(163), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), @@ -14585,75 +14841,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [15] = { - [sym_preproc_include] = STATE(7), - [sym_preproc_def] = STATE(7), - [sym_preproc_function_def] = STATE(7), - [sym_preproc_call] = STATE(7), - [sym_preproc_if] = STATE(7), - [sym_preproc_ifdef] = STATE(7), - [sym_preproc_else] = STATE(1391), - [sym_preproc_elif] = STATE(1391), - [sym_function_definition] = STATE(7), - [sym_declaration] = STATE(7), - [sym_type_definition] = STATE(7), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(7), - [sym_attribute_specifier] = STATE(645), + [16] = { + [sym_preproc_include] = STATE(15), + [sym_preproc_def] = STATE(15), + [sym_preproc_function_def] = STATE(15), + [sym_preproc_call] = STATE(15), + [sym_preproc_if] = STATE(15), + [sym_preproc_ifdef] = STATE(15), + [sym_preproc_else] = STATE(1417), + [sym_preproc_elif] = STATE(1417), + [sym_function_definition] = STATE(15), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(15), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(7), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(7), - [sym_labeled_statement] = STATE(7), - [sym_expression_statement] = STATE(7), - [sym_if_statement] = STATE(7), - [sym_switch_statement] = STATE(7), - [sym_case_statement] = STATE(7), - [sym_while_statement] = STATE(7), - [sym_do_statement] = STATE(7), - [sym_for_statement] = STATE(7), - [sym_return_statement] = STATE(7), - [sym_break_statement] = STATE(7), - [sym_continue_statement] = STATE(7), - [sym_goto_statement] = STATE(7), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(7), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(7), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(15), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(15), + [sym_labeled_statement] = STATE(15), + [sym_expression_statement] = STATE(15), + [sym_if_statement] = STATE(15), + [sym_switch_statement] = STATE(15), + [sym_case_statement] = STATE(15), + [sym_while_statement] = STATE(15), + [sym_do_statement] = STATE(15), + [sym_for_statement] = STATE(15), + [sym_return_statement] = STATE(15), + [sym_break_statement] = STATE(15), + [sym_continue_statement] = STATE(15), + [sym_goto_statement] = STATE(15), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(15), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(15), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), - [aux_sym_preproc_if_token2] = ACTIONS(163), + [aux_sym_preproc_if_token2] = ACTIONS(165), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), @@ -14725,75 +14981,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [16] = { - [sym_preproc_include] = STATE(6), - [sym_preproc_def] = STATE(6), - [sym_preproc_function_def] = STATE(6), - [sym_preproc_call] = STATE(6), - [sym_preproc_if] = STATE(6), - [sym_preproc_ifdef] = STATE(6), + [17] = { + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), [sym_preproc_else] = STATE(1353), [sym_preproc_elif] = STATE(1353), - [sym_function_definition] = STATE(6), - [sym_declaration] = STATE(6), - [sym_type_definition] = STATE(6), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(6), - [sym_attribute_specifier] = STATE(645), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(6), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(6), - [sym_labeled_statement] = STATE(6), - [sym_expression_statement] = STATE(6), - [sym_if_statement] = STATE(6), - [sym_switch_statement] = STATE(6), - [sym_case_statement] = STATE(6), - [sym_while_statement] = STATE(6), - [sym_do_statement] = STATE(6), - [sym_for_statement] = STATE(6), - [sym_return_statement] = STATE(6), - [sym_break_statement] = STATE(6), - [sym_continue_statement] = STATE(6), - [sym_goto_statement] = STATE(6), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(6), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(6), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), - [aux_sym_preproc_if_token2] = ACTIONS(165), + [aux_sym_preproc_if_token2] = ACTIONS(167), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), @@ -14865,215 +15121,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [17] = { - [sym_preproc_include] = STATE(19), - [sym_preproc_def] = STATE(19), - [sym_preproc_function_def] = STATE(19), - [sym_preproc_call] = STATE(19), - [sym_preproc_if] = STATE(19), - [sym_preproc_ifdef] = STATE(19), - [sym_preproc_else] = STATE(1403), - [sym_preproc_elif] = STATE(1403), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(645), + [18] = { + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(1410), + [sym_preproc_elif] = STATE(1410), + [sym_function_definition] = STATE(12), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(19), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(19), - [sym_labeled_statement] = STATE(19), - [sym_expression_statement] = STATE(19), - [sym_if_statement] = STATE(19), - [sym_switch_statement] = STATE(19), - [sym_case_statement] = STATE(19), - [sym_while_statement] = STATE(19), - [sym_do_statement] = STATE(19), - [sym_for_statement] = STATE(19), - [sym_return_statement] = STATE(19), - [sym_break_statement] = STATE(19), - [sym_continue_statement] = STATE(19), - [sym_goto_statement] = STATE(19), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(19), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(19), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(12), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), [aux_sym_preproc_if_token1] = ACTIONS(97), - [aux_sym_preproc_if_token2] = ACTIONS(167), - [aux_sym_preproc_ifdef_token1] = ACTIONS(101), - [aux_sym_preproc_ifdef_token2] = ACTIONS(101), - [aux_sym_preproc_else_token1] = ACTIONS(103), - [aux_sym_preproc_elif_token1] = ACTIONS(105), - [sym_preproc_directive] = ACTIONS(107), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_typedef] = ACTIONS(111), - [anon_sym_extern] = ACTIONS(113), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(39), - [anon_sym___clrcall] = ACTIONS(39), - [anon_sym___stdcall] = ACTIONS(39), - [anon_sym___fastcall] = ACTIONS(39), - [anon_sym___thiscall] = ACTIONS(39), - [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [18] = { - [sym_preproc_include] = STATE(14), - [sym_preproc_def] = STATE(14), - [sym_preproc_function_def] = STATE(14), - [sym_preproc_call] = STATE(14), - [sym_preproc_if] = STATE(14), - [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(1338), - [sym_preproc_elif] = STATE(1338), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(14), - [sym_labeled_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_if_statement] = STATE(14), - [sym_switch_statement] = STATE(14), - [sym_case_statement] = STATE(14), - [sym_while_statement] = STATE(14), - [sym_do_statement] = STATE(14), - [sym_for_statement] = STATE(14), - [sym_return_statement] = STATE(14), - [sym_break_statement] = STATE(14), - [sym_continue_statement] = STATE(14), - [sym_goto_statement] = STATE(14), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(91), - [aux_sym_preproc_include_token1] = ACTIONS(93), - [aux_sym_preproc_def_token1] = ACTIONS(95), - [aux_sym_preproc_if_token1] = ACTIONS(97), - [aux_sym_preproc_if_token2] = ACTIONS(169), + [aux_sym_preproc_if_token2] = ACTIONS(169), [aux_sym_preproc_ifdef_token1] = ACTIONS(101), [aux_sym_preproc_ifdef_token2] = ACTIONS(101), [aux_sym_preproc_else_token1] = ACTIONS(103), @@ -15146,69 +15262,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [19] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1375), - [sym_preproc_elif] = STATE(1375), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(9), + [sym_preproc_def] = STATE(9), + [sym_preproc_function_def] = STATE(9), + [sym_preproc_call] = STATE(9), + [sym_preproc_if] = STATE(9), + [sym_preproc_ifdef] = STATE(9), + [sym_preproc_else] = STATE(1439), + [sym_preproc_elif] = STATE(1439), + [sym_function_definition] = STATE(9), + [sym_declaration] = STATE(9), + [sym_type_definition] = STATE(9), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), + [sym_linkage_specification] = STATE(9), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), + [sym_compound_statement] = STATE(9), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_case_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_goto_statement] = STATE(9), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(9), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(9), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(91), [aux_sym_preproc_include_token1] = ACTIONS(93), [aux_sym_preproc_def_token1] = ACTIONS(95), @@ -15295,21 +15411,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1008), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1018), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(643), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(646), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(847), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(855), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -15323,30 +15439,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(884), + [sym_macro_type_specifier] = STATE(899), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(173), [aux_sym_preproc_include_token1] = ACTIONS(176), [aux_sym_preproc_def_token1] = ACTIONS(179), @@ -15424,67 +15540,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [21] = { - [sym_preproc_include] = STATE(26), - [sym_preproc_def] = STATE(26), - [sym_preproc_function_def] = STATE(26), - [sym_preproc_call] = STATE(26), - [sym_preproc_if] = STATE(26), - [sym_preproc_ifdef] = STATE(26), - [sym_function_definition] = STATE(26), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(26), - [sym_labeled_statement] = STATE(26), - [sym_expression_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_switch_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_while_statement] = STATE(26), - [sym_do_statement] = STATE(26), - [sym_for_statement] = STATE(26), - [sym_return_statement] = STATE(26), - [sym_break_statement] = STATE(26), - [sym_continue_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(26), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -15560,211 +15676,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [22] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(301), - [aux_sym_preproc_include_token1] = ACTIONS(303), - [aux_sym_preproc_def_token1] = ACTIONS(305), - [aux_sym_preproc_if_token1] = ACTIONS(307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(309), - [sym_preproc_directive] = ACTIONS(311), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), - [anon_sym_extern] = ACTIONS(317), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(39), - [anon_sym___clrcall] = ACTIONS(39), - [anon_sym___stdcall] = ACTIONS(39), - [anon_sym___fastcall] = ACTIONS(39), - [anon_sym___thiscall] = ACTIONS(39), - [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(345), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [23] = { - [sym_preproc_include] = STATE(23), - [sym_preproc_def] = STATE(23), - [sym_preproc_function_def] = STATE(23), - [sym_preproc_call] = STATE(23), - [sym_preproc_if] = STATE(23), - [sym_preproc_ifdef] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1012), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(644), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(845), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(23), - [sym_labeled_statement] = STATE(23), - [sym_expression_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_switch_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_do_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_return_statement] = STATE(23), - [sym_break_statement] = STATE(23), - [sym_continue_statement] = STATE(23), - [sym_goto_statement] = STATE(23), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(347), - [aux_sym_preproc_include_token1] = ACTIONS(350), - [aux_sym_preproc_def_token1] = ACTIONS(353), - [aux_sym_preproc_if_token1] = ACTIONS(356), - [aux_sym_preproc_if_token2] = ACTIONS(185), - [aux_sym_preproc_ifdef_token1] = ACTIONS(359), - [aux_sym_preproc_ifdef_token2] = ACTIONS(359), - [sym_preproc_directive] = ACTIONS(362), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(345), + [aux_sym_preproc_include_token1] = ACTIONS(348), + [aux_sym_preproc_def_token1] = ACTIONS(351), + [aux_sym_preproc_if_token1] = ACTIONS(354), + [aux_sym_preproc_ifdef_token1] = ACTIONS(357), + [aux_sym_preproc_ifdef_token2] = ACTIONS(357), + [sym_preproc_directive] = ACTIONS(360), [anon_sym_LPAREN2] = ACTIONS(193), [anon_sym_BANG] = ACTIONS(196), [anon_sym_TILDE] = ACTIONS(196), @@ -15772,9 +15751,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(199), [anon_sym_STAR] = ACTIONS(202), [anon_sym_AMP] = ACTIONS(202), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_typedef] = ACTIONS(368), - [anon_sym_extern] = ACTIONS(371), + [anon_sym_SEMI] = ACTIONS(363), + [anon_sym_typedef] = ACTIONS(366), + [anon_sym_extern] = ACTIONS(369), [anon_sym___attribute__] = ACTIONS(214), [anon_sym_LBRACK_LBRACK] = ACTIONS(217), [anon_sym___declspec] = ACTIONS(220), @@ -15784,7 +15763,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(223), [anon_sym___thiscall] = ACTIONS(223), [anon_sym___vectorcall] = ACTIONS(223), - [anon_sym_LBRACE] = ACTIONS(374), + [anon_sym_LBRACE] = ACTIONS(372), + [anon_sym_RBRACE] = ACTIONS(375), [anon_sym_static] = ACTIONS(229), [anon_sym_auto] = ACTIONS(229), [anon_sym_register] = ACTIONS(229), @@ -15831,68 +15811,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(298), [sym_comment] = ACTIONS(3), }, - [24] = { - [sym_preproc_include] = STATE(29), - [sym_preproc_def] = STATE(29), - [sym_preproc_function_def] = STATE(29), - [sym_preproc_call] = STATE(29), - [sym_preproc_if] = STATE(29), - [sym_preproc_ifdef] = STATE(29), - [sym_function_definition] = STATE(29), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(645), + [23] = { + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_case_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_goto_statement] = STATE(29), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -15967,75 +15947,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [25] = { - [sym_preproc_include] = STATE(32), - [sym_preproc_def] = STATE(32), - [sym_preproc_function_def] = STATE(32), - [sym_preproc_call] = STATE(32), - [sym_preproc_if] = STATE(32), - [sym_preproc_ifdef] = STATE(32), - [sym_function_definition] = STATE(32), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(645), + [24] = { + [sym_preproc_include] = STATE(34), + [sym_preproc_def] = STATE(34), + [sym_preproc_function_def] = STATE(34), + [sym_preproc_call] = STATE(34), + [sym_preproc_if] = STATE(34), + [sym_preproc_ifdef] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_declaration] = STATE(34), + [sym_type_definition] = STATE(34), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1009), + [sym_linkage_specification] = STATE(34), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(32), - [sym_labeled_statement] = STATE(32), - [sym_expression_statement] = STATE(32), - [sym_if_statement] = STATE(32), - [sym_switch_statement] = STATE(32), - [sym_case_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_do_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_return_statement] = STATE(32), - [sym_break_statement] = STATE(32), - [sym_continue_statement] = STATE(32), - [sym_goto_statement] = STATE(32), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(301), - [aux_sym_preproc_include_token1] = ACTIONS(303), - [aux_sym_preproc_def_token1] = ACTIONS(305), - [aux_sym_preproc_if_token1] = ACTIONS(307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(309), - [sym_preproc_directive] = ACTIONS(311), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(647), + [sym_compound_statement] = STATE(34), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(852), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(34), + [sym_labeled_statement] = STATE(34), + [sym_expression_statement] = STATE(34), + [sym_if_statement] = STATE(34), + [sym_switch_statement] = STATE(34), + [sym_case_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_do_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_return_statement] = STATE(34), + [sym_break_statement] = STATE(34), + [sym_continue_statement] = STATE(34), + [sym_goto_statement] = STATE(34), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(34), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(34), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(412), + [aux_sym_preproc_include_token1] = ACTIONS(414), + [aux_sym_preproc_def_token1] = ACTIONS(416), + [aux_sym_preproc_if_token1] = ACTIONS(418), + [aux_sym_preproc_if_token2] = ACTIONS(420), + [aux_sym_preproc_ifdef_token1] = ACTIONS(422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(422), + [sym_preproc_directive] = ACTIONS(424), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -16043,9 +16024,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), - [anon_sym_extern] = ACTIONS(317), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), + [anon_sym_extern] = ACTIONS(430), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -16055,8 +16036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(412), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16073,17 +16053,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -16103,68 +16083,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [26] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [25] = { + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -16192,7 +16172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_RBRACE] = ACTIONS(456), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16239,68 +16219,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [27] = { - [sym_preproc_include] = STATE(34), - [sym_preproc_def] = STATE(34), - [sym_preproc_function_def] = STATE(34), - [sym_preproc_call] = STATE(34), - [sym_preproc_if] = STATE(34), - [sym_preproc_ifdef] = STATE(34), - [sym_function_definition] = STATE(34), - [sym_declaration] = STATE(34), - [sym_type_definition] = STATE(34), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(645), + [26] = { + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(34), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(34), - [sym_labeled_statement] = STATE(34), - [sym_expression_statement] = STATE(34), - [sym_if_statement] = STATE(34), - [sym_switch_statement] = STATE(34), - [sym_case_statement] = STATE(34), - [sym_while_statement] = STATE(34), - [sym_do_statement] = STATE(34), - [sym_for_statement] = STATE(34), - [sym_return_statement] = STATE(34), - [sym_break_statement] = STATE(34), - [sym_continue_statement] = STATE(34), - [sym_goto_statement] = STATE(34), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(34), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(34), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(33), + [sym_labeled_statement] = STATE(33), + [sym_expression_statement] = STATE(33), + [sym_if_statement] = STATE(33), + [sym_switch_statement] = STATE(33), + [sym_case_statement] = STATE(33), + [sym_while_statement] = STATE(33), + [sym_do_statement] = STATE(33), + [sym_for_statement] = STATE(33), + [sym_return_statement] = STATE(33), + [sym_break_statement] = STATE(33), + [sym_continue_statement] = STATE(33), + [sym_goto_statement] = STATE(33), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(33), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -16328,7 +16308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(416), + [anon_sym_RBRACE] = ACTIONS(458), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16375,204 +16355,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [28] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1003), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(645), + [27] = { + [sym_preproc_include] = STATE(32), + [sym_preproc_def] = STATE(32), + [sym_preproc_function_def] = STATE(32), + [sym_preproc_call] = STATE(32), + [sym_preproc_if] = STATE(32), + [sym_preproc_ifdef] = STATE(32), + [sym_function_definition] = STATE(32), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(641), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(844), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(28), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [ts_builtin_sym_end] = ACTIONS(418), - [sym_identifier] = ACTIONS(420), - [aux_sym_preproc_include_token1] = ACTIONS(423), - [aux_sym_preproc_def_token1] = ACTIONS(426), - [aux_sym_preproc_if_token1] = ACTIONS(429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(432), - [sym_preproc_directive] = ACTIONS(435), - [anon_sym_LPAREN2] = ACTIONS(193), - [anon_sym_BANG] = ACTIONS(196), - [anon_sym_TILDE] = ACTIONS(196), - [anon_sym_DASH] = ACTIONS(199), - [anon_sym_PLUS] = ACTIONS(199), - [anon_sym_STAR] = ACTIONS(202), - [anon_sym_AMP] = ACTIONS(202), - [anon_sym_SEMI] = ACTIONS(438), - [anon_sym_typedef] = ACTIONS(441), - [anon_sym_extern] = ACTIONS(444), - [anon_sym___attribute__] = ACTIONS(214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(217), - [anon_sym___declspec] = ACTIONS(220), - [anon_sym___cdecl] = ACTIONS(223), - [anon_sym___clrcall] = ACTIONS(223), - [anon_sym___stdcall] = ACTIONS(223), - [anon_sym___fastcall] = ACTIONS(223), - [anon_sym___thiscall] = ACTIONS(223), - [anon_sym___vectorcall] = ACTIONS(223), - [anon_sym_LBRACE] = ACTIONS(447), - [anon_sym_static] = ACTIONS(229), - [anon_sym_auto] = ACTIONS(229), - [anon_sym_register] = ACTIONS(229), - [anon_sym_inline] = ACTIONS(229), - [anon_sym_const] = ACTIONS(232), - [anon_sym_volatile] = ACTIONS(232), - [anon_sym_restrict] = ACTIONS(232), - [anon_sym__Atomic] = ACTIONS(232), - [anon_sym_signed] = ACTIONS(235), - [anon_sym_unsigned] = ACTIONS(235), - [anon_sym_long] = ACTIONS(235), - [anon_sym_short] = ACTIONS(235), - [sym_primitive_type] = ACTIONS(238), - [anon_sym_enum] = ACTIONS(241), - [anon_sym_struct] = ACTIONS(244), - [anon_sym_union] = ACTIONS(247), - [anon_sym_if] = ACTIONS(450), - [anon_sym_switch] = ACTIONS(453), - [anon_sym_case] = ACTIONS(456), - [anon_sym_default] = ACTIONS(459), - [anon_sym_while] = ACTIONS(462), - [anon_sym_do] = ACTIONS(465), - [anon_sym_for] = ACTIONS(468), - [anon_sym_return] = ACTIONS(471), - [anon_sym_break] = ACTIONS(474), - [anon_sym_continue] = ACTIONS(477), - [anon_sym_goto] = ACTIONS(480), - [anon_sym_DASH_DASH] = ACTIONS(283), - [anon_sym_PLUS_PLUS] = ACTIONS(283), - [anon_sym_sizeof] = ACTIONS(286), - [sym_number_literal] = ACTIONS(289), - [anon_sym_L_SQUOTE] = ACTIONS(292), - [anon_sym_u_SQUOTE] = ACTIONS(292), - [anon_sym_U_SQUOTE] = ACTIONS(292), - [anon_sym_u8_SQUOTE] = ACTIONS(292), - [anon_sym_SQUOTE] = ACTIONS(292), - [anon_sym_L_DQUOTE] = ACTIONS(295), - [anon_sym_u_DQUOTE] = ACTIONS(295), - [anon_sym_U_DQUOTE] = ACTIONS(295), - [anon_sym_u8_DQUOTE] = ACTIONS(295), - [anon_sym_DQUOTE] = ACTIONS(295), - [sym_true] = ACTIONS(298), - [sym_false] = ACTIONS(298), - [sym_null] = ACTIONS(298), - [sym_comment] = ACTIONS(3), - }, - [29] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(32), + [sym_labeled_statement] = STATE(32), + [sym_expression_statement] = STATE(32), + [sym_if_statement] = STATE(32), + [sym_switch_statement] = STATE(32), + [sym_case_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_do_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_return_statement] = STATE(32), + [sym_break_statement] = STATE(32), + [sym_continue_statement] = STATE(32), + [sym_goto_statement] = STATE(32), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(32), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -16600,7 +16444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(483), + [anon_sym_RBRACE] = ACTIONS(460), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16647,68 +16491,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [30] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [28] = { + [sym_preproc_include] = STATE(40), + [sym_preproc_def] = STATE(40), + [sym_preproc_function_def] = STATE(40), + [sym_preproc_call] = STATE(40), + [sym_preproc_if] = STATE(40), + [sym_preproc_ifdef] = STATE(40), + [sym_function_definition] = STATE(40), + [sym_declaration] = STATE(40), + [sym_type_definition] = STATE(40), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1017), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(40), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(853), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(40), + [sym_labeled_statement] = STATE(40), + [sym_expression_statement] = STATE(40), + [sym_if_statement] = STATE(40), + [sym_switch_statement] = STATE(40), + [sym_case_statement] = STATE(40), + [sym_while_statement] = STATE(40), + [sym_do_statement] = STATE(40), + [sym_for_statement] = STATE(40), + [sym_return_statement] = STATE(40), + [sym_break_statement] = STATE(40), + [sym_continue_statement] = STATE(40), + [sym_goto_statement] = STATE(40), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(40), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [ts_builtin_sym_end] = ACTIONS(462), + [sym_identifier] = ACTIONS(7), + [aux_sym_preproc_include_token1] = ACTIONS(9), + [aux_sym_preproc_def_token1] = ACTIONS(11), + [aux_sym_preproc_if_token1] = ACTIONS(13), + [aux_sym_preproc_ifdef_token1] = ACTIONS(15), + [aux_sym_preproc_ifdef_token2] = ACTIONS(15), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), + [anon_sym_extern] = ACTIONS(31), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(39), + [anon_sym___clrcall] = ACTIONS(39), + [anon_sym___stdcall] = ACTIONS(39), + [anon_sym___fastcall] = ACTIONS(39), + [anon_sym___thiscall] = ACTIONS(39), + [anon_sym___vectorcall] = ACTIONS(39), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [29] = { + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -16736,7 +16716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(485), + [anon_sym_RBRACE] = ACTIONS(464), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16783,68 +16763,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [31] = { - [sym_preproc_include] = STATE(30), - [sym_preproc_def] = STATE(30), - [sym_preproc_function_def] = STATE(30), - [sym_preproc_call] = STATE(30), - [sym_preproc_if] = STATE(30), - [sym_preproc_ifdef] = STATE(30), - [sym_function_definition] = STATE(30), - [sym_declaration] = STATE(30), - [sym_type_definition] = STATE(30), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(645), + [30] = { + [sym_preproc_include] = STATE(29), + [sym_preproc_def] = STATE(29), + [sym_preproc_function_def] = STATE(29), + [sym_preproc_call] = STATE(29), + [sym_preproc_if] = STATE(29), + [sym_preproc_ifdef] = STATE(29), + [sym_function_definition] = STATE(29), + [sym_declaration] = STATE(29), + [sym_type_definition] = STATE(29), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(30), - [sym_labeled_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_if_statement] = STATE(30), - [sym_switch_statement] = STATE(30), - [sym_case_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_do_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_return_statement] = STATE(30), - [sym_break_statement] = STATE(30), - [sym_continue_statement] = STATE(30), - [sym_goto_statement] = STATE(30), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(30), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(29), + [sym_labeled_statement] = STATE(29), + [sym_expression_statement] = STATE(29), + [sym_if_statement] = STATE(29), + [sym_switch_statement] = STATE(29), + [sym_case_statement] = STATE(29), + [sym_while_statement] = STATE(29), + [sym_do_statement] = STATE(29), + [sym_for_statement] = STATE(29), + [sym_return_statement] = STATE(29), + [sym_break_statement] = STATE(29), + [sym_continue_statement] = STATE(29), + [sym_goto_statement] = STATE(29), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(29), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -16872,7 +16852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(487), + [anon_sym_RBRACE] = ACTIONS(466), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16919,68 +16899,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, + [31] = { + [sym_preproc_include] = STATE(31), + [sym_preproc_def] = STATE(31), + [sym_preproc_function_def] = STATE(31), + [sym_preproc_call] = STATE(31), + [sym_preproc_if] = STATE(31), + [sym_preproc_ifdef] = STATE(31), + [sym_function_definition] = STATE(31), + [sym_declaration] = STATE(31), + [sym_type_definition] = STATE(31), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1009), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(647), + [sym_compound_statement] = STATE(31), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(852), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(31), + [sym_labeled_statement] = STATE(31), + [sym_expression_statement] = STATE(31), + [sym_if_statement] = STATE(31), + [sym_switch_statement] = STATE(31), + [sym_case_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_do_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_return_statement] = STATE(31), + [sym_break_statement] = STATE(31), + [sym_continue_statement] = STATE(31), + [sym_goto_statement] = STATE(31), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(31), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(468), + [aux_sym_preproc_include_token1] = ACTIONS(471), + [aux_sym_preproc_def_token1] = ACTIONS(474), + [aux_sym_preproc_if_token1] = ACTIONS(477), + [aux_sym_preproc_if_token2] = ACTIONS(185), + [aux_sym_preproc_ifdef_token1] = ACTIONS(480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(483), + [anon_sym_LPAREN2] = ACTIONS(193), + [anon_sym_BANG] = ACTIONS(196), + [anon_sym_TILDE] = ACTIONS(196), + [anon_sym_DASH] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(199), + [anon_sym_STAR] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(202), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_typedef] = ACTIONS(489), + [anon_sym_extern] = ACTIONS(492), + [anon_sym___attribute__] = ACTIONS(214), + [anon_sym_LBRACK_LBRACK] = ACTIONS(217), + [anon_sym___declspec] = ACTIONS(220), + [anon_sym___cdecl] = ACTIONS(223), + [anon_sym___clrcall] = ACTIONS(223), + [anon_sym___stdcall] = ACTIONS(223), + [anon_sym___fastcall] = ACTIONS(223), + [anon_sym___thiscall] = ACTIONS(223), + [anon_sym___vectorcall] = ACTIONS(223), + [anon_sym_LBRACE] = ACTIONS(495), + [anon_sym_static] = ACTIONS(229), + [anon_sym_auto] = ACTIONS(229), + [anon_sym_register] = ACTIONS(229), + [anon_sym_inline] = ACTIONS(229), + [anon_sym_const] = ACTIONS(232), + [anon_sym_volatile] = ACTIONS(232), + [anon_sym_restrict] = ACTIONS(232), + [anon_sym__Atomic] = ACTIONS(232), + [anon_sym_signed] = ACTIONS(235), + [anon_sym_unsigned] = ACTIONS(235), + [anon_sym_long] = ACTIONS(235), + [anon_sym_short] = ACTIONS(235), + [sym_primitive_type] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(241), + [anon_sym_struct] = ACTIONS(244), + [anon_sym_union] = ACTIONS(247), + [anon_sym_if] = ACTIONS(498), + [anon_sym_switch] = ACTIONS(501), + [anon_sym_case] = ACTIONS(504), + [anon_sym_default] = ACTIONS(507), + [anon_sym_while] = ACTIONS(510), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(516), + [anon_sym_return] = ACTIONS(519), + [anon_sym_break] = ACTIONS(522), + [anon_sym_continue] = ACTIONS(525), + [anon_sym_goto] = ACTIONS(528), + [anon_sym_DASH_DASH] = ACTIONS(283), + [anon_sym_PLUS_PLUS] = ACTIONS(283), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(289), + [anon_sym_L_SQUOTE] = ACTIONS(292), + [anon_sym_u_SQUOTE] = ACTIONS(292), + [anon_sym_U_SQUOTE] = ACTIONS(292), + [anon_sym_u8_SQUOTE] = ACTIONS(292), + [anon_sym_SQUOTE] = ACTIONS(292), + [anon_sym_L_DQUOTE] = ACTIONS(295), + [anon_sym_u_DQUOTE] = ACTIONS(295), + [anon_sym_U_DQUOTE] = ACTIONS(295), + [anon_sym_u8_DQUOTE] = ACTIONS(295), + [anon_sym_DQUOTE] = ACTIONS(295), + [sym_true] = ACTIONS(298), + [sym_false] = ACTIONS(298), + [sym_null] = ACTIONS(298), + [sym_comment] = ACTIONS(3), + }, [32] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -17008,7 +17124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(489), + [anon_sym_RBRACE] = ACTIONS(531), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17056,75 +17172,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [33] = { - [sym_preproc_include] = STATE(39), - [sym_preproc_def] = STATE(39), - [sym_preproc_function_def] = STATE(39), - [sym_preproc_call] = STATE(39), - [sym_preproc_if] = STATE(39), - [sym_preproc_ifdef] = STATE(39), - [sym_function_definition] = STATE(39), - [sym_declaration] = STATE(39), - [sym_type_definition] = STATE(39), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1012), - [sym_linkage_specification] = STATE(39), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(644), - [sym_compound_statement] = STATE(39), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(845), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(39), - [sym_labeled_statement] = STATE(39), - [sym_expression_statement] = STATE(39), - [sym_if_statement] = STATE(39), - [sym_switch_statement] = STATE(39), - [sym_case_statement] = STATE(39), - [sym_while_statement] = STATE(39), - [sym_do_statement] = STATE(39), - [sym_for_statement] = STATE(39), - [sym_return_statement] = STATE(39), - [sym_break_statement] = STATE(39), - [sym_continue_statement] = STATE(39), - [sym_goto_statement] = STATE(39), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(39), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(39), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(491), - [aux_sym_preproc_include_token1] = ACTIONS(493), - [aux_sym_preproc_def_token1] = ACTIONS(495), - [aux_sym_preproc_if_token1] = ACTIONS(497), - [aux_sym_preproc_if_token2] = ACTIONS(499), - [aux_sym_preproc_ifdef_token1] = ACTIONS(501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(501), - [sym_preproc_directive] = ACTIONS(503), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(301), + [aux_sym_preproc_include_token1] = ACTIONS(303), + [aux_sym_preproc_def_token1] = ACTIONS(305), + [aux_sym_preproc_if_token1] = ACTIONS(307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(309), + [aux_sym_preproc_ifdef_token2] = ACTIONS(309), + [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17132,9 +17247,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), - [anon_sym_extern] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), + [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17144,7 +17259,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(533), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17161,17 +17277,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17192,74 +17308,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [34] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(31), + [sym_preproc_def] = STATE(31), + [sym_preproc_function_def] = STATE(31), + [sym_preproc_call] = STATE(31), + [sym_preproc_if] = STATE(31), + [sym_preproc_ifdef] = STATE(31), + [sym_function_definition] = STATE(31), + [sym_declaration] = STATE(31), + [sym_type_definition] = STATE(31), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1009), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(301), - [aux_sym_preproc_include_token1] = ACTIONS(303), - [aux_sym_preproc_def_token1] = ACTIONS(305), - [aux_sym_preproc_if_token1] = ACTIONS(307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(309), - [sym_preproc_directive] = ACTIONS(311), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(647), + [sym_compound_statement] = STATE(31), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(852), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(31), + [sym_labeled_statement] = STATE(31), + [sym_expression_statement] = STATE(31), + [sym_if_statement] = STATE(31), + [sym_switch_statement] = STATE(31), + [sym_case_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_do_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_return_statement] = STATE(31), + [sym_break_statement] = STATE(31), + [sym_continue_statement] = STATE(31), + [sym_goto_statement] = STATE(31), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(31), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(412), + [aux_sym_preproc_include_token1] = ACTIONS(414), + [aux_sym_preproc_def_token1] = ACTIONS(416), + [aux_sym_preproc_if_token1] = ACTIONS(418), + [aux_sym_preproc_if_token2] = ACTIONS(535), + [aux_sym_preproc_ifdef_token1] = ACTIONS(422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(422), + [sym_preproc_directive] = ACTIONS(424), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17267,9 +17384,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), - [anon_sym_extern] = ACTIONS(317), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), + [anon_sym_extern] = ACTIONS(430), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17279,8 +17396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(535), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17297,17 +17413,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17328,67 +17444,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [35] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(42), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -17464,203 +17580,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [36] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(539), - [aux_sym_preproc_include_token1] = ACTIONS(542), - [aux_sym_preproc_def_token1] = ACTIONS(545), - [aux_sym_preproc_if_token1] = ACTIONS(548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(551), - [aux_sym_preproc_ifdef_token2] = ACTIONS(551), - [sym_preproc_directive] = ACTIONS(554), - [anon_sym_LPAREN2] = ACTIONS(193), - [anon_sym_BANG] = ACTIONS(196), - [anon_sym_TILDE] = ACTIONS(196), - [anon_sym_DASH] = ACTIONS(199), - [anon_sym_PLUS] = ACTIONS(199), - [anon_sym_STAR] = ACTIONS(202), - [anon_sym_AMP] = ACTIONS(202), - [anon_sym_SEMI] = ACTIONS(557), - [anon_sym_typedef] = ACTIONS(560), - [anon_sym_extern] = ACTIONS(563), - [anon_sym___attribute__] = ACTIONS(214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(217), - [anon_sym___declspec] = ACTIONS(220), - [anon_sym___cdecl] = ACTIONS(223), - [anon_sym___clrcall] = ACTIONS(223), - [anon_sym___stdcall] = ACTIONS(223), - [anon_sym___fastcall] = ACTIONS(223), - [anon_sym___thiscall] = ACTIONS(223), - [anon_sym___vectorcall] = ACTIONS(223), - [anon_sym_LBRACE] = ACTIONS(566), - [anon_sym_RBRACE] = ACTIONS(418), - [anon_sym_static] = ACTIONS(229), - [anon_sym_auto] = ACTIONS(229), - [anon_sym_register] = ACTIONS(229), - [anon_sym_inline] = ACTIONS(229), - [anon_sym_const] = ACTIONS(232), - [anon_sym_volatile] = ACTIONS(232), - [anon_sym_restrict] = ACTIONS(232), - [anon_sym__Atomic] = ACTIONS(232), - [anon_sym_signed] = ACTIONS(235), - [anon_sym_unsigned] = ACTIONS(235), - [anon_sym_long] = ACTIONS(235), - [anon_sym_short] = ACTIONS(235), - [sym_primitive_type] = ACTIONS(238), - [anon_sym_enum] = ACTIONS(241), - [anon_sym_struct] = ACTIONS(244), - [anon_sym_union] = ACTIONS(247), - [anon_sym_if] = ACTIONS(569), - [anon_sym_switch] = ACTIONS(572), - [anon_sym_case] = ACTIONS(575), - [anon_sym_default] = ACTIONS(578), - [anon_sym_while] = ACTIONS(581), - [anon_sym_do] = ACTIONS(584), - [anon_sym_for] = ACTIONS(587), - [anon_sym_return] = ACTIONS(590), - [anon_sym_break] = ACTIONS(593), - [anon_sym_continue] = ACTIONS(596), - [anon_sym_goto] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(283), - [anon_sym_PLUS_PLUS] = ACTIONS(283), - [anon_sym_sizeof] = ACTIONS(286), - [sym_number_literal] = ACTIONS(289), - [anon_sym_L_SQUOTE] = ACTIONS(292), - [anon_sym_u_SQUOTE] = ACTIONS(292), - [anon_sym_U_SQUOTE] = ACTIONS(292), - [anon_sym_u8_SQUOTE] = ACTIONS(292), - [anon_sym_SQUOTE] = ACTIONS(292), - [anon_sym_L_DQUOTE] = ACTIONS(295), - [anon_sym_u_DQUOTE] = ACTIONS(295), - [anon_sym_U_DQUOTE] = ACTIONS(295), - [anon_sym_u8_DQUOTE] = ACTIONS(295), - [anon_sym_DQUOTE] = ACTIONS(295), - [sym_true] = ACTIONS(298), - [sym_false] = ACTIONS(298), - [sym_null] = ACTIONS(298), - [sym_comment] = ACTIONS(3), - }, - [37] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(35), + [sym_preproc_def] = STATE(35), + [sym_preproc_function_def] = STATE(35), + [sym_preproc_call] = STATE(35), + [sym_preproc_if] = STATE(35), + [sym_preproc_ifdef] = STATE(35), + [sym_function_definition] = STATE(35), + [sym_declaration] = STATE(35), + [sym_type_definition] = STATE(35), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(35), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(35), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(35), + [sym_labeled_statement] = STATE(35), + [sym_expression_statement] = STATE(35), + [sym_if_statement] = STATE(35), + [sym_switch_statement] = STATE(35), + [sym_case_statement] = STATE(35), + [sym_while_statement] = STATE(35), + [sym_do_statement] = STATE(35), + [sym_for_statement] = STATE(35), + [sym_return_statement] = STATE(35), + [sym_break_statement] = STATE(35), + [sym_continue_statement] = STATE(35), + [sym_goto_statement] = STATE(35), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(35), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(35), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -17688,7 +17668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(602), + [anon_sym_RBRACE] = ACTIONS(539), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17735,76 +17715,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [38] = { - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1003), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(641), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(844), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_case_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_goto_statement] = STATE(28), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(28), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [ts_builtin_sym_end] = ACTIONS(604), - [sym_identifier] = ACTIONS(7), - [aux_sym_preproc_include_token1] = ACTIONS(9), - [aux_sym_preproc_def_token1] = ACTIONS(11), - [aux_sym_preproc_if_token1] = ACTIONS(13), - [aux_sym_preproc_ifdef_token1] = ACTIONS(15), - [aux_sym_preproc_ifdef_token2] = ACTIONS(15), - [sym_preproc_directive] = ACTIONS(17), + [37] = { + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(42), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(42), + [sym_labeled_statement] = STATE(42), + [sym_expression_statement] = STATE(42), + [sym_if_statement] = STATE(42), + [sym_switch_statement] = STATE(42), + [sym_case_statement] = STATE(42), + [sym_while_statement] = STATE(42), + [sym_do_statement] = STATE(42), + [sym_for_statement] = STATE(42), + [sym_return_statement] = STATE(42), + [sym_break_statement] = STATE(42), + [sym_continue_statement] = STATE(42), + [sym_goto_statement] = STATE(42), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(42), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(301), + [aux_sym_preproc_include_token1] = ACTIONS(303), + [aux_sym_preproc_def_token1] = ACTIONS(305), + [aux_sym_preproc_if_token1] = ACTIONS(307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(309), + [aux_sym_preproc_ifdef_token2] = ACTIONS(309), + [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17812,9 +17791,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), - [anon_sym_extern] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), + [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17824,7 +17803,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(541), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17841,17 +17821,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17871,76 +17851,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [39] = { - [sym_preproc_include] = STATE(23), - [sym_preproc_def] = STATE(23), - [sym_preproc_function_def] = STATE(23), - [sym_preproc_call] = STATE(23), - [sym_preproc_if] = STATE(23), - [sym_preproc_ifdef] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1012), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(645), + [38] = { + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(644), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(845), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(23), - [sym_labeled_statement] = STATE(23), - [sym_expression_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_switch_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_do_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_return_statement] = STATE(23), - [sym_break_statement] = STATE(23), - [sym_continue_statement] = STATE(23), - [sym_goto_statement] = STATE(23), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [sym_identifier] = ACTIONS(491), - [aux_sym_preproc_include_token1] = ACTIONS(493), - [aux_sym_preproc_def_token1] = ACTIONS(495), - [aux_sym_preproc_if_token1] = ACTIONS(497), - [aux_sym_preproc_if_token2] = ACTIONS(606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(501), - [sym_preproc_directive] = ACTIONS(503), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(39), + [sym_labeled_statement] = STATE(39), + [sym_expression_statement] = STATE(39), + [sym_if_statement] = STATE(39), + [sym_switch_statement] = STATE(39), + [sym_case_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_do_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_return_statement] = STATE(39), + [sym_break_statement] = STATE(39), + [sym_continue_statement] = STATE(39), + [sym_goto_statement] = STATE(39), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(39), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(301), + [aux_sym_preproc_include_token1] = ACTIONS(303), + [aux_sym_preproc_def_token1] = ACTIONS(305), + [aux_sym_preproc_if_token1] = ACTIONS(307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(309), + [aux_sym_preproc_ifdef_token2] = ACTIONS(309), + [sym_preproc_directive] = ACTIONS(311), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17948,9 +17927,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), - [anon_sym_extern] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), + [anon_sym_extern] = ACTIONS(317), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17960,7 +17939,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(543), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17977,17 +17957,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18007,68 +17987,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [40] = { - [sym_preproc_include] = STATE(37), - [sym_preproc_def] = STATE(37), - [sym_preproc_function_def] = STATE(37), - [sym_preproc_call] = STATE(37), - [sym_preproc_if] = STATE(37), - [sym_preproc_ifdef] = STATE(37), - [sym_function_definition] = STATE(37), - [sym_declaration] = STATE(37), - [sym_type_definition] = STATE(37), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(645), + [39] = { + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(37), - [sym_labeled_statement] = STATE(37), - [sym_expression_statement] = STATE(37), - [sym_if_statement] = STATE(37), - [sym_switch_statement] = STATE(37), - [sym_case_statement] = STATE(37), - [sym_while_statement] = STATE(37), - [sym_do_statement] = STATE(37), - [sym_for_statement] = STATE(37), - [sym_return_statement] = STATE(37), - [sym_break_statement] = STATE(37), - [sym_continue_statement] = STATE(37), - [sym_goto_statement] = STATE(37), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(37), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -18096,7 +18076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(608), + [anon_sym_RBRACE] = ACTIONS(545), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -18143,68 +18123,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, + [40] = { + [sym_preproc_include] = STATE(40), + [sym_preproc_def] = STATE(40), + [sym_preproc_function_def] = STATE(40), + [sym_preproc_call] = STATE(40), + [sym_preproc_if] = STATE(40), + [sym_preproc_ifdef] = STATE(40), + [sym_function_definition] = STATE(40), + [sym_declaration] = STATE(40), + [sym_type_definition] = STATE(40), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1017), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(40), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(853), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(40), + [sym_labeled_statement] = STATE(40), + [sym_expression_statement] = STATE(40), + [sym_if_statement] = STATE(40), + [sym_switch_statement] = STATE(40), + [sym_case_statement] = STATE(40), + [sym_while_statement] = STATE(40), + [sym_do_statement] = STATE(40), + [sym_for_statement] = STATE(40), + [sym_return_statement] = STATE(40), + [sym_break_statement] = STATE(40), + [sym_continue_statement] = STATE(40), + [sym_goto_statement] = STATE(40), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(40), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [ts_builtin_sym_end] = ACTIONS(375), + [sym_identifier] = ACTIONS(547), + [aux_sym_preproc_include_token1] = ACTIONS(550), + [aux_sym_preproc_def_token1] = ACTIONS(553), + [aux_sym_preproc_if_token1] = ACTIONS(556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(559), + [aux_sym_preproc_ifdef_token2] = ACTIONS(559), + [sym_preproc_directive] = ACTIONS(562), + [anon_sym_LPAREN2] = ACTIONS(193), + [anon_sym_BANG] = ACTIONS(196), + [anon_sym_TILDE] = ACTIONS(196), + [anon_sym_DASH] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(199), + [anon_sym_STAR] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(202), + [anon_sym_SEMI] = ACTIONS(565), + [anon_sym_typedef] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(571), + [anon_sym___attribute__] = ACTIONS(214), + [anon_sym_LBRACK_LBRACK] = ACTIONS(217), + [anon_sym___declspec] = ACTIONS(220), + [anon_sym___cdecl] = ACTIONS(223), + [anon_sym___clrcall] = ACTIONS(223), + [anon_sym___stdcall] = ACTIONS(223), + [anon_sym___fastcall] = ACTIONS(223), + [anon_sym___thiscall] = ACTIONS(223), + [anon_sym___vectorcall] = ACTIONS(223), + [anon_sym_LBRACE] = ACTIONS(574), + [anon_sym_static] = ACTIONS(229), + [anon_sym_auto] = ACTIONS(229), + [anon_sym_register] = ACTIONS(229), + [anon_sym_inline] = ACTIONS(229), + [anon_sym_const] = ACTIONS(232), + [anon_sym_volatile] = ACTIONS(232), + [anon_sym_restrict] = ACTIONS(232), + [anon_sym__Atomic] = ACTIONS(232), + [anon_sym_signed] = ACTIONS(235), + [anon_sym_unsigned] = ACTIONS(235), + [anon_sym_long] = ACTIONS(235), + [anon_sym_short] = ACTIONS(235), + [sym_primitive_type] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(241), + [anon_sym_struct] = ACTIONS(244), + [anon_sym_union] = ACTIONS(247), + [anon_sym_if] = ACTIONS(577), + [anon_sym_switch] = ACTIONS(580), + [anon_sym_case] = ACTIONS(583), + [anon_sym_default] = ACTIONS(586), + [anon_sym_while] = ACTIONS(589), + [anon_sym_do] = ACTIONS(592), + [anon_sym_for] = ACTIONS(595), + [anon_sym_return] = ACTIONS(598), + [anon_sym_break] = ACTIONS(601), + [anon_sym_continue] = ACTIONS(604), + [anon_sym_goto] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(283), + [anon_sym_PLUS_PLUS] = ACTIONS(283), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(289), + [anon_sym_L_SQUOTE] = ACTIONS(292), + [anon_sym_u_SQUOTE] = ACTIONS(292), + [anon_sym_U_SQUOTE] = ACTIONS(292), + [anon_sym_u8_SQUOTE] = ACTIONS(292), + [anon_sym_SQUOTE] = ACTIONS(292), + [anon_sym_L_DQUOTE] = ACTIONS(295), + [anon_sym_u_DQUOTE] = ACTIONS(295), + [anon_sym_U_DQUOTE] = ACTIONS(295), + [anon_sym_u8_DQUOTE] = ACTIONS(295), + [anon_sym_DQUOTE] = ACTIONS(295), + [sym_true] = ACTIONS(298), + [sym_false] = ACTIONS(298), + [sym_null] = ACTIONS(298), + [sym_comment] = ACTIONS(3), + }, [41] = { - [sym_preproc_include] = STATE(22), - [sym_preproc_def] = STATE(22), - [sym_preproc_function_def] = STATE(22), - [sym_preproc_call] = STATE(22), - [sym_preproc_if] = STATE(22), - [sym_preproc_ifdef] = STATE(22), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(25), + [sym_preproc_def] = STATE(25), + [sym_preproc_function_def] = STATE(25), + [sym_preproc_call] = STATE(25), + [sym_preproc_if] = STATE(25), + [sym_preproc_ifdef] = STATE(25), + [sym_function_definition] = STATE(25), + [sym_declaration] = STATE(25), + [sym_type_definition] = STATE(25), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(25), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(22), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(22), - [sym_labeled_statement] = STATE(22), - [sym_expression_statement] = STATE(22), - [sym_if_statement] = STATE(22), - [sym_switch_statement] = STATE(22), - [sym_case_statement] = STATE(22), - [sym_while_statement] = STATE(22), - [sym_do_statement] = STATE(22), - [sym_for_statement] = STATE(22), - [sym_return_statement] = STATE(22), - [sym_break_statement] = STATE(22), - [sym_continue_statement] = STATE(22), - [sym_goto_statement] = STATE(22), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(25), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(25), + [sym_labeled_statement] = STATE(25), + [sym_expression_statement] = STATE(25), + [sym_if_statement] = STATE(25), + [sym_switch_statement] = STATE(25), + [sym_case_statement] = STATE(25), + [sym_while_statement] = STATE(25), + [sym_do_statement] = STATE(25), + [sym_for_statement] = STATE(25), + [sym_return_statement] = STATE(25), + [sym_break_statement] = STATE(25), + [sym_continue_statement] = STATE(25), + [sym_goto_statement] = STATE(25), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(25), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(25), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -18280,67 +18396,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [42] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1004), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(645), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1010), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_ms_call_modifier] = STATE(642), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(846), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_ms_declspec_modifier] = STATE(651), + [sym_ms_call_modifier] = STATE(650), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(854), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(22), + [sym_labeled_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_if_statement] = STATE(22), + [sym_switch_statement] = STATE(22), + [sym_case_statement] = STATE(22), + [sym_while_statement] = STATE(22), + [sym_do_statement] = STATE(22), + [sym_for_statement] = STATE(22), + [sym_return_statement] = STATE(22), + [sym_break_statement] = STATE(22), + [sym_continue_statement] = STATE(22), + [sym_goto_statement] = STATE(22), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(301), [aux_sym_preproc_include_token1] = ACTIONS(303), [aux_sym_preproc_def_token1] = ACTIONS(305), @@ -18416,56 +18532,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [43] = { - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1006), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1008), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(45), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(44), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), @@ -18544,66 +18660,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [44] = { - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1006), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1008), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym_expression_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(43), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(44), + [sym_identifier] = ACTIONS(618), + [aux_sym_preproc_include_token1] = ACTIONS(621), + [aux_sym_preproc_def_token1] = ACTIONS(621), + [aux_sym_preproc_if_token1] = ACTIONS(621), + [aux_sym_preproc_if_token2] = ACTIONS(621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(621), + [aux_sym_preproc_else_token1] = ACTIONS(621), + [aux_sym_preproc_elif_token1] = ACTIONS(621), + [sym_preproc_directive] = ACTIONS(621), + [anon_sym_LPAREN2] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_DASH] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(629), + [anon_sym_STAR] = ACTIONS(632), + [anon_sym_AMP] = ACTIONS(632), + [anon_sym_SEMI] = ACTIONS(635), + [anon_sym_typedef] = ACTIONS(638), + [anon_sym_extern] = ACTIONS(641), + [anon_sym___attribute__] = ACTIONS(644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(647), + [anon_sym___declspec] = ACTIONS(650), + [anon_sym___cdecl] = ACTIONS(621), + [anon_sym___clrcall] = ACTIONS(621), + [anon_sym___stdcall] = ACTIONS(621), + [anon_sym___fastcall] = ACTIONS(621), + [anon_sym___thiscall] = ACTIONS(621), + [anon_sym___vectorcall] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(653), + [anon_sym_static] = ACTIONS(641), + [anon_sym_auto] = ACTIONS(641), + [anon_sym_register] = ACTIONS(641), + [anon_sym_inline] = ACTIONS(641), + [anon_sym_const] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym__Atomic] = ACTIONS(656), + [anon_sym_signed] = ACTIONS(659), + [anon_sym_unsigned] = ACTIONS(659), + [anon_sym_long] = ACTIONS(659), + [anon_sym_short] = ACTIONS(659), + [sym_primitive_type] = ACTIONS(662), + [anon_sym_enum] = ACTIONS(665), + [anon_sym_struct] = ACTIONS(668), + [anon_sym_union] = ACTIONS(671), + [anon_sym_if] = ACTIONS(674), + [anon_sym_else] = ACTIONS(621), + [anon_sym_switch] = ACTIONS(677), + [anon_sym_case] = ACTIONS(621), + [anon_sym_default] = ACTIONS(621), + [anon_sym_while] = ACTIONS(680), + [anon_sym_do] = ACTIONS(683), + [anon_sym_for] = ACTIONS(686), + [anon_sym_return] = ACTIONS(689), + [anon_sym_break] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(695), + [anon_sym_goto] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(701), + [anon_sym_PLUS_PLUS] = ACTIONS(701), + [anon_sym_sizeof] = ACTIONS(704), + [sym_number_literal] = ACTIONS(707), + [anon_sym_L_SQUOTE] = ACTIONS(710), + [anon_sym_u_SQUOTE] = ACTIONS(710), + [anon_sym_U_SQUOTE] = ACTIONS(710), + [anon_sym_u8_SQUOTE] = ACTIONS(710), + [anon_sym_SQUOTE] = ACTIONS(710), + [anon_sym_L_DQUOTE] = ACTIONS(713), + [anon_sym_u_DQUOTE] = ACTIONS(713), + [anon_sym_U_DQUOTE] = ACTIONS(713), + [anon_sym_u8_DQUOTE] = ACTIONS(713), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_true] = ACTIONS(716), + [sym_false] = ACTIONS(716), + [sym_null] = ACTIONS(716), + [sym_comment] = ACTIONS(3), + }, + [45] = { + [sym_declaration] = STATE(47), + [sym_type_definition] = STATE(47), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1008), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(47), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(47), + [sym_labeled_statement] = STATE(47), + [sym_expression_statement] = STATE(47), + [sym_if_statement] = STATE(47), + [sym_switch_statement] = STATE(47), + [sym_while_statement] = STATE(47), + [sym_do_statement] = STATE(47), + [sym_for_statement] = STATE(47), + [sym_return_statement] = STATE(47), + [sym_break_statement] = STATE(47), + [sym_continue_statement] = STATE(47), + [sym_goto_statement] = STATE(47), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(47), [sym_identifier] = ACTIONS(614), - [aux_sym_preproc_include_token1] = ACTIONS(618), - [aux_sym_preproc_def_token1] = ACTIONS(618), - [aux_sym_preproc_if_token1] = ACTIONS(618), - [aux_sym_preproc_if_token2] = ACTIONS(618), - [aux_sym_preproc_ifdef_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token2] = ACTIONS(618), - [aux_sym_preproc_else_token1] = ACTIONS(618), - [aux_sym_preproc_elif_token1] = ACTIONS(618), - [sym_preproc_directive] = ACTIONS(618), + [aux_sym_preproc_include_token1] = ACTIONS(719), + [aux_sym_preproc_def_token1] = ACTIONS(719), + [aux_sym_preproc_if_token1] = ACTIONS(719), + [aux_sym_preproc_if_token2] = ACTIONS(719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(719), + [aux_sym_preproc_else_token1] = ACTIONS(719), + [aux_sym_preproc_elif_token1] = ACTIONS(719), + [sym_preproc_directive] = ACTIONS(719), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18617,12 +18861,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(618), - [anon_sym___clrcall] = ACTIONS(618), - [anon_sym___stdcall] = ACTIONS(618), - [anon_sym___fastcall] = ACTIONS(618), - [anon_sym___thiscall] = ACTIONS(618), - [anon_sym___vectorcall] = ACTIONS(618), + [anon_sym___cdecl] = ACTIONS(719), + [anon_sym___clrcall] = ACTIONS(719), + [anon_sym___stdcall] = ACTIONS(719), + [anon_sym___fastcall] = ACTIONS(719), + [anon_sym___thiscall] = ACTIONS(719), + [anon_sym___vectorcall] = ACTIONS(719), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), @@ -18641,10 +18885,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(117), - [anon_sym_else] = ACTIONS(618), + [anon_sym_else] = ACTIONS(719), [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(618), - [anon_sym_default] = ACTIONS(618), + [anon_sym_case] = ACTIONS(719), + [anon_sym_default] = ACTIONS(719), [anon_sym_while] = ACTIONS(125), [anon_sym_do] = ACTIONS(127), [anon_sym_for] = ACTIONS(129), @@ -18671,185 +18915,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [45] = { - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1006), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(45), - [sym_identifier] = ACTIONS(620), - [aux_sym_preproc_include_token1] = ACTIONS(623), - [aux_sym_preproc_def_token1] = ACTIONS(623), - [aux_sym_preproc_if_token1] = ACTIONS(623), - [aux_sym_preproc_if_token2] = ACTIONS(623), - [aux_sym_preproc_ifdef_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token2] = ACTIONS(623), - [aux_sym_preproc_else_token1] = ACTIONS(623), - [aux_sym_preproc_elif_token1] = ACTIONS(623), - [sym_preproc_directive] = ACTIONS(623), - [anon_sym_LPAREN2] = ACTIONS(625), - [anon_sym_BANG] = ACTIONS(628), - [anon_sym_TILDE] = ACTIONS(628), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(634), - [anon_sym_AMP] = ACTIONS(634), - [anon_sym_SEMI] = ACTIONS(637), - [anon_sym_typedef] = ACTIONS(640), - [anon_sym_extern] = ACTIONS(643), - [anon_sym___attribute__] = ACTIONS(646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(649), - [anon_sym___declspec] = ACTIONS(652), - [anon_sym___cdecl] = ACTIONS(623), - [anon_sym___clrcall] = ACTIONS(623), - [anon_sym___stdcall] = ACTIONS(623), - [anon_sym___fastcall] = ACTIONS(623), - [anon_sym___thiscall] = ACTIONS(623), - [anon_sym___vectorcall] = ACTIONS(623), - [anon_sym_LBRACE] = ACTIONS(655), - [anon_sym_static] = ACTIONS(643), - [anon_sym_auto] = ACTIONS(643), - [anon_sym_register] = ACTIONS(643), - [anon_sym_inline] = ACTIONS(643), - [anon_sym_const] = ACTIONS(658), - [anon_sym_volatile] = ACTIONS(658), - [anon_sym_restrict] = ACTIONS(658), - [anon_sym__Atomic] = ACTIONS(658), - [anon_sym_signed] = ACTIONS(661), - [anon_sym_unsigned] = ACTIONS(661), - [anon_sym_long] = ACTIONS(661), - [anon_sym_short] = ACTIONS(661), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(667), - [anon_sym_struct] = ACTIONS(670), - [anon_sym_union] = ACTIONS(673), - [anon_sym_if] = ACTIONS(676), - [anon_sym_else] = ACTIONS(623), - [anon_sym_switch] = ACTIONS(679), - [anon_sym_case] = ACTIONS(623), - [anon_sym_default] = ACTIONS(623), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(685), - [anon_sym_for] = ACTIONS(688), - [anon_sym_return] = ACTIONS(691), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(697), - [anon_sym_goto] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(703), - [anon_sym_sizeof] = ACTIONS(706), - [sym_number_literal] = ACTIONS(709), - [anon_sym_L_SQUOTE] = ACTIONS(712), - [anon_sym_u_SQUOTE] = ACTIONS(712), - [anon_sym_U_SQUOTE] = ACTIONS(712), - [anon_sym_u8_SQUOTE] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(712), - [anon_sym_L_DQUOTE] = ACTIONS(715), - [anon_sym_u_DQUOTE] = ACTIONS(715), - [anon_sym_U_DQUOTE] = ACTIONS(715), - [anon_sym_u8_DQUOTE] = ACTIONS(715), - [anon_sym_DQUOTE] = ACTIONS(715), - [sym_true] = ACTIONS(718), - [sym_false] = ACTIONS(718), - [sym_null] = ACTIONS(718), - [sym_comment] = ACTIONS(3), - }, [46] = { - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1006), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(43), + [sym_type_definition] = STATE(43), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1008), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(47), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(43), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(43), + [sym_labeled_statement] = STATE(43), + [sym_expression_statement] = STATE(43), + [sym_if_statement] = STATE(43), + [sym_switch_statement] = STATE(43), + [sym_while_statement] = STATE(43), + [sym_do_statement] = STATE(43), + [sym_for_statement] = STATE(43), + [sym_return_statement] = STATE(43), + [sym_break_statement] = STATE(43), + [sym_continue_statement] = STATE(43), + [sym_goto_statement] = STATE(43), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(43), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(721), [aux_sym_preproc_def_token1] = ACTIONS(721), @@ -18928,56 +19044,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [47] = { - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1006), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1008), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(45), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(44), [sym_identifier] = ACTIONS(614), [aux_sym_preproc_include_token1] = ACTIONS(723), [aux_sym_preproc_def_token1] = ACTIONS(723), @@ -19056,64 +19172,190 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [48] = { - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(645), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(651), [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(55), - [ts_builtin_sym_end] = ACTIONS(725), - [sym_identifier] = ACTIONS(727), - [aux_sym_preproc_include_token1] = ACTIONS(618), - [aux_sym_preproc_def_token1] = ACTIONS(618), - [aux_sym_preproc_if_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token2] = ACTIONS(618), - [sym_preproc_directive] = ACTIONS(618), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(48), + [sym_identifier] = ACTIONS(725), + [aux_sym_preproc_include_token1] = ACTIONS(621), + [aux_sym_preproc_def_token1] = ACTIONS(621), + [aux_sym_preproc_if_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(621), + [sym_preproc_directive] = ACTIONS(621), + [anon_sym_LPAREN2] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_DASH] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(629), + [anon_sym_STAR] = ACTIONS(632), + [anon_sym_AMP] = ACTIONS(632), + [anon_sym_SEMI] = ACTIONS(728), + [anon_sym_typedef] = ACTIONS(731), + [anon_sym_extern] = ACTIONS(641), + [anon_sym___attribute__] = ACTIONS(644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(647), + [anon_sym___declspec] = ACTIONS(650), + [anon_sym___cdecl] = ACTIONS(621), + [anon_sym___clrcall] = ACTIONS(621), + [anon_sym___stdcall] = ACTIONS(621), + [anon_sym___fastcall] = ACTIONS(621), + [anon_sym___thiscall] = ACTIONS(621), + [anon_sym___vectorcall] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(734), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_static] = ACTIONS(641), + [anon_sym_auto] = ACTIONS(641), + [anon_sym_register] = ACTIONS(641), + [anon_sym_inline] = ACTIONS(641), + [anon_sym_const] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym__Atomic] = ACTIONS(656), + [anon_sym_signed] = ACTIONS(659), + [anon_sym_unsigned] = ACTIONS(659), + [anon_sym_long] = ACTIONS(659), + [anon_sym_short] = ACTIONS(659), + [sym_primitive_type] = ACTIONS(662), + [anon_sym_enum] = ACTIONS(665), + [anon_sym_struct] = ACTIONS(668), + [anon_sym_union] = ACTIONS(671), + [anon_sym_if] = ACTIONS(739), + [anon_sym_else] = ACTIONS(621), + [anon_sym_switch] = ACTIONS(742), + [anon_sym_case] = ACTIONS(621), + [anon_sym_default] = ACTIONS(621), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(748), + [anon_sym_for] = ACTIONS(751), + [anon_sym_return] = ACTIONS(754), + [anon_sym_break] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_goto] = ACTIONS(763), + [anon_sym_DASH_DASH] = ACTIONS(701), + [anon_sym_PLUS_PLUS] = ACTIONS(701), + [anon_sym_sizeof] = ACTIONS(704), + [sym_number_literal] = ACTIONS(707), + [anon_sym_L_SQUOTE] = ACTIONS(710), + [anon_sym_u_SQUOTE] = ACTIONS(710), + [anon_sym_U_SQUOTE] = ACTIONS(710), + [anon_sym_u8_SQUOTE] = ACTIONS(710), + [anon_sym_SQUOTE] = ACTIONS(710), + [anon_sym_L_DQUOTE] = ACTIONS(713), + [anon_sym_u_DQUOTE] = ACTIONS(713), + [anon_sym_U_DQUOTE] = ACTIONS(713), + [anon_sym_u8_DQUOTE] = ACTIONS(713), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_true] = ACTIONS(716), + [sym_false] = ACTIONS(716), + [sym_null] = ACTIONS(716), + [sym_comment] = ACTIONS(3), + }, + [49] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(58), + [ts_builtin_sym_end] = ACTIONS(766), + [sym_identifier] = ACTIONS(768), + [aux_sym_preproc_include_token1] = ACTIONS(721), + [aux_sym_preproc_def_token1] = ACTIONS(721), + [aux_sym_preproc_if_token1] = ACTIONS(721), + [aux_sym_preproc_ifdef_token1] = ACTIONS(721), + [aux_sym_preproc_ifdef_token2] = ACTIONS(721), + [sym_preproc_directive] = ACTIONS(721), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19127,12 +19369,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(618), - [anon_sym___clrcall] = ACTIONS(618), - [anon_sym___stdcall] = ACTIONS(618), - [anon_sym___fastcall] = ACTIONS(618), - [anon_sym___thiscall] = ACTIONS(618), - [anon_sym___vectorcall] = ACTIONS(618), + [anon_sym___cdecl] = ACTIONS(721), + [anon_sym___clrcall] = ACTIONS(721), + [anon_sym___stdcall] = ACTIONS(721), + [anon_sym___fastcall] = ACTIONS(721), + [anon_sym___thiscall] = ACTIONS(721), + [anon_sym___vectorcall] = ACTIONS(721), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), @@ -19151,10 +19393,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), - [anon_sym_else] = ACTIONS(618), + [anon_sym_else] = ACTIONS(721), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(618), - [anon_sym_default] = ACTIONS(618), + [anon_sym_case] = ACTIONS(721), + [anon_sym_default] = ACTIONS(721), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -19181,148 +19423,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [49] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1010), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(729), - [aux_sym_preproc_include_token1] = ACTIONS(616), - [aux_sym_preproc_def_token1] = ACTIONS(616), - [aux_sym_preproc_if_token1] = ACTIONS(616), - [aux_sym_preproc_if_token2] = ACTIONS(616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(616), - [sym_preproc_directive] = ACTIONS(616), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), - [anon_sym_extern] = ACTIONS(43), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(616), - [anon_sym___clrcall] = ACTIONS(616), - [anon_sym___stdcall] = ACTIONS(616), - [anon_sym___fastcall] = ACTIONS(616), - [anon_sym___thiscall] = ACTIONS(616), - [anon_sym___vectorcall] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(616), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(616), - [anon_sym_default] = ACTIONS(616), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, [50] = { [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), + [sym_ms_declspec_modifier] = STATE(651), [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), [sym_attributed_statement] = STATE(50), [sym_labeled_statement] = STATE(50), [sym_expression_statement] = STATE(50), @@ -19335,163 +19451,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [aux_sym_case_statement_repeat1] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(731), - [sym_identifier] = ACTIONS(733), - [aux_sym_preproc_include_token1] = ACTIONS(623), - [aux_sym_preproc_def_token1] = ACTIONS(623), - [aux_sym_preproc_if_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token2] = ACTIONS(623), - [sym_preproc_directive] = ACTIONS(623), - [anon_sym_LPAREN2] = ACTIONS(625), - [anon_sym_BANG] = ACTIONS(628), - [anon_sym_TILDE] = ACTIONS(628), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(634), - [anon_sym_AMP] = ACTIONS(634), - [anon_sym_SEMI] = ACTIONS(736), - [anon_sym_typedef] = ACTIONS(739), - [anon_sym_extern] = ACTIONS(643), - [anon_sym___attribute__] = ACTIONS(646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(649), - [anon_sym___declspec] = ACTIONS(652), - [anon_sym___cdecl] = ACTIONS(623), - [anon_sym___clrcall] = ACTIONS(623), - [anon_sym___stdcall] = ACTIONS(623), - [anon_sym___fastcall] = ACTIONS(623), - [anon_sym___thiscall] = ACTIONS(623), - [anon_sym___vectorcall] = ACTIONS(623), - [anon_sym_LBRACE] = ACTIONS(742), - [anon_sym_static] = ACTIONS(643), - [anon_sym_auto] = ACTIONS(643), - [anon_sym_register] = ACTIONS(643), - [anon_sym_inline] = ACTIONS(643), - [anon_sym_const] = ACTIONS(658), - [anon_sym_volatile] = ACTIONS(658), - [anon_sym_restrict] = ACTIONS(658), - [anon_sym__Atomic] = ACTIONS(658), - [anon_sym_signed] = ACTIONS(661), - [anon_sym_unsigned] = ACTIONS(661), - [anon_sym_long] = ACTIONS(661), - [anon_sym_short] = ACTIONS(661), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(667), - [anon_sym_struct] = ACTIONS(670), - [anon_sym_union] = ACTIONS(673), - [anon_sym_if] = ACTIONS(745), - [anon_sym_else] = ACTIONS(623), - [anon_sym_switch] = ACTIONS(748), - [anon_sym_case] = ACTIONS(623), - [anon_sym_default] = ACTIONS(623), - [anon_sym_while] = ACTIONS(751), - [anon_sym_do] = ACTIONS(754), - [anon_sym_for] = ACTIONS(757), - [anon_sym_return] = ACTIONS(760), - [anon_sym_break] = ACTIONS(763), - [anon_sym_continue] = ACTIONS(766), - [anon_sym_goto] = ACTIONS(769), - [anon_sym_DASH_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(703), - [anon_sym_sizeof] = ACTIONS(706), - [sym_number_literal] = ACTIONS(709), - [anon_sym_L_SQUOTE] = ACTIONS(712), - [anon_sym_u_SQUOTE] = ACTIONS(712), - [anon_sym_U_SQUOTE] = ACTIONS(712), - [anon_sym_u8_SQUOTE] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(712), - [anon_sym_L_DQUOTE] = ACTIONS(715), - [anon_sym_u_DQUOTE] = ACTIONS(715), - [anon_sym_U_DQUOTE] = ACTIONS(715), - [anon_sym_u8_DQUOTE] = ACTIONS(715), - [anon_sym_DQUOTE] = ACTIONS(715), - [sym_true] = ACTIONS(718), - [sym_false] = ACTIONS(718), - [sym_null] = ACTIONS(718), + [ts_builtin_sym_end] = ACTIONS(737), + [sym_identifier] = ACTIONS(770), + [aux_sym_preproc_include_token1] = ACTIONS(621), + [aux_sym_preproc_def_token1] = ACTIONS(621), + [aux_sym_preproc_if_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(621), + [sym_preproc_directive] = ACTIONS(621), + [anon_sym_LPAREN2] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_DASH] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(629), + [anon_sym_STAR] = ACTIONS(632), + [anon_sym_AMP] = ACTIONS(632), + [anon_sym_SEMI] = ACTIONS(773), + [anon_sym_typedef] = ACTIONS(776), + [anon_sym_extern] = ACTIONS(641), + [anon_sym___attribute__] = ACTIONS(644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(647), + [anon_sym___declspec] = ACTIONS(650), + [anon_sym___cdecl] = ACTIONS(621), + [anon_sym___clrcall] = ACTIONS(621), + [anon_sym___stdcall] = ACTIONS(621), + [anon_sym___fastcall] = ACTIONS(621), + [anon_sym___thiscall] = ACTIONS(621), + [anon_sym___vectorcall] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(779), + [anon_sym_static] = ACTIONS(641), + [anon_sym_auto] = ACTIONS(641), + [anon_sym_register] = ACTIONS(641), + [anon_sym_inline] = ACTIONS(641), + [anon_sym_const] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym__Atomic] = ACTIONS(656), + [anon_sym_signed] = ACTIONS(659), + [anon_sym_unsigned] = ACTIONS(659), + [anon_sym_long] = ACTIONS(659), + [anon_sym_short] = ACTIONS(659), + [sym_primitive_type] = ACTIONS(662), + [anon_sym_enum] = ACTIONS(665), + [anon_sym_struct] = ACTIONS(668), + [anon_sym_union] = ACTIONS(671), + [anon_sym_if] = ACTIONS(782), + [anon_sym_else] = ACTIONS(621), + [anon_sym_switch] = ACTIONS(785), + [anon_sym_case] = ACTIONS(621), + [anon_sym_default] = ACTIONS(621), + [anon_sym_while] = ACTIONS(788), + [anon_sym_do] = ACTIONS(791), + [anon_sym_for] = ACTIONS(794), + [anon_sym_return] = ACTIONS(797), + [anon_sym_break] = ACTIONS(800), + [anon_sym_continue] = ACTIONS(803), + [anon_sym_goto] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(701), + [anon_sym_PLUS_PLUS] = ACTIONS(701), + [anon_sym_sizeof] = ACTIONS(704), + [sym_number_literal] = ACTIONS(707), + [anon_sym_L_SQUOTE] = ACTIONS(710), + [anon_sym_u_SQUOTE] = ACTIONS(710), + [anon_sym_U_SQUOTE] = ACTIONS(710), + [anon_sym_u8_SQUOTE] = ACTIONS(710), + [anon_sym_SQUOTE] = ACTIONS(710), + [anon_sym_L_DQUOTE] = ACTIONS(713), + [anon_sym_u_DQUOTE] = ACTIONS(713), + [anon_sym_U_DQUOTE] = ACTIONS(713), + [anon_sym_u8_DQUOTE] = ACTIONS(713), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_true] = ACTIONS(716), + [sym_false] = ACTIONS(716), + [sym_null] = ACTIONS(716), [sym_comment] = ACTIONS(3), }, [51] = { - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1010), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(60), + [sym_type_definition] = STATE(60), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1020), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(49), - [sym_identifier] = ACTIONS(729), - [aux_sym_preproc_include_token1] = ACTIONS(618), - [aux_sym_preproc_def_token1] = ACTIONS(618), - [aux_sym_preproc_if_token1] = ACTIONS(618), - [aux_sym_preproc_if_token2] = ACTIONS(618), - [aux_sym_preproc_ifdef_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token2] = ACTIONS(618), - [sym_preproc_directive] = ACTIONS(618), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(60), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(60), + [sym_labeled_statement] = STATE(60), + [sym_expression_statement] = STATE(60), + [sym_if_statement] = STATE(60), + [sym_switch_statement] = STATE(60), + [sym_while_statement] = STATE(60), + [sym_do_statement] = STATE(60), + [sym_for_statement] = STATE(60), + [sym_return_statement] = STATE(60), + [sym_break_statement] = STATE(60), + [sym_continue_statement] = STATE(60), + [sym_goto_statement] = STATE(60), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(60), + [sym_identifier] = ACTIONS(809), + [aux_sym_preproc_include_token1] = ACTIONS(719), + [aux_sym_preproc_def_token1] = ACTIONS(719), + [aux_sym_preproc_if_token1] = ACTIONS(719), + [aux_sym_preproc_if_token2] = ACTIONS(719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(719), + [sym_preproc_directive] = ACTIONS(719), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19499,19 +19615,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(618), - [anon_sym___clrcall] = ACTIONS(618), - [anon_sym___stdcall] = ACTIONS(618), - [anon_sym___fastcall] = ACTIONS(618), - [anon_sym___thiscall] = ACTIONS(618), - [anon_sym___vectorcall] = ACTIONS(618), - [anon_sym_LBRACE] = ACTIONS(511), + [anon_sym___cdecl] = ACTIONS(719), + [anon_sym___clrcall] = ACTIONS(719), + [anon_sym___stdcall] = ACTIONS(719), + [anon_sym___fastcall] = ACTIONS(719), + [anon_sym___thiscall] = ACTIONS(719), + [anon_sym___vectorcall] = ACTIONS(719), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -19528,18 +19644,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(618), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(618), - [anon_sym_default] = ACTIONS(618), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_if] = ACTIONS(434), + [anon_sym_else] = ACTIONS(719), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(719), + [anon_sym_default] = ACTIONS(719), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19560,64 +19676,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [52] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1010), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1020), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(729), - [aux_sym_preproc_include_token1] = ACTIONS(721), - [aux_sym_preproc_def_token1] = ACTIONS(721), - [aux_sym_preproc_if_token1] = ACTIONS(721), - [aux_sym_preproc_if_token2] = ACTIONS(721), - [aux_sym_preproc_ifdef_token1] = ACTIONS(721), - [aux_sym_preproc_ifdef_token2] = ACTIONS(721), - [sym_preproc_directive] = ACTIONS(721), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(55), + [sym_labeled_statement] = STATE(55), + [sym_expression_statement] = STATE(55), + [sym_if_statement] = STATE(55), + [sym_switch_statement] = STATE(55), + [sym_while_statement] = STATE(55), + [sym_do_statement] = STATE(55), + [sym_for_statement] = STATE(55), + [sym_return_statement] = STATE(55), + [sym_break_statement] = STATE(55), + [sym_continue_statement] = STATE(55), + [sym_goto_statement] = STATE(55), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(809), + [aux_sym_preproc_include_token1] = ACTIONS(616), + [aux_sym_preproc_def_token1] = ACTIONS(616), + [aux_sym_preproc_if_token1] = ACTIONS(616), + [aux_sym_preproc_if_token2] = ACTIONS(616), + [aux_sym_preproc_ifdef_token1] = ACTIONS(616), + [aux_sym_preproc_ifdef_token2] = ACTIONS(616), + [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19625,19 +19741,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(721), - [anon_sym___clrcall] = ACTIONS(721), - [anon_sym___stdcall] = ACTIONS(721), - [anon_sym___fastcall] = ACTIONS(721), - [anon_sym___thiscall] = ACTIONS(721), - [anon_sym___vectorcall] = ACTIONS(721), - [anon_sym_LBRACE] = ACTIONS(511), + [anon_sym___cdecl] = ACTIONS(616), + [anon_sym___clrcall] = ACTIONS(616), + [anon_sym___stdcall] = ACTIONS(616), + [anon_sym___fastcall] = ACTIONS(616), + [anon_sym___thiscall] = ACTIONS(616), + [anon_sym___vectorcall] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -19654,18 +19770,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(721), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(721), - [anon_sym_default] = ACTIONS(721), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_if] = ACTIONS(434), + [anon_sym_else] = ACTIONS(616), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(616), + [anon_sym_default] = ACTIONS(616), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19686,64 +19802,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [53] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(54), - [sym_labeled_statement] = STATE(54), - [sym_expression_statement] = STATE(54), - [sym_if_statement] = STATE(54), - [sym_switch_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_do_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_return_statement] = STATE(54), - [sym_break_statement] = STATE(54), - [sym_continue_statement] = STATE(54), - [sym_goto_statement] = STATE(54), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(54), - [ts_builtin_sym_end] = ACTIONS(772), - [sym_identifier] = ACTIONS(727), - [aux_sym_preproc_include_token1] = ACTIONS(721), - [aux_sym_preproc_def_token1] = ACTIONS(721), - [aux_sym_preproc_if_token1] = ACTIONS(721), - [aux_sym_preproc_ifdef_token1] = ACTIONS(721), - [aux_sym_preproc_ifdef_token2] = ACTIONS(721), - [sym_preproc_directive] = ACTIONS(721), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(62), + [sym_labeled_statement] = STATE(62), + [sym_expression_statement] = STATE(62), + [sym_if_statement] = STATE(62), + [sym_switch_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_do_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_return_statement] = STATE(62), + [sym_break_statement] = STATE(62), + [sym_continue_statement] = STATE(62), + [sym_goto_statement] = STATE(62), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(62), + [ts_builtin_sym_end] = ACTIONS(811), + [sym_identifier] = ACTIONS(768), + [aux_sym_preproc_include_token1] = ACTIONS(719), + [aux_sym_preproc_def_token1] = ACTIONS(719), + [aux_sym_preproc_if_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(719), + [sym_preproc_directive] = ACTIONS(719), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19757,12 +19873,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(721), - [anon_sym___clrcall] = ACTIONS(721), - [anon_sym___stdcall] = ACTIONS(721), - [anon_sym___fastcall] = ACTIONS(721), - [anon_sym___thiscall] = ACTIONS(721), - [anon_sym___vectorcall] = ACTIONS(721), + [anon_sym___cdecl] = ACTIONS(719), + [anon_sym___clrcall] = ACTIONS(719), + [anon_sym___stdcall] = ACTIONS(719), + [anon_sym___fastcall] = ACTIONS(719), + [anon_sym___thiscall] = ACTIONS(719), + [anon_sym___vectorcall] = ACTIONS(719), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), @@ -19781,10 +19897,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_if] = ACTIONS(57), - [anon_sym_else] = ACTIONS(721), + [anon_sym_else] = ACTIONS(719), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(721), - [anon_sym_default] = ACTIONS(721), + [anon_sym_case] = ACTIONS(719), + [anon_sym_default] = ACTIONS(719), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -19812,184 +19928,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [54] = { - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(774), - [sym_identifier] = ACTIONS(727), - [aux_sym_preproc_include_token1] = ACTIONS(723), - [aux_sym_preproc_def_token1] = ACTIONS(723), - [aux_sym_preproc_if_token1] = ACTIONS(723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(723), - [aux_sym_preproc_ifdef_token2] = ACTIONS(723), - [sym_preproc_directive] = ACTIONS(723), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), - [anon_sym_extern] = ACTIONS(43), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(723), - [anon_sym___clrcall] = ACTIONS(723), - [anon_sym___stdcall] = ACTIONS(723), - [anon_sym___fastcall] = ACTIONS(723), - [anon_sym___thiscall] = ACTIONS(723), - [anon_sym___vectorcall] = ACTIONS(723), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_else] = ACTIONS(723), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(723), - [anon_sym_default] = ACTIONS(723), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [55] = { - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(645), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(651), [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(776), - [sym_identifier] = ACTIONS(727), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(48), + [sym_identifier] = ACTIONS(813), [aux_sym_preproc_include_token1] = ACTIONS(616), [aux_sym_preproc_def_token1] = ACTIONS(616), [aux_sym_preproc_if_token1] = ACTIONS(616), @@ -20003,8 +19992,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20015,7 +20004,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(616), [anon_sym___thiscall] = ACTIONS(616), [anon_sym___vectorcall] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(815), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20032,18 +20022,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), + [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(616), - [anon_sym_switch] = ACTIONS(59), + [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(616), [anon_sym_default] = ACTIONS(616), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20063,62 +20053,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, + [55] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1020), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(55), + [sym_labeled_statement] = STATE(55), + [sym_expression_statement] = STATE(55), + [sym_if_statement] = STATE(55), + [sym_switch_statement] = STATE(55), + [sym_while_statement] = STATE(55), + [sym_do_statement] = STATE(55), + [sym_for_statement] = STATE(55), + [sym_return_statement] = STATE(55), + [sym_break_statement] = STATE(55), + [sym_continue_statement] = STATE(55), + [sym_goto_statement] = STATE(55), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(817), + [aux_sym_preproc_include_token1] = ACTIONS(621), + [aux_sym_preproc_def_token1] = ACTIONS(621), + [aux_sym_preproc_if_token1] = ACTIONS(621), + [aux_sym_preproc_if_token2] = ACTIONS(621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(621), + [sym_preproc_directive] = ACTIONS(621), + [anon_sym_LPAREN2] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_DASH] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(629), + [anon_sym_STAR] = ACTIONS(632), + [anon_sym_AMP] = ACTIONS(632), + [anon_sym_SEMI] = ACTIONS(820), + [anon_sym_typedef] = ACTIONS(823), + [anon_sym_extern] = ACTIONS(641), + [anon_sym___attribute__] = ACTIONS(644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(647), + [anon_sym___declspec] = ACTIONS(650), + [anon_sym___cdecl] = ACTIONS(621), + [anon_sym___clrcall] = ACTIONS(621), + [anon_sym___stdcall] = ACTIONS(621), + [anon_sym___fastcall] = ACTIONS(621), + [anon_sym___thiscall] = ACTIONS(621), + [anon_sym___vectorcall] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_static] = ACTIONS(641), + [anon_sym_auto] = ACTIONS(641), + [anon_sym_register] = ACTIONS(641), + [anon_sym_inline] = ACTIONS(641), + [anon_sym_const] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym__Atomic] = ACTIONS(656), + [anon_sym_signed] = ACTIONS(659), + [anon_sym_unsigned] = ACTIONS(659), + [anon_sym_long] = ACTIONS(659), + [anon_sym_short] = ACTIONS(659), + [sym_primitive_type] = ACTIONS(662), + [anon_sym_enum] = ACTIONS(665), + [anon_sym_struct] = ACTIONS(668), + [anon_sym_union] = ACTIONS(671), + [anon_sym_if] = ACTIONS(829), + [anon_sym_else] = ACTIONS(621), + [anon_sym_switch] = ACTIONS(832), + [anon_sym_case] = ACTIONS(621), + [anon_sym_default] = ACTIONS(621), + [anon_sym_while] = ACTIONS(835), + [anon_sym_do] = ACTIONS(838), + [anon_sym_for] = ACTIONS(841), + [anon_sym_return] = ACTIONS(844), + [anon_sym_break] = ACTIONS(847), + [anon_sym_continue] = ACTIONS(850), + [anon_sym_goto] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(701), + [anon_sym_PLUS_PLUS] = ACTIONS(701), + [anon_sym_sizeof] = ACTIONS(704), + [sym_number_literal] = ACTIONS(707), + [anon_sym_L_SQUOTE] = ACTIONS(710), + [anon_sym_u_SQUOTE] = ACTIONS(710), + [anon_sym_U_SQUOTE] = ACTIONS(710), + [anon_sym_u8_SQUOTE] = ACTIONS(710), + [anon_sym_SQUOTE] = ACTIONS(710), + [anon_sym_L_DQUOTE] = ACTIONS(713), + [anon_sym_u_DQUOTE] = ACTIONS(713), + [anon_sym_U_DQUOTE] = ACTIONS(713), + [anon_sym_u8_DQUOTE] = ACTIONS(713), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_true] = ACTIONS(716), + [sym_false] = ACTIONS(716), + [sym_null] = ACTIONS(716), + [sym_comment] = ACTIONS(3), + }, [56] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1010), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1011), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(729), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(48), + [sym_identifier] = ACTIONS(813), [aux_sym_preproc_include_token1] = ACTIONS(723), [aux_sym_preproc_def_token1] = ACTIONS(723), [aux_sym_preproc_if_token1] = ACTIONS(723), - [aux_sym_preproc_if_token2] = ACTIONS(723), [aux_sym_preproc_ifdef_token1] = ACTIONS(723), [aux_sym_preproc_ifdef_token2] = ACTIONS(723), [sym_preproc_directive] = ACTIONS(723), @@ -20129,8 +20244,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_typedef] = ACTIONS(507), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20141,7 +20256,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(723), [anon_sym___thiscall] = ACTIONS(723), [anon_sym___vectorcall] = ACTIONS(723), - [anon_sym_LBRACE] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(856), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20158,18 +20274,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(513), + [anon_sym_if] = ACTIONS(323), [anon_sym_else] = ACTIONS(723), - [anon_sym_switch] = ACTIONS(515), + [anon_sym_switch] = ACTIONS(325), [anon_sym_case] = ACTIONS(723), [anon_sym_default] = ACTIONS(723), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20190,183 +20306,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [57] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1010), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(778), - [aux_sym_preproc_include_token1] = ACTIONS(623), - [aux_sym_preproc_def_token1] = ACTIONS(623), - [aux_sym_preproc_if_token1] = ACTIONS(623), - [aux_sym_preproc_if_token2] = ACTIONS(623), - [aux_sym_preproc_ifdef_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token2] = ACTIONS(623), - [sym_preproc_directive] = ACTIONS(623), - [anon_sym_LPAREN2] = ACTIONS(625), - [anon_sym_BANG] = ACTIONS(628), - [anon_sym_TILDE] = ACTIONS(628), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(634), - [anon_sym_AMP] = ACTIONS(634), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_typedef] = ACTIONS(784), - [anon_sym_extern] = ACTIONS(643), - [anon_sym___attribute__] = ACTIONS(646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(649), - [anon_sym___declspec] = ACTIONS(652), - [anon_sym___cdecl] = ACTIONS(623), - [anon_sym___clrcall] = ACTIONS(623), - [anon_sym___stdcall] = ACTIONS(623), - [anon_sym___fastcall] = ACTIONS(623), - [anon_sym___thiscall] = ACTIONS(623), - [anon_sym___vectorcall] = ACTIONS(623), - [anon_sym_LBRACE] = ACTIONS(787), - [anon_sym_static] = ACTIONS(643), - [anon_sym_auto] = ACTIONS(643), - [anon_sym_register] = ACTIONS(643), - [anon_sym_inline] = ACTIONS(643), - [anon_sym_const] = ACTIONS(658), - [anon_sym_volatile] = ACTIONS(658), - [anon_sym_restrict] = ACTIONS(658), - [anon_sym__Atomic] = ACTIONS(658), - [anon_sym_signed] = ACTIONS(661), - [anon_sym_unsigned] = ACTIONS(661), - [anon_sym_long] = ACTIONS(661), - [anon_sym_short] = ACTIONS(661), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(667), - [anon_sym_struct] = ACTIONS(670), - [anon_sym_union] = ACTIONS(673), - [anon_sym_if] = ACTIONS(790), - [anon_sym_else] = ACTIONS(623), - [anon_sym_switch] = ACTIONS(793), - [anon_sym_case] = ACTIONS(623), - [anon_sym_default] = ACTIONS(623), - [anon_sym_while] = ACTIONS(796), - [anon_sym_do] = ACTIONS(799), - [anon_sym_for] = ACTIONS(802), - [anon_sym_return] = ACTIONS(805), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(811), - [anon_sym_goto] = ACTIONS(814), - [anon_sym_DASH_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(703), - [anon_sym_sizeof] = ACTIONS(706), - [sym_number_literal] = ACTIONS(709), - [anon_sym_L_SQUOTE] = ACTIONS(712), - [anon_sym_u_SQUOTE] = ACTIONS(712), - [anon_sym_U_SQUOTE] = ACTIONS(712), - [anon_sym_u8_SQUOTE] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(712), - [anon_sym_L_DQUOTE] = ACTIONS(715), - [anon_sym_u_DQUOTE] = ACTIONS(715), - [anon_sym_U_DQUOTE] = ACTIONS(715), - [anon_sym_u8_DQUOTE] = ACTIONS(715), - [anon_sym_DQUOTE] = ACTIONS(715), - [sym_true] = ACTIONS(718), - [sym_false] = ACTIONS(718), - [sym_null] = ACTIONS(718), - [sym_comment] = ACTIONS(3), - }, - [58] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1005), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(54), + [sym_type_definition] = STATE(54), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1011), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(60), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(60), - [sym_labeled_statement] = STATE(60), - [sym_expression_statement] = STATE(60), - [sym_if_statement] = STATE(60), - [sym_switch_statement] = STATE(60), - [sym_while_statement] = STATE(60), - [sym_do_statement] = STATE(60), - [sym_for_statement] = STATE(60), - [sym_return_statement] = STATE(60), - [sym_break_statement] = STATE(60), - [sym_continue_statement] = STATE(60), - [sym_goto_statement] = STATE(60), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(60), - [sym_identifier] = ACTIONS(817), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(54), + [sym_labeled_statement] = STATE(54), + [sym_expression_statement] = STATE(54), + [sym_if_statement] = STATE(54), + [sym_switch_statement] = STATE(54), + [sym_while_statement] = STATE(54), + [sym_do_statement] = STATE(54), + [sym_for_statement] = STATE(54), + [sym_return_statement] = STATE(54), + [sym_break_statement] = STATE(54), + [sym_continue_statement] = STATE(54), + [sym_goto_statement] = STATE(54), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(54), + [sym_identifier] = ACTIONS(813), [aux_sym_preproc_include_token1] = ACTIONS(721), [aux_sym_preproc_def_token1] = ACTIONS(721), [aux_sym_preproc_if_token1] = ACTIONS(721), @@ -20393,7 +20383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(721), [anon_sym___vectorcall] = ACTIONS(721), [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(772), + [anon_sym_RBRACE] = ACTIONS(766), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20441,64 +20431,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [59] = { - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1005), - [sym_attribute_specifier] = STATE(645), + [58] = { + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(61), - [sym_identifier] = ACTIONS(817), - [aux_sym_preproc_include_token1] = ACTIONS(618), - [aux_sym_preproc_def_token1] = ACTIONS(618), - [aux_sym_preproc_if_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token1] = ACTIONS(618), - [aux_sym_preproc_ifdef_token2] = ACTIONS(618), - [sym_preproc_directive] = ACTIONS(618), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(50), + [sym_labeled_statement] = STATE(50), + [sym_expression_statement] = STATE(50), + [sym_if_statement] = STATE(50), + [sym_switch_statement] = STATE(50), + [sym_while_statement] = STATE(50), + [sym_do_statement] = STATE(50), + [sym_for_statement] = STATE(50), + [sym_return_statement] = STATE(50), + [sym_break_statement] = STATE(50), + [sym_continue_statement] = STATE(50), + [sym_goto_statement] = STATE(50), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(50), + [ts_builtin_sym_end] = ACTIONS(815), + [sym_identifier] = ACTIONS(768), + [aux_sym_preproc_include_token1] = ACTIONS(616), + [aux_sym_preproc_def_token1] = ACTIONS(616), + [aux_sym_preproc_if_token1] = ACTIONS(616), + [aux_sym_preproc_ifdef_token1] = ACTIONS(616), + [aux_sym_preproc_ifdef_token2] = ACTIONS(616), + [sym_preproc_directive] = ACTIONS(616), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20506,20 +20497,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(618), - [anon_sym___clrcall] = ACTIONS(618), - [anon_sym___stdcall] = ACTIONS(618), - [anon_sym___fastcall] = ACTIONS(618), - [anon_sym___thiscall] = ACTIONS(618), - [anon_sym___vectorcall] = ACTIONS(618), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym___cdecl] = ACTIONS(616), + [anon_sym___clrcall] = ACTIONS(616), + [anon_sym___stdcall] = ACTIONS(616), + [anon_sym___fastcall] = ACTIONS(616), + [anon_sym___thiscall] = ACTIONS(616), + [anon_sym___vectorcall] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20536,18 +20526,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), - [anon_sym_else] = ACTIONS(618), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(618), - [anon_sym_default] = ACTIONS(618), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(616), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(616), + [anon_sym_default] = ACTIONS(616), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20567,61 +20557,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [60] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1005), - [sym_attribute_specifier] = STATE(645), + [59] = { + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1011), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(62), - [sym_labeled_statement] = STATE(62), - [sym_expression_statement] = STATE(62), - [sym_if_statement] = STATE(62), - [sym_switch_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_do_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_return_statement] = STATE(62), - [sym_break_statement] = STATE(62), - [sym_continue_statement] = STATE(62), - [sym_goto_statement] = STATE(62), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(817), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(56), + [sym_labeled_statement] = STATE(56), + [sym_expression_statement] = STATE(56), + [sym_if_statement] = STATE(56), + [sym_switch_statement] = STATE(56), + [sym_while_statement] = STATE(56), + [sym_do_statement] = STATE(56), + [sym_for_statement] = STATE(56), + [sym_return_statement] = STATE(56), + [sym_break_statement] = STATE(56), + [sym_continue_statement] = STATE(56), + [sym_goto_statement] = STATE(56), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(813), + [aux_sym_preproc_include_token1] = ACTIONS(719), + [aux_sym_preproc_def_token1] = ACTIONS(719), + [aux_sym_preproc_if_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token1] = ACTIONS(719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(719), + [sym_preproc_directive] = ACTIONS(719), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_typedef] = ACTIONS(315), + [anon_sym_extern] = ACTIONS(43), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(719), + [anon_sym___clrcall] = ACTIONS(719), + [anon_sym___stdcall] = ACTIONS(719), + [anon_sym___fastcall] = ACTIONS(719), + [anon_sym___thiscall] = ACTIONS(719), + [anon_sym___vectorcall] = ACTIONS(719), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(811), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(323), + [anon_sym_else] = ACTIONS(719), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(719), + [anon_sym_default] = ACTIONS(719), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [60] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1020), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(55), + [sym_labeled_statement] = STATE(55), + [sym_expression_statement] = STATE(55), + [sym_if_statement] = STATE(55), + [sym_switch_statement] = STATE(55), + [sym_while_statement] = STATE(55), + [sym_do_statement] = STATE(55), + [sym_for_statement] = STATE(55), + [sym_return_statement] = STATE(55), + [sym_break_statement] = STATE(55), + [sym_continue_statement] = STATE(55), + [sym_goto_statement] = STATE(55), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(809), [aux_sym_preproc_include_token1] = ACTIONS(723), [aux_sym_preproc_def_token1] = ACTIONS(723), [aux_sym_preproc_if_token1] = ACTIONS(723), + [aux_sym_preproc_if_token2] = ACTIONS(723), [aux_sym_preproc_ifdef_token1] = ACTIONS(723), [aux_sym_preproc_ifdef_token2] = ACTIONS(723), [sym_preproc_directive] = ACTIONS(723), @@ -20632,8 +20749,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20644,8 +20761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(723), [anon_sym___thiscall] = ACTIONS(723), [anon_sym___vectorcall] = ACTIONS(723), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(774), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20662,18 +20778,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), + [anon_sym_if] = ACTIONS(434), [anon_sym_else] = ACTIONS(723), - [anon_sym_switch] = ACTIONS(325), + [anon_sym_switch] = ACTIONS(436), [anon_sym_case] = ACTIONS(723), [anon_sym_default] = ACTIONS(723), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20694,63 +20810,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [61] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1005), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1020), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(62), - [sym_labeled_statement] = STATE(62), - [sym_expression_statement] = STATE(62), - [sym_if_statement] = STATE(62), - [sym_switch_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_do_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_return_statement] = STATE(62), - [sym_break_statement] = STATE(62), - [sym_continue_statement] = STATE(62), - [sym_goto_statement] = STATE(62), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(817), - [aux_sym_preproc_include_token1] = ACTIONS(616), - [aux_sym_preproc_def_token1] = ACTIONS(616), - [aux_sym_preproc_if_token1] = ACTIONS(616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(616), - [sym_preproc_directive] = ACTIONS(616), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_while_statement] = STATE(52), + [sym_do_statement] = STATE(52), + [sym_for_statement] = STATE(52), + [sym_return_statement] = STATE(52), + [sym_break_statement] = STATE(52), + [sym_continue_statement] = STATE(52), + [sym_goto_statement] = STATE(52), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(52), + [sym_identifier] = ACTIONS(809), + [aux_sym_preproc_include_token1] = ACTIONS(721), + [aux_sym_preproc_def_token1] = ACTIONS(721), + [aux_sym_preproc_if_token1] = ACTIONS(721), + [aux_sym_preproc_if_token2] = ACTIONS(721), + [aux_sym_preproc_ifdef_token1] = ACTIONS(721), + [aux_sym_preproc_ifdef_token2] = ACTIONS(721), + [sym_preproc_directive] = ACTIONS(721), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20758,20 +20875,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_typedef] = ACTIONS(428), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(616), - [anon_sym___clrcall] = ACTIONS(616), - [anon_sym___stdcall] = ACTIONS(616), - [anon_sym___fastcall] = ACTIONS(616), - [anon_sym___thiscall] = ACTIONS(616), - [anon_sym___vectorcall] = ACTIONS(616), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(776), + [anon_sym___cdecl] = ACTIONS(721), + [anon_sym___clrcall] = ACTIONS(721), + [anon_sym___stdcall] = ACTIONS(721), + [anon_sym___fastcall] = ACTIONS(721), + [anon_sym___thiscall] = ACTIONS(721), + [anon_sym___vectorcall] = ACTIONS(721), + [anon_sym_LBRACE] = ACTIONS(432), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20788,18 +20904,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(323), - [anon_sym_else] = ACTIONS(616), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(616), - [anon_sym_default] = ACTIONS(616), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_if] = ACTIONS(434), + [anon_sym_else] = ACTIONS(721), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(721), + [anon_sym_default] = ACTIONS(721), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20820,166 +20936,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [62] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1005), - [sym_attribute_specifier] = STATE(645), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(645), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym_attributed_statement] = STATE(62), - [sym_labeled_statement] = STATE(62), - [sym_expression_statement] = STATE(62), - [sym_if_statement] = STATE(62), - [sym_switch_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_do_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_return_statement] = STATE(62), - [sym_break_statement] = STATE(62), - [sym_continue_statement] = STATE(62), - [sym_goto_statement] = STATE(62), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(819), - [aux_sym_preproc_include_token1] = ACTIONS(623), - [aux_sym_preproc_def_token1] = ACTIONS(623), - [aux_sym_preproc_if_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token1] = ACTIONS(623), - [aux_sym_preproc_ifdef_token2] = ACTIONS(623), - [sym_preproc_directive] = ACTIONS(623), - [anon_sym_LPAREN2] = ACTIONS(625), - [anon_sym_BANG] = ACTIONS(628), - [anon_sym_TILDE] = ACTIONS(628), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(634), - [anon_sym_AMP] = ACTIONS(634), - [anon_sym_SEMI] = ACTIONS(822), - [anon_sym_typedef] = ACTIONS(825), - [anon_sym_extern] = ACTIONS(643), - [anon_sym___attribute__] = ACTIONS(646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(649), - [anon_sym___declspec] = ACTIONS(652), - [anon_sym___cdecl] = ACTIONS(623), - [anon_sym___clrcall] = ACTIONS(623), - [anon_sym___stdcall] = ACTIONS(623), - [anon_sym___fastcall] = ACTIONS(623), - [anon_sym___thiscall] = ACTIONS(623), - [anon_sym___vectorcall] = ACTIONS(623), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_RBRACE] = ACTIONS(731), - [anon_sym_static] = ACTIONS(643), - [anon_sym_auto] = ACTIONS(643), - [anon_sym_register] = ACTIONS(643), - [anon_sym_inline] = ACTIONS(643), - [anon_sym_const] = ACTIONS(658), - [anon_sym_volatile] = ACTIONS(658), - [anon_sym_restrict] = ACTIONS(658), - [anon_sym__Atomic] = ACTIONS(658), - [anon_sym_signed] = ACTIONS(661), - [anon_sym_unsigned] = ACTIONS(661), - [anon_sym_long] = ACTIONS(661), - [anon_sym_short] = ACTIONS(661), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(667), - [anon_sym_struct] = ACTIONS(670), - [anon_sym_union] = ACTIONS(673), - [anon_sym_if] = ACTIONS(831), - [anon_sym_else] = ACTIONS(623), - [anon_sym_switch] = ACTIONS(834), - [anon_sym_case] = ACTIONS(623), - [anon_sym_default] = ACTIONS(623), - [anon_sym_while] = ACTIONS(837), - [anon_sym_do] = ACTIONS(840), - [anon_sym_for] = ACTIONS(843), - [anon_sym_return] = ACTIONS(846), - [anon_sym_break] = ACTIONS(849), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_goto] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(703), - [anon_sym_sizeof] = ACTIONS(706), - [sym_number_literal] = ACTIONS(709), - [anon_sym_L_SQUOTE] = ACTIONS(712), - [anon_sym_u_SQUOTE] = ACTIONS(712), - [anon_sym_U_SQUOTE] = ACTIONS(712), - [anon_sym_u8_SQUOTE] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(712), - [anon_sym_L_DQUOTE] = ACTIONS(715), - [anon_sym_u_DQUOTE] = ACTIONS(715), - [anon_sym_U_DQUOTE] = ACTIONS(715), - [anon_sym_u8_DQUOTE] = ACTIONS(715), - [anon_sym_DQUOTE] = ACTIONS(715), - [sym_true] = ACTIONS(718), - [sym_false] = ACTIONS(718), - [sym_null] = ACTIONS(718), + [sym_ms_declspec_modifier] = STATE(651), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym_attributed_statement] = STATE(50), + [sym_labeled_statement] = STATE(50), + [sym_expression_statement] = STATE(50), + [sym_if_statement] = STATE(50), + [sym_switch_statement] = STATE(50), + [sym_while_statement] = STATE(50), + [sym_do_statement] = STATE(50), + [sym_for_statement] = STATE(50), + [sym_return_statement] = STATE(50), + [sym_break_statement] = STATE(50), + [sym_continue_statement] = STATE(50), + [sym_goto_statement] = STATE(50), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), + [aux_sym_case_statement_repeat1] = STATE(50), + [ts_builtin_sym_end] = ACTIONS(856), + [sym_identifier] = ACTIONS(768), + [aux_sym_preproc_include_token1] = ACTIONS(723), + [aux_sym_preproc_def_token1] = ACTIONS(723), + [aux_sym_preproc_if_token1] = ACTIONS(723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(723), + [aux_sym_preproc_ifdef_token2] = ACTIONS(723), + [sym_preproc_directive] = ACTIONS(723), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), + [anon_sym_extern] = ACTIONS(43), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(723), + [anon_sym___clrcall] = ACTIONS(723), + [anon_sym___stdcall] = ACTIONS(723), + [anon_sym___fastcall] = ACTIONS(723), + [anon_sym___thiscall] = ACTIONS(723), + [anon_sym___vectorcall] = ACTIONS(723), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(723), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(723), + [anon_sym_default] = ACTIONS(723), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [63] = { - [sym_declaration] = STATE(473), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(645), - [sym_ms_declspec_modifier] = STATE(645), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(729), - [sym_comma_expression] = STATE(1367), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_declaration] = STATE(484), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(651), + [sym_ms_declspec_modifier] = STATE(651), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(700), + [sym_comma_expression] = STATE(1458), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -21029,40 +21145,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [64] = { - [sym_declaration] = STATE(446), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(645), - [sym_ms_declspec_modifier] = STATE(645), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(737), - [sym_comma_expression] = STATE(1439), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_declaration] = STATE(461), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(651), + [sym_ms_declspec_modifier] = STATE(651), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(736), + [sym_comma_expression] = STATE(1367), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -21112,40 +21228,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [65] = { - [sym_declaration] = STATE(479), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(645), - [sym_ms_declspec_modifier] = STATE(645), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(717), - [sym_comma_expression] = STATE(1449), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_declaration] = STATE(462), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(651), + [sym_ms_declspec_modifier] = STATE(651), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(701), + [sym_comma_expression] = STATE(1448), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -21195,40 +21311,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [66] = { - [sym_declaration] = STATE(456), - [sym__declaration_modifiers] = STATE(645), - [sym__declaration_specifiers] = STATE(1011), - [sym_attribute_specifier] = STATE(645), - [sym_attribute_declaration] = STATE(645), - [sym_ms_declspec_modifier] = STATE(645), - [sym_storage_class_specifier] = STATE(645), - [sym_type_qualifier] = STATE(645), - [sym__type_specifier] = STATE(707), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(703), - [sym_comma_expression] = STATE(1457), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym__declaration_specifiers_repeat1] = STATE(645), - [aux_sym_sized_type_specifier_repeat1] = STATE(758), + [sym_declaration] = STATE(479), + [sym__declaration_modifiers] = STATE(651), + [sym__declaration_specifiers] = STATE(1015), + [sym_attribute_specifier] = STATE(651), + [sym_attribute_declaration] = STATE(651), + [sym_ms_declspec_modifier] = STATE(651), + [sym_storage_class_specifier] = STATE(651), + [sym_type_qualifier] = STATE(651), + [sym__type_specifier] = STATE(719), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(721), + [sym_comma_expression] = STATE(1466), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym__declaration_specifiers_repeat1] = STATE(651), + [aux_sym_sized_type_specifier_repeat1] = STATE(801), [sym_identifier] = ACTIONS(858), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -21278,24 +21394,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [67] = { - [sym__expression] = STATE(506), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(527), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(527), - [sym_call_expression] = STATE(527), - [sym_field_expression] = STATE(527), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(527), - [sym_initializer_list] = STATE(516), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(547), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(553), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(553), + [sym_call_expression] = STATE(553), + [sym_field_expression] = STATE(553), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(553), + [sym_initializer_list] = STATE(549), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym_identifier] = ACTIONS(870), [anon_sym_COMMA] = ACTIONS(872), [anon_sym_RPAREN] = ACTIONS(872), @@ -21796,7 +21912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), + [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), @@ -21827,162 +21943,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [74] = { - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_if_token2] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [aux_sym_preproc_else_token1] = ACTIONS(890), - [aux_sym_preproc_elif_token1] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [sym_identifier] = ACTIONS(916), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_if_token2] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [aux_sym_preproc_else_token1] = ACTIONS(916), + [aux_sym_preproc_elif_token1] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), + [anon_sym_LPAREN2] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(918), + [anon_sym_TILDE] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_typedef] = ACTIONS(916), + [anon_sym_extern] = ACTIONS(916), + [anon_sym___attribute__] = ACTIONS(916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(918), + [anon_sym___declspec] = ACTIONS(916), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_static] = ACTIONS(916), + [anon_sym_auto] = ACTIONS(916), + [anon_sym_register] = ACTIONS(916), + [anon_sym_inline] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_volatile] = ACTIONS(916), + [anon_sym_restrict] = ACTIONS(916), + [anon_sym__Atomic] = ACTIONS(916), + [anon_sym_signed] = ACTIONS(916), + [anon_sym_unsigned] = ACTIONS(916), + [anon_sym_long] = ACTIONS(916), + [anon_sym_short] = ACTIONS(916), + [sym_primitive_type] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_goto] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_sizeof] = ACTIONS(916), + [sym_number_literal] = ACTIONS(918), + [anon_sym_L_SQUOTE] = ACTIONS(918), + [anon_sym_u_SQUOTE] = ACTIONS(918), + [anon_sym_U_SQUOTE] = ACTIONS(918), + [anon_sym_u8_SQUOTE] = ACTIONS(918), + [anon_sym_SQUOTE] = ACTIONS(918), + [anon_sym_L_DQUOTE] = ACTIONS(918), + [anon_sym_u_DQUOTE] = ACTIONS(918), + [anon_sym_U_DQUOTE] = ACTIONS(918), + [anon_sym_u8_DQUOTE] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), [sym_comment] = ACTIONS(3), }, [75] = { - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_if_token2] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [aux_sym_preproc_else_token1] = ACTIONS(914), - [aux_sym_preproc_elif_token1] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(918), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_comment] = ACTIONS(3), - }, - [76] = { [sym_identifier] = ACTIONS(920), [aux_sym_preproc_include_token1] = ACTIONS(920), [aux_sym_preproc_def_token1] = ACTIONS(920), @@ -22060,7 +22098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [77] = { + [76] = { [sym_identifier] = ACTIONS(924), [aux_sym_preproc_include_token1] = ACTIONS(924), [aux_sym_preproc_def_token1] = ACTIONS(924), @@ -22138,7 +22176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, - [78] = { + [77] = { [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), @@ -22216,7 +22254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, - [79] = { + [78] = { [sym_identifier] = ACTIONS(932), [aux_sym_preproc_include_token1] = ACTIONS(932), [aux_sym_preproc_def_token1] = ACTIONS(932), @@ -22294,7 +22332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, - [80] = { + [79] = { [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), @@ -22372,7 +22410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, - [81] = { + [80] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), @@ -22450,7 +22488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [82] = { + [81] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), @@ -22528,7 +22566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, - [83] = { + [82] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), @@ -22606,7 +22644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [84] = { + [83] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), @@ -22684,85 +22722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, - [85] = { - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_if_token2] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [aux_sym_preproc_else_token1] = ACTIONS(898), - [aux_sym_preproc_elif_token1] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - }, - [86] = { + [84] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), @@ -22840,7 +22800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [87] = { + [85] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), @@ -22918,7 +22878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [88] = { + [86] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), @@ -22996,7 +22956,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [89] = { + [87] = { [sym_identifier] = ACTIONS(968), [aux_sym_preproc_include_token1] = ACTIONS(968), [aux_sym_preproc_def_token1] = ACTIONS(968), @@ -23074,7 +23034,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, - [90] = { + [88] = { + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_if_token2] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [aux_sym_preproc_else_token1] = ACTIONS(964), + [aux_sym_preproc_elif_token1] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_comment] = ACTIONS(3), + }, + [89] = { [sym_identifier] = ACTIONS(972), [aux_sym_preproc_include_token1] = ACTIONS(972), [aux_sym_preproc_def_token1] = ACTIONS(972), @@ -23152,6 +23190,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, + [90] = { + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_if_token2] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [aux_sym_preproc_else_token1] = ACTIONS(952), + [aux_sym_preproc_elif_token1] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, [91] = { [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), @@ -24321,83 +24437,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [106] = { - [sym__expression] = STATE(630), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(527), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(527), - [sym_call_expression] = STATE(527), - [sym_field_expression] = STATE(527), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(527), - [sym_initializer_list] = STATE(516), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_identifier] = ACTIONS(870), - [anon_sym_LPAREN2] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token2] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [aux_sym_preproc_else_token1] = ACTIONS(1036), + [aux_sym_preproc_elif_token1] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), [anon_sym_BANG] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1040), - [anon_sym_DASH] = ACTIONS(1038), - [anon_sym_PLUS] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_comment] = ACTIONS(3), + }, + [107] = { + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token2] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [aux_sym_preproc_else_token1] = ACTIONS(1040), + [aux_sym_preproc_elif_token1] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_SLASH] = ACTIONS(882), - [anon_sym_PERCENT] = ACTIONS(882), - [anon_sym_PIPE_PIPE] = ACTIONS(872), - [anon_sym_AMP_AMP] = ACTIONS(872), - [anon_sym_PIPE] = ACTIONS(882), - [anon_sym_CARET] = ACTIONS(882), [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_EQ_EQ] = ACTIONS(872), - [anon_sym_BANG_EQ] = ACTIONS(872), - [anon_sym_GT] = ACTIONS(882), - [anon_sym_GT_EQ] = ACTIONS(872), - [anon_sym_LT_EQ] = ACTIONS(872), - [anon_sym_LT] = ACTIONS(882), - [anon_sym_LT_LT] = ACTIONS(882), - [anon_sym_GT_GT] = ACTIONS(882), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_LBRACK] = ACTIONS(872), - [anon_sym_RBRACK] = ACTIONS(872), - [anon_sym_EQ] = ACTIONS(882), - [anon_sym_QMARK] = ACTIONS(872), - [anon_sym_STAR_EQ] = ACTIONS(872), - [anon_sym_SLASH_EQ] = ACTIONS(872), - [anon_sym_PERCENT_EQ] = ACTIONS(872), - [anon_sym_PLUS_EQ] = ACTIONS(872), - [anon_sym_DASH_EQ] = ACTIONS(872), - [anon_sym_LT_LT_EQ] = ACTIONS(872), - [anon_sym_GT_GT_EQ] = ACTIONS(872), - [anon_sym_AMP_EQ] = ACTIONS(872), - [anon_sym_CARET_EQ] = ACTIONS(872), - [anon_sym_PIPE_EQ] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(1044), - [anon_sym_PLUS_PLUS] = ACTIONS(1044), - [anon_sym_sizeof] = ACTIONS(1046), - [anon_sym_DOT] = ACTIONS(882), - [anon_sym_DASH_GT] = ACTIONS(872), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, - [107] = { + [108] = { + [sym_identifier] = ACTIONS(1044), + [aux_sym_preproc_include_token1] = ACTIONS(1044), + [aux_sym_preproc_def_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token2] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), + [aux_sym_preproc_else_token1] = ACTIONS(1044), + [aux_sym_preproc_elif_token1] = ACTIONS(1044), + [sym_preproc_directive] = ACTIONS(1044), + [anon_sym_LPAREN2] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_PLUS] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym_typedef] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym___attribute__] = ACTIONS(1044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), + [anon_sym___declspec] = ACTIONS(1044), + [anon_sym___cdecl] = ACTIONS(1044), + [anon_sym___clrcall] = ACTIONS(1044), + [anon_sym___stdcall] = ACTIONS(1044), + [anon_sym___fastcall] = ACTIONS(1044), + [anon_sym___thiscall] = ACTIONS(1044), + [anon_sym___vectorcall] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(1044), + [anon_sym_auto] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_inline] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [anon_sym_volatile] = ACTIONS(1044), + [anon_sym_restrict] = ACTIONS(1044), + [anon_sym__Atomic] = ACTIONS(1044), + [anon_sym_signed] = ACTIONS(1044), + [anon_sym_unsigned] = ACTIONS(1044), + [anon_sym_long] = ACTIONS(1044), + [anon_sym_short] = ACTIONS(1044), + [sym_primitive_type] = ACTIONS(1044), + [anon_sym_enum] = ACTIONS(1044), + [anon_sym_struct] = ACTIONS(1044), + [anon_sym_union] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_switch] = ACTIONS(1044), + [anon_sym_case] = ACTIONS(1044), + [anon_sym_default] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_goto] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(1046), + [anon_sym_PLUS_PLUS] = ACTIONS(1046), + [anon_sym_sizeof] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(1046), + [anon_sym_L_SQUOTE] = ACTIONS(1046), + [anon_sym_u_SQUOTE] = ACTIONS(1046), + [anon_sym_U_SQUOTE] = ACTIONS(1046), + [anon_sym_u8_SQUOTE] = ACTIONS(1046), + [anon_sym_SQUOTE] = ACTIONS(1046), + [anon_sym_L_DQUOTE] = ACTIONS(1046), + [anon_sym_u_DQUOTE] = ACTIONS(1046), + [anon_sym_U_DQUOTE] = ACTIONS(1046), + [anon_sym_u8_DQUOTE] = ACTIONS(1046), + [anon_sym_DQUOTE] = ACTIONS(1046), + [sym_true] = ACTIONS(1044), + [sym_false] = ACTIONS(1044), + [sym_null] = ACTIONS(1044), + [sym_comment] = ACTIONS(3), + }, + [109] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), @@ -24474,7 +24744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [108] = { + [110] = { [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), @@ -24551,7 +24821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, - [109] = { + [111] = { [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), @@ -24628,7 +24898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, - [110] = { + [112] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), @@ -24705,7 +24975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [111] = { + [113] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), @@ -24782,7 +25052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, - [112] = { + [114] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), @@ -24859,7 +25129,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, - [113] = { + [115] = { [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), @@ -24936,7 +25206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, - [114] = { + [116] = { [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), @@ -25013,7 +25283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, - [115] = { + [117] = { [sym_identifier] = ACTIONS(1080), [aux_sym_preproc_include_token1] = ACTIONS(1080), [aux_sym_preproc_def_token1] = ACTIONS(1080), @@ -25090,7 +25360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1080), [sym_comment] = ACTIONS(3), }, - [116] = { + [118] = { [sym_identifier] = ACTIONS(1084), [aux_sym_preproc_include_token1] = ACTIONS(1084), [aux_sym_preproc_def_token1] = ACTIONS(1084), @@ -25167,7 +25437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1084), [sym_comment] = ACTIONS(3), }, - [117] = { + [119] = { [sym_identifier] = ACTIONS(1088), [aux_sym_preproc_include_token1] = ACTIONS(1088), [aux_sym_preproc_def_token1] = ACTIONS(1088), @@ -25244,7 +25514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1088), [sym_comment] = ACTIONS(3), }, - [118] = { + [120] = { [sym_identifier] = ACTIONS(1092), [aux_sym_preproc_include_token1] = ACTIONS(1092), [aux_sym_preproc_def_token1] = ACTIONS(1092), @@ -25321,7 +25591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1092), [sym_comment] = ACTIONS(3), }, - [119] = { + [121] = { [sym_identifier] = ACTIONS(1096), [aux_sym_preproc_include_token1] = ACTIONS(1096), [aux_sym_preproc_def_token1] = ACTIONS(1096), @@ -25398,7 +25668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1096), [sym_comment] = ACTIONS(3), }, - [120] = { + [122] = { [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), @@ -25475,7 +25745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, - [121] = { + [123] = { [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), @@ -25552,235 +25822,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, - [122] = { - [sym_identifier] = ACTIONS(1108), - [aux_sym_preproc_include_token1] = ACTIONS(1108), - [aux_sym_preproc_def_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token2] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), - [aux_sym_preproc_else_token1] = ACTIONS(1108), - [aux_sym_preproc_elif_token1] = ACTIONS(1108), - [sym_preproc_directive] = ACTIONS(1108), - [anon_sym_LPAREN2] = ACTIONS(1110), + [124] = { + [sym__expression] = STATE(631), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(553), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(553), + [sym_call_expression] = STATE(553), + [sym_field_expression] = STATE(553), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(553), + [sym_initializer_list] = STATE(549), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_identifier] = ACTIONS(870), + [anon_sym_LPAREN2] = ACTIONS(1108), [anon_sym_BANG] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1110), - [anon_sym_DASH] = ACTIONS(1108), - [anon_sym_PLUS] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1110), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1110), - [anon_sym_typedef] = ACTIONS(1108), - [anon_sym_extern] = ACTIONS(1108), - [anon_sym___attribute__] = ACTIONS(1108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), - [anon_sym___declspec] = ACTIONS(1108), - [anon_sym___cdecl] = ACTIONS(1108), - [anon_sym___clrcall] = ACTIONS(1108), - [anon_sym___stdcall] = ACTIONS(1108), - [anon_sym___fastcall] = ACTIONS(1108), - [anon_sym___thiscall] = ACTIONS(1108), - [anon_sym___vectorcall] = ACTIONS(1108), - [anon_sym_LBRACE] = ACTIONS(1110), - [anon_sym_static] = ACTIONS(1108), - [anon_sym_auto] = ACTIONS(1108), - [anon_sym_register] = ACTIONS(1108), - [anon_sym_inline] = ACTIONS(1108), - [anon_sym_const] = ACTIONS(1108), - [anon_sym_volatile] = ACTIONS(1108), - [anon_sym_restrict] = ACTIONS(1108), - [anon_sym__Atomic] = ACTIONS(1108), - [anon_sym_signed] = ACTIONS(1108), - [anon_sym_unsigned] = ACTIONS(1108), - [anon_sym_long] = ACTIONS(1108), - [anon_sym_short] = ACTIONS(1108), - [sym_primitive_type] = ACTIONS(1108), - [anon_sym_enum] = ACTIONS(1108), - [anon_sym_struct] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1108), - [anon_sym_switch] = ACTIONS(1108), - [anon_sym_case] = ACTIONS(1108), - [anon_sym_default] = ACTIONS(1108), - [anon_sym_while] = ACTIONS(1108), - [anon_sym_do] = ACTIONS(1108), - [anon_sym_for] = ACTIONS(1108), - [anon_sym_return] = ACTIONS(1108), - [anon_sym_break] = ACTIONS(1108), - [anon_sym_continue] = ACTIONS(1108), - [anon_sym_goto] = ACTIONS(1108), - [anon_sym_DASH_DASH] = ACTIONS(1110), - [anon_sym_PLUS_PLUS] = ACTIONS(1110), - [anon_sym_sizeof] = ACTIONS(1108), - [sym_number_literal] = ACTIONS(1110), - [anon_sym_L_SQUOTE] = ACTIONS(1110), - [anon_sym_u_SQUOTE] = ACTIONS(1110), - [anon_sym_U_SQUOTE] = ACTIONS(1110), - [anon_sym_u8_SQUOTE] = ACTIONS(1110), - [anon_sym_SQUOTE] = ACTIONS(1110), - [anon_sym_L_DQUOTE] = ACTIONS(1110), - [anon_sym_u_DQUOTE] = ACTIONS(1110), - [anon_sym_U_DQUOTE] = ACTIONS(1110), - [anon_sym_u8_DQUOTE] = ACTIONS(1110), - [anon_sym_DQUOTE] = ACTIONS(1110), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_comment] = ACTIONS(3), - }, - [123] = { - [sym_identifier] = ACTIONS(1112), - [aux_sym_preproc_include_token1] = ACTIONS(1112), - [aux_sym_preproc_def_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token2] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), - [aux_sym_preproc_else_token1] = ACTIONS(1112), - [aux_sym_preproc_elif_token1] = ACTIONS(1112), - [sym_preproc_directive] = ACTIONS(1112), - [anon_sym_LPAREN2] = ACTIONS(1114), - [anon_sym_BANG] = ACTIONS(1114), - [anon_sym_TILDE] = ACTIONS(1114), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_PLUS] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(1112), + [anon_sym_DASH] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1110), [anon_sym_STAR] = ACTIONS(1114), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(882), + [anon_sym_PIPE_PIPE] = ACTIONS(872), + [anon_sym_AMP_AMP] = ACTIONS(872), + [anon_sym_PIPE] = ACTIONS(882), + [anon_sym_CARET] = ACTIONS(882), [anon_sym_AMP] = ACTIONS(1114), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_typedef] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym___attribute__] = ACTIONS(1112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), - [anon_sym___declspec] = ACTIONS(1112), - [anon_sym___cdecl] = ACTIONS(1112), - [anon_sym___clrcall] = ACTIONS(1112), - [anon_sym___stdcall] = ACTIONS(1112), - [anon_sym___fastcall] = ACTIONS(1112), - [anon_sym___thiscall] = ACTIONS(1112), - [anon_sym___vectorcall] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1114), - [anon_sym_static] = ACTIONS(1112), - [anon_sym_auto] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_inline] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [anon_sym_volatile] = ACTIONS(1112), - [anon_sym_restrict] = ACTIONS(1112), - [anon_sym__Atomic] = ACTIONS(1112), - [anon_sym_signed] = ACTIONS(1112), - [anon_sym_unsigned] = ACTIONS(1112), - [anon_sym_long] = ACTIONS(1112), - [anon_sym_short] = ACTIONS(1112), - [sym_primitive_type] = ACTIONS(1112), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_struct] = ACTIONS(1112), - [anon_sym_union] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_switch] = ACTIONS(1112), - [anon_sym_case] = ACTIONS(1112), - [anon_sym_default] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_goto] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1114), - [anon_sym_PLUS_PLUS] = ACTIONS(1114), - [anon_sym_sizeof] = ACTIONS(1112), - [sym_number_literal] = ACTIONS(1114), - [anon_sym_L_SQUOTE] = ACTIONS(1114), - [anon_sym_u_SQUOTE] = ACTIONS(1114), - [anon_sym_U_SQUOTE] = ACTIONS(1114), - [anon_sym_u8_SQUOTE] = ACTIONS(1114), - [anon_sym_SQUOTE] = ACTIONS(1114), - [anon_sym_L_DQUOTE] = ACTIONS(1114), - [anon_sym_u_DQUOTE] = ACTIONS(1114), - [anon_sym_U_DQUOTE] = ACTIONS(1114), - [anon_sym_u8_DQUOTE] = ACTIONS(1114), - [anon_sym_DQUOTE] = ACTIONS(1114), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_comment] = ACTIONS(3), - }, - [124] = { - [sym_identifier] = ACTIONS(1116), - [aux_sym_preproc_include_token1] = ACTIONS(1116), - [aux_sym_preproc_def_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token2] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), - [aux_sym_preproc_else_token1] = ACTIONS(1116), - [aux_sym_preproc_elif_token1] = ACTIONS(1116), - [sym_preproc_directive] = ACTIONS(1116), - [anon_sym_LPAREN2] = ACTIONS(1118), - [anon_sym_BANG] = ACTIONS(1118), - [anon_sym_TILDE] = ACTIONS(1118), - [anon_sym_DASH] = ACTIONS(1116), - [anon_sym_PLUS] = ACTIONS(1116), - [anon_sym_STAR] = ACTIONS(1118), - [anon_sym_AMP] = ACTIONS(1118), - [anon_sym_SEMI] = ACTIONS(1118), - [anon_sym_typedef] = ACTIONS(1116), - [anon_sym_extern] = ACTIONS(1116), - [anon_sym___attribute__] = ACTIONS(1116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), - [anon_sym___declspec] = ACTIONS(1116), - [anon_sym___cdecl] = ACTIONS(1116), - [anon_sym___clrcall] = ACTIONS(1116), - [anon_sym___stdcall] = ACTIONS(1116), - [anon_sym___fastcall] = ACTIONS(1116), - [anon_sym___thiscall] = ACTIONS(1116), - [anon_sym___vectorcall] = ACTIONS(1116), - [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_static] = ACTIONS(1116), - [anon_sym_auto] = ACTIONS(1116), - [anon_sym_register] = ACTIONS(1116), - [anon_sym_inline] = ACTIONS(1116), - [anon_sym_const] = ACTIONS(1116), - [anon_sym_volatile] = ACTIONS(1116), - [anon_sym_restrict] = ACTIONS(1116), - [anon_sym__Atomic] = ACTIONS(1116), - [anon_sym_signed] = ACTIONS(1116), - [anon_sym_unsigned] = ACTIONS(1116), - [anon_sym_long] = ACTIONS(1116), - [anon_sym_short] = ACTIONS(1116), - [sym_primitive_type] = ACTIONS(1116), - [anon_sym_enum] = ACTIONS(1116), - [anon_sym_struct] = ACTIONS(1116), - [anon_sym_union] = ACTIONS(1116), - [anon_sym_if] = ACTIONS(1116), - [anon_sym_switch] = ACTIONS(1116), - [anon_sym_case] = ACTIONS(1116), - [anon_sym_default] = ACTIONS(1116), - [anon_sym_while] = ACTIONS(1116), - [anon_sym_do] = ACTIONS(1116), - [anon_sym_for] = ACTIONS(1116), - [anon_sym_return] = ACTIONS(1116), - [anon_sym_break] = ACTIONS(1116), - [anon_sym_continue] = ACTIONS(1116), - [anon_sym_goto] = ACTIONS(1116), - [anon_sym_DASH_DASH] = ACTIONS(1118), - [anon_sym_PLUS_PLUS] = ACTIONS(1118), - [anon_sym_sizeof] = ACTIONS(1116), - [sym_number_literal] = ACTIONS(1118), - [anon_sym_L_SQUOTE] = ACTIONS(1118), - [anon_sym_u_SQUOTE] = ACTIONS(1118), - [anon_sym_U_SQUOTE] = ACTIONS(1118), - [anon_sym_u8_SQUOTE] = ACTIONS(1118), - [anon_sym_SQUOTE] = ACTIONS(1118), - [anon_sym_L_DQUOTE] = ACTIONS(1118), - [anon_sym_u_DQUOTE] = ACTIONS(1118), - [anon_sym_U_DQUOTE] = ACTIONS(1118), - [anon_sym_u8_DQUOTE] = ACTIONS(1118), - [anon_sym_DQUOTE] = ACTIONS(1118), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(872), + [anon_sym_BANG_EQ] = ACTIONS(872), + [anon_sym_GT] = ACTIONS(882), + [anon_sym_GT_EQ] = ACTIONS(872), + [anon_sym_LT_EQ] = ACTIONS(872), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_LT_LT] = ACTIONS(882), + [anon_sym_GT_GT] = ACTIONS(882), + [anon_sym_LBRACE] = ACTIONS(884), + [anon_sym_LBRACK] = ACTIONS(872), + [anon_sym_RBRACK] = ACTIONS(872), + [anon_sym_EQ] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(872), + [anon_sym_STAR_EQ] = ACTIONS(872), + [anon_sym_SLASH_EQ] = ACTIONS(872), + [anon_sym_PERCENT_EQ] = ACTIONS(872), + [anon_sym_PLUS_EQ] = ACTIONS(872), + [anon_sym_DASH_EQ] = ACTIONS(872), + [anon_sym_LT_LT_EQ] = ACTIONS(872), + [anon_sym_GT_GT_EQ] = ACTIONS(872), + [anon_sym_AMP_EQ] = ACTIONS(872), + [anon_sym_CARET_EQ] = ACTIONS(872), + [anon_sym_PIPE_EQ] = ACTIONS(872), + [anon_sym_DASH_DASH] = ACTIONS(1116), + [anon_sym_PLUS_PLUS] = ACTIONS(1116), + [anon_sym_sizeof] = ACTIONS(1118), + [anon_sym_DOT] = ACTIONS(882), + [anon_sym_DASH_GT] = ACTIONS(872), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, [125] = { @@ -25861,40 +25977,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [126] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(267), - [sym_attributed_statement] = STATE(267), - [sym_labeled_statement] = STATE(267), - [sym_expression_statement] = STATE(267), - [sym_if_statement] = STATE(267), - [sym_switch_statement] = STATE(267), - [sym_case_statement] = STATE(267), - [sym_while_statement] = STATE(267), - [sym_do_statement] = STATE(267), - [sym_for_statement] = STATE(267), - [sym_return_statement] = STATE(267), - [sym_break_statement] = STATE(267), - [sym_continue_statement] = STATE(267), - [sym_goto_statement] = STATE(267), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(303), + [sym_attributed_statement] = STATE(303), + [sym_labeled_statement] = STATE(303), + [sym_expression_statement] = STATE(303), + [sym_if_statement] = STATE(303), + [sym_switch_statement] = STATE(303), + [sym_case_statement] = STATE(303), + [sym_while_statement] = STATE(303), + [sym_do_statement] = STATE(303), + [sym_for_statement] = STATE(303), + [sym_return_statement] = STATE(303), + [sym_break_statement] = STATE(303), + [sym_continue_statement] = STATE(303), + [sym_goto_statement] = STATE(303), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -25903,20 +26019,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25937,40 +26053,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [127] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(193), - [sym_attributed_statement] = STATE(193), - [sym_labeled_statement] = STATE(193), - [sym_expression_statement] = STATE(193), - [sym_if_statement] = STATE(193), - [sym_switch_statement] = STATE(193), - [sym_case_statement] = STATE(193), - [sym_while_statement] = STATE(193), - [sym_do_statement] = STATE(193), - [sym_for_statement] = STATE(193), - [sym_return_statement] = STATE(193), - [sym_break_statement] = STATE(193), - [sym_continue_statement] = STATE(193), - [sym_goto_statement] = STATE(193), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(1463), + [sym_attributed_statement] = STATE(1463), + [sym_labeled_statement] = STATE(1463), + [sym_expression_statement] = STATE(1463), + [sym_if_statement] = STATE(1463), + [sym_switch_statement] = STATE(1463), + [sym_case_statement] = STATE(1463), + [sym_while_statement] = STATE(1463), + [sym_do_statement] = STATE(1463), + [sym_for_statement] = STATE(1463), + [sym_return_statement] = STATE(1463), + [sym_break_statement] = STATE(1463), + [sym_continue_statement] = STATE(1463), + [sym_goto_statement] = STATE(1463), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -26013,315 +26129,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [128] = { - [ts_builtin_sym_end] = ACTIONS(1002), - [sym_identifier] = ACTIONS(1000), - [aux_sym_preproc_include_token1] = ACTIONS(1000), - [aux_sym_preproc_def_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), - [sym_preproc_directive] = ACTIONS(1000), - [anon_sym_LPAREN2] = ACTIONS(1002), - [anon_sym_BANG] = ACTIONS(1002), - [anon_sym_TILDE] = ACTIONS(1002), - [anon_sym_DASH] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(1002), - [anon_sym_AMP] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_typedef] = ACTIONS(1000), - [anon_sym_extern] = ACTIONS(1000), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___cdecl] = ACTIONS(1000), - [anon_sym___clrcall] = ACTIONS(1000), - [anon_sym___stdcall] = ACTIONS(1000), - [anon_sym___fastcall] = ACTIONS(1000), - [anon_sym___thiscall] = ACTIONS(1000), - [anon_sym___vectorcall] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(1000), - [anon_sym_auto] = ACTIONS(1000), - [anon_sym_register] = ACTIONS(1000), - [anon_sym_inline] = ACTIONS(1000), - [anon_sym_const] = ACTIONS(1000), - [anon_sym_volatile] = ACTIONS(1000), - [anon_sym_restrict] = ACTIONS(1000), - [anon_sym__Atomic] = ACTIONS(1000), - [anon_sym_signed] = ACTIONS(1000), - [anon_sym_unsigned] = ACTIONS(1000), - [anon_sym_long] = ACTIONS(1000), - [anon_sym_short] = ACTIONS(1000), - [sym_primitive_type] = ACTIONS(1000), - [anon_sym_enum] = ACTIONS(1000), - [anon_sym_struct] = ACTIONS(1000), - [anon_sym_union] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1000), - [anon_sym_else] = ACTIONS(1000), - [anon_sym_switch] = ACTIONS(1000), - [anon_sym_case] = ACTIONS(1000), - [anon_sym_default] = ACTIONS(1000), - [anon_sym_while] = ACTIONS(1000), - [anon_sym_do] = ACTIONS(1000), - [anon_sym_for] = ACTIONS(1000), - [anon_sym_return] = ACTIONS(1000), - [anon_sym_break] = ACTIONS(1000), - [anon_sym_continue] = ACTIONS(1000), - [anon_sym_goto] = ACTIONS(1000), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1000), - [sym_number_literal] = ACTIONS(1002), - [anon_sym_L_SQUOTE] = ACTIONS(1002), - [anon_sym_u_SQUOTE] = ACTIONS(1002), - [anon_sym_U_SQUOTE] = ACTIONS(1002), - [anon_sym_u8_SQUOTE] = ACTIONS(1002), - [anon_sym_SQUOTE] = ACTIONS(1002), - [anon_sym_L_DQUOTE] = ACTIONS(1002), - [anon_sym_u_DQUOTE] = ACTIONS(1002), - [anon_sym_U_DQUOTE] = ACTIONS(1002), - [anon_sym_u8_DQUOTE] = ACTIONS(1002), - [anon_sym_DQUOTE] = ACTIONS(1002), - [sym_true] = ACTIONS(1000), - [sym_false] = ACTIONS(1000), - [sym_null] = ACTIONS(1000), - [sym_comment] = ACTIONS(3), - }, - [129] = { - [sym_identifier] = ACTIONS(948), - [aux_sym_preproc_include_token1] = ACTIONS(948), - [aux_sym_preproc_def_token1] = ACTIONS(948), - [aux_sym_preproc_if_token1] = ACTIONS(948), - [aux_sym_preproc_if_token2] = ACTIONS(948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(948), - [sym_preproc_directive] = ACTIONS(948), - [anon_sym_LPAREN2] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(950), - [anon_sym_TILDE] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_typedef] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym___attribute__] = ACTIONS(948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(950), - [anon_sym___declspec] = ACTIONS(948), - [anon_sym___cdecl] = ACTIONS(948), - [anon_sym___clrcall] = ACTIONS(948), - [anon_sym___stdcall] = ACTIONS(948), - [anon_sym___fastcall] = ACTIONS(948), - [anon_sym___thiscall] = ACTIONS(948), - [anon_sym___vectorcall] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_static] = ACTIONS(948), - [anon_sym_auto] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_inline] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_volatile] = ACTIONS(948), - [anon_sym_restrict] = ACTIONS(948), - [anon_sym__Atomic] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(948), - [anon_sym_unsigned] = ACTIONS(948), - [anon_sym_long] = ACTIONS(948), - [anon_sym_short] = ACTIONS(948), - [sym_primitive_type] = ACTIONS(948), - [anon_sym_enum] = ACTIONS(948), - [anon_sym_struct] = ACTIONS(948), - [anon_sym_union] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_default] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_goto] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_PLUS_PLUS] = ACTIONS(950), - [anon_sym_sizeof] = ACTIONS(948), - [sym_number_literal] = ACTIONS(950), - [anon_sym_L_SQUOTE] = ACTIONS(950), - [anon_sym_u_SQUOTE] = ACTIONS(950), - [anon_sym_U_SQUOTE] = ACTIONS(950), - [anon_sym_u8_SQUOTE] = ACTIONS(950), - [anon_sym_SQUOTE] = ACTIONS(950), - [anon_sym_L_DQUOTE] = ACTIONS(950), - [anon_sym_u_DQUOTE] = ACTIONS(950), - [anon_sym_U_DQUOTE] = ACTIONS(950), - [anon_sym_u8_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_comment] = ACTIONS(3), - }, - [130] = { - [sym_identifier] = ACTIONS(910), - [aux_sym_preproc_include_token1] = ACTIONS(910), - [aux_sym_preproc_def_token1] = ACTIONS(910), - [aux_sym_preproc_if_token1] = ACTIONS(910), - [aux_sym_preproc_if_token2] = ACTIONS(910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(910), - [sym_preproc_directive] = ACTIONS(910), - [anon_sym_LPAREN2] = ACTIONS(912), - [anon_sym_BANG] = ACTIONS(912), - [anon_sym_TILDE] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(912), - [anon_sym_SEMI] = ACTIONS(912), - [anon_sym_typedef] = ACTIONS(910), - [anon_sym_extern] = ACTIONS(910), - [anon_sym___attribute__] = ACTIONS(910), - [anon_sym_LBRACK_LBRACK] = ACTIONS(912), - [anon_sym___declspec] = ACTIONS(910), - [anon_sym___cdecl] = ACTIONS(910), - [anon_sym___clrcall] = ACTIONS(910), - [anon_sym___stdcall] = ACTIONS(910), - [anon_sym___fastcall] = ACTIONS(910), - [anon_sym___thiscall] = ACTIONS(910), - [anon_sym___vectorcall] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(912), - [anon_sym_static] = ACTIONS(910), - [anon_sym_auto] = ACTIONS(910), - [anon_sym_register] = ACTIONS(910), - [anon_sym_inline] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_volatile] = ACTIONS(910), - [anon_sym_restrict] = ACTIONS(910), - [anon_sym__Atomic] = ACTIONS(910), - [anon_sym_signed] = ACTIONS(910), - [anon_sym_unsigned] = ACTIONS(910), - [anon_sym_long] = ACTIONS(910), - [anon_sym_short] = ACTIONS(910), - [sym_primitive_type] = ACTIONS(910), - [anon_sym_enum] = ACTIONS(910), - [anon_sym_struct] = ACTIONS(910), - [anon_sym_union] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_case] = ACTIONS(910), - [anon_sym_default] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_goto] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(912), - [anon_sym_PLUS_PLUS] = ACTIONS(912), - [anon_sym_sizeof] = ACTIONS(910), - [sym_number_literal] = ACTIONS(912), - [anon_sym_L_SQUOTE] = ACTIONS(912), - [anon_sym_u_SQUOTE] = ACTIONS(912), - [anon_sym_U_SQUOTE] = ACTIONS(912), - [anon_sym_u8_SQUOTE] = ACTIONS(912), - [anon_sym_SQUOTE] = ACTIONS(912), - [anon_sym_L_DQUOTE] = ACTIONS(912), - [anon_sym_u_DQUOTE] = ACTIONS(912), - [anon_sym_U_DQUOTE] = ACTIONS(912), - [anon_sym_u8_DQUOTE] = ACTIONS(912), - [anon_sym_DQUOTE] = ACTIONS(912), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), - [sym_comment] = ACTIONS(3), - }, - [131] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(1454), - [sym_attributed_statement] = STATE(1454), - [sym_labeled_statement] = STATE(1454), - [sym_expression_statement] = STATE(1454), - [sym_if_statement] = STATE(1454), - [sym_switch_statement] = STATE(1454), - [sym_case_statement] = STATE(1454), - [sym_while_statement] = STATE(1454), - [sym_do_statement] = STATE(1454), - [sym_for_statement] = STATE(1454), - [sym_return_statement] = STATE(1454), - [sym_break_statement] = STATE(1454), - [sym_continue_statement] = STATE(1454), - [sym_goto_statement] = STATE(1454), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [132] = { - [ts_builtin_sym_end] = ACTIONS(930), [sym_identifier] = ACTIONS(928), [aux_sym_preproc_include_token1] = ACTIONS(928), [aux_sym_preproc_def_token1] = ACTIONS(928), [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_if_token2] = ACTIONS(928), [aux_sym_preproc_ifdef_token1] = ACTIONS(928), [aux_sym_preproc_ifdef_token2] = ACTIONS(928), [sym_preproc_directive] = ACTIONS(928), @@ -26392,270 +26204,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, - [133] = { - [sym_identifier] = ACTIONS(906), - [aux_sym_preproc_include_token1] = ACTIONS(906), - [aux_sym_preproc_def_token1] = ACTIONS(906), - [aux_sym_preproc_if_token1] = ACTIONS(906), - [aux_sym_preproc_if_token2] = ACTIONS(906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(906), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_LPAREN2] = ACTIONS(908), - [anon_sym_BANG] = ACTIONS(908), - [anon_sym_TILDE] = ACTIONS(908), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_SEMI] = ACTIONS(908), - [anon_sym_typedef] = ACTIONS(906), - [anon_sym_extern] = ACTIONS(906), - [anon_sym___attribute__] = ACTIONS(906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(908), - [anon_sym___declspec] = ACTIONS(906), - [anon_sym___cdecl] = ACTIONS(906), - [anon_sym___clrcall] = ACTIONS(906), - [anon_sym___stdcall] = ACTIONS(906), - [anon_sym___fastcall] = ACTIONS(906), - [anon_sym___thiscall] = ACTIONS(906), - [anon_sym___vectorcall] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(908), - [anon_sym_static] = ACTIONS(906), - [anon_sym_auto] = ACTIONS(906), - [anon_sym_register] = ACTIONS(906), - [anon_sym_inline] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_volatile] = ACTIONS(906), - [anon_sym_restrict] = ACTIONS(906), - [anon_sym__Atomic] = ACTIONS(906), - [anon_sym_signed] = ACTIONS(906), - [anon_sym_unsigned] = ACTIONS(906), - [anon_sym_long] = ACTIONS(906), - [anon_sym_short] = ACTIONS(906), - [sym_primitive_type] = ACTIONS(906), - [anon_sym_enum] = ACTIONS(906), - [anon_sym_struct] = ACTIONS(906), - [anon_sym_union] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_else] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_case] = ACTIONS(906), - [anon_sym_default] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_goto] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(908), - [anon_sym_PLUS_PLUS] = ACTIONS(908), - [anon_sym_sizeof] = ACTIONS(906), - [sym_number_literal] = ACTIONS(908), - [anon_sym_L_SQUOTE] = ACTIONS(908), - [anon_sym_u_SQUOTE] = ACTIONS(908), - [anon_sym_U_SQUOTE] = ACTIONS(908), - [anon_sym_u8_SQUOTE] = ACTIONS(908), - [anon_sym_SQUOTE] = ACTIONS(908), - [anon_sym_L_DQUOTE] = ACTIONS(908), - [anon_sym_u_DQUOTE] = ACTIONS(908), - [anon_sym_U_DQUOTE] = ACTIONS(908), - [anon_sym_u8_DQUOTE] = ACTIONS(908), - [anon_sym_DQUOTE] = ACTIONS(908), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_comment] = ACTIONS(3), - }, - [134] = { - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_if_token2] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(1130), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_comment] = ACTIONS(3), - }, - [135] = { - [sym_identifier] = ACTIONS(920), - [aux_sym_preproc_include_token1] = ACTIONS(920), - [aux_sym_preproc_def_token1] = ACTIONS(920), - [aux_sym_preproc_if_token1] = ACTIONS(920), - [aux_sym_preproc_if_token2] = ACTIONS(920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(920), - [sym_preproc_directive] = ACTIONS(920), - [anon_sym_LPAREN2] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_typedef] = ACTIONS(920), - [anon_sym_extern] = ACTIONS(920), - [anon_sym___attribute__] = ACTIONS(920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(922), - [anon_sym___declspec] = ACTIONS(920), - [anon_sym___cdecl] = ACTIONS(920), - [anon_sym___clrcall] = ACTIONS(920), - [anon_sym___stdcall] = ACTIONS(920), - [anon_sym___fastcall] = ACTIONS(920), - [anon_sym___thiscall] = ACTIONS(920), - [anon_sym___vectorcall] = ACTIONS(920), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_static] = ACTIONS(920), - [anon_sym_auto] = ACTIONS(920), - [anon_sym_register] = ACTIONS(920), - [anon_sym_inline] = ACTIONS(920), - [anon_sym_const] = ACTIONS(920), - [anon_sym_volatile] = ACTIONS(920), - [anon_sym_restrict] = ACTIONS(920), - [anon_sym__Atomic] = ACTIONS(920), - [anon_sym_signed] = ACTIONS(920), - [anon_sym_unsigned] = ACTIONS(920), - [anon_sym_long] = ACTIONS(920), - [anon_sym_short] = ACTIONS(920), - [sym_primitive_type] = ACTIONS(920), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(920), - [anon_sym_union] = ACTIONS(920), - [anon_sym_if] = ACTIONS(920), - [anon_sym_else] = ACTIONS(920), - [anon_sym_switch] = ACTIONS(920), - [anon_sym_case] = ACTIONS(920), - [anon_sym_default] = ACTIONS(920), - [anon_sym_while] = ACTIONS(920), - [anon_sym_do] = ACTIONS(920), - [anon_sym_for] = ACTIONS(920), - [anon_sym_return] = ACTIONS(920), - [anon_sym_break] = ACTIONS(920), - [anon_sym_continue] = ACTIONS(920), - [anon_sym_goto] = ACTIONS(920), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_sizeof] = ACTIONS(920), - [sym_number_literal] = ACTIONS(922), - [anon_sym_L_SQUOTE] = ACTIONS(922), - [anon_sym_u_SQUOTE] = ACTIONS(922), - [anon_sym_U_SQUOTE] = ACTIONS(922), - [anon_sym_u8_SQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [anon_sym_L_DQUOTE] = ACTIONS(922), - [anon_sym_u_DQUOTE] = ACTIONS(922), - [anon_sym_U_DQUOTE] = ACTIONS(922), - [anon_sym_u8_DQUOTE] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [sym_true] = ACTIONS(920), - [sym_false] = ACTIONS(920), - [sym_null] = ACTIONS(920), - [sym_comment] = ACTIONS(3), - }, - [136] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(246), - [sym_attributed_statement] = STATE(246), - [sym_labeled_statement] = STATE(246), - [sym_expression_statement] = STATE(246), - [sym_if_statement] = STATE(246), - [sym_switch_statement] = STATE(246), - [sym_case_statement] = STATE(246), - [sym_while_statement] = STATE(246), - [sym_do_statement] = STATE(246), - [sym_for_statement] = STATE(246), - [sym_return_statement] = STATE(246), - [sym_break_statement] = STATE(246), - [sym_continue_statement] = STATE(246), - [sym_goto_statement] = STATE(246), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [129] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(167), + [sym_attributed_statement] = STATE(167), + [sym_labeled_statement] = STATE(167), + [sym_expression_statement] = STATE(167), + [sym_if_statement] = STATE(167), + [sym_switch_statement] = STATE(167), + [sym_case_statement] = STATE(167), + [sym_while_statement] = STATE(167), + [sym_do_statement] = STATE(167), + [sym_for_statement] = STATE(167), + [sym_return_statement] = STATE(167), + [sym_break_statement] = STATE(167), + [sym_continue_statement] = STATE(167), + [sym_goto_statement] = STATE(167), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26663,20 +26247,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26696,41 +26280,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [137] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(174), - [sym_attributed_statement] = STATE(174), - [sym_labeled_statement] = STATE(174), - [sym_expression_statement] = STATE(174), - [sym_if_statement] = STATE(174), - [sym_switch_statement] = STATE(174), - [sym_case_statement] = STATE(174), - [sym_while_statement] = STATE(174), - [sym_do_statement] = STATE(174), - [sym_for_statement] = STATE(174), - [sym_return_statement] = STATE(174), - [sym_break_statement] = STATE(174), - [sym_continue_statement] = STATE(174), - [sym_goto_statement] = STATE(174), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [130] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(1454), + [sym_attributed_statement] = STATE(1454), + [sym_labeled_statement] = STATE(1454), + [sym_expression_statement] = STATE(1454), + [sym_if_statement] = STATE(1454), + [sym_switch_statement] = STATE(1454), + [sym_case_statement] = STATE(1454), + [sym_while_statement] = STATE(1454), + [sym_do_statement] = STATE(1454), + [sym_for_statement] = STATE(1454), + [sym_return_statement] = STATE(1454), + [sym_break_statement] = STATE(1454), + [sym_continue_statement] = STATE(1454), + [sym_goto_statement] = STATE(1454), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -26772,117 +26356,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [138] = { - [ts_builtin_sym_end] = ACTIONS(926), - [sym_identifier] = ACTIONS(924), - [aux_sym_preproc_include_token1] = ACTIONS(924), - [aux_sym_preproc_def_token1] = ACTIONS(924), - [aux_sym_preproc_if_token1] = ACTIONS(924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(924), - [sym_preproc_directive] = ACTIONS(924), - [anon_sym_LPAREN2] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(926), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(926), - [anon_sym_SEMI] = ACTIONS(926), - [anon_sym_typedef] = ACTIONS(924), - [anon_sym_extern] = ACTIONS(924), - [anon_sym___attribute__] = ACTIONS(924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(926), - [anon_sym___declspec] = ACTIONS(924), - [anon_sym___cdecl] = ACTIONS(924), - [anon_sym___clrcall] = ACTIONS(924), - [anon_sym___stdcall] = ACTIONS(924), - [anon_sym___fastcall] = ACTIONS(924), - [anon_sym___thiscall] = ACTIONS(924), - [anon_sym___vectorcall] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(926), - [anon_sym_static] = ACTIONS(924), - [anon_sym_auto] = ACTIONS(924), - [anon_sym_register] = ACTIONS(924), - [anon_sym_inline] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_volatile] = ACTIONS(924), - [anon_sym_restrict] = ACTIONS(924), - [anon_sym__Atomic] = ACTIONS(924), - [anon_sym_signed] = ACTIONS(924), - [anon_sym_unsigned] = ACTIONS(924), - [anon_sym_long] = ACTIONS(924), - [anon_sym_short] = ACTIONS(924), - [sym_primitive_type] = ACTIONS(924), - [anon_sym_enum] = ACTIONS(924), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_else] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_case] = ACTIONS(924), - [anon_sym_default] = ACTIONS(924), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_goto] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(926), - [anon_sym_PLUS_PLUS] = ACTIONS(926), - [anon_sym_sizeof] = ACTIONS(924), - [sym_number_literal] = ACTIONS(926), - [anon_sym_L_SQUOTE] = ACTIONS(926), - [anon_sym_u_SQUOTE] = ACTIONS(926), - [anon_sym_U_SQUOTE] = ACTIONS(926), - [anon_sym_u8_SQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(926), - [anon_sym_L_DQUOTE] = ACTIONS(926), - [anon_sym_u_DQUOTE] = ACTIONS(926), - [anon_sym_U_DQUOTE] = ACTIONS(926), - [anon_sym_u8_DQUOTE] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(926), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), + [131] = { + [sym_identifier] = ACTIONS(972), + [aux_sym_preproc_include_token1] = ACTIONS(972), + [aux_sym_preproc_def_token1] = ACTIONS(972), + [aux_sym_preproc_if_token1] = ACTIONS(972), + [aux_sym_preproc_if_token2] = ACTIONS(972), + [aux_sym_preproc_ifdef_token1] = ACTIONS(972), + [aux_sym_preproc_ifdef_token2] = ACTIONS(972), + [sym_preproc_directive] = ACTIONS(972), + [anon_sym_LPAREN2] = ACTIONS(974), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(972), + [anon_sym_PLUS] = ACTIONS(972), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_typedef] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym___attribute__] = ACTIONS(972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(974), + [anon_sym___declspec] = ACTIONS(972), + [anon_sym___cdecl] = ACTIONS(972), + [anon_sym___clrcall] = ACTIONS(972), + [anon_sym___stdcall] = ACTIONS(972), + [anon_sym___fastcall] = ACTIONS(972), + [anon_sym___thiscall] = ACTIONS(972), + [anon_sym___vectorcall] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_static] = ACTIONS(972), + [anon_sym_auto] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_inline] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [anon_sym_volatile] = ACTIONS(972), + [anon_sym_restrict] = ACTIONS(972), + [anon_sym__Atomic] = ACTIONS(972), + [anon_sym_signed] = ACTIONS(972), + [anon_sym_unsigned] = ACTIONS(972), + [anon_sym_long] = ACTIONS(972), + [anon_sym_short] = ACTIONS(972), + [sym_primitive_type] = ACTIONS(972), + [anon_sym_enum] = ACTIONS(972), + [anon_sym_struct] = ACTIONS(972), + [anon_sym_union] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_switch] = ACTIONS(972), + [anon_sym_case] = ACTIONS(972), + [anon_sym_default] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_goto] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_sizeof] = ACTIONS(972), + [sym_number_literal] = ACTIONS(974), + [anon_sym_L_SQUOTE] = ACTIONS(974), + [anon_sym_u_SQUOTE] = ACTIONS(974), + [anon_sym_U_SQUOTE] = ACTIONS(974), + [anon_sym_u8_SQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_L_DQUOTE] = ACTIONS(974), + [anon_sym_u_DQUOTE] = ACTIONS(974), + [anon_sym_U_DQUOTE] = ACTIONS(974), + [anon_sym_u8_DQUOTE] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym_true] = ACTIONS(972), + [sym_false] = ACTIONS(972), + [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, - [139] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(1445), - [sym_attributed_statement] = STATE(1445), - [sym_labeled_statement] = STATE(1445), - [sym_expression_statement] = STATE(1445), - [sym_if_statement] = STATE(1445), - [sym_switch_statement] = STATE(1445), - [sym_case_statement] = STATE(1445), - [sym_while_statement] = STATE(1445), - [sym_do_statement] = STATE(1445), - [sym_for_statement] = STATE(1445), - [sym_return_statement] = STATE(1445), - [sym_break_statement] = STATE(1445), - [sym_continue_statement] = STATE(1445), - [sym_goto_statement] = STATE(1445), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [132] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(277), + [sym_attributed_statement] = STATE(277), + [sym_labeled_statement] = STATE(277), + [sym_expression_statement] = STATE(277), + [sym_if_statement] = STATE(277), + [sym_switch_statement] = STATE(277), + [sym_case_statement] = STATE(277), + [sym_while_statement] = STATE(277), + [sym_do_statement] = STATE(277), + [sym_for_statement] = STATE(277), + [sym_return_statement] = STATE(277), + [sym_break_statement] = STATE(277), + [sym_continue_statement] = STATE(277), + [sym_goto_statement] = STATE(277), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -26924,346 +26508,346 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [140] = { - [sym_attribute_declaration] = STATE(140), - [sym_compound_statement] = STATE(141), - [sym_attributed_statement] = STATE(141), - [sym_labeled_statement] = STATE(141), - [sym_expression_statement] = STATE(141), - [sym_if_statement] = STATE(141), - [sym_switch_statement] = STATE(141), - [sym_case_statement] = STATE(141), - [sym_while_statement] = STATE(141), - [sym_do_statement] = STATE(141), - [sym_for_statement] = STATE(141), - [sym_return_statement] = STATE(141), - [sym_break_statement] = STATE(141), - [sym_continue_statement] = STATE(141), - [sym_goto_statement] = STATE(141), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(1132), - [anon_sym_LPAREN2] = ACTIONS(1135), - [anon_sym_BANG] = ACTIONS(1138), - [anon_sym_TILDE] = ACTIONS(1138), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_PLUS] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1147), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1153), - [anon_sym_if] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(1159), - [anon_sym_case] = ACTIONS(1162), - [anon_sym_default] = ACTIONS(1165), - [anon_sym_while] = ACTIONS(1168), - [anon_sym_do] = ACTIONS(1171), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1177), - [anon_sym_break] = ACTIONS(1180), - [anon_sym_continue] = ACTIONS(1183), - [anon_sym_goto] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1189), - [anon_sym_PLUS_PLUS] = ACTIONS(1189), - [anon_sym_sizeof] = ACTIONS(1192), - [sym_number_literal] = ACTIONS(1195), - [anon_sym_L_SQUOTE] = ACTIONS(1198), - [anon_sym_u_SQUOTE] = ACTIONS(1198), - [anon_sym_U_SQUOTE] = ACTIONS(1198), - [anon_sym_u8_SQUOTE] = ACTIONS(1198), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_L_DQUOTE] = ACTIONS(1201), - [anon_sym_u_DQUOTE] = ACTIONS(1201), - [anon_sym_U_DQUOTE] = ACTIONS(1201), - [anon_sym_u8_DQUOTE] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_true] = ACTIONS(1204), - [sym_false] = ACTIONS(1204), - [sym_null] = ACTIONS(1204), + [133] = { + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_if_token2] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, - [141] = { - [sym_identifier] = ACTIONS(944), - [aux_sym_preproc_include_token1] = ACTIONS(944), - [aux_sym_preproc_def_token1] = ACTIONS(944), - [aux_sym_preproc_if_token1] = ACTIONS(944), - [aux_sym_preproc_if_token2] = ACTIONS(944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(944), - [sym_preproc_directive] = ACTIONS(944), - [anon_sym_LPAREN2] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(946), - [anon_sym_TILDE] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(946), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_typedef] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym___attribute__] = ACTIONS(944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(946), - [anon_sym___declspec] = ACTIONS(944), - [anon_sym___cdecl] = ACTIONS(944), - [anon_sym___clrcall] = ACTIONS(944), - [anon_sym___stdcall] = ACTIONS(944), - [anon_sym___fastcall] = ACTIONS(944), - [anon_sym___thiscall] = ACTIONS(944), - [anon_sym___vectorcall] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(946), - [anon_sym_static] = ACTIONS(944), - [anon_sym_auto] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_inline] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [anon_sym_volatile] = ACTIONS(944), - [anon_sym_restrict] = ACTIONS(944), - [anon_sym__Atomic] = ACTIONS(944), - [anon_sym_signed] = ACTIONS(944), - [anon_sym_unsigned] = ACTIONS(944), - [anon_sym_long] = ACTIONS(944), - [anon_sym_short] = ACTIONS(944), - [sym_primitive_type] = ACTIONS(944), - [anon_sym_enum] = ACTIONS(944), - [anon_sym_struct] = ACTIONS(944), - [anon_sym_union] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_else] = ACTIONS(944), - [anon_sym_switch] = ACTIONS(944), - [anon_sym_case] = ACTIONS(944), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_goto] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(946), - [anon_sym_PLUS_PLUS] = ACTIONS(946), - [anon_sym_sizeof] = ACTIONS(944), - [sym_number_literal] = ACTIONS(946), - [anon_sym_L_SQUOTE] = ACTIONS(946), - [anon_sym_u_SQUOTE] = ACTIONS(946), - [anon_sym_U_SQUOTE] = ACTIONS(946), - [anon_sym_u8_SQUOTE] = ACTIONS(946), - [anon_sym_SQUOTE] = ACTIONS(946), - [anon_sym_L_DQUOTE] = ACTIONS(946), - [anon_sym_u_DQUOTE] = ACTIONS(946), - [anon_sym_U_DQUOTE] = ACTIONS(946), - [anon_sym_u8_DQUOTE] = ACTIONS(946), - [anon_sym_DQUOTE] = ACTIONS(946), - [sym_true] = ACTIONS(944), - [sym_false] = ACTIONS(944), - [sym_null] = ACTIONS(944), + [134] = { + [sym_attribute_declaration] = STATE(134), + [sym_compound_statement] = STATE(133), + [sym_attributed_statement] = STATE(133), + [sym_labeled_statement] = STATE(133), + [sym_expression_statement] = STATE(133), + [sym_if_statement] = STATE(133), + [sym_switch_statement] = STATE(133), + [sym_case_statement] = STATE(133), + [sym_while_statement] = STATE(133), + [sym_do_statement] = STATE(133), + [sym_for_statement] = STATE(133), + [sym_return_statement] = STATE(133), + [sym_break_statement] = STATE(133), + [sym_continue_statement] = STATE(133), + [sym_goto_statement] = STATE(133), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(134), + [sym_identifier] = ACTIONS(1130), + [anon_sym_LPAREN2] = ACTIONS(1133), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym_LBRACE] = ACTIONS(1151), + [anon_sym_if] = ACTIONS(1154), + [anon_sym_switch] = ACTIONS(1157), + [anon_sym_case] = ACTIONS(1160), + [anon_sym_default] = ACTIONS(1163), + [anon_sym_while] = ACTIONS(1166), + [anon_sym_do] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1172), + [anon_sym_return] = ACTIONS(1175), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1181), + [anon_sym_goto] = ACTIONS(1184), + [anon_sym_DASH_DASH] = ACTIONS(1187), + [anon_sym_PLUS_PLUS] = ACTIONS(1187), + [anon_sym_sizeof] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1193), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1199), + [anon_sym_u_DQUOTE] = ACTIONS(1199), + [anon_sym_U_DQUOTE] = ACTIONS(1199), + [anon_sym_u8_DQUOTE] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [sym_null] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [142] = { - [sym_identifier] = ACTIONS(984), - [aux_sym_preproc_include_token1] = ACTIONS(984), - [aux_sym_preproc_def_token1] = ACTIONS(984), - [aux_sym_preproc_if_token1] = ACTIONS(984), - [aux_sym_preproc_if_token2] = ACTIONS(984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(984), - [sym_preproc_directive] = ACTIONS(984), - [anon_sym_LPAREN2] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(986), - [anon_sym_TILDE] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(986), - [anon_sym_AMP] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_typedef] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym___attribute__] = ACTIONS(984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(986), - [anon_sym___declspec] = ACTIONS(984), - [anon_sym___cdecl] = ACTIONS(984), - [anon_sym___clrcall] = ACTIONS(984), - [anon_sym___stdcall] = ACTIONS(984), - [anon_sym___fastcall] = ACTIONS(984), - [anon_sym___thiscall] = ACTIONS(984), - [anon_sym___vectorcall] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_static] = ACTIONS(984), - [anon_sym_auto] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_inline] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [anon_sym_volatile] = ACTIONS(984), - [anon_sym_restrict] = ACTIONS(984), - [anon_sym__Atomic] = ACTIONS(984), - [anon_sym_signed] = ACTIONS(984), - [anon_sym_unsigned] = ACTIONS(984), - [anon_sym_long] = ACTIONS(984), - [anon_sym_short] = ACTIONS(984), - [sym_primitive_type] = ACTIONS(984), - [anon_sym_enum] = ACTIONS(984), - [anon_sym_struct] = ACTIONS(984), - [anon_sym_union] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_switch] = ACTIONS(984), - [anon_sym_case] = ACTIONS(984), - [anon_sym_default] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_goto] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_PLUS_PLUS] = ACTIONS(986), - [anon_sym_sizeof] = ACTIONS(984), - [sym_number_literal] = ACTIONS(986), - [anon_sym_L_SQUOTE] = ACTIONS(986), - [anon_sym_u_SQUOTE] = ACTIONS(986), - [anon_sym_U_SQUOTE] = ACTIONS(986), - [anon_sym_u8_SQUOTE] = ACTIONS(986), - [anon_sym_SQUOTE] = ACTIONS(986), - [anon_sym_L_DQUOTE] = ACTIONS(986), - [anon_sym_u_DQUOTE] = ACTIONS(986), - [anon_sym_U_DQUOTE] = ACTIONS(986), - [anon_sym_u8_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(984), + [135] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [143] = { - [ts_builtin_sym_end] = ACTIONS(938), - [sym_identifier] = ACTIONS(936), - [aux_sym_preproc_include_token1] = ACTIONS(936), - [aux_sym_preproc_def_token1] = ACTIONS(936), - [aux_sym_preproc_if_token1] = ACTIONS(936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(936), - [sym_preproc_directive] = ACTIONS(936), - [anon_sym_LPAREN2] = ACTIONS(938), - [anon_sym_BANG] = ACTIONS(938), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_DASH] = ACTIONS(936), - [anon_sym_PLUS] = ACTIONS(936), - [anon_sym_STAR] = ACTIONS(938), - [anon_sym_AMP] = ACTIONS(938), - [anon_sym_SEMI] = ACTIONS(938), - [anon_sym_typedef] = ACTIONS(936), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(938), - [anon_sym___declspec] = ACTIONS(936), - [anon_sym___cdecl] = ACTIONS(936), - [anon_sym___clrcall] = ACTIONS(936), - [anon_sym___stdcall] = ACTIONS(936), - [anon_sym___fastcall] = ACTIONS(936), - [anon_sym___thiscall] = ACTIONS(936), - [anon_sym___vectorcall] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym_const] = ACTIONS(936), - [anon_sym_volatile] = ACTIONS(936), - [anon_sym_restrict] = ACTIONS(936), - [anon_sym__Atomic] = ACTIONS(936), - [anon_sym_signed] = ACTIONS(936), - [anon_sym_unsigned] = ACTIONS(936), - [anon_sym_long] = ACTIONS(936), - [anon_sym_short] = ACTIONS(936), - [sym_primitive_type] = ACTIONS(936), - [anon_sym_enum] = ACTIONS(936), - [anon_sym_struct] = ACTIONS(936), - [anon_sym_union] = ACTIONS(936), - [anon_sym_if] = ACTIONS(936), - [anon_sym_else] = ACTIONS(936), - [anon_sym_switch] = ACTIONS(936), - [anon_sym_case] = ACTIONS(936), - [anon_sym_default] = ACTIONS(936), - [anon_sym_while] = ACTIONS(936), - [anon_sym_do] = ACTIONS(936), - [anon_sym_for] = ACTIONS(936), - [anon_sym_return] = ACTIONS(936), - [anon_sym_break] = ACTIONS(936), - [anon_sym_continue] = ACTIONS(936), - [anon_sym_goto] = ACTIONS(936), - [anon_sym_DASH_DASH] = ACTIONS(938), - [anon_sym_PLUS_PLUS] = ACTIONS(938), - [anon_sym_sizeof] = ACTIONS(936), - [sym_number_literal] = ACTIONS(938), - [anon_sym_L_SQUOTE] = ACTIONS(938), - [anon_sym_u_SQUOTE] = ACTIONS(938), - [anon_sym_U_SQUOTE] = ACTIONS(938), - [anon_sym_u8_SQUOTE] = ACTIONS(938), - [anon_sym_SQUOTE] = ACTIONS(938), - [anon_sym_L_DQUOTE] = ACTIONS(938), - [anon_sym_u_DQUOTE] = ACTIONS(938), - [anon_sym_U_DQUOTE] = ACTIONS(938), - [anon_sym_u8_DQUOTE] = ACTIONS(938), - [anon_sym_DQUOTE] = ACTIONS(938), - [sym_true] = ACTIONS(936), - [sym_false] = ACTIONS(936), - [sym_null] = ACTIONS(936), + [136] = { + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, - [144] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(191), - [sym_attributed_statement] = STATE(191), - [sym_labeled_statement] = STATE(191), - [sym_expression_statement] = STATE(191), - [sym_if_statement] = STATE(191), - [sym_switch_statement] = STATE(191), - [sym_case_statement] = STATE(191), - [sym_while_statement] = STATE(191), - [sym_do_statement] = STATE(191), - [sym_for_statement] = STATE(191), - [sym_return_statement] = STATE(191), - [sym_break_statement] = STATE(191), - [sym_continue_statement] = STATE(191), - [sym_goto_statement] = STATE(191), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [137] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(1442), + [sym_attributed_statement] = STATE(1442), + [sym_labeled_statement] = STATE(1442), + [sym_expression_statement] = STATE(1442), + [sym_if_statement] = STATE(1442), + [sym_switch_statement] = STATE(1442), + [sym_case_statement] = STATE(1442), + [sym_while_statement] = STATE(1442), + [sym_do_statement] = STATE(1442), + [sym_for_statement] = STATE(1442), + [sym_return_statement] = STATE(1442), + [sym_break_statement] = STATE(1442), + [sym_continue_statement] = STATE(1442), + [sym_goto_statement] = STATE(1442), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27271,20 +26855,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27304,498 +26888,346 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [145] = { - [ts_builtin_sym_end] = ACTIONS(934), - [sym_identifier] = ACTIONS(932), - [aux_sym_preproc_include_token1] = ACTIONS(932), - [aux_sym_preproc_def_token1] = ACTIONS(932), - [aux_sym_preproc_if_token1] = ACTIONS(932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(932), - [sym_preproc_directive] = ACTIONS(932), - [anon_sym_LPAREN2] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(934), - [anon_sym_TILDE] = ACTIONS(934), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_STAR] = ACTIONS(934), - [anon_sym_AMP] = ACTIONS(934), - [anon_sym_SEMI] = ACTIONS(934), - [anon_sym_typedef] = ACTIONS(932), - [anon_sym_extern] = ACTIONS(932), - [anon_sym___attribute__] = ACTIONS(932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(934), - [anon_sym___declspec] = ACTIONS(932), - [anon_sym___cdecl] = ACTIONS(932), - [anon_sym___clrcall] = ACTIONS(932), - [anon_sym___stdcall] = ACTIONS(932), - [anon_sym___fastcall] = ACTIONS(932), - [anon_sym___thiscall] = ACTIONS(932), - [anon_sym___vectorcall] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_static] = ACTIONS(932), - [anon_sym_auto] = ACTIONS(932), - [anon_sym_register] = ACTIONS(932), - [anon_sym_inline] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_volatile] = ACTIONS(932), - [anon_sym_restrict] = ACTIONS(932), - [anon_sym__Atomic] = ACTIONS(932), - [anon_sym_signed] = ACTIONS(932), - [anon_sym_unsigned] = ACTIONS(932), - [anon_sym_long] = ACTIONS(932), - [anon_sym_short] = ACTIONS(932), - [sym_primitive_type] = ACTIONS(932), - [anon_sym_enum] = ACTIONS(932), - [anon_sym_struct] = ACTIONS(932), - [anon_sym_union] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_else] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_case] = ACTIONS(932), - [anon_sym_default] = ACTIONS(932), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_goto] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(934), - [anon_sym_L_SQUOTE] = ACTIONS(934), - [anon_sym_u_SQUOTE] = ACTIONS(934), - [anon_sym_U_SQUOTE] = ACTIONS(934), - [anon_sym_u8_SQUOTE] = ACTIONS(934), - [anon_sym_SQUOTE] = ACTIONS(934), - [anon_sym_L_DQUOTE] = ACTIONS(934), - [anon_sym_u_DQUOTE] = ACTIONS(934), - [anon_sym_U_DQUOTE] = ACTIONS(934), - [anon_sym_u8_DQUOTE] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(934), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), + [138] = { + [sym_identifier] = ACTIONS(890), + [aux_sym_preproc_include_token1] = ACTIONS(890), + [aux_sym_preproc_def_token1] = ACTIONS(890), + [aux_sym_preproc_if_token1] = ACTIONS(890), + [aux_sym_preproc_if_token2] = ACTIONS(890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(890), + [anon_sym_LPAREN2] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(890), + [anon_sym_LBRACK_LBRACK] = ACTIONS(892), + [anon_sym___declspec] = ACTIONS(890), + [anon_sym___cdecl] = ACTIONS(890), + [anon_sym___clrcall] = ACTIONS(890), + [anon_sym___stdcall] = ACTIONS(890), + [anon_sym___fastcall] = ACTIONS(890), + [anon_sym___thiscall] = ACTIONS(890), + [anon_sym___vectorcall] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym__Atomic] = ACTIONS(890), + [anon_sym_signed] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [sym_primitive_type] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_else] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_case] = ACTIONS(890), + [anon_sym_default] = ACTIONS(890), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_goto] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(892), + [anon_sym_L_SQUOTE] = ACTIONS(892), + [anon_sym_u_SQUOTE] = ACTIONS(892), + [anon_sym_U_SQUOTE] = ACTIONS(892), + [anon_sym_u8_SQUOTE] = ACTIONS(892), + [anon_sym_SQUOTE] = ACTIONS(892), + [anon_sym_L_DQUOTE] = ACTIONS(892), + [anon_sym_u_DQUOTE] = ACTIONS(892), + [anon_sym_U_DQUOTE] = ACTIONS(892), + [anon_sym_u8_DQUOTE] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(892), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, - [146] = { - [sym_identifier] = ACTIONS(1000), - [aux_sym_preproc_include_token1] = ACTIONS(1000), - [aux_sym_preproc_def_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token2] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), - [sym_preproc_directive] = ACTIONS(1000), - [anon_sym_LPAREN2] = ACTIONS(1002), - [anon_sym_BANG] = ACTIONS(1002), - [anon_sym_TILDE] = ACTIONS(1002), - [anon_sym_DASH] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(1002), - [anon_sym_AMP] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_typedef] = ACTIONS(1000), - [anon_sym_extern] = ACTIONS(1000), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___cdecl] = ACTIONS(1000), - [anon_sym___clrcall] = ACTIONS(1000), - [anon_sym___stdcall] = ACTIONS(1000), - [anon_sym___fastcall] = ACTIONS(1000), - [anon_sym___thiscall] = ACTIONS(1000), - [anon_sym___vectorcall] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(1000), - [anon_sym_auto] = ACTIONS(1000), - [anon_sym_register] = ACTIONS(1000), - [anon_sym_inline] = ACTIONS(1000), - [anon_sym_const] = ACTIONS(1000), - [anon_sym_volatile] = ACTIONS(1000), - [anon_sym_restrict] = ACTIONS(1000), - [anon_sym__Atomic] = ACTIONS(1000), - [anon_sym_signed] = ACTIONS(1000), - [anon_sym_unsigned] = ACTIONS(1000), - [anon_sym_long] = ACTIONS(1000), - [anon_sym_short] = ACTIONS(1000), - [sym_primitive_type] = ACTIONS(1000), - [anon_sym_enum] = ACTIONS(1000), - [anon_sym_struct] = ACTIONS(1000), - [anon_sym_union] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1000), - [anon_sym_else] = ACTIONS(1000), - [anon_sym_switch] = ACTIONS(1000), - [anon_sym_case] = ACTIONS(1000), - [anon_sym_default] = ACTIONS(1000), - [anon_sym_while] = ACTIONS(1000), - [anon_sym_do] = ACTIONS(1000), - [anon_sym_for] = ACTIONS(1000), - [anon_sym_return] = ACTIONS(1000), - [anon_sym_break] = ACTIONS(1000), - [anon_sym_continue] = ACTIONS(1000), - [anon_sym_goto] = ACTIONS(1000), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1000), - [sym_number_literal] = ACTIONS(1002), - [anon_sym_L_SQUOTE] = ACTIONS(1002), - [anon_sym_u_SQUOTE] = ACTIONS(1002), - [anon_sym_U_SQUOTE] = ACTIONS(1002), - [anon_sym_u8_SQUOTE] = ACTIONS(1002), - [anon_sym_SQUOTE] = ACTIONS(1002), - [anon_sym_L_DQUOTE] = ACTIONS(1002), - [anon_sym_u_DQUOTE] = ACTIONS(1002), - [anon_sym_U_DQUOTE] = ACTIONS(1002), - [anon_sym_u8_DQUOTE] = ACTIONS(1002), - [anon_sym_DQUOTE] = ACTIONS(1002), - [sym_true] = ACTIONS(1000), - [sym_false] = ACTIONS(1000), - [sym_null] = ACTIONS(1000), - [sym_comment] = ACTIONS(3), - }, - [147] = { - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token2] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), - [sym_comment] = ACTIONS(3), - }, - [148] = { - [sym_identifier] = ACTIONS(1020), - [aux_sym_preproc_include_token1] = ACTIONS(1020), - [aux_sym_preproc_def_token1] = ACTIONS(1020), - [aux_sym_preproc_if_token1] = ACTIONS(1020), - [aux_sym_preproc_if_token2] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), - [sym_preproc_directive] = ACTIONS(1020), - [anon_sym_LPAREN2] = ACTIONS(1022), - [anon_sym_BANG] = ACTIONS(1022), - [anon_sym_TILDE] = ACTIONS(1022), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_STAR] = ACTIONS(1022), - [anon_sym_AMP] = ACTIONS(1022), - [anon_sym_SEMI] = ACTIONS(1022), - [anon_sym_typedef] = ACTIONS(1020), - [anon_sym_extern] = ACTIONS(1020), - [anon_sym___attribute__] = ACTIONS(1020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), - [anon_sym___declspec] = ACTIONS(1020), - [anon_sym___cdecl] = ACTIONS(1020), - [anon_sym___clrcall] = ACTIONS(1020), - [anon_sym___stdcall] = ACTIONS(1020), - [anon_sym___fastcall] = ACTIONS(1020), - [anon_sym___thiscall] = ACTIONS(1020), - [anon_sym___vectorcall] = ACTIONS(1020), - [anon_sym_LBRACE] = ACTIONS(1022), - [anon_sym_static] = ACTIONS(1020), - [anon_sym_auto] = ACTIONS(1020), - [anon_sym_register] = ACTIONS(1020), - [anon_sym_inline] = ACTIONS(1020), - [anon_sym_const] = ACTIONS(1020), - [anon_sym_volatile] = ACTIONS(1020), - [anon_sym_restrict] = ACTIONS(1020), - [anon_sym__Atomic] = ACTIONS(1020), - [anon_sym_signed] = ACTIONS(1020), - [anon_sym_unsigned] = ACTIONS(1020), - [anon_sym_long] = ACTIONS(1020), - [anon_sym_short] = ACTIONS(1020), - [sym_primitive_type] = ACTIONS(1020), - [anon_sym_enum] = ACTIONS(1020), - [anon_sym_struct] = ACTIONS(1020), - [anon_sym_union] = ACTIONS(1020), - [anon_sym_if] = ACTIONS(1020), - [anon_sym_else] = ACTIONS(1020), - [anon_sym_switch] = ACTIONS(1020), - [anon_sym_case] = ACTIONS(1020), - [anon_sym_default] = ACTIONS(1020), - [anon_sym_while] = ACTIONS(1020), - [anon_sym_do] = ACTIONS(1020), - [anon_sym_for] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_continue] = ACTIONS(1020), - [anon_sym_goto] = ACTIONS(1020), - [anon_sym_DASH_DASH] = ACTIONS(1022), - [anon_sym_PLUS_PLUS] = ACTIONS(1022), - [anon_sym_sizeof] = ACTIONS(1020), - [sym_number_literal] = ACTIONS(1022), - [anon_sym_L_SQUOTE] = ACTIONS(1022), - [anon_sym_u_SQUOTE] = ACTIONS(1022), - [anon_sym_U_SQUOTE] = ACTIONS(1022), - [anon_sym_u8_SQUOTE] = ACTIONS(1022), - [anon_sym_SQUOTE] = ACTIONS(1022), - [anon_sym_L_DQUOTE] = ACTIONS(1022), - [anon_sym_u_DQUOTE] = ACTIONS(1022), - [anon_sym_U_DQUOTE] = ACTIONS(1022), - [anon_sym_u8_DQUOTE] = ACTIONS(1022), - [anon_sym_DQUOTE] = ACTIONS(1022), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), + [139] = { + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(910), + [aux_sym_preproc_def_token1] = ACTIONS(910), + [aux_sym_preproc_if_token1] = ACTIONS(910), + [aux_sym_preproc_if_token2] = ACTIONS(910), + [aux_sym_preproc_ifdef_token1] = ACTIONS(910), + [aux_sym_preproc_ifdef_token2] = ACTIONS(910), + [sym_preproc_directive] = ACTIONS(910), + [anon_sym_LPAREN2] = ACTIONS(912), + [anon_sym_BANG] = ACTIONS(912), + [anon_sym_TILDE] = ACTIONS(912), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(912), + [anon_sym_AMP] = ACTIONS(912), + [anon_sym_SEMI] = ACTIONS(912), + [anon_sym_typedef] = ACTIONS(910), + [anon_sym_extern] = ACTIONS(910), + [anon_sym___attribute__] = ACTIONS(910), + [anon_sym_LBRACK_LBRACK] = ACTIONS(912), + [anon_sym___declspec] = ACTIONS(910), + [anon_sym___cdecl] = ACTIONS(910), + [anon_sym___clrcall] = ACTIONS(910), + [anon_sym___stdcall] = ACTIONS(910), + [anon_sym___fastcall] = ACTIONS(910), + [anon_sym___thiscall] = ACTIONS(910), + [anon_sym___vectorcall] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(912), + [anon_sym_static] = ACTIONS(910), + [anon_sym_auto] = ACTIONS(910), + [anon_sym_register] = ACTIONS(910), + [anon_sym_inline] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_volatile] = ACTIONS(910), + [anon_sym_restrict] = ACTIONS(910), + [anon_sym__Atomic] = ACTIONS(910), + [anon_sym_signed] = ACTIONS(910), + [anon_sym_unsigned] = ACTIONS(910), + [anon_sym_long] = ACTIONS(910), + [anon_sym_short] = ACTIONS(910), + [sym_primitive_type] = ACTIONS(910), + [anon_sym_enum] = ACTIONS(910), + [anon_sym_struct] = ACTIONS(910), + [anon_sym_union] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_else] = ACTIONS(1205), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_case] = ACTIONS(910), + [anon_sym_default] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_goto] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(912), + [anon_sym_PLUS_PLUS] = ACTIONS(912), + [anon_sym_sizeof] = ACTIONS(910), + [sym_number_literal] = ACTIONS(912), + [anon_sym_L_SQUOTE] = ACTIONS(912), + [anon_sym_u_SQUOTE] = ACTIONS(912), + [anon_sym_U_SQUOTE] = ACTIONS(912), + [anon_sym_u8_SQUOTE] = ACTIONS(912), + [anon_sym_SQUOTE] = ACTIONS(912), + [anon_sym_L_DQUOTE] = ACTIONS(912), + [anon_sym_u_DQUOTE] = ACTIONS(912), + [anon_sym_U_DQUOTE] = ACTIONS(912), + [anon_sym_u8_DQUOTE] = ACTIONS(912), + [anon_sym_DQUOTE] = ACTIONS(912), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, - [149] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(130), - [sym_attributed_statement] = STATE(130), - [sym_labeled_statement] = STATE(130), - [sym_expression_statement] = STATE(130), - [sym_if_statement] = STATE(130), - [sym_switch_statement] = STATE(130), - [sym_case_statement] = STATE(130), - [sym_while_statement] = STATE(130), - [sym_do_statement] = STATE(130), - [sym_for_statement] = STATE(130), - [sym_return_statement] = STATE(130), - [sym_break_statement] = STATE(130), - [sym_continue_statement] = STATE(130), - [sym_goto_statement] = STATE(130), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [140] = { + [ts_builtin_sym_end] = ACTIONS(974), + [sym_identifier] = ACTIONS(972), + [aux_sym_preproc_include_token1] = ACTIONS(972), + [aux_sym_preproc_def_token1] = ACTIONS(972), + [aux_sym_preproc_if_token1] = ACTIONS(972), + [aux_sym_preproc_ifdef_token1] = ACTIONS(972), + [aux_sym_preproc_ifdef_token2] = ACTIONS(972), + [sym_preproc_directive] = ACTIONS(972), + [anon_sym_LPAREN2] = ACTIONS(974), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(972), + [anon_sym_PLUS] = ACTIONS(972), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_typedef] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym___attribute__] = ACTIONS(972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(974), + [anon_sym___declspec] = ACTIONS(972), + [anon_sym___cdecl] = ACTIONS(972), + [anon_sym___clrcall] = ACTIONS(972), + [anon_sym___stdcall] = ACTIONS(972), + [anon_sym___fastcall] = ACTIONS(972), + [anon_sym___thiscall] = ACTIONS(972), + [anon_sym___vectorcall] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_static] = ACTIONS(972), + [anon_sym_auto] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_inline] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [anon_sym_volatile] = ACTIONS(972), + [anon_sym_restrict] = ACTIONS(972), + [anon_sym__Atomic] = ACTIONS(972), + [anon_sym_signed] = ACTIONS(972), + [anon_sym_unsigned] = ACTIONS(972), + [anon_sym_long] = ACTIONS(972), + [anon_sym_short] = ACTIONS(972), + [sym_primitive_type] = ACTIONS(972), + [anon_sym_enum] = ACTIONS(972), + [anon_sym_struct] = ACTIONS(972), + [anon_sym_union] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_switch] = ACTIONS(972), + [anon_sym_case] = ACTIONS(972), + [anon_sym_default] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_goto] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_sizeof] = ACTIONS(972), + [sym_number_literal] = ACTIONS(974), + [anon_sym_L_SQUOTE] = ACTIONS(974), + [anon_sym_u_SQUOTE] = ACTIONS(974), + [anon_sym_U_SQUOTE] = ACTIONS(974), + [anon_sym_u8_SQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_L_DQUOTE] = ACTIONS(974), + [anon_sym_u_DQUOTE] = ACTIONS(974), + [anon_sym_U_DQUOTE] = ACTIONS(974), + [anon_sym_u8_DQUOTE] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym_true] = ACTIONS(972), + [sym_false] = ACTIONS(972), + [sym_null] = ACTIONS(972), [sym_comment] = ACTIONS(3), }, - [150] = { - [sym_identifier] = ACTIONS(928), - [aux_sym_preproc_include_token1] = ACTIONS(928), - [aux_sym_preproc_def_token1] = ACTIONS(928), - [aux_sym_preproc_if_token1] = ACTIONS(928), - [aux_sym_preproc_if_token2] = ACTIONS(928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(928), - [sym_preproc_directive] = ACTIONS(928), - [anon_sym_LPAREN2] = ACTIONS(930), - [anon_sym_BANG] = ACTIONS(930), - [anon_sym_TILDE] = ACTIONS(930), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_STAR] = ACTIONS(930), - [anon_sym_AMP] = ACTIONS(930), - [anon_sym_SEMI] = ACTIONS(930), - [anon_sym_typedef] = ACTIONS(928), - [anon_sym_extern] = ACTIONS(928), - [anon_sym___attribute__] = ACTIONS(928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(930), - [anon_sym___declspec] = ACTIONS(928), - [anon_sym___cdecl] = ACTIONS(928), - [anon_sym___clrcall] = ACTIONS(928), - [anon_sym___stdcall] = ACTIONS(928), - [anon_sym___fastcall] = ACTIONS(928), - [anon_sym___thiscall] = ACTIONS(928), - [anon_sym___vectorcall] = ACTIONS(928), - [anon_sym_LBRACE] = ACTIONS(930), - [anon_sym_static] = ACTIONS(928), - [anon_sym_auto] = ACTIONS(928), - [anon_sym_register] = ACTIONS(928), - [anon_sym_inline] = ACTIONS(928), - [anon_sym_const] = ACTIONS(928), - [anon_sym_volatile] = ACTIONS(928), - [anon_sym_restrict] = ACTIONS(928), - [anon_sym__Atomic] = ACTIONS(928), - [anon_sym_signed] = ACTIONS(928), - [anon_sym_unsigned] = ACTIONS(928), - [anon_sym_long] = ACTIONS(928), - [anon_sym_short] = ACTIONS(928), - [sym_primitive_type] = ACTIONS(928), - [anon_sym_enum] = ACTIONS(928), - [anon_sym_struct] = ACTIONS(928), - [anon_sym_union] = ACTIONS(928), - [anon_sym_if] = ACTIONS(928), - [anon_sym_else] = ACTIONS(928), - [anon_sym_switch] = ACTIONS(928), - [anon_sym_case] = ACTIONS(928), - [anon_sym_default] = ACTIONS(928), - [anon_sym_while] = ACTIONS(928), - [anon_sym_do] = ACTIONS(928), - [anon_sym_for] = ACTIONS(928), - [anon_sym_return] = ACTIONS(928), - [anon_sym_break] = ACTIONS(928), - [anon_sym_continue] = ACTIONS(928), - [anon_sym_goto] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(928), - [sym_number_literal] = ACTIONS(930), - [anon_sym_L_SQUOTE] = ACTIONS(930), - [anon_sym_u_SQUOTE] = ACTIONS(930), - [anon_sym_U_SQUOTE] = ACTIONS(930), - [anon_sym_u8_SQUOTE] = ACTIONS(930), - [anon_sym_SQUOTE] = ACTIONS(930), - [anon_sym_L_DQUOTE] = ACTIONS(930), - [anon_sym_u_DQUOTE] = ACTIONS(930), - [anon_sym_U_DQUOTE] = ACTIONS(930), - [anon_sym_u8_DQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE] = ACTIONS(930), - [sym_true] = ACTIONS(928), - [sym_false] = ACTIONS(928), - [sym_null] = ACTIONS(928), + [141] = { + [sym_identifier] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token2] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_typedef] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym___attribute__] = ACTIONS(1004), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), + [anon_sym___declspec] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_auto] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_inline] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_restrict] = ACTIONS(1004), + [anon_sym__Atomic] = ACTIONS(1004), + [anon_sym_signed] = ACTIONS(1004), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [sym_primitive_type] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_struct] = ACTIONS(1004), + [anon_sym_union] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_goto] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_sizeof] = ACTIONS(1004), + [sym_number_literal] = ACTIONS(1006), + [anon_sym_L_SQUOTE] = ACTIONS(1006), + [anon_sym_u_SQUOTE] = ACTIONS(1006), + [anon_sym_U_SQUOTE] = ACTIONS(1006), + [anon_sym_u8_SQUOTE] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_L_DQUOTE] = ACTIONS(1006), + [anon_sym_u_DQUOTE] = ACTIONS(1006), + [anon_sym_U_DQUOTE] = ACTIONS(1006), + [anon_sym_u8_DQUOTE] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [151] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(134), - [sym_attributed_statement] = STATE(134), - [sym_labeled_statement] = STATE(134), - [sym_expression_statement] = STATE(134), - [sym_if_statement] = STATE(134), - [sym_switch_statement] = STATE(134), - [sym_case_statement] = STATE(134), - [sym_while_statement] = STATE(134), - [sym_do_statement] = STATE(134), - [sym_for_statement] = STATE(134), - [sym_return_statement] = STATE(134), - [sym_break_statement] = STATE(134), - [sym_continue_statement] = STATE(134), - [sym_goto_statement] = STATE(134), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [142] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27803,20 +27235,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27836,118 +27268,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [152] = { - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1024), - [aux_sym_preproc_def_token1] = ACTIONS(1024), - [aux_sym_preproc_if_token1] = ACTIONS(1024), - [aux_sym_preproc_if_token2] = ACTIONS(1024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), - [sym_preproc_directive] = ACTIONS(1024), - [anon_sym_LPAREN2] = ACTIONS(1026), - [anon_sym_BANG] = ACTIONS(1026), - [anon_sym_TILDE] = ACTIONS(1026), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_STAR] = ACTIONS(1026), - [anon_sym_AMP] = ACTIONS(1026), - [anon_sym_SEMI] = ACTIONS(1026), - [anon_sym_typedef] = ACTIONS(1024), - [anon_sym_extern] = ACTIONS(1024), - [anon_sym___attribute__] = ACTIONS(1024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), - [anon_sym___declspec] = ACTIONS(1024), - [anon_sym___cdecl] = ACTIONS(1024), - [anon_sym___clrcall] = ACTIONS(1024), - [anon_sym___stdcall] = ACTIONS(1024), - [anon_sym___fastcall] = ACTIONS(1024), - [anon_sym___thiscall] = ACTIONS(1024), - [anon_sym___vectorcall] = ACTIONS(1024), - [anon_sym_LBRACE] = ACTIONS(1026), - [anon_sym_static] = ACTIONS(1024), - [anon_sym_auto] = ACTIONS(1024), - [anon_sym_register] = ACTIONS(1024), - [anon_sym_inline] = ACTIONS(1024), - [anon_sym_const] = ACTIONS(1024), - [anon_sym_volatile] = ACTIONS(1024), - [anon_sym_restrict] = ACTIONS(1024), - [anon_sym__Atomic] = ACTIONS(1024), - [anon_sym_signed] = ACTIONS(1024), - [anon_sym_unsigned] = ACTIONS(1024), - [anon_sym_long] = ACTIONS(1024), - [anon_sym_short] = ACTIONS(1024), - [sym_primitive_type] = ACTIONS(1024), - [anon_sym_enum] = ACTIONS(1024), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1024), - [anon_sym_if] = ACTIONS(1024), - [anon_sym_else] = ACTIONS(1024), - [anon_sym_switch] = ACTIONS(1024), - [anon_sym_case] = ACTIONS(1024), - [anon_sym_default] = ACTIONS(1024), - [anon_sym_while] = ACTIONS(1024), - [anon_sym_do] = ACTIONS(1024), - [anon_sym_for] = ACTIONS(1024), - [anon_sym_return] = ACTIONS(1024), - [anon_sym_break] = ACTIONS(1024), - [anon_sym_continue] = ACTIONS(1024), - [anon_sym_goto] = ACTIONS(1024), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_sizeof] = ACTIONS(1024), - [sym_number_literal] = ACTIONS(1026), - [anon_sym_L_SQUOTE] = ACTIONS(1026), - [anon_sym_u_SQUOTE] = ACTIONS(1026), - [anon_sym_U_SQUOTE] = ACTIONS(1026), - [anon_sym_u8_SQUOTE] = ACTIONS(1026), - [anon_sym_SQUOTE] = ACTIONS(1026), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1024), - [sym_false] = ACTIONS(1024), - [sym_null] = ACTIONS(1024), + [143] = { + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_if_token2] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, - [153] = { - [sym_attribute_declaration] = STATE(140), - [sym_compound_statement] = STATE(141), - [sym_attributed_statement] = STATE(141), - [sym_labeled_statement] = STATE(141), - [sym_expression_statement] = STATE(141), - [sym_if_statement] = STATE(141), - [sym_switch_statement] = STATE(141), - [sym_case_statement] = STATE(141), - [sym_while_statement] = STATE(141), - [sym_do_statement] = STATE(141), - [sym_for_statement] = STATE(141), - [sym_return_statement] = STATE(141), - [sym_break_statement] = STATE(141), - [sym_continue_statement] = STATE(141), - [sym_goto_statement] = STATE(141), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(1207), + [144] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(153), + [sym_attributed_statement] = STATE(153), + [sym_labeled_statement] = STATE(153), + [sym_expression_statement] = STATE(153), + [sym_if_statement] = STATE(153), + [sym_switch_statement] = STATE(153), + [sym_case_statement] = STATE(153), + [sym_while_statement] = STATE(153), + [sym_do_statement] = STATE(153), + [sym_for_statement] = STATE(153), + [sym_return_statement] = STATE(153), + [sym_break_statement] = STATE(153), + [sym_continue_statement] = STATE(153), + [sym_goto_statement] = STATE(153), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27955,20 +27387,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27988,41 +27420,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [154] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(177), - [sym_attributed_statement] = STATE(177), - [sym_labeled_statement] = STATE(177), - [sym_expression_statement] = STATE(177), - [sym_if_statement] = STATE(177), - [sym_switch_statement] = STATE(177), - [sym_case_statement] = STATE(177), - [sym_while_statement] = STATE(177), - [sym_do_statement] = STATE(177), - [sym_for_statement] = STATE(177), - [sym_return_statement] = STATE(177), - [sym_break_statement] = STATE(177), - [sym_continue_statement] = STATE(177), - [sym_goto_statement] = STATE(177), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [145] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(152), + [sym_attributed_statement] = STATE(152), + [sym_labeled_statement] = STATE(152), + [sym_expression_statement] = STATE(152), + [sym_if_statement] = STATE(152), + [sym_switch_statement] = STATE(152), + [sym_case_statement] = STATE(152), + [sym_while_statement] = STATE(152), + [sym_do_statement] = STATE(152), + [sym_for_statement] = STATE(152), + [sym_return_statement] = STATE(152), + [sym_break_statement] = STATE(152), + [sym_continue_statement] = STATE(152), + [sym_goto_statement] = STATE(152), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28064,421 +27496,269 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [155] = { - [sym_identifier] = ACTIONS(964), - [aux_sym_preproc_include_token1] = ACTIONS(964), - [aux_sym_preproc_def_token1] = ACTIONS(964), - [aux_sym_preproc_if_token1] = ACTIONS(964), - [aux_sym_preproc_if_token2] = ACTIONS(964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(964), - [sym_preproc_directive] = ACTIONS(964), - [anon_sym_LPAREN2] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_typedef] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(964), - [anon_sym___attribute__] = ACTIONS(964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(966), - [anon_sym___declspec] = ACTIONS(964), - [anon_sym___cdecl] = ACTIONS(964), - [anon_sym___clrcall] = ACTIONS(964), - [anon_sym___stdcall] = ACTIONS(964), - [anon_sym___fastcall] = ACTIONS(964), - [anon_sym___thiscall] = ACTIONS(964), - [anon_sym___vectorcall] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_static] = ACTIONS(964), - [anon_sym_auto] = ACTIONS(964), - [anon_sym_register] = ACTIONS(964), - [anon_sym_inline] = ACTIONS(964), - [anon_sym_const] = ACTIONS(964), - [anon_sym_volatile] = ACTIONS(964), - [anon_sym_restrict] = ACTIONS(964), - [anon_sym__Atomic] = ACTIONS(964), - [anon_sym_signed] = ACTIONS(964), - [anon_sym_unsigned] = ACTIONS(964), - [anon_sym_long] = ACTIONS(964), - [anon_sym_short] = ACTIONS(964), - [sym_primitive_type] = ACTIONS(964), - [anon_sym_enum] = ACTIONS(964), - [anon_sym_struct] = ACTIONS(964), - [anon_sym_union] = ACTIONS(964), - [anon_sym_if] = ACTIONS(964), - [anon_sym_else] = ACTIONS(964), - [anon_sym_switch] = ACTIONS(964), - [anon_sym_case] = ACTIONS(964), - [anon_sym_default] = ACTIONS(964), - [anon_sym_while] = ACTIONS(964), - [anon_sym_do] = ACTIONS(964), - [anon_sym_for] = ACTIONS(964), - [anon_sym_return] = ACTIONS(964), - [anon_sym_break] = ACTIONS(964), - [anon_sym_continue] = ACTIONS(964), - [anon_sym_goto] = ACTIONS(964), - [anon_sym_DASH_DASH] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_sizeof] = ACTIONS(964), - [sym_number_literal] = ACTIONS(966), - [anon_sym_L_SQUOTE] = ACTIONS(966), - [anon_sym_u_SQUOTE] = ACTIONS(966), - [anon_sym_U_SQUOTE] = ACTIONS(966), - [anon_sym_u8_SQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_L_DQUOTE] = ACTIONS(966), - [anon_sym_u_DQUOTE] = ACTIONS(966), - [anon_sym_U_DQUOTE] = ACTIONS(966), - [anon_sym_u8_DQUOTE] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym_true] = ACTIONS(964), - [sym_false] = ACTIONS(964), - [sym_null] = ACTIONS(964), - [sym_comment] = ACTIONS(3), - }, - [156] = { - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_if_token2] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), + [146] = { + [ts_builtin_sym_end] = ACTIONS(1002), + [sym_identifier] = ACTIONS(1000), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), + [anon_sym_LPAREN2] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_typedef] = ACTIONS(1000), + [anon_sym_extern] = ACTIONS(1000), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), + [anon_sym___declspec] = ACTIONS(1000), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_static] = ACTIONS(1000), + [anon_sym_auto] = ACTIONS(1000), + [anon_sym_register] = ACTIONS(1000), + [anon_sym_inline] = ACTIONS(1000), + [anon_sym_const] = ACTIONS(1000), + [anon_sym_volatile] = ACTIONS(1000), + [anon_sym_restrict] = ACTIONS(1000), + [anon_sym__Atomic] = ACTIONS(1000), + [anon_sym_signed] = ACTIONS(1000), + [anon_sym_unsigned] = ACTIONS(1000), + [anon_sym_long] = ACTIONS(1000), + [anon_sym_short] = ACTIONS(1000), + [sym_primitive_type] = ACTIONS(1000), + [anon_sym_enum] = ACTIONS(1000), + [anon_sym_struct] = ACTIONS(1000), + [anon_sym_union] = ACTIONS(1000), + [anon_sym_if] = ACTIONS(1000), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(1000), + [anon_sym_do] = ACTIONS(1000), + [anon_sym_for] = ACTIONS(1000), + [anon_sym_return] = ACTIONS(1000), + [anon_sym_break] = ACTIONS(1000), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_goto] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [anon_sym_sizeof] = ACTIONS(1000), + [sym_number_literal] = ACTIONS(1002), + [anon_sym_L_SQUOTE] = ACTIONS(1002), + [anon_sym_u_SQUOTE] = ACTIONS(1002), + [anon_sym_U_SQUOTE] = ACTIONS(1002), + [anon_sym_u8_SQUOTE] = ACTIONS(1002), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_L_DQUOTE] = ACTIONS(1002), + [anon_sym_u_DQUOTE] = ACTIONS(1002), + [anon_sym_U_DQUOTE] = ACTIONS(1002), + [anon_sym_u8_DQUOTE] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1002), + [sym_true] = ACTIONS(1000), + [sym_false] = ACTIONS(1000), + [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, - [157] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(99), - [sym_attributed_statement] = STATE(99), - [sym_labeled_statement] = STATE(99), - [sym_expression_statement] = STATE(99), - [sym_if_statement] = STATE(99), - [sym_switch_statement] = STATE(99), - [sym_case_statement] = STATE(99), - [sym_while_statement] = STATE(99), - [sym_do_statement] = STATE(99), - [sym_for_statement] = STATE(99), - [sym_return_statement] = STATE(99), - [sym_break_statement] = STATE(99), - [sym_continue_statement] = STATE(99), - [sym_goto_statement] = STATE(99), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [147] = { + [ts_builtin_sym_end] = ACTIONS(1018), + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, - [158] = { - [ts_builtin_sym_end] = ACTIONS(966), - [sym_identifier] = ACTIONS(964), - [aux_sym_preproc_include_token1] = ACTIONS(964), - [aux_sym_preproc_def_token1] = ACTIONS(964), - [aux_sym_preproc_if_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(964), - [sym_preproc_directive] = ACTIONS(964), - [anon_sym_LPAREN2] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_typedef] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(964), - [anon_sym___attribute__] = ACTIONS(964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(966), - [anon_sym___declspec] = ACTIONS(964), - [anon_sym___cdecl] = ACTIONS(964), - [anon_sym___clrcall] = ACTIONS(964), - [anon_sym___stdcall] = ACTIONS(964), - [anon_sym___fastcall] = ACTIONS(964), - [anon_sym___thiscall] = ACTIONS(964), - [anon_sym___vectorcall] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_static] = ACTIONS(964), - [anon_sym_auto] = ACTIONS(964), - [anon_sym_register] = ACTIONS(964), - [anon_sym_inline] = ACTIONS(964), - [anon_sym_const] = ACTIONS(964), - [anon_sym_volatile] = ACTIONS(964), - [anon_sym_restrict] = ACTIONS(964), - [anon_sym__Atomic] = ACTIONS(964), - [anon_sym_signed] = ACTIONS(964), - [anon_sym_unsigned] = ACTIONS(964), - [anon_sym_long] = ACTIONS(964), - [anon_sym_short] = ACTIONS(964), - [sym_primitive_type] = ACTIONS(964), - [anon_sym_enum] = ACTIONS(964), - [anon_sym_struct] = ACTIONS(964), - [anon_sym_union] = ACTIONS(964), - [anon_sym_if] = ACTIONS(964), - [anon_sym_else] = ACTIONS(964), - [anon_sym_switch] = ACTIONS(964), - [anon_sym_case] = ACTIONS(964), - [anon_sym_default] = ACTIONS(964), - [anon_sym_while] = ACTIONS(964), - [anon_sym_do] = ACTIONS(964), - [anon_sym_for] = ACTIONS(964), - [anon_sym_return] = ACTIONS(964), - [anon_sym_break] = ACTIONS(964), - [anon_sym_continue] = ACTIONS(964), - [anon_sym_goto] = ACTIONS(964), - [anon_sym_DASH_DASH] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_sizeof] = ACTIONS(964), - [sym_number_literal] = ACTIONS(966), - [anon_sym_L_SQUOTE] = ACTIONS(966), - [anon_sym_u_SQUOTE] = ACTIONS(966), - [anon_sym_U_SQUOTE] = ACTIONS(966), - [anon_sym_u8_SQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_L_DQUOTE] = ACTIONS(966), - [anon_sym_u_DQUOTE] = ACTIONS(966), - [anon_sym_U_DQUOTE] = ACTIONS(966), - [anon_sym_u8_DQUOTE] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym_true] = ACTIONS(964), - [sym_false] = ACTIONS(964), - [sym_null] = ACTIONS(964), - [sym_comment] = ACTIONS(3), - }, - [159] = { - [ts_builtin_sym_end] = ACTIONS(986), - [sym_identifier] = ACTIONS(984), - [aux_sym_preproc_include_token1] = ACTIONS(984), - [aux_sym_preproc_def_token1] = ACTIONS(984), - [aux_sym_preproc_if_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(984), - [sym_preproc_directive] = ACTIONS(984), - [anon_sym_LPAREN2] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(986), - [anon_sym_TILDE] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(986), - [anon_sym_AMP] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_typedef] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym___attribute__] = ACTIONS(984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(986), - [anon_sym___declspec] = ACTIONS(984), - [anon_sym___cdecl] = ACTIONS(984), - [anon_sym___clrcall] = ACTIONS(984), - [anon_sym___stdcall] = ACTIONS(984), - [anon_sym___fastcall] = ACTIONS(984), - [anon_sym___thiscall] = ACTIONS(984), - [anon_sym___vectorcall] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_static] = ACTIONS(984), - [anon_sym_auto] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_inline] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [anon_sym_volatile] = ACTIONS(984), - [anon_sym_restrict] = ACTIONS(984), - [anon_sym__Atomic] = ACTIONS(984), - [anon_sym_signed] = ACTIONS(984), - [anon_sym_unsigned] = ACTIONS(984), - [anon_sym_long] = ACTIONS(984), - [anon_sym_short] = ACTIONS(984), - [sym_primitive_type] = ACTIONS(984), - [anon_sym_enum] = ACTIONS(984), - [anon_sym_struct] = ACTIONS(984), - [anon_sym_union] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_switch] = ACTIONS(984), - [anon_sym_case] = ACTIONS(984), - [anon_sym_default] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_goto] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_PLUS_PLUS] = ACTIONS(986), - [anon_sym_sizeof] = ACTIONS(984), - [sym_number_literal] = ACTIONS(986), - [anon_sym_L_SQUOTE] = ACTIONS(986), - [anon_sym_u_SQUOTE] = ACTIONS(986), - [anon_sym_U_SQUOTE] = ACTIONS(986), - [anon_sym_u8_SQUOTE] = ACTIONS(986), - [anon_sym_SQUOTE] = ACTIONS(986), - [anon_sym_L_DQUOTE] = ACTIONS(986), - [anon_sym_u_DQUOTE] = ACTIONS(986), - [anon_sym_U_DQUOTE] = ACTIONS(986), - [anon_sym_u8_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(984), + [148] = { + [ts_builtin_sym_end] = ACTIONS(934), + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, - [160] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(233), - [sym_attributed_statement] = STATE(233), - [sym_labeled_statement] = STATE(233), - [sym_expression_statement] = STATE(233), - [sym_if_statement] = STATE(233), - [sym_switch_statement] = STATE(233), - [sym_case_statement] = STATE(233), - [sym_while_statement] = STATE(233), - [sym_do_statement] = STATE(233), - [sym_for_statement] = STATE(233), - [sym_return_statement] = STATE(233), - [sym_break_statement] = STATE(233), - [sym_continue_statement] = STATE(233), - [sym_goto_statement] = STATE(233), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [149] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(192), + [sym_attributed_statement] = STATE(192), + [sym_labeled_statement] = STATE(192), + [sym_expression_statement] = STATE(192), + [sym_if_statement] = STATE(192), + [sym_switch_statement] = STATE(192), + [sym_case_statement] = STATE(192), + [sym_while_statement] = STATE(192), + [sym_do_statement] = STATE(192), + [sym_for_statement] = STATE(192), + [sym_return_statement] = STATE(192), + [sym_break_statement] = STATE(192), + [sym_continue_statement] = STATE(192), + [sym_goto_statement] = STATE(192), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28520,298 +27800,374 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [161] = { - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_if_token2] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - }, - [162] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(1434), - [sym_attributed_statement] = STATE(1434), - [sym_labeled_statement] = STATE(1434), - [sym_expression_statement] = STATE(1434), - [sym_if_statement] = STATE(1434), - [sym_switch_statement] = STATE(1434), - [sym_case_statement] = STATE(1434), - [sym_while_statement] = STATE(1434), - [sym_do_statement] = STATE(1434), - [sym_for_statement] = STATE(1434), - [sym_return_statement] = STATE(1434), - [sym_break_statement] = STATE(1434), - [sym_continue_statement] = STATE(1434), - [sym_goto_statement] = STATE(1434), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [150] = { + [ts_builtin_sym_end] = ACTIONS(990), + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, - [163] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(98), - [sym_attributed_statement] = STATE(98), - [sym_labeled_statement] = STATE(98), - [sym_expression_statement] = STATE(98), - [sym_if_statement] = STATE(98), - [sym_switch_statement] = STATE(98), - [sym_case_statement] = STATE(98), - [sym_while_statement] = STATE(98), - [sym_do_statement] = STATE(98), - [sym_for_statement] = STATE(98), - [sym_return_statement] = STATE(98), - [sym_break_statement] = STATE(98), - [sym_continue_statement] = STATE(98), - [sym_goto_statement] = STATE(98), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [151] = { + [sym_attribute_declaration] = STATE(151), + [sym_compound_statement] = STATE(150), + [sym_attributed_statement] = STATE(150), + [sym_labeled_statement] = STATE(150), + [sym_expression_statement] = STATE(150), + [sym_if_statement] = STATE(150), + [sym_switch_statement] = STATE(150), + [sym_case_statement] = STATE(150), + [sym_while_statement] = STATE(150), + [sym_do_statement] = STATE(150), + [sym_for_statement] = STATE(150), + [sym_return_statement] = STATE(150), + [sym_break_statement] = STATE(150), + [sym_continue_statement] = STATE(150), + [sym_goto_statement] = STATE(150), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(151), + [sym_identifier] = ACTIONS(1207), + [anon_sym_LPAREN2] = ACTIONS(1133), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym_LBRACE] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1216), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1222), + [anon_sym_default] = ACTIONS(1225), + [anon_sym_while] = ACTIONS(1228), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1234), + [anon_sym_return] = ACTIONS(1237), + [anon_sym_break] = ACTIONS(1240), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1246), + [anon_sym_DASH_DASH] = ACTIONS(1187), + [anon_sym_PLUS_PLUS] = ACTIONS(1187), + [anon_sym_sizeof] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1193), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1199), + [anon_sym_u_DQUOTE] = ACTIONS(1199), + [anon_sym_U_DQUOTE] = ACTIONS(1199), + [anon_sym_u8_DQUOTE] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [sym_null] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [164] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(96), - [sym_attributed_statement] = STATE(96), - [sym_labeled_statement] = STATE(96), - [sym_expression_statement] = STATE(96), - [sym_if_statement] = STATE(96), - [sym_switch_statement] = STATE(96), - [sym_case_statement] = STATE(96), - [sym_while_statement] = STATE(96), - [sym_do_statement] = STATE(96), - [sym_for_statement] = STATE(96), - [sym_return_statement] = STATE(96), - [sym_break_statement] = STATE(96), - [sym_continue_statement] = STATE(96), - [sym_goto_statement] = STATE(96), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), + [152] = { + [ts_builtin_sym_end] = ACTIONS(896), + [sym_identifier] = ACTIONS(894), + [aux_sym_preproc_include_token1] = ACTIONS(894), + [aux_sym_preproc_def_token1] = ACTIONS(894), + [aux_sym_preproc_if_token1] = ACTIONS(894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(894), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_LPAREN2] = ACTIONS(896), + [anon_sym_BANG] = ACTIONS(896), + [anon_sym_TILDE] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(894), + [anon_sym_PLUS] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(896), + [anon_sym_SEMI] = ACTIONS(896), + [anon_sym_typedef] = ACTIONS(894), + [anon_sym_extern] = ACTIONS(894), + [anon_sym___attribute__] = ACTIONS(894), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(894), + [anon_sym___cdecl] = ACTIONS(894), + [anon_sym___clrcall] = ACTIONS(894), + [anon_sym___stdcall] = ACTIONS(894), + [anon_sym___fastcall] = ACTIONS(894), + [anon_sym___thiscall] = ACTIONS(894), + [anon_sym___vectorcall] = ACTIONS(894), + [anon_sym_LBRACE] = ACTIONS(896), + [anon_sym_static] = ACTIONS(894), + [anon_sym_auto] = ACTIONS(894), + [anon_sym_register] = ACTIONS(894), + [anon_sym_inline] = ACTIONS(894), + [anon_sym_const] = ACTIONS(894), + [anon_sym_volatile] = ACTIONS(894), + [anon_sym_restrict] = ACTIONS(894), + [anon_sym__Atomic] = ACTIONS(894), + [anon_sym_signed] = ACTIONS(894), + [anon_sym_unsigned] = ACTIONS(894), + [anon_sym_long] = ACTIONS(894), + [anon_sym_short] = ACTIONS(894), + [sym_primitive_type] = ACTIONS(894), + [anon_sym_enum] = ACTIONS(894), + [anon_sym_struct] = ACTIONS(894), + [anon_sym_union] = ACTIONS(894), + [anon_sym_if] = ACTIONS(894), + [anon_sym_else] = ACTIONS(894), + [anon_sym_switch] = ACTIONS(894), + [anon_sym_case] = ACTIONS(894), + [anon_sym_default] = ACTIONS(894), + [anon_sym_while] = ACTIONS(894), + [anon_sym_do] = ACTIONS(894), + [anon_sym_for] = ACTIONS(894), + [anon_sym_return] = ACTIONS(894), + [anon_sym_break] = ACTIONS(894), + [anon_sym_continue] = ACTIONS(894), + [anon_sym_goto] = ACTIONS(894), + [anon_sym_DASH_DASH] = ACTIONS(896), + [anon_sym_PLUS_PLUS] = ACTIONS(896), + [anon_sym_sizeof] = ACTIONS(894), + [sym_number_literal] = ACTIONS(896), + [anon_sym_L_SQUOTE] = ACTIONS(896), + [anon_sym_u_SQUOTE] = ACTIONS(896), + [anon_sym_U_SQUOTE] = ACTIONS(896), + [anon_sym_u8_SQUOTE] = ACTIONS(896), + [anon_sym_SQUOTE] = ACTIONS(896), + [anon_sym_L_DQUOTE] = ACTIONS(896), + [anon_sym_u_DQUOTE] = ACTIONS(896), + [anon_sym_U_DQUOTE] = ACTIONS(896), + [anon_sym_u8_DQUOTE] = ACTIONS(896), + [anon_sym_DQUOTE] = ACTIONS(896), + [sym_true] = ACTIONS(894), + [sym_false] = ACTIONS(894), + [sym_null] = ACTIONS(894), + [sym_comment] = ACTIONS(3), + }, + [153] = { + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), + [sym_comment] = ACTIONS(3), + }, + [154] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(102), + [sym_attributed_statement] = STATE(102), + [sym_labeled_statement] = STATE(102), + [sym_expression_statement] = STATE(102), + [sym_if_statement] = STATE(102), + [sym_switch_statement] = STATE(102), + [sym_case_statement] = STATE(102), + [sym_while_statement] = STATE(102), + [sym_do_statement] = STATE(102), + [sym_for_statement] = STATE(102), + [sym_return_statement] = STATE(102), + [sym_break_statement] = STATE(102), + [sym_continue_statement] = STATE(102), + [sym_goto_statement] = STATE(102), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), @@ -28824,117 +28180,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [165] = { - [ts_builtin_sym_end] = ACTIONS(942), - [sym_identifier] = ACTIONS(940), - [aux_sym_preproc_include_token1] = ACTIONS(940), - [aux_sym_preproc_def_token1] = ACTIONS(940), - [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(940), - [sym_preproc_directive] = ACTIONS(940), - [anon_sym_LPAREN2] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(942), - [anon_sym_TILDE] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(940), - [anon_sym_STAR] = ACTIONS(942), - [anon_sym_AMP] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_typedef] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym___attribute__] = ACTIONS(940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(940), - [anon_sym___cdecl] = ACTIONS(940), - [anon_sym___clrcall] = ACTIONS(940), - [anon_sym___stdcall] = ACTIONS(940), - [anon_sym___fastcall] = ACTIONS(940), - [anon_sym___thiscall] = ACTIONS(940), - [anon_sym___vectorcall] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(942), - [anon_sym_static] = ACTIONS(940), - [anon_sym_auto] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_inline] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [anon_sym_volatile] = ACTIONS(940), - [anon_sym_restrict] = ACTIONS(940), - [anon_sym__Atomic] = ACTIONS(940), - [anon_sym_signed] = ACTIONS(940), - [anon_sym_unsigned] = ACTIONS(940), - [anon_sym_long] = ACTIONS(940), - [anon_sym_short] = ACTIONS(940), - [sym_primitive_type] = ACTIONS(940), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(940), - [anon_sym_union] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_else] = ACTIONS(940), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(940), - [anon_sym_default] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_goto] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(942), - [anon_sym_PLUS_PLUS] = ACTIONS(942), - [anon_sym_sizeof] = ACTIONS(940), - [sym_number_literal] = ACTIONS(942), - [anon_sym_L_SQUOTE] = ACTIONS(942), - [anon_sym_u_SQUOTE] = ACTIONS(942), - [anon_sym_U_SQUOTE] = ACTIONS(942), - [anon_sym_u8_SQUOTE] = ACTIONS(942), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_L_DQUOTE] = ACTIONS(942), - [anon_sym_u_DQUOTE] = ACTIONS(942), - [anon_sym_U_DQUOTE] = ACTIONS(942), - [anon_sym_u8_DQUOTE] = ACTIONS(942), - [anon_sym_DQUOTE] = ACTIONS(942), - [sym_true] = ACTIONS(940), - [sym_false] = ACTIONS(940), - [sym_null] = ACTIONS(940), + [155] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(243), + [sym_attributed_statement] = STATE(243), + [sym_labeled_statement] = STATE(243), + [sym_expression_statement] = STATE(243), + [sym_if_statement] = STATE(243), + [sym_switch_statement] = STATE(243), + [sym_case_statement] = STATE(243), + [sym_while_statement] = STATE(243), + [sym_do_statement] = STATE(243), + [sym_for_statement] = STATE(243), + [sym_return_statement] = STATE(243), + [sym_break_statement] = STATE(243), + [sym_continue_statement] = STATE(243), + [sym_goto_statement] = STATE(243), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [166] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(228), - [sym_attributed_statement] = STATE(228), - [sym_labeled_statement] = STATE(228), - [sym_expression_statement] = STATE(228), - [sym_if_statement] = STATE(228), - [sym_switch_statement] = STATE(228), - [sym_case_statement] = STATE(228), - [sym_while_statement] = STATE(228), - [sym_do_statement] = STATE(228), - [sym_for_statement] = STATE(228), - [sym_return_statement] = STATE(228), - [sym_break_statement] = STATE(228), - [sym_continue_statement] = STATE(228), - [sym_goto_statement] = STATE(228), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [156] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(148), + [sym_attributed_statement] = STATE(148), + [sym_labeled_statement] = STATE(148), + [sym_expression_statement] = STATE(148), + [sym_if_statement] = STATE(148), + [sym_switch_statement] = STATE(148), + [sym_case_statement] = STATE(148), + [sym_while_statement] = STATE(148), + [sym_do_statement] = STATE(148), + [sym_for_statement] = STATE(148), + [sym_return_statement] = STATE(148), + [sym_break_statement] = STATE(148), + [sym_continue_statement] = STATE(148), + [sym_goto_statement] = STATE(148), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28976,118 +28332,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [167] = { - [ts_builtin_sym_end] = ACTIONS(892), - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [157] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(147), + [sym_attributed_statement] = STATE(147), + [sym_labeled_statement] = STATE(147), + [sym_expression_statement] = STATE(147), + [sym_if_statement] = STATE(147), + [sym_switch_statement] = STATE(147), + [sym_case_statement] = STATE(147), + [sym_while_statement] = STATE(147), + [sym_do_statement] = STATE(147), + [sym_for_statement] = STATE(147), + [sym_return_statement] = STATE(147), + [sym_break_statement] = STATE(147), + [sym_continue_statement] = STATE(147), + [sym_goto_statement] = STATE(147), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [168] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(95), - [sym_attributed_statement] = STATE(95), - [sym_labeled_statement] = STATE(95), - [sym_expression_statement] = STATE(95), - [sym_if_statement] = STATE(95), - [sym_switch_statement] = STATE(95), - [sym_case_statement] = STATE(95), - [sym_while_statement] = STATE(95), - [sym_do_statement] = STATE(95), - [sym_for_statement] = STATE(95), - [sym_return_statement] = STATE(95), - [sym_break_statement] = STATE(95), - [sym_continue_statement] = STATE(95), - [sym_goto_statement] = STATE(95), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [158] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(249), + [sym_attributed_statement] = STATE(249), + [sym_labeled_statement] = STATE(249), + [sym_expression_statement] = STATE(249), + [sym_if_statement] = STATE(249), + [sym_switch_statement] = STATE(249), + [sym_case_statement] = STATE(249), + [sym_while_statement] = STATE(249), + [sym_do_statement] = STATE(249), + [sym_for_statement] = STATE(249), + [sym_return_statement] = STATE(249), + [sym_break_statement] = STATE(249), + [sym_continue_statement] = STATE(249), + [sym_goto_statement] = STATE(249), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29095,20 +28451,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29128,66 +28484,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(946), - [sym_identifier] = ACTIONS(944), - [aux_sym_preproc_include_token1] = ACTIONS(944), - [aux_sym_preproc_def_token1] = ACTIONS(944), - [aux_sym_preproc_if_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(944), - [sym_preproc_directive] = ACTIONS(944), - [anon_sym_LPAREN2] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(946), - [anon_sym_TILDE] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(946), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_typedef] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym___attribute__] = ACTIONS(944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(946), - [anon_sym___declspec] = ACTIONS(944), - [anon_sym___cdecl] = ACTIONS(944), - [anon_sym___clrcall] = ACTIONS(944), - [anon_sym___stdcall] = ACTIONS(944), - [anon_sym___fastcall] = ACTIONS(944), - [anon_sym___thiscall] = ACTIONS(944), - [anon_sym___vectorcall] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(946), - [anon_sym_static] = ACTIONS(944), - [anon_sym_auto] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_inline] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [anon_sym_volatile] = ACTIONS(944), - [anon_sym_restrict] = ACTIONS(944), - [anon_sym__Atomic] = ACTIONS(944), - [anon_sym_signed] = ACTIONS(944), - [anon_sym_unsigned] = ACTIONS(944), - [anon_sym_long] = ACTIONS(944), - [anon_sym_short] = ACTIONS(944), - [sym_primitive_type] = ACTIONS(944), - [anon_sym_enum] = ACTIONS(944), - [anon_sym_struct] = ACTIONS(944), - [anon_sym_union] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_else] = ACTIONS(944), - [anon_sym_switch] = ACTIONS(944), - [anon_sym_case] = ACTIONS(944), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_goto] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(946), - [anon_sym_PLUS_PLUS] = ACTIONS(946), - [anon_sym_sizeof] = ACTIONS(944), + [159] = { + [ts_builtin_sym_end] = ACTIONS(950), + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_comment] = ACTIONS(3), + }, + [160] = { + [sym_identifier] = ACTIONS(944), + [aux_sym_preproc_include_token1] = ACTIONS(944), + [aux_sym_preproc_def_token1] = ACTIONS(944), + [aux_sym_preproc_if_token1] = ACTIONS(944), + [aux_sym_preproc_if_token2] = ACTIONS(944), + [aux_sym_preproc_ifdef_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token2] = ACTIONS(944), + [sym_preproc_directive] = ACTIONS(944), + [anon_sym_LPAREN2] = ACTIONS(946), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(946), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_typedef] = ACTIONS(944), + [anon_sym_extern] = ACTIONS(944), + [anon_sym___attribute__] = ACTIONS(944), + [anon_sym_LBRACK_LBRACK] = ACTIONS(946), + [anon_sym___declspec] = ACTIONS(944), + [anon_sym___cdecl] = ACTIONS(944), + [anon_sym___clrcall] = ACTIONS(944), + [anon_sym___stdcall] = ACTIONS(944), + [anon_sym___fastcall] = ACTIONS(944), + [anon_sym___thiscall] = ACTIONS(944), + [anon_sym___vectorcall] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_static] = ACTIONS(944), + [anon_sym_auto] = ACTIONS(944), + [anon_sym_register] = ACTIONS(944), + [anon_sym_inline] = ACTIONS(944), + [anon_sym_const] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_restrict] = ACTIONS(944), + [anon_sym__Atomic] = ACTIONS(944), + [anon_sym_signed] = ACTIONS(944), + [anon_sym_unsigned] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [sym_primitive_type] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_struct] = ACTIONS(944), + [anon_sym_union] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_goto] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_sizeof] = ACTIONS(944), [sym_number_literal] = ACTIONS(946), [anon_sym_L_SQUOTE] = ACTIONS(946), [anon_sym_u_SQUOTE] = ACTIONS(946), @@ -29204,159 +28636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, - [170] = { - [sym_attribute_declaration] = STATE(170), - [sym_compound_statement] = STATE(169), - [sym_attributed_statement] = STATE(169), - [sym_labeled_statement] = STATE(169), - [sym_expression_statement] = STATE(169), - [sym_if_statement] = STATE(169), - [sym_switch_statement] = STATE(169), - [sym_case_statement] = STATE(169), - [sym_while_statement] = STATE(169), - [sym_do_statement] = STATE(169), - [sym_for_statement] = STATE(169), - [sym_return_statement] = STATE(169), - [sym_break_statement] = STATE(169), - [sym_continue_statement] = STATE(169), - [sym_goto_statement] = STATE(169), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(170), - [sym_identifier] = ACTIONS(1211), - [anon_sym_LPAREN2] = ACTIONS(1135), - [anon_sym_BANG] = ACTIONS(1138), - [anon_sym_TILDE] = ACTIONS(1138), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_PLUS] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_if] = ACTIONS(1220), - [anon_sym_switch] = ACTIONS(1223), - [anon_sym_case] = ACTIONS(1226), - [anon_sym_default] = ACTIONS(1229), - [anon_sym_while] = ACTIONS(1232), - [anon_sym_do] = ACTIONS(1235), - [anon_sym_for] = ACTIONS(1238), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1244), - [anon_sym_continue] = ACTIONS(1247), - [anon_sym_goto] = ACTIONS(1250), - [anon_sym_DASH_DASH] = ACTIONS(1189), - [anon_sym_PLUS_PLUS] = ACTIONS(1189), - [anon_sym_sizeof] = ACTIONS(1192), - [sym_number_literal] = ACTIONS(1195), - [anon_sym_L_SQUOTE] = ACTIONS(1198), - [anon_sym_u_SQUOTE] = ACTIONS(1198), - [anon_sym_U_SQUOTE] = ACTIONS(1198), - [anon_sym_u8_SQUOTE] = ACTIONS(1198), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_L_DQUOTE] = ACTIONS(1201), - [anon_sym_u_DQUOTE] = ACTIONS(1201), - [anon_sym_U_DQUOTE] = ACTIONS(1201), - [anon_sym_u8_DQUOTE] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_true] = ACTIONS(1204), - [sym_false] = ACTIONS(1204), - [sym_null] = ACTIONS(1204), - [sym_comment] = ACTIONS(3), - }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(892), - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), - [sym_comment] = ACTIONS(3), - }, - [172] = { + [161] = { [sym_identifier] = ACTIONS(902), [aux_sym_preproc_include_token1] = ACTIONS(902), [aux_sym_preproc_def_token1] = ACTIONS(902), @@ -29432,42 +28712,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, - [173] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(94), - [sym_attributed_statement] = STATE(94), - [sym_labeled_statement] = STATE(94), - [sym_expression_statement] = STATE(94), - [sym_if_statement] = STATE(94), - [sym_switch_statement] = STATE(94), - [sym_case_statement] = STATE(94), - [sym_while_statement] = STATE(94), - [sym_do_statement] = STATE(94), - [sym_for_statement] = STATE(94), - [sym_return_statement] = STATE(94), - [sym_break_statement] = STATE(94), - [sym_continue_statement] = STATE(94), - [sym_goto_statement] = STATE(94), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [162] = { + [sym_identifier] = ACTIONS(1000), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), + [anon_sym_LPAREN2] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_typedef] = ACTIONS(1000), + [anon_sym_extern] = ACTIONS(1000), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), + [anon_sym___declspec] = ACTIONS(1000), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_RBRACE] = ACTIONS(1002), + [anon_sym_static] = ACTIONS(1000), + [anon_sym_auto] = ACTIONS(1000), + [anon_sym_register] = ACTIONS(1000), + [anon_sym_inline] = ACTIONS(1000), + [anon_sym_const] = ACTIONS(1000), + [anon_sym_volatile] = ACTIONS(1000), + [anon_sym_restrict] = ACTIONS(1000), + [anon_sym__Atomic] = ACTIONS(1000), + [anon_sym_signed] = ACTIONS(1000), + [anon_sym_unsigned] = ACTIONS(1000), + [anon_sym_long] = ACTIONS(1000), + [anon_sym_short] = ACTIONS(1000), + [sym_primitive_type] = ACTIONS(1000), + [anon_sym_enum] = ACTIONS(1000), + [anon_sym_struct] = ACTIONS(1000), + [anon_sym_union] = ACTIONS(1000), + [anon_sym_if] = ACTIONS(1000), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(1000), + [anon_sym_do] = ACTIONS(1000), + [anon_sym_for] = ACTIONS(1000), + [anon_sym_return] = ACTIONS(1000), + [anon_sym_break] = ACTIONS(1000), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_goto] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [anon_sym_sizeof] = ACTIONS(1000), + [sym_number_literal] = ACTIONS(1002), + [anon_sym_L_SQUOTE] = ACTIONS(1002), + [anon_sym_u_SQUOTE] = ACTIONS(1002), + [anon_sym_U_SQUOTE] = ACTIONS(1002), + [anon_sym_u8_SQUOTE] = ACTIONS(1002), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_L_DQUOTE] = ACTIONS(1002), + [anon_sym_u_DQUOTE] = ACTIONS(1002), + [anon_sym_U_DQUOTE] = ACTIONS(1002), + [anon_sym_u8_DQUOTE] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1002), + [sym_true] = ACTIONS(1000), + [sym_false] = ACTIONS(1000), + [sym_null] = ACTIONS(1000), + [sym_comment] = ACTIONS(3), + }, + [163] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(265), + [sym_attributed_statement] = STATE(265), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29475,20 +28831,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29508,117 +28864,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [174] = { - [ts_builtin_sym_end] = ACTIONS(954), - [sym_identifier] = ACTIONS(952), - [aux_sym_preproc_include_token1] = ACTIONS(952), - [aux_sym_preproc_def_token1] = ACTIONS(952), - [aux_sym_preproc_if_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(952), - [sym_preproc_directive] = ACTIONS(952), - [anon_sym_LPAREN2] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_TILDE] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(952), - [anon_sym_PLUS] = ACTIONS(952), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_typedef] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym___attribute__] = ACTIONS(952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(954), - [anon_sym___declspec] = ACTIONS(952), - [anon_sym___cdecl] = ACTIONS(952), - [anon_sym___clrcall] = ACTIONS(952), - [anon_sym___stdcall] = ACTIONS(952), - [anon_sym___fastcall] = ACTIONS(952), - [anon_sym___thiscall] = ACTIONS(952), - [anon_sym___vectorcall] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_static] = ACTIONS(952), - [anon_sym_auto] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_inline] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [anon_sym_volatile] = ACTIONS(952), - [anon_sym_restrict] = ACTIONS(952), - [anon_sym__Atomic] = ACTIONS(952), - [anon_sym_signed] = ACTIONS(952), - [anon_sym_unsigned] = ACTIONS(952), - [anon_sym_long] = ACTIONS(952), - [anon_sym_short] = ACTIONS(952), - [sym_primitive_type] = ACTIONS(952), - [anon_sym_enum] = ACTIONS(952), - [anon_sym_struct] = ACTIONS(952), - [anon_sym_union] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_switch] = ACTIONS(952), - [anon_sym_case] = ACTIONS(952), - [anon_sym_default] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_goto] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_PLUS_PLUS] = ACTIONS(954), - [anon_sym_sizeof] = ACTIONS(952), - [sym_number_literal] = ACTIONS(954), - [anon_sym_L_SQUOTE] = ACTIONS(954), - [anon_sym_u_SQUOTE] = ACTIONS(954), - [anon_sym_U_SQUOTE] = ACTIONS(954), - [anon_sym_u8_SQUOTE] = ACTIONS(954), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_L_DQUOTE] = ACTIONS(954), - [anon_sym_u_DQUOTE] = ACTIONS(954), - [anon_sym_U_DQUOTE] = ACTIONS(954), - [anon_sym_u8_DQUOTE] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym_true] = ACTIONS(952), - [sym_false] = ACTIONS(952), - [sym_null] = ACTIONS(952), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(192), - [sym_attributed_statement] = STATE(192), - [sym_labeled_statement] = STATE(192), - [sym_expression_statement] = STATE(192), - [sym_if_statement] = STATE(192), - [sym_switch_statement] = STATE(192), - [sym_case_statement] = STATE(192), - [sym_while_statement] = STATE(192), - [sym_do_statement] = STATE(192), - [sym_for_statement] = STATE(192), - [sym_return_statement] = STATE(192), - [sym_break_statement] = STATE(192), - [sym_continue_statement] = STATE(192), - [sym_goto_statement] = STATE(192), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [164] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(246), + [sym_attributed_statement] = STATE(246), + [sym_labeled_statement] = STATE(246), + [sym_expression_statement] = STATE(246), + [sym_if_statement] = STATE(246), + [sym_switch_statement] = STATE(246), + [sym_case_statement] = STATE(246), + [sym_while_statement] = STATE(246), + [sym_do_statement] = STATE(246), + [sym_for_statement] = STATE(246), + [sym_return_statement] = STATE(246), + [sym_break_statement] = STATE(246), + [sym_continue_statement] = STATE(246), + [sym_goto_statement] = STATE(246), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -29660,421 +28940,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [176] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(201), - [sym_attributed_statement] = STATE(201), - [sym_labeled_statement] = STATE(201), - [sym_expression_statement] = STATE(201), - [sym_if_statement] = STATE(201), - [sym_switch_statement] = STATE(201), - [sym_case_statement] = STATE(201), - [sym_while_statement] = STATE(201), - [sym_do_statement] = STATE(201), - [sym_for_statement] = STATE(201), - [sym_return_statement] = STATE(201), - [sym_break_statement] = STATE(201), - [sym_continue_statement] = STATE(201), - [sym_goto_statement] = STATE(201), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [177] = { - [ts_builtin_sym_end] = ACTIONS(896), - [sym_identifier] = ACTIONS(894), - [aux_sym_preproc_include_token1] = ACTIONS(894), - [aux_sym_preproc_def_token1] = ACTIONS(894), - [aux_sym_preproc_if_token1] = ACTIONS(894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(894), - [sym_preproc_directive] = ACTIONS(894), - [anon_sym_LPAREN2] = ACTIONS(896), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_PLUS] = ACTIONS(894), - [anon_sym_STAR] = ACTIONS(896), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_typedef] = ACTIONS(894), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(896), - [anon_sym___declspec] = ACTIONS(894), - [anon_sym___cdecl] = ACTIONS(894), - [anon_sym___clrcall] = ACTIONS(894), - [anon_sym___stdcall] = ACTIONS(894), - [anon_sym___fastcall] = ACTIONS(894), - [anon_sym___thiscall] = ACTIONS(894), - [anon_sym___vectorcall] = ACTIONS(894), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym_const] = ACTIONS(894), - [anon_sym_volatile] = ACTIONS(894), - [anon_sym_restrict] = ACTIONS(894), - [anon_sym__Atomic] = ACTIONS(894), - [anon_sym_signed] = ACTIONS(894), - [anon_sym_unsigned] = ACTIONS(894), - [anon_sym_long] = ACTIONS(894), - [anon_sym_short] = ACTIONS(894), - [sym_primitive_type] = ACTIONS(894), - [anon_sym_enum] = ACTIONS(894), - [anon_sym_struct] = ACTIONS(894), - [anon_sym_union] = ACTIONS(894), - [anon_sym_if] = ACTIONS(894), - [anon_sym_else] = ACTIONS(894), - [anon_sym_switch] = ACTIONS(894), - [anon_sym_case] = ACTIONS(894), - [anon_sym_default] = ACTIONS(894), - [anon_sym_while] = ACTIONS(894), - [anon_sym_do] = ACTIONS(894), - [anon_sym_for] = ACTIONS(894), - [anon_sym_return] = ACTIONS(894), - [anon_sym_break] = ACTIONS(894), - [anon_sym_continue] = ACTIONS(894), - [anon_sym_goto] = ACTIONS(894), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_sizeof] = ACTIONS(894), - [sym_number_literal] = ACTIONS(896), - [anon_sym_L_SQUOTE] = ACTIONS(896), - [anon_sym_u_SQUOTE] = ACTIONS(896), - [anon_sym_U_SQUOTE] = ACTIONS(896), - [anon_sym_u8_SQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [anon_sym_L_DQUOTE] = ACTIONS(896), - [anon_sym_u_DQUOTE] = ACTIONS(896), - [anon_sym_U_DQUOTE] = ACTIONS(896), - [anon_sym_u8_DQUOTE] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [sym_true] = ACTIONS(894), - [sym_false] = ACTIONS(894), - [sym_null] = ACTIONS(894), - [sym_comment] = ACTIONS(3), - }, - [178] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(92), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_case_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [179] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(91), - [sym_attributed_statement] = STATE(91), - [sym_labeled_statement] = STATE(91), - [sym_expression_statement] = STATE(91), - [sym_if_statement] = STATE(91), - [sym_switch_statement] = STATE(91), - [sym_case_statement] = STATE(91), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(91), - [sym_for_statement] = STATE(91), - [sym_return_statement] = STATE(91), - [sym_break_statement] = STATE(91), - [sym_continue_statement] = STATE(91), - [sym_goto_statement] = STATE(91), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [180] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(90), - [sym_attributed_statement] = STATE(90), - [sym_labeled_statement] = STATE(90), - [sym_expression_statement] = STATE(90), - [sym_if_statement] = STATE(90), - [sym_switch_statement] = STATE(90), - [sym_case_statement] = STATE(90), - [sym_while_statement] = STATE(90), - [sym_do_statement] = STATE(90), - [sym_for_statement] = STATE(90), - [sym_return_statement] = STATE(90), - [sym_break_statement] = STATE(90), - [sym_continue_statement] = STATE(90), - [sym_goto_statement] = STATE(90), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [165] = { + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token2] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, - [181] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(196), - [sym_attributed_statement] = STATE(196), - [sym_labeled_statement] = STATE(196), - [sym_expression_statement] = STATE(196), - [sym_if_statement] = STATE(196), - [sym_switch_statement] = STATE(196), - [sym_case_statement] = STATE(196), - [sym_while_statement] = STATE(196), - [sym_do_statement] = STATE(196), - [sym_for_statement] = STATE(196), - [sym_return_statement] = STATE(196), - [sym_break_statement] = STATE(196), - [sym_continue_statement] = STATE(196), - [sym_goto_statement] = STATE(196), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [166] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(197), + [sym_attributed_statement] = STATE(197), + [sym_labeled_statement] = STATE(197), + [sym_expression_statement] = STATE(197), + [sym_if_statement] = STATE(197), + [sym_switch_statement] = STATE(197), + [sym_case_statement] = STATE(197), + [sym_while_statement] = STATE(197), + [sym_do_statement] = STATE(197), + [sym_for_statement] = STATE(197), + [sym_return_statement] = STATE(197), + [sym_break_statement] = STATE(197), + [sym_continue_statement] = STATE(197), + [sym_goto_statement] = STATE(197), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -30116,42 +29092,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [182] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(89), - [sym_attributed_statement] = STATE(89), - [sym_labeled_statement] = STATE(89), - [sym_expression_statement] = STATE(89), - [sym_if_statement] = STATE(89), - [sym_switch_statement] = STATE(89), - [sym_case_statement] = STATE(89), - [sym_while_statement] = STATE(89), - [sym_do_statement] = STATE(89), - [sym_for_statement] = STATE(89), - [sym_return_statement] = STATE(89), - [sym_break_statement] = STATE(89), - [sym_continue_statement] = STATE(89), - [sym_goto_statement] = STATE(89), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [167] = { + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_if_token2] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_sizeof] = ACTIONS(996), + [sym_number_literal] = ACTIONS(998), + [anon_sym_L_SQUOTE] = ACTIONS(998), + [anon_sym_u_SQUOTE] = ACTIONS(998), + [anon_sym_U_SQUOTE] = ACTIONS(998), + [anon_sym_u8_SQUOTE] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_L_DQUOTE] = ACTIONS(998), + [anon_sym_u_DQUOTE] = ACTIONS(998), + [anon_sym_U_DQUOTE] = ACTIONS(998), + [anon_sym_u8_DQUOTE] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_null] = ACTIONS(996), + [sym_comment] = ACTIONS(3), + }, + [168] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(266), + [sym_attributed_statement] = STATE(266), + [sym_labeled_statement] = STATE(266), + [sym_expression_statement] = STATE(266), + [sym_if_statement] = STATE(266), + [sym_switch_statement] = STATE(266), + [sym_case_statement] = STATE(266), + [sym_while_statement] = STATE(266), + [sym_do_statement] = STATE(266), + [sym_for_statement] = STATE(266), + [sym_return_statement] = STATE(266), + [sym_break_statement] = STATE(266), + [sym_continue_statement] = STATE(266), + [sym_goto_statement] = STATE(266), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30159,20 +29211,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30192,42 +29244,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [183] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(86), - [sym_attributed_statement] = STATE(86), - [sym_labeled_statement] = STATE(86), - [sym_expression_statement] = STATE(86), - [sym_if_statement] = STATE(86), - [sym_switch_statement] = STATE(86), - [sym_case_statement] = STATE(86), - [sym_while_statement] = STATE(86), - [sym_do_statement] = STATE(86), - [sym_for_statement] = STATE(86), - [sym_return_statement] = STATE(86), - [sym_break_statement] = STATE(86), - [sym_continue_statement] = STATE(86), - [sym_goto_statement] = STATE(86), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [169] = { + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_if_token2] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, + [170] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30235,20 +29363,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30268,193 +29396,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [184] = { - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_if_token2] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [171] = { + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_if_token2] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, - [185] = { - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_if_token2] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [172] = { + [ts_builtin_sym_end] = ACTIONS(922), + [sym_identifier] = ACTIONS(920), + [aux_sym_preproc_include_token1] = ACTIONS(920), + [aux_sym_preproc_def_token1] = ACTIONS(920), + [aux_sym_preproc_if_token1] = ACTIONS(920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(920), + [sym_preproc_directive] = ACTIONS(920), + [anon_sym_LPAREN2] = ACTIONS(922), + [anon_sym_BANG] = ACTIONS(922), + [anon_sym_TILDE] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(920), + [anon_sym_STAR] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_typedef] = ACTIONS(920), + [anon_sym_extern] = ACTIONS(920), + [anon_sym___attribute__] = ACTIONS(920), + [anon_sym_LBRACK_LBRACK] = ACTIONS(922), + [anon_sym___declspec] = ACTIONS(920), + [anon_sym___cdecl] = ACTIONS(920), + [anon_sym___clrcall] = ACTIONS(920), + [anon_sym___stdcall] = ACTIONS(920), + [anon_sym___fastcall] = ACTIONS(920), + [anon_sym___thiscall] = ACTIONS(920), + [anon_sym___vectorcall] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_static] = ACTIONS(920), + [anon_sym_auto] = ACTIONS(920), + [anon_sym_register] = ACTIONS(920), + [anon_sym_inline] = ACTIONS(920), + [anon_sym_const] = ACTIONS(920), + [anon_sym_volatile] = ACTIONS(920), + [anon_sym_restrict] = ACTIONS(920), + [anon_sym__Atomic] = ACTIONS(920), + [anon_sym_signed] = ACTIONS(920), + [anon_sym_unsigned] = ACTIONS(920), + [anon_sym_long] = ACTIONS(920), + [anon_sym_short] = ACTIONS(920), + [sym_primitive_type] = ACTIONS(920), + [anon_sym_enum] = ACTIONS(920), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(920), + [anon_sym_if] = ACTIONS(920), + [anon_sym_else] = ACTIONS(920), + [anon_sym_switch] = ACTIONS(920), + [anon_sym_case] = ACTIONS(920), + [anon_sym_default] = ACTIONS(920), + [anon_sym_while] = ACTIONS(920), + [anon_sym_do] = ACTIONS(920), + [anon_sym_for] = ACTIONS(920), + [anon_sym_return] = ACTIONS(920), + [anon_sym_break] = ACTIONS(920), + [anon_sym_continue] = ACTIONS(920), + [anon_sym_goto] = ACTIONS(920), + [anon_sym_DASH_DASH] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_sizeof] = ACTIONS(920), + [sym_number_literal] = ACTIONS(922), + [anon_sym_L_SQUOTE] = ACTIONS(922), + [anon_sym_u_SQUOTE] = ACTIONS(922), + [anon_sym_U_SQUOTE] = ACTIONS(922), + [anon_sym_u8_SQUOTE] = ACTIONS(922), + [anon_sym_SQUOTE] = ACTIONS(922), + [anon_sym_L_DQUOTE] = ACTIONS(922), + [anon_sym_u_DQUOTE] = ACTIONS(922), + [anon_sym_U_DQUOTE] = ACTIONS(922), + [anon_sym_u8_DQUOTE] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym_true] = ACTIONS(920), + [sym_false] = ACTIONS(920), + [sym_null] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [186] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(197), - [sym_attributed_statement] = STATE(197), - [sym_labeled_statement] = STATE(197), - [sym_expression_statement] = STATE(197), - [sym_if_statement] = STATE(197), - [sym_switch_statement] = STATE(197), - [sym_case_statement] = STATE(197), - [sym_while_statement] = STATE(197), - [sym_do_statement] = STATE(197), - [sym_for_statement] = STATE(197), - [sym_return_statement] = STATE(197), - [sym_break_statement] = STATE(197), - [sym_continue_statement] = STATE(197), - [sym_goto_statement] = STATE(197), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [173] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(198), + [sym_attributed_statement] = STATE(198), + [sym_labeled_statement] = STATE(198), + [sym_expression_statement] = STATE(198), + [sym_if_statement] = STATE(198), + [sym_switch_statement] = STATE(198), + [sym_case_statement] = STATE(198), + [sym_while_statement] = STATE(198), + [sym_do_statement] = STATE(198), + [sym_for_statement] = STATE(198), + [sym_return_statement] = STATE(198), + [sym_break_statement] = STATE(198), + [sym_continue_statement] = STATE(198), + [sym_goto_statement] = STATE(198), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -30496,42 +29624,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [187] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(69), - [sym_attributed_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_statement] = STATE(69), - [sym_case_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_do_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_return_statement] = STATE(69), - [sym_break_statement] = STATE(69), - [sym_continue_statement] = STATE(69), - [sym_goto_statement] = STATE(69), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [174] = { + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, + [175] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(75), + [sym_attributed_statement] = STATE(75), + [sym_labeled_statement] = STATE(75), + [sym_expression_statement] = STATE(75), + [sym_if_statement] = STATE(75), + [sym_switch_statement] = STATE(75), + [sym_case_statement] = STATE(75), + [sym_while_statement] = STATE(75), + [sym_do_statement] = STATE(75), + [sym_for_statement] = STATE(75), + [sym_return_statement] = STATE(75), + [sym_break_statement] = STATE(75), + [sym_continue_statement] = STATE(75), + [sym_goto_statement] = STATE(75), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30572,42 +29776,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [188] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(84), - [sym_attributed_statement] = STATE(84), - [sym_labeled_statement] = STATE(84), - [sym_expression_statement] = STATE(84), - [sym_if_statement] = STATE(84), - [sym_switch_statement] = STATE(84), - [sym_case_statement] = STATE(84), - [sym_while_statement] = STATE(84), - [sym_do_statement] = STATE(84), - [sym_for_statement] = STATE(84), - [sym_return_statement] = STATE(84), - [sym_break_statement] = STATE(84), - [sym_continue_statement] = STATE(84), - [sym_goto_statement] = STATE(84), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [176] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(79), + [sym_attributed_statement] = STATE(79), + [sym_labeled_statement] = STATE(79), + [sym_expression_statement] = STATE(79), + [sym_if_statement] = STATE(79), + [sym_switch_statement] = STATE(79), + [sym_case_statement] = STATE(79), + [sym_while_statement] = STATE(79), + [sym_do_statement] = STATE(79), + [sym_for_statement] = STATE(79), + [sym_return_statement] = STATE(79), + [sym_break_statement] = STATE(79), + [sym_continue_statement] = STATE(79), + [sym_goto_statement] = STATE(79), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30648,135 +29852,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [189] = { - [ts_builtin_sym_end] = ACTIONS(1026), - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1024), - [aux_sym_preproc_def_token1] = ACTIONS(1024), - [aux_sym_preproc_if_token1] = ACTIONS(1024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), - [sym_preproc_directive] = ACTIONS(1024), - [anon_sym_LPAREN2] = ACTIONS(1026), - [anon_sym_BANG] = ACTIONS(1026), - [anon_sym_TILDE] = ACTIONS(1026), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_STAR] = ACTIONS(1026), - [anon_sym_AMP] = ACTIONS(1026), - [anon_sym_SEMI] = ACTIONS(1026), - [anon_sym_typedef] = ACTIONS(1024), - [anon_sym_extern] = ACTIONS(1024), - [anon_sym___attribute__] = ACTIONS(1024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), - [anon_sym___declspec] = ACTIONS(1024), - [anon_sym___cdecl] = ACTIONS(1024), - [anon_sym___clrcall] = ACTIONS(1024), - [anon_sym___stdcall] = ACTIONS(1024), - [anon_sym___fastcall] = ACTIONS(1024), - [anon_sym___thiscall] = ACTIONS(1024), - [anon_sym___vectorcall] = ACTIONS(1024), - [anon_sym_LBRACE] = ACTIONS(1026), - [anon_sym_static] = ACTIONS(1024), - [anon_sym_auto] = ACTIONS(1024), - [anon_sym_register] = ACTIONS(1024), - [anon_sym_inline] = ACTIONS(1024), - [anon_sym_const] = ACTIONS(1024), - [anon_sym_volatile] = ACTIONS(1024), - [anon_sym_restrict] = ACTIONS(1024), - [anon_sym__Atomic] = ACTIONS(1024), - [anon_sym_signed] = ACTIONS(1024), - [anon_sym_unsigned] = ACTIONS(1024), - [anon_sym_long] = ACTIONS(1024), - [anon_sym_short] = ACTIONS(1024), - [sym_primitive_type] = ACTIONS(1024), - [anon_sym_enum] = ACTIONS(1024), - [anon_sym_struct] = ACTIONS(1024), - [anon_sym_union] = ACTIONS(1024), - [anon_sym_if] = ACTIONS(1024), - [anon_sym_else] = ACTIONS(1024), - [anon_sym_switch] = ACTIONS(1024), - [anon_sym_case] = ACTIONS(1024), - [anon_sym_default] = ACTIONS(1024), - [anon_sym_while] = ACTIONS(1024), - [anon_sym_do] = ACTIONS(1024), - [anon_sym_for] = ACTIONS(1024), - [anon_sym_return] = ACTIONS(1024), - [anon_sym_break] = ACTIONS(1024), - [anon_sym_continue] = ACTIONS(1024), - [anon_sym_goto] = ACTIONS(1024), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_sizeof] = ACTIONS(1024), - [sym_number_literal] = ACTIONS(1026), - [anon_sym_L_SQUOTE] = ACTIONS(1026), - [anon_sym_u_SQUOTE] = ACTIONS(1026), - [anon_sym_U_SQUOTE] = ACTIONS(1026), - [anon_sym_u8_SQUOTE] = ACTIONS(1026), - [anon_sym_SQUOTE] = ACTIONS(1026), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1024), - [sym_false] = ACTIONS(1024), - [sym_null] = ACTIONS(1024), - [sym_comment] = ACTIONS(3), - }, - [190] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(204), - [sym_attributed_statement] = STATE(204), - [sym_labeled_statement] = STATE(204), - [sym_expression_statement] = STATE(204), - [sym_if_statement] = STATE(204), - [sym_switch_statement] = STATE(204), - [sym_case_statement] = STATE(204), - [sym_while_statement] = STATE(204), - [sym_do_statement] = STATE(204), - [sym_for_statement] = STATE(204), - [sym_return_statement] = STATE(204), - [sym_break_statement] = STATE(204), - [sym_continue_statement] = STATE(204), - [sym_goto_statement] = STATE(204), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), + [177] = { + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, + [178] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(200), + [sym_attributed_statement] = STATE(200), + [sym_labeled_statement] = STATE(200), + [sym_expression_statement] = STATE(200), + [sym_if_statement] = STATE(200), + [sym_switch_statement] = STATE(200), + [sym_case_statement] = STATE(200), + [sym_while_statement] = STATE(200), + [sym_do_statement] = STATE(200), + [sym_for_statement] = STATE(200), + [sym_return_statement] = STATE(200), + [sym_break_statement] = STATE(200), + [sym_continue_statement] = STATE(200), + [sym_goto_statement] = STATE(200), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), @@ -30800,83 +30004,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [191] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_if_token2] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), + [179] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(69), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [192] = { + [180] = { + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_RBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_sizeof] = ACTIONS(996), + [sym_number_literal] = ACTIONS(998), + [anon_sym_L_SQUOTE] = ACTIONS(998), + [anon_sym_u_SQUOTE] = ACTIONS(998), + [anon_sym_U_SQUOTE] = ACTIONS(998), + [anon_sym_u8_SQUOTE] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_L_DQUOTE] = ACTIONS(998), + [anon_sym_u_DQUOTE] = ACTIONS(998), + [anon_sym_U_DQUOTE] = ACTIONS(998), + [anon_sym_u8_DQUOTE] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_null] = ACTIONS(996), + [sym_comment] = ACTIONS(3), + }, + [181] = { + [sym_identifier] = ACTIONS(916), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_if_token2] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), + [anon_sym_LPAREN2] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(918), + [anon_sym_TILDE] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_typedef] = ACTIONS(916), + [anon_sym_extern] = ACTIONS(916), + [anon_sym___attribute__] = ACTIONS(916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(918), + [anon_sym___declspec] = ACTIONS(916), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_static] = ACTIONS(916), + [anon_sym_auto] = ACTIONS(916), + [anon_sym_register] = ACTIONS(916), + [anon_sym_inline] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_volatile] = ACTIONS(916), + [anon_sym_restrict] = ACTIONS(916), + [anon_sym__Atomic] = ACTIONS(916), + [anon_sym_signed] = ACTIONS(916), + [anon_sym_unsigned] = ACTIONS(916), + [anon_sym_long] = ACTIONS(916), + [anon_sym_short] = ACTIONS(916), + [sym_primitive_type] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_goto] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_sizeof] = ACTIONS(916), + [sym_number_literal] = ACTIONS(918), + [anon_sym_L_SQUOTE] = ACTIONS(918), + [anon_sym_u_SQUOTE] = ACTIONS(918), + [anon_sym_U_SQUOTE] = ACTIONS(918), + [anon_sym_u8_SQUOTE] = ACTIONS(918), + [anon_sym_SQUOTE] = ACTIONS(918), + [anon_sym_L_DQUOTE] = ACTIONS(918), + [anon_sym_u_DQUOTE] = ACTIONS(918), + [anon_sym_U_DQUOTE] = ACTIONS(918), + [anon_sym_u8_DQUOTE] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_comment] = ACTIONS(3), + }, + [182] = { [ts_builtin_sym_end] = ACTIONS(958), [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), @@ -30952,194 +30308,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [193] = { - [ts_builtin_sym_end] = ACTIONS(970), - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), - [sym_comment] = ACTIONS(3), - }, - [194] = { - [sym_identifier] = ACTIONS(924), - [aux_sym_preproc_include_token1] = ACTIONS(924), - [aux_sym_preproc_def_token1] = ACTIONS(924), - [aux_sym_preproc_if_token1] = ACTIONS(924), - [aux_sym_preproc_if_token2] = ACTIONS(924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(924), - [sym_preproc_directive] = ACTIONS(924), - [anon_sym_LPAREN2] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(926), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(926), - [anon_sym_SEMI] = ACTIONS(926), - [anon_sym_typedef] = ACTIONS(924), - [anon_sym_extern] = ACTIONS(924), - [anon_sym___attribute__] = ACTIONS(924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(926), - [anon_sym___declspec] = ACTIONS(924), - [anon_sym___cdecl] = ACTIONS(924), - [anon_sym___clrcall] = ACTIONS(924), - [anon_sym___stdcall] = ACTIONS(924), - [anon_sym___fastcall] = ACTIONS(924), - [anon_sym___thiscall] = ACTIONS(924), - [anon_sym___vectorcall] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(926), - [anon_sym_static] = ACTIONS(924), - [anon_sym_auto] = ACTIONS(924), - [anon_sym_register] = ACTIONS(924), - [anon_sym_inline] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_volatile] = ACTIONS(924), - [anon_sym_restrict] = ACTIONS(924), - [anon_sym__Atomic] = ACTIONS(924), - [anon_sym_signed] = ACTIONS(924), - [anon_sym_unsigned] = ACTIONS(924), - [anon_sym_long] = ACTIONS(924), - [anon_sym_short] = ACTIONS(924), - [sym_primitive_type] = ACTIONS(924), - [anon_sym_enum] = ACTIONS(924), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_else] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_case] = ACTIONS(924), - [anon_sym_default] = ACTIONS(924), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_goto] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(926), - [anon_sym_PLUS_PLUS] = ACTIONS(926), - [anon_sym_sizeof] = ACTIONS(924), - [sym_number_literal] = ACTIONS(926), - [anon_sym_L_SQUOTE] = ACTIONS(926), - [anon_sym_u_SQUOTE] = ACTIONS(926), - [anon_sym_U_SQUOTE] = ACTIONS(926), - [anon_sym_u8_SQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(926), - [anon_sym_L_DQUOTE] = ACTIONS(926), - [anon_sym_u_DQUOTE] = ACTIONS(926), - [anon_sym_U_DQUOTE] = ACTIONS(926), - [anon_sym_u8_DQUOTE] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(926), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), + [183] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(160), + [sym_attributed_statement] = STATE(160), + [sym_labeled_statement] = STATE(160), + [sym_expression_statement] = STATE(160), + [sym_if_statement] = STATE(160), + [sym_switch_statement] = STATE(160), + [sym_case_statement] = STATE(160), + [sym_while_statement] = STATE(160), + [sym_do_statement] = STATE(160), + [sym_for_statement] = STATE(160), + [sym_return_statement] = STATE(160), + [sym_break_statement] = STATE(160), + [sym_continue_statement] = STATE(160), + [sym_goto_statement] = STATE(160), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [195] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(212), - [sym_attributed_statement] = STATE(212), - [sym_labeled_statement] = STATE(212), - [sym_expression_statement] = STATE(212), - [sym_if_statement] = STATE(212), - [sym_switch_statement] = STATE(212), - [sym_case_statement] = STATE(212), - [sym_while_statement] = STATE(212), - [sym_do_statement] = STATE(212), - [sym_for_statement] = STATE(212), - [sym_return_statement] = STATE(212), - [sym_break_statement] = STATE(212), - [sym_continue_statement] = STATE(212), - [sym_goto_statement] = STATE(212), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [184] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(139), + [sym_attributed_statement] = STATE(139), + [sym_labeled_statement] = STATE(139), + [sym_expression_statement] = STATE(139), + [sym_if_statement] = STATE(139), + [sym_switch_statement] = STATE(139), + [sym_case_statement] = STATE(139), + [sym_while_statement] = STATE(139), + [sym_do_statement] = STATE(139), + [sym_for_statement] = STATE(139), + [sym_return_statement] = STATE(139), + [sym_break_statement] = STATE(139), + [sym_continue_statement] = STATE(139), + [sym_goto_statement] = STATE(139), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31147,20 +30427,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31180,194 +30460,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [196] = { - [ts_builtin_sym_end] = ACTIONS(974), - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), - [sym_comment] = ACTIONS(3), - }, - [197] = { - [ts_builtin_sym_end] = ACTIONS(978), - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), - [sym_comment] = ACTIONS(3), - }, - [198] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(216), - [sym_attributed_statement] = STATE(216), - [sym_labeled_statement] = STATE(216), - [sym_expression_statement] = STATE(216), - [sym_if_statement] = STATE(216), - [sym_switch_statement] = STATE(216), - [sym_case_statement] = STATE(216), - [sym_while_statement] = STATE(216), - [sym_do_statement] = STATE(216), - [sym_for_statement] = STATE(216), - [sym_return_statement] = STATE(216), - [sym_break_statement] = STATE(216), - [sym_continue_statement] = STATE(216), - [sym_goto_statement] = STATE(216), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [185] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(97), + [sym_attributed_statement] = STATE(97), + [sym_labeled_statement] = STATE(97), + [sym_expression_statement] = STATE(97), + [sym_if_statement] = STATE(97), + [sym_switch_statement] = STATE(97), + [sym_case_statement] = STATE(97), + [sym_while_statement] = STATE(97), + [sym_do_statement] = STATE(97), + [sym_for_statement] = STATE(97), + [sym_return_statement] = STATE(97), + [sym_break_statement] = STATE(97), + [sym_continue_statement] = STATE(97), + [sym_goto_statement] = STATE(97), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31375,20 +30503,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31408,118 +30536,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [199] = { - [sym_identifier] = ACTIONS(1004), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token2] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1006), - [anon_sym_AMP] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), - [anon_sym___declspec] = ACTIONS(1004), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_auto] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_inline] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(1004), - [anon_sym_unsigned] = ACTIONS(1004), - [anon_sym_long] = ACTIONS(1004), - [anon_sym_short] = ACTIONS(1004), - [sym_primitive_type] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_goto] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1006), - [anon_sym_PLUS_PLUS] = ACTIONS(1006), - [anon_sym_sizeof] = ACTIONS(1004), - [sym_number_literal] = ACTIONS(1006), - [anon_sym_L_SQUOTE] = ACTIONS(1006), - [anon_sym_u_SQUOTE] = ACTIONS(1006), - [anon_sym_U_SQUOTE] = ACTIONS(1006), - [anon_sym_u8_SQUOTE] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1006), - [anon_sym_L_DQUOTE] = ACTIONS(1006), - [anon_sym_u_DQUOTE] = ACTIONS(1006), - [anon_sym_U_DQUOTE] = ACTIONS(1006), - [anon_sym_u8_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE] = ACTIONS(1006), - [sym_true] = ACTIONS(1004), - [sym_false] = ACTIONS(1004), - [sym_null] = ACTIONS(1004), - [sym_comment] = ACTIONS(3), - }, - [200] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(1414), - [sym_attributed_statement] = STATE(1414), - [sym_labeled_statement] = STATE(1414), - [sym_expression_statement] = STATE(1414), - [sym_if_statement] = STATE(1414), - [sym_switch_statement] = STATE(1414), - [sym_case_statement] = STATE(1414), - [sym_while_statement] = STATE(1414), - [sym_do_statement] = STATE(1414), - [sym_for_statement] = STATE(1414), - [sym_return_statement] = STATE(1414), - [sym_break_statement] = STATE(1414), - [sym_continue_statement] = STATE(1414), - [sym_goto_statement] = STATE(1414), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [186] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(162), + [sym_attributed_statement] = STATE(162), + [sym_labeled_statement] = STATE(162), + [sym_expression_statement] = STATE(162), + [sym_if_statement] = STATE(162), + [sym_switch_statement] = STATE(162), + [sym_case_statement] = STATE(162), + [sym_while_statement] = STATE(162), + [sym_do_statement] = STATE(162), + [sym_for_statement] = STATE(162), + [sym_return_statement] = STATE(162), + [sym_break_statement] = STATE(162), + [sym_continue_statement] = STATE(162), + [sym_goto_statement] = STATE(162), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31527,20 +30579,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31560,194 +30612,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [201] = { - [sym_identifier] = ACTIONS(932), - [aux_sym_preproc_include_token1] = ACTIONS(932), - [aux_sym_preproc_def_token1] = ACTIONS(932), - [aux_sym_preproc_if_token1] = ACTIONS(932), - [aux_sym_preproc_if_token2] = ACTIONS(932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(932), - [sym_preproc_directive] = ACTIONS(932), - [anon_sym_LPAREN2] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(934), - [anon_sym_TILDE] = ACTIONS(934), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_STAR] = ACTIONS(934), - [anon_sym_AMP] = ACTIONS(934), - [anon_sym_SEMI] = ACTIONS(934), - [anon_sym_typedef] = ACTIONS(932), - [anon_sym_extern] = ACTIONS(932), - [anon_sym___attribute__] = ACTIONS(932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(934), - [anon_sym___declspec] = ACTIONS(932), - [anon_sym___cdecl] = ACTIONS(932), - [anon_sym___clrcall] = ACTIONS(932), - [anon_sym___stdcall] = ACTIONS(932), - [anon_sym___fastcall] = ACTIONS(932), - [anon_sym___thiscall] = ACTIONS(932), - [anon_sym___vectorcall] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_static] = ACTIONS(932), - [anon_sym_auto] = ACTIONS(932), - [anon_sym_register] = ACTIONS(932), - [anon_sym_inline] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_volatile] = ACTIONS(932), - [anon_sym_restrict] = ACTIONS(932), - [anon_sym__Atomic] = ACTIONS(932), - [anon_sym_signed] = ACTIONS(932), - [anon_sym_unsigned] = ACTIONS(932), - [anon_sym_long] = ACTIONS(932), - [anon_sym_short] = ACTIONS(932), - [sym_primitive_type] = ACTIONS(932), - [anon_sym_enum] = ACTIONS(932), - [anon_sym_struct] = ACTIONS(932), - [anon_sym_union] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_else] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_case] = ACTIONS(932), - [anon_sym_default] = ACTIONS(932), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_goto] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(934), - [anon_sym_L_SQUOTE] = ACTIONS(934), - [anon_sym_u_SQUOTE] = ACTIONS(934), - [anon_sym_U_SQUOTE] = ACTIONS(934), - [anon_sym_u8_SQUOTE] = ACTIONS(934), - [anon_sym_SQUOTE] = ACTIONS(934), - [anon_sym_L_DQUOTE] = ACTIONS(934), - [anon_sym_u_DQUOTE] = ACTIONS(934), - [anon_sym_U_DQUOTE] = ACTIONS(934), - [anon_sym_u8_DQUOTE] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(934), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_comment] = ACTIONS(3), - }, - [202] = { - [sym_identifier] = ACTIONS(936), - [aux_sym_preproc_include_token1] = ACTIONS(936), - [aux_sym_preproc_def_token1] = ACTIONS(936), - [aux_sym_preproc_if_token1] = ACTIONS(936), - [aux_sym_preproc_if_token2] = ACTIONS(936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(936), - [sym_preproc_directive] = ACTIONS(936), - [anon_sym_LPAREN2] = ACTIONS(938), - [anon_sym_BANG] = ACTIONS(938), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_DASH] = ACTIONS(936), - [anon_sym_PLUS] = ACTIONS(936), - [anon_sym_STAR] = ACTIONS(938), - [anon_sym_AMP] = ACTIONS(938), - [anon_sym_SEMI] = ACTIONS(938), - [anon_sym_typedef] = ACTIONS(936), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(938), - [anon_sym___declspec] = ACTIONS(936), - [anon_sym___cdecl] = ACTIONS(936), - [anon_sym___clrcall] = ACTIONS(936), - [anon_sym___stdcall] = ACTIONS(936), - [anon_sym___fastcall] = ACTIONS(936), - [anon_sym___thiscall] = ACTIONS(936), - [anon_sym___vectorcall] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym_const] = ACTIONS(936), - [anon_sym_volatile] = ACTIONS(936), - [anon_sym_restrict] = ACTIONS(936), - [anon_sym__Atomic] = ACTIONS(936), - [anon_sym_signed] = ACTIONS(936), - [anon_sym_unsigned] = ACTIONS(936), - [anon_sym_long] = ACTIONS(936), - [anon_sym_short] = ACTIONS(936), - [sym_primitive_type] = ACTIONS(936), - [anon_sym_enum] = ACTIONS(936), - [anon_sym_struct] = ACTIONS(936), - [anon_sym_union] = ACTIONS(936), - [anon_sym_if] = ACTIONS(936), - [anon_sym_else] = ACTIONS(936), - [anon_sym_switch] = ACTIONS(936), - [anon_sym_case] = ACTIONS(936), - [anon_sym_default] = ACTIONS(936), - [anon_sym_while] = ACTIONS(936), - [anon_sym_do] = ACTIONS(936), - [anon_sym_for] = ACTIONS(936), - [anon_sym_return] = ACTIONS(936), - [anon_sym_break] = ACTIONS(936), - [anon_sym_continue] = ACTIONS(936), - [anon_sym_goto] = ACTIONS(936), - [anon_sym_DASH_DASH] = ACTIONS(938), - [anon_sym_PLUS_PLUS] = ACTIONS(938), - [anon_sym_sizeof] = ACTIONS(936), - [sym_number_literal] = ACTIONS(938), - [anon_sym_L_SQUOTE] = ACTIONS(938), - [anon_sym_u_SQUOTE] = ACTIONS(938), - [anon_sym_U_SQUOTE] = ACTIONS(938), - [anon_sym_u8_SQUOTE] = ACTIONS(938), - [anon_sym_SQUOTE] = ACTIONS(938), - [anon_sym_L_DQUOTE] = ACTIONS(938), - [anon_sym_u_DQUOTE] = ACTIONS(938), - [anon_sym_U_DQUOTE] = ACTIONS(938), - [anon_sym_u8_DQUOTE] = ACTIONS(938), - [anon_sym_DQUOTE] = ACTIONS(938), - [sym_true] = ACTIONS(936), - [sym_false] = ACTIONS(936), - [sym_null] = ACTIONS(936), + [187] = { + [ts_builtin_sym_end] = ACTIONS(930), + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, - [203] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(79), - [sym_attributed_statement] = STATE(79), - [sym_labeled_statement] = STATE(79), - [sym_expression_statement] = STATE(79), - [sym_if_statement] = STATE(79), - [sym_switch_statement] = STATE(79), - [sym_case_statement] = STATE(79), - [sym_while_statement] = STATE(79), - [sym_do_statement] = STATE(79), - [sym_for_statement] = STATE(79), - [sym_return_statement] = STATE(79), - [sym_break_statement] = STATE(79), - [sym_continue_statement] = STATE(79), - [sym_goto_statement] = STATE(79), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [188] = { + [ts_builtin_sym_end] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), + [sym_comment] = ACTIONS(3), + }, + [189] = { + [ts_builtin_sym_end] = ACTIONS(926), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_comment] = ACTIONS(3), + }, + [190] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(78), + [sym_attributed_statement] = STATE(78), + [sym_labeled_statement] = STATE(78), + [sym_expression_statement] = STATE(78), + [sym_if_statement] = STATE(78), + [sym_switch_statement] = STATE(78), + [sym_case_statement] = STATE(78), + [sym_while_statement] = STATE(78), + [sym_do_statement] = STATE(78), + [sym_for_statement] = STATE(78), + [sym_return_statement] = STATE(78), + [sym_break_statement] = STATE(78), + [sym_continue_statement] = STATE(78), + [sym_goto_statement] = STATE(78), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31788,194 +30916,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [204] = { - [ts_builtin_sym_end] = ACTIONS(982), - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), + [191] = { + [sym_identifier] = ACTIONS(906), + [aux_sym_preproc_include_token1] = ACTIONS(906), + [aux_sym_preproc_def_token1] = ACTIONS(906), + [aux_sym_preproc_if_token1] = ACTIONS(906), + [aux_sym_preproc_if_token2] = ACTIONS(906), + [aux_sym_preproc_ifdef_token1] = ACTIONS(906), + [aux_sym_preproc_ifdef_token2] = ACTIONS(906), + [sym_preproc_directive] = ACTIONS(906), + [anon_sym_LPAREN2] = ACTIONS(908), + [anon_sym_BANG] = ACTIONS(908), + [anon_sym_TILDE] = ACTIONS(908), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_STAR] = ACTIONS(908), + [anon_sym_AMP] = ACTIONS(908), + [anon_sym_SEMI] = ACTIONS(908), + [anon_sym_typedef] = ACTIONS(906), + [anon_sym_extern] = ACTIONS(906), + [anon_sym___attribute__] = ACTIONS(906), + [anon_sym_LBRACK_LBRACK] = ACTIONS(908), + [anon_sym___declspec] = ACTIONS(906), + [anon_sym___cdecl] = ACTIONS(906), + [anon_sym___clrcall] = ACTIONS(906), + [anon_sym___stdcall] = ACTIONS(906), + [anon_sym___fastcall] = ACTIONS(906), + [anon_sym___thiscall] = ACTIONS(906), + [anon_sym___vectorcall] = ACTIONS(906), + [anon_sym_LBRACE] = ACTIONS(908), + [anon_sym_static] = ACTIONS(906), + [anon_sym_auto] = ACTIONS(906), + [anon_sym_register] = ACTIONS(906), + [anon_sym_inline] = ACTIONS(906), + [anon_sym_const] = ACTIONS(906), + [anon_sym_volatile] = ACTIONS(906), + [anon_sym_restrict] = ACTIONS(906), + [anon_sym__Atomic] = ACTIONS(906), + [anon_sym_signed] = ACTIONS(906), + [anon_sym_unsigned] = ACTIONS(906), + [anon_sym_long] = ACTIONS(906), + [anon_sym_short] = ACTIONS(906), + [sym_primitive_type] = ACTIONS(906), + [anon_sym_enum] = ACTIONS(906), + [anon_sym_struct] = ACTIONS(906), + [anon_sym_union] = ACTIONS(906), + [anon_sym_if] = ACTIONS(906), + [anon_sym_else] = ACTIONS(906), + [anon_sym_switch] = ACTIONS(906), + [anon_sym_case] = ACTIONS(906), + [anon_sym_default] = ACTIONS(906), + [anon_sym_while] = ACTIONS(906), + [anon_sym_do] = ACTIONS(906), + [anon_sym_for] = ACTIONS(906), + [anon_sym_return] = ACTIONS(906), + [anon_sym_break] = ACTIONS(906), + [anon_sym_continue] = ACTIONS(906), + [anon_sym_goto] = ACTIONS(906), + [anon_sym_DASH_DASH] = ACTIONS(908), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_sizeof] = ACTIONS(906), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(908), + [anon_sym_u_SQUOTE] = ACTIONS(908), + [anon_sym_U_SQUOTE] = ACTIONS(908), + [anon_sym_u8_SQUOTE] = ACTIONS(908), + [anon_sym_SQUOTE] = ACTIONS(908), + [anon_sym_L_DQUOTE] = ACTIONS(908), + [anon_sym_u_DQUOTE] = ACTIONS(908), + [anon_sym_U_DQUOTE] = ACTIONS(908), + [anon_sym_u8_DQUOTE] = ACTIONS(908), + [anon_sym_DQUOTE] = ACTIONS(908), + [sym_true] = ACTIONS(906), + [sym_false] = ACTIONS(906), + [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, - [205] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(211), - [sym_attributed_statement] = STATE(211), - [sym_labeled_statement] = STATE(211), - [sym_expression_statement] = STATE(211), - [sym_if_statement] = STATE(211), - [sym_switch_statement] = STATE(211), - [sym_case_statement] = STATE(211), - [sym_while_statement] = STATE(211), - [sym_do_statement] = STATE(211), - [sym_for_statement] = STATE(211), - [sym_return_statement] = STATE(211), - [sym_break_statement] = STATE(211), - [sym_continue_statement] = STATE(211), - [sym_goto_statement] = STATE(211), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [192] = { + [ts_builtin_sym_end] = ACTIONS(1022), + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, - [206] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(217), - [sym_attributed_statement] = STATE(217), - [sym_labeled_statement] = STATE(217), - [sym_expression_statement] = STATE(217), - [sym_if_statement] = STATE(217), - [sym_switch_statement] = STATE(217), - [sym_case_statement] = STATE(217), - [sym_while_statement] = STATE(217), - [sym_do_statement] = STATE(217), - [sym_for_statement] = STATE(217), - [sym_return_statement] = STATE(217), - [sym_break_statement] = STATE(217), - [sym_continue_statement] = STATE(217), - [sym_goto_statement] = STATE(217), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [193] = { + [sym_attribute_declaration] = STATE(193), + [sym_compound_statement] = STATE(94), + [sym_attributed_statement] = STATE(94), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_case_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(193), + [sym_identifier] = ACTIONS(1253), + [anon_sym_LPAREN2] = ACTIONS(1133), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym_LBRACE] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1262), + [anon_sym_switch] = ACTIONS(1265), + [anon_sym_case] = ACTIONS(1268), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1277), + [anon_sym_for] = ACTIONS(1280), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1286), + [anon_sym_continue] = ACTIONS(1289), + [anon_sym_goto] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1187), + [anon_sym_PLUS_PLUS] = ACTIONS(1187), + [anon_sym_sizeof] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1193), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1199), + [anon_sym_u_DQUOTE] = ACTIONS(1199), + [anon_sym_U_DQUOTE] = ACTIONS(1199), + [anon_sym_u8_DQUOTE] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [sym_null] = ACTIONS(1202), + [sym_comment] = ACTIONS(3), + }, + [194] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(135), + [sym_attributed_statement] = STATE(135), + [sym_labeled_statement] = STATE(135), + [sym_expression_statement] = STATE(135), + [sym_if_statement] = STATE(135), + [sym_switch_statement] = STATE(135), + [sym_case_statement] = STATE(135), + [sym_while_statement] = STATE(135), + [sym_do_statement] = STATE(135), + [sym_for_statement] = STATE(135), + [sym_return_statement] = STATE(135), + [sym_break_statement] = STATE(135), + [sym_continue_statement] = STATE(135), + [sym_goto_statement] = STATE(135), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31983,20 +31187,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32016,42 +31220,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [207] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(145), - [sym_attributed_statement] = STATE(145), - [sym_labeled_statement] = STATE(145), - [sym_expression_statement] = STATE(145), - [sym_if_statement] = STATE(145), - [sym_switch_statement] = STATE(145), - [sym_case_statement] = STATE(145), - [sym_while_statement] = STATE(145), - [sym_do_statement] = STATE(145), - [sym_for_statement] = STATE(145), - [sym_return_statement] = STATE(145), - [sym_break_statement] = STATE(145), - [sym_continue_statement] = STATE(145), - [sym_goto_statement] = STATE(145), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [195] = { + [ts_builtin_sym_end] = ACTIONS(918), + [sym_identifier] = ACTIONS(916), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), + [anon_sym_LPAREN2] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(918), + [anon_sym_TILDE] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_typedef] = ACTIONS(916), + [anon_sym_extern] = ACTIONS(916), + [anon_sym___attribute__] = ACTIONS(916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(918), + [anon_sym___declspec] = ACTIONS(916), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_static] = ACTIONS(916), + [anon_sym_auto] = ACTIONS(916), + [anon_sym_register] = ACTIONS(916), + [anon_sym_inline] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_volatile] = ACTIONS(916), + [anon_sym_restrict] = ACTIONS(916), + [anon_sym__Atomic] = ACTIONS(916), + [anon_sym_signed] = ACTIONS(916), + [anon_sym_unsigned] = ACTIONS(916), + [anon_sym_long] = ACTIONS(916), + [anon_sym_short] = ACTIONS(916), + [sym_primitive_type] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_goto] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_sizeof] = ACTIONS(916), + [sym_number_literal] = ACTIONS(918), + [anon_sym_L_SQUOTE] = ACTIONS(918), + [anon_sym_u_SQUOTE] = ACTIONS(918), + [anon_sym_U_SQUOTE] = ACTIONS(918), + [anon_sym_u8_SQUOTE] = ACTIONS(918), + [anon_sym_SQUOTE] = ACTIONS(918), + [anon_sym_L_DQUOTE] = ACTIONS(918), + [anon_sym_u_DQUOTE] = ACTIONS(918), + [anon_sym_U_DQUOTE] = ACTIONS(918), + [anon_sym_u8_DQUOTE] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), + [sym_comment] = ACTIONS(3), + }, + [196] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(245), + [sym_attributed_statement] = STATE(245), + [sym_labeled_statement] = STATE(245), + [sym_expression_statement] = STATE(245), + [sym_if_statement] = STATE(245), + [sym_switch_statement] = STATE(245), + [sym_case_statement] = STATE(245), + [sym_while_statement] = STATE(245), + [sym_do_statement] = STATE(245), + [sym_for_statement] = STATE(245), + [sym_return_statement] = STATE(245), + [sym_break_statement] = STATE(245), + [sym_continue_statement] = STATE(245), + [sym_goto_statement] = STATE(245), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32059,20 +31339,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32092,71 +31372,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [208] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(218), - [sym_attributed_statement] = STATE(218), - [sym_labeled_statement] = STATE(218), - [sym_expression_statement] = STATE(218), - [sym_if_statement] = STATE(218), - [sym_switch_statement] = STATE(218), - [sym_case_statement] = STATE(218), - [sym_while_statement] = STATE(218), - [sym_do_statement] = STATE(218), - [sym_for_statement] = STATE(218), - [sym_return_statement] = STATE(218), - [sym_break_statement] = STATE(218), - [sym_continue_statement] = STATE(218), - [sym_goto_statement] = STATE(218), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), + [197] = { + [ts_builtin_sym_end] = ACTIONS(1014), + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), + [sym_comment] = ACTIONS(3), + }, + [198] = { + [ts_builtin_sym_end] = ACTIONS(994), + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), + [sym_comment] = ACTIONS(3), + }, + [199] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(232), + [sym_attributed_statement] = STATE(232), + [sym_labeled_statement] = STATE(232), + [sym_expression_statement] = STATE(232), + [sym_if_statement] = STATE(232), + [sym_switch_statement] = STATE(232), + [sym_case_statement] = STATE(232), + [sym_while_statement] = STATE(232), + [sym_do_statement] = STATE(232), + [sym_for_statement] = STATE(232), + [sym_return_statement] = STATE(232), + [sym_break_statement] = STATE(232), + [sym_continue_statement] = STATE(232), + [sym_goto_statement] = STATE(232), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), [anon_sym_SQUOTE] = ACTIONS(85), [anon_sym_L_DQUOTE] = ACTIONS(87), [anon_sym_u_DQUOTE] = ACTIONS(87), @@ -32168,41 +31600,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [209] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(223), - [sym_attributed_statement] = STATE(223), - [sym_labeled_statement] = STATE(223), - [sym_expression_statement] = STATE(223), - [sym_if_statement] = STATE(223), - [sym_switch_statement] = STATE(223), - [sym_case_statement] = STATE(223), - [sym_while_statement] = STATE(223), - [sym_do_statement] = STATE(223), - [sym_for_statement] = STATE(223), - [sym_return_statement] = STATE(223), - [sym_break_statement] = STATE(223), - [sym_continue_statement] = STATE(223), - [sym_goto_statement] = STATE(223), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), + [200] = { + [ts_builtin_sym_end] = ACTIONS(982), + [sym_identifier] = ACTIONS(980), + [aux_sym_preproc_include_token1] = ACTIONS(980), + [aux_sym_preproc_def_token1] = ACTIONS(980), + [aux_sym_preproc_if_token1] = ACTIONS(980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(980), + [sym_preproc_directive] = ACTIONS(980), + [anon_sym_LPAREN2] = ACTIONS(982), + [anon_sym_BANG] = ACTIONS(982), + [anon_sym_TILDE] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(980), + [anon_sym_STAR] = ACTIONS(982), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_typedef] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym___attribute__] = ACTIONS(980), + [anon_sym_LBRACK_LBRACK] = ACTIONS(982), + [anon_sym___declspec] = ACTIONS(980), + [anon_sym___cdecl] = ACTIONS(980), + [anon_sym___clrcall] = ACTIONS(980), + [anon_sym___stdcall] = ACTIONS(980), + [anon_sym___fastcall] = ACTIONS(980), + [anon_sym___thiscall] = ACTIONS(980), + [anon_sym___vectorcall] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_static] = ACTIONS(980), + [anon_sym_auto] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_inline] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [anon_sym_volatile] = ACTIONS(980), + [anon_sym_restrict] = ACTIONS(980), + [anon_sym__Atomic] = ACTIONS(980), + [anon_sym_signed] = ACTIONS(980), + [anon_sym_unsigned] = ACTIONS(980), + [anon_sym_long] = ACTIONS(980), + [anon_sym_short] = ACTIONS(980), + [sym_primitive_type] = ACTIONS(980), + [anon_sym_enum] = ACTIONS(980), + [anon_sym_struct] = ACTIONS(980), + [anon_sym_union] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_switch] = ACTIONS(980), + [anon_sym_case] = ACTIONS(980), + [anon_sym_default] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_goto] = ACTIONS(980), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(982), + [anon_sym_sizeof] = ACTIONS(980), + [sym_number_literal] = ACTIONS(982), + [anon_sym_L_SQUOTE] = ACTIONS(982), + [anon_sym_u_SQUOTE] = ACTIONS(982), + [anon_sym_U_SQUOTE] = ACTIONS(982), + [anon_sym_u8_SQUOTE] = ACTIONS(982), + [anon_sym_SQUOTE] = ACTIONS(982), + [anon_sym_L_DQUOTE] = ACTIONS(982), + [anon_sym_u_DQUOTE] = ACTIONS(982), + [anon_sym_U_DQUOTE] = ACTIONS(982), + [anon_sym_u8_DQUOTE] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym_true] = ACTIONS(980), + [sym_false] = ACTIONS(980), + [sym_null] = ACTIONS(980), + [sym_comment] = ACTIONS(3), + }, + [201] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(227), + [sym_attributed_statement] = STATE(227), + [sym_labeled_statement] = STATE(227), + [sym_expression_statement] = STATE(227), + [sym_if_statement] = STATE(227), + [sym_switch_statement] = STATE(227), + [sym_case_statement] = STATE(227), + [sym_while_statement] = STATE(227), + [sym_do_statement] = STATE(227), + [sym_for_statement] = STATE(227), + [sym_return_statement] = STATE(227), + [sym_break_statement] = STATE(227), + [sym_continue_statement] = STATE(227), + [sym_goto_statement] = STATE(227), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -32244,12 +31752,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [210] = { + [202] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_if_token2] = ACTIONS(940), [aux_sym_preproc_ifdef_token1] = ACTIONS(940), [aux_sym_preproc_ifdef_token2] = ACTIONS(940), [sym_preproc_directive] = ACTIONS(940), @@ -32273,6 +31780,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(940), [anon_sym___vectorcall] = ACTIONS(940), [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), [anon_sym_static] = ACTIONS(940), [anon_sym_auto] = ACTIONS(940), [anon_sym_register] = ACTIONS(940), @@ -32320,194 +31828,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [211] = { - [sym_identifier] = ACTIONS(952), - [aux_sym_preproc_include_token1] = ACTIONS(952), - [aux_sym_preproc_def_token1] = ACTIONS(952), - [aux_sym_preproc_if_token1] = ACTIONS(952), - [aux_sym_preproc_if_token2] = ACTIONS(952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(952), - [sym_preproc_directive] = ACTIONS(952), - [anon_sym_LPAREN2] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_TILDE] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(952), - [anon_sym_PLUS] = ACTIONS(952), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_typedef] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym___attribute__] = ACTIONS(952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(954), - [anon_sym___declspec] = ACTIONS(952), - [anon_sym___cdecl] = ACTIONS(952), - [anon_sym___clrcall] = ACTIONS(952), - [anon_sym___stdcall] = ACTIONS(952), - [anon_sym___fastcall] = ACTIONS(952), - [anon_sym___thiscall] = ACTIONS(952), - [anon_sym___vectorcall] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_static] = ACTIONS(952), - [anon_sym_auto] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_inline] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [anon_sym_volatile] = ACTIONS(952), - [anon_sym_restrict] = ACTIONS(952), - [anon_sym__Atomic] = ACTIONS(952), - [anon_sym_signed] = ACTIONS(952), - [anon_sym_unsigned] = ACTIONS(952), - [anon_sym_long] = ACTIONS(952), - [anon_sym_short] = ACTIONS(952), - [sym_primitive_type] = ACTIONS(952), - [anon_sym_enum] = ACTIONS(952), - [anon_sym_struct] = ACTIONS(952), - [anon_sym_union] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_switch] = ACTIONS(952), - [anon_sym_case] = ACTIONS(952), - [anon_sym_default] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_goto] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_PLUS_PLUS] = ACTIONS(954), - [anon_sym_sizeof] = ACTIONS(952), - [sym_number_literal] = ACTIONS(954), - [anon_sym_L_SQUOTE] = ACTIONS(954), - [anon_sym_u_SQUOTE] = ACTIONS(954), - [anon_sym_U_SQUOTE] = ACTIONS(954), - [anon_sym_u8_SQUOTE] = ACTIONS(954), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_L_DQUOTE] = ACTIONS(954), - [anon_sym_u_DQUOTE] = ACTIONS(954), - [anon_sym_U_DQUOTE] = ACTIONS(954), - [anon_sym_u8_DQUOTE] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym_true] = ACTIONS(952), - [sym_false] = ACTIONS(952), - [sym_null] = ACTIONS(952), - [sym_comment] = ACTIONS(3), - }, - [212] = { - [ts_builtin_sym_end] = ACTIONS(990), - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), + [203] = { + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_if_token2] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [213] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(283), - [sym_attributed_statement] = STATE(283), - [sym_labeled_statement] = STATE(283), - [sym_expression_statement] = STATE(283), - [sym_if_statement] = STATE(283), - [sym_switch_statement] = STATE(283), - [sym_case_statement] = STATE(283), - [sym_while_statement] = STATE(283), - [sym_do_statement] = STATE(283), - [sym_for_statement] = STATE(283), - [sym_return_statement] = STATE(283), - [sym_break_statement] = STATE(283), - [sym_continue_statement] = STATE(283), - [sym_goto_statement] = STATE(283), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [204] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(206), + [sym_attributed_statement] = STATE(206), + [sym_labeled_statement] = STATE(206), + [sym_expression_statement] = STATE(206), + [sym_if_statement] = STATE(206), + [sym_switch_statement] = STATE(206), + [sym_case_statement] = STATE(206), + [sym_while_statement] = STATE(206), + [sym_do_statement] = STATE(206), + [sym_for_statement] = STATE(206), + [sym_return_statement] = STATE(206), + [sym_break_statement] = STATE(206), + [sym_continue_statement] = STATE(206), + [sym_goto_statement] = STATE(206), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32515,24 +31947,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), [anon_sym_L_SQUOTE] = ACTIONS(85), [anon_sym_u_SQUOTE] = ACTIONS(85), [anon_sym_U_SQUOTE] = ACTIONS(85), @@ -32548,42 +31980,346 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [214] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(226), - [sym_attributed_statement] = STATE(226), - [sym_labeled_statement] = STATE(226), - [sym_expression_statement] = STATE(226), - [sym_if_statement] = STATE(226), - [sym_switch_statement] = STATE(226), - [sym_case_statement] = STATE(226), - [sym_while_statement] = STATE(226), - [sym_do_statement] = STATE(226), - [sym_for_statement] = STATE(226), - [sym_return_statement] = STATE(226), - [sym_break_statement] = STATE(226), - [sym_continue_statement] = STATE(226), - [sym_goto_statement] = STATE(226), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [205] = { + [sym_identifier] = ACTIONS(898), + [aux_sym_preproc_include_token1] = ACTIONS(898), + [aux_sym_preproc_def_token1] = ACTIONS(898), + [aux_sym_preproc_if_token1] = ACTIONS(898), + [aux_sym_preproc_if_token2] = ACTIONS(898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(898), + [sym_preproc_directive] = ACTIONS(898), + [anon_sym_LPAREN2] = ACTIONS(900), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(900), + [anon_sym_DASH] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(900), + [anon_sym_AMP] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(900), + [anon_sym_typedef] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(898), + [anon_sym___attribute__] = ACTIONS(898), + [anon_sym_LBRACK_LBRACK] = ACTIONS(900), + [anon_sym___declspec] = ACTIONS(898), + [anon_sym___cdecl] = ACTIONS(898), + [anon_sym___clrcall] = ACTIONS(898), + [anon_sym___stdcall] = ACTIONS(898), + [anon_sym___fastcall] = ACTIONS(898), + [anon_sym___thiscall] = ACTIONS(898), + [anon_sym___vectorcall] = ACTIONS(898), + [anon_sym_LBRACE] = ACTIONS(900), + [anon_sym_static] = ACTIONS(898), + [anon_sym_auto] = ACTIONS(898), + [anon_sym_register] = ACTIONS(898), + [anon_sym_inline] = ACTIONS(898), + [anon_sym_const] = ACTIONS(898), + [anon_sym_volatile] = ACTIONS(898), + [anon_sym_restrict] = ACTIONS(898), + [anon_sym__Atomic] = ACTIONS(898), + [anon_sym_signed] = ACTIONS(898), + [anon_sym_unsigned] = ACTIONS(898), + [anon_sym_long] = ACTIONS(898), + [anon_sym_short] = ACTIONS(898), + [sym_primitive_type] = ACTIONS(898), + [anon_sym_enum] = ACTIONS(898), + [anon_sym_struct] = ACTIONS(898), + [anon_sym_union] = ACTIONS(898), + [anon_sym_if] = ACTIONS(898), + [anon_sym_else] = ACTIONS(898), + [anon_sym_switch] = ACTIONS(898), + [anon_sym_case] = ACTIONS(898), + [anon_sym_default] = ACTIONS(898), + [anon_sym_while] = ACTIONS(898), + [anon_sym_do] = ACTIONS(898), + [anon_sym_for] = ACTIONS(898), + [anon_sym_return] = ACTIONS(898), + [anon_sym_break] = ACTIONS(898), + [anon_sym_continue] = ACTIONS(898), + [anon_sym_goto] = ACTIONS(898), + [anon_sym_DASH_DASH] = ACTIONS(900), + [anon_sym_PLUS_PLUS] = ACTIONS(900), + [anon_sym_sizeof] = ACTIONS(898), + [sym_number_literal] = ACTIONS(900), + [anon_sym_L_SQUOTE] = ACTIONS(900), + [anon_sym_u_SQUOTE] = ACTIONS(900), + [anon_sym_U_SQUOTE] = ACTIONS(900), + [anon_sym_u8_SQUOTE] = ACTIONS(900), + [anon_sym_SQUOTE] = ACTIONS(900), + [anon_sym_L_DQUOTE] = ACTIONS(900), + [anon_sym_u_DQUOTE] = ACTIONS(900), + [anon_sym_U_DQUOTE] = ACTIONS(900), + [anon_sym_u8_DQUOTE] = ACTIONS(900), + [anon_sym_DQUOTE] = ACTIONS(900), + [sym_true] = ACTIONS(898), + [sym_false] = ACTIONS(898), + [sym_null] = ACTIONS(898), + [sym_comment] = ACTIONS(3), + }, + [206] = { + [ts_builtin_sym_end] = ACTIONS(978), + [sym_identifier] = ACTIONS(976), + [aux_sym_preproc_include_token1] = ACTIONS(976), + [aux_sym_preproc_def_token1] = ACTIONS(976), + [aux_sym_preproc_if_token1] = ACTIONS(976), + [aux_sym_preproc_ifdef_token1] = ACTIONS(976), + [aux_sym_preproc_ifdef_token2] = ACTIONS(976), + [sym_preproc_directive] = ACTIONS(976), + [anon_sym_LPAREN2] = ACTIONS(978), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(978), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(978), + [anon_sym_AMP] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_typedef] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym___attribute__] = ACTIONS(976), + [anon_sym_LBRACK_LBRACK] = ACTIONS(978), + [anon_sym___declspec] = ACTIONS(976), + [anon_sym___cdecl] = ACTIONS(976), + [anon_sym___clrcall] = ACTIONS(976), + [anon_sym___stdcall] = ACTIONS(976), + [anon_sym___fastcall] = ACTIONS(976), + [anon_sym___thiscall] = ACTIONS(976), + [anon_sym___vectorcall] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_static] = ACTIONS(976), + [anon_sym_auto] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_inline] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [anon_sym_volatile] = ACTIONS(976), + [anon_sym_restrict] = ACTIONS(976), + [anon_sym__Atomic] = ACTIONS(976), + [anon_sym_signed] = ACTIONS(976), + [anon_sym_unsigned] = ACTIONS(976), + [anon_sym_long] = ACTIONS(976), + [anon_sym_short] = ACTIONS(976), + [sym_primitive_type] = ACTIONS(976), + [anon_sym_enum] = ACTIONS(976), + [anon_sym_struct] = ACTIONS(976), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_switch] = ACTIONS(976), + [anon_sym_case] = ACTIONS(976), + [anon_sym_default] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_goto] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_PLUS_PLUS] = ACTIONS(978), + [anon_sym_sizeof] = ACTIONS(976), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(978), + [anon_sym_u_SQUOTE] = ACTIONS(978), + [anon_sym_U_SQUOTE] = ACTIONS(978), + [anon_sym_u8_SQUOTE] = ACTIONS(978), + [anon_sym_SQUOTE] = ACTIONS(978), + [anon_sym_L_DQUOTE] = ACTIONS(978), + [anon_sym_u_DQUOTE] = ACTIONS(978), + [anon_sym_U_DQUOTE] = ACTIONS(978), + [anon_sym_u8_DQUOTE] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym_true] = ACTIONS(976), + [sym_false] = ACTIONS(976), + [sym_null] = ACTIONS(976), + [sym_comment] = ACTIONS(3), + }, + [207] = { + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_if_token2] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_comment] = ACTIONS(3), + }, + [208] = { + [sym_identifier] = ACTIONS(956), + [aux_sym_preproc_include_token1] = ACTIONS(956), + [aux_sym_preproc_def_token1] = ACTIONS(956), + [aux_sym_preproc_if_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(956), + [sym_preproc_directive] = ACTIONS(956), + [anon_sym_LPAREN2] = ACTIONS(958), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_STAR] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_typedef] = ACTIONS(956), + [anon_sym_extern] = ACTIONS(956), + [anon_sym___attribute__] = ACTIONS(956), + [anon_sym_LBRACK_LBRACK] = ACTIONS(958), + [anon_sym___declspec] = ACTIONS(956), + [anon_sym___cdecl] = ACTIONS(956), + [anon_sym___clrcall] = ACTIONS(956), + [anon_sym___stdcall] = ACTIONS(956), + [anon_sym___fastcall] = ACTIONS(956), + [anon_sym___thiscall] = ACTIONS(956), + [anon_sym___vectorcall] = ACTIONS(956), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_static] = ACTIONS(956), + [anon_sym_auto] = ACTIONS(956), + [anon_sym_register] = ACTIONS(956), + [anon_sym_inline] = ACTIONS(956), + [anon_sym_const] = ACTIONS(956), + [anon_sym_volatile] = ACTIONS(956), + [anon_sym_restrict] = ACTIONS(956), + [anon_sym__Atomic] = ACTIONS(956), + [anon_sym_signed] = ACTIONS(956), + [anon_sym_unsigned] = ACTIONS(956), + [anon_sym_long] = ACTIONS(956), + [anon_sym_short] = ACTIONS(956), + [sym_primitive_type] = ACTIONS(956), + [anon_sym_enum] = ACTIONS(956), + [anon_sym_struct] = ACTIONS(956), + [anon_sym_union] = ACTIONS(956), + [anon_sym_if] = ACTIONS(956), + [anon_sym_else] = ACTIONS(956), + [anon_sym_switch] = ACTIONS(956), + [anon_sym_case] = ACTIONS(956), + [anon_sym_default] = ACTIONS(956), + [anon_sym_while] = ACTIONS(956), + [anon_sym_do] = ACTIONS(956), + [anon_sym_for] = ACTIONS(956), + [anon_sym_return] = ACTIONS(956), + [anon_sym_break] = ACTIONS(956), + [anon_sym_continue] = ACTIONS(956), + [anon_sym_goto] = ACTIONS(956), + [anon_sym_DASH_DASH] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_sizeof] = ACTIONS(956), + [sym_number_literal] = ACTIONS(958), + [anon_sym_L_SQUOTE] = ACTIONS(958), + [anon_sym_u_SQUOTE] = ACTIONS(958), + [anon_sym_U_SQUOTE] = ACTIONS(958), + [anon_sym_u8_SQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_L_DQUOTE] = ACTIONS(958), + [anon_sym_u_DQUOTE] = ACTIONS(958), + [anon_sym_U_DQUOTE] = ACTIONS(958), + [anon_sym_u8_DQUOTE] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_true] = ACTIONS(956), + [sym_false] = ACTIONS(956), + [sym_null] = ACTIONS(956), + [sym_comment] = ACTIONS(3), + }, + [209] = { + [sym_attribute_declaration] = STATE(263), + [sym_compound_statement] = STATE(262), + [sym_attributed_statement] = STATE(262), + [sym_labeled_statement] = STATE(262), + [sym_expression_statement] = STATE(262), + [sym_if_statement] = STATE(262), + [sym_switch_statement] = STATE(262), + [sym_case_statement] = STATE(262), + [sym_while_statement] = STATE(262), + [sym_do_statement] = STATE(262), + [sym_for_statement] = STATE(262), + [sym_return_statement] = STATE(262), + [sym_break_statement] = STATE(262), + [sym_continue_statement] = STATE(262), + [sym_goto_statement] = STATE(262), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(263), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32591,20 +32327,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32624,422 +32360,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [215] = { - [ts_builtin_sym_end] = ACTIONS(922), - [sym_identifier] = ACTIONS(920), - [aux_sym_preproc_include_token1] = ACTIONS(920), - [aux_sym_preproc_def_token1] = ACTIONS(920), - [aux_sym_preproc_if_token1] = ACTIONS(920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(920), - [sym_preproc_directive] = ACTIONS(920), - [anon_sym_LPAREN2] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_typedef] = ACTIONS(920), - [anon_sym_extern] = ACTIONS(920), - [anon_sym___attribute__] = ACTIONS(920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(922), - [anon_sym___declspec] = ACTIONS(920), - [anon_sym___cdecl] = ACTIONS(920), - [anon_sym___clrcall] = ACTIONS(920), - [anon_sym___stdcall] = ACTIONS(920), - [anon_sym___fastcall] = ACTIONS(920), - [anon_sym___thiscall] = ACTIONS(920), - [anon_sym___vectorcall] = ACTIONS(920), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_static] = ACTIONS(920), - [anon_sym_auto] = ACTIONS(920), - [anon_sym_register] = ACTIONS(920), - [anon_sym_inline] = ACTIONS(920), - [anon_sym_const] = ACTIONS(920), - [anon_sym_volatile] = ACTIONS(920), - [anon_sym_restrict] = ACTIONS(920), - [anon_sym__Atomic] = ACTIONS(920), - [anon_sym_signed] = ACTIONS(920), - [anon_sym_unsigned] = ACTIONS(920), - [anon_sym_long] = ACTIONS(920), - [anon_sym_short] = ACTIONS(920), - [sym_primitive_type] = ACTIONS(920), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(920), - [anon_sym_union] = ACTIONS(920), - [anon_sym_if] = ACTIONS(920), - [anon_sym_else] = ACTIONS(920), - [anon_sym_switch] = ACTIONS(920), - [anon_sym_case] = ACTIONS(920), - [anon_sym_default] = ACTIONS(920), - [anon_sym_while] = ACTIONS(920), - [anon_sym_do] = ACTIONS(920), - [anon_sym_for] = ACTIONS(920), - [anon_sym_return] = ACTIONS(920), - [anon_sym_break] = ACTIONS(920), - [anon_sym_continue] = ACTIONS(920), - [anon_sym_goto] = ACTIONS(920), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_sizeof] = ACTIONS(920), - [sym_number_literal] = ACTIONS(922), - [anon_sym_L_SQUOTE] = ACTIONS(922), - [anon_sym_u_SQUOTE] = ACTIONS(922), - [anon_sym_U_SQUOTE] = ACTIONS(922), - [anon_sym_u8_SQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [anon_sym_L_DQUOTE] = ACTIONS(922), - [anon_sym_u_DQUOTE] = ACTIONS(922), - [anon_sym_U_DQUOTE] = ACTIONS(922), - [anon_sym_u8_DQUOTE] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [sym_true] = ACTIONS(920), - [sym_false] = ACTIONS(920), - [sym_null] = ACTIONS(920), + [210] = { + [ts_builtin_sym_end] = ACTIONS(892), + [sym_identifier] = ACTIONS(890), + [aux_sym_preproc_include_token1] = ACTIONS(890), + [aux_sym_preproc_def_token1] = ACTIONS(890), + [aux_sym_preproc_if_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(890), + [anon_sym_LPAREN2] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(890), + [anon_sym_LBRACK_LBRACK] = ACTIONS(892), + [anon_sym___declspec] = ACTIONS(890), + [anon_sym___cdecl] = ACTIONS(890), + [anon_sym___clrcall] = ACTIONS(890), + [anon_sym___stdcall] = ACTIONS(890), + [anon_sym___fastcall] = ACTIONS(890), + [anon_sym___thiscall] = ACTIONS(890), + [anon_sym___vectorcall] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym__Atomic] = ACTIONS(890), + [anon_sym_signed] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [sym_primitive_type] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_else] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_case] = ACTIONS(890), + [anon_sym_default] = ACTIONS(890), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_goto] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(892), + [anon_sym_L_SQUOTE] = ACTIONS(892), + [anon_sym_u_SQUOTE] = ACTIONS(892), + [anon_sym_U_SQUOTE] = ACTIONS(892), + [anon_sym_u8_SQUOTE] = ACTIONS(892), + [anon_sym_SQUOTE] = ACTIONS(892), + [anon_sym_L_DQUOTE] = ACTIONS(892), + [anon_sym_u_DQUOTE] = ACTIONS(892), + [anon_sym_U_DQUOTE] = ACTIONS(892), + [anon_sym_u8_DQUOTE] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(892), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, - [216] = { - [ts_builtin_sym_end] = ACTIONS(994), - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), - [sym_comment] = ACTIONS(3), - }, - [217] = { - [sym_identifier] = ACTIONS(894), - [aux_sym_preproc_include_token1] = ACTIONS(894), - [aux_sym_preproc_def_token1] = ACTIONS(894), - [aux_sym_preproc_if_token1] = ACTIONS(894), - [aux_sym_preproc_if_token2] = ACTIONS(894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(894), - [sym_preproc_directive] = ACTIONS(894), - [anon_sym_LPAREN2] = ACTIONS(896), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_PLUS] = ACTIONS(894), - [anon_sym_STAR] = ACTIONS(896), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_typedef] = ACTIONS(894), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(896), - [anon_sym___declspec] = ACTIONS(894), - [anon_sym___cdecl] = ACTIONS(894), - [anon_sym___clrcall] = ACTIONS(894), - [anon_sym___stdcall] = ACTIONS(894), - [anon_sym___fastcall] = ACTIONS(894), - [anon_sym___thiscall] = ACTIONS(894), - [anon_sym___vectorcall] = ACTIONS(894), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym_const] = ACTIONS(894), - [anon_sym_volatile] = ACTIONS(894), - [anon_sym_restrict] = ACTIONS(894), - [anon_sym__Atomic] = ACTIONS(894), - [anon_sym_signed] = ACTIONS(894), - [anon_sym_unsigned] = ACTIONS(894), - [anon_sym_long] = ACTIONS(894), - [anon_sym_short] = ACTIONS(894), - [sym_primitive_type] = ACTIONS(894), - [anon_sym_enum] = ACTIONS(894), - [anon_sym_struct] = ACTIONS(894), - [anon_sym_union] = ACTIONS(894), - [anon_sym_if] = ACTIONS(894), - [anon_sym_else] = ACTIONS(894), - [anon_sym_switch] = ACTIONS(894), - [anon_sym_case] = ACTIONS(894), - [anon_sym_default] = ACTIONS(894), - [anon_sym_while] = ACTIONS(894), - [anon_sym_do] = ACTIONS(894), - [anon_sym_for] = ACTIONS(894), - [anon_sym_return] = ACTIONS(894), - [anon_sym_break] = ACTIONS(894), - [anon_sym_continue] = ACTIONS(894), - [anon_sym_goto] = ACTIONS(894), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_sizeof] = ACTIONS(894), - [sym_number_literal] = ACTIONS(896), - [anon_sym_L_SQUOTE] = ACTIONS(896), - [anon_sym_u_SQUOTE] = ACTIONS(896), - [anon_sym_U_SQUOTE] = ACTIONS(896), - [anon_sym_u8_SQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [anon_sym_L_DQUOTE] = ACTIONS(896), - [anon_sym_u_DQUOTE] = ACTIONS(896), - [anon_sym_U_DQUOTE] = ACTIONS(896), - [anon_sym_u8_DQUOTE] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [sym_true] = ACTIONS(894), - [sym_false] = ACTIONS(894), - [sym_null] = ACTIONS(894), - [sym_comment] = ACTIONS(3), - }, - [218] = { - [ts_builtin_sym_end] = ACTIONS(998), - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), - [anon_sym_PLUS_PLUS] = ACTIONS(998), - [anon_sym_sizeof] = ACTIONS(996), - [sym_number_literal] = ACTIONS(998), - [anon_sym_L_SQUOTE] = ACTIONS(998), - [anon_sym_u_SQUOTE] = ACTIONS(998), - [anon_sym_U_SQUOTE] = ACTIONS(998), - [anon_sym_u8_SQUOTE] = ACTIONS(998), - [anon_sym_SQUOTE] = ACTIONS(998), - [anon_sym_L_DQUOTE] = ACTIONS(998), - [anon_sym_u_DQUOTE] = ACTIONS(998), - [anon_sym_U_DQUOTE] = ACTIONS(998), - [anon_sym_u8_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(996), + [211] = { + [ts_builtin_sym_end] = ACTIONS(966), + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [219] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(231), - [sym_attributed_statement] = STATE(231), - [sym_labeled_statement] = STATE(231), - [sym_expression_statement] = STATE(231), - [sym_if_statement] = STATE(231), - [sym_switch_statement] = STATE(231), - [sym_case_statement] = STATE(231), - [sym_while_statement] = STATE(231), - [sym_do_statement] = STATE(231), - [sym_for_statement] = STATE(231), - [sym_return_statement] = STATE(231), - [sym_break_statement] = STATE(231), - [sym_continue_statement] = STATE(231), - [sym_goto_statement] = STATE(231), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [212] = { + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(960), + [aux_sym_preproc_def_token1] = ACTIONS(960), + [aux_sym_preproc_if_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token2] = ACTIONS(960), + [sym_preproc_directive] = ACTIONS(960), + [anon_sym_LPAREN2] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(960), + [anon_sym___attribute__] = ACTIONS(960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(962), + [anon_sym___declspec] = ACTIONS(960), + [anon_sym___cdecl] = ACTIONS(960), + [anon_sym___clrcall] = ACTIONS(960), + [anon_sym___stdcall] = ACTIONS(960), + [anon_sym___fastcall] = ACTIONS(960), + [anon_sym___thiscall] = ACTIONS(960), + [anon_sym___vectorcall] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_RBRACE] = ACTIONS(962), + [anon_sym_static] = ACTIONS(960), + [anon_sym_auto] = ACTIONS(960), + [anon_sym_register] = ACTIONS(960), + [anon_sym_inline] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_restrict] = ACTIONS(960), + [anon_sym__Atomic] = ACTIONS(960), + [anon_sym_signed] = ACTIONS(960), + [anon_sym_unsigned] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [sym_primitive_type] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_goto] = ACTIONS(960), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(960), + [sym_number_literal] = ACTIONS(962), + [anon_sym_L_SQUOTE] = ACTIONS(962), + [anon_sym_u_SQUOTE] = ACTIONS(962), + [anon_sym_U_SQUOTE] = ACTIONS(962), + [anon_sym_u8_SQUOTE] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(962), + [anon_sym_L_DQUOTE] = ACTIONS(962), + [anon_sym_u_DQUOTE] = ACTIONS(962), + [anon_sym_U_DQUOTE] = ACTIONS(962), + [anon_sym_u8_DQUOTE] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(962), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [220] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(235), - [sym_attributed_statement] = STATE(235), - [sym_labeled_statement] = STATE(235), - [sym_expression_statement] = STATE(235), - [sym_if_statement] = STATE(235), - [sym_switch_statement] = STATE(235), - [sym_case_statement] = STATE(235), - [sym_while_statement] = STATE(235), - [sym_do_statement] = STATE(235), - [sym_for_statement] = STATE(235), - [sym_return_statement] = STATE(235), - [sym_break_statement] = STATE(235), - [sym_continue_statement] = STATE(235), - [sym_goto_statement] = STATE(235), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [213] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(96), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_case_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33047,20 +32631,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33080,270 +32664,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [221] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(241), - [sym_attributed_statement] = STATE(241), - [sym_labeled_statement] = STATE(241), - [sym_expression_statement] = STATE(241), - [sym_if_statement] = STATE(241), - [sym_switch_statement] = STATE(241), - [sym_case_statement] = STATE(241), - [sym_while_statement] = STATE(241), - [sym_do_statement] = STATE(241), - [sym_for_statement] = STATE(241), - [sym_return_statement] = STATE(241), - [sym_break_statement] = STATE(241), - [sym_continue_statement] = STATE(241), - [sym_goto_statement] = STATE(241), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [214] = { + [sym_identifier] = ACTIONS(898), + [aux_sym_preproc_include_token1] = ACTIONS(898), + [aux_sym_preproc_def_token1] = ACTIONS(898), + [aux_sym_preproc_if_token1] = ACTIONS(898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(898), + [sym_preproc_directive] = ACTIONS(898), + [anon_sym_LPAREN2] = ACTIONS(900), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(900), + [anon_sym_DASH] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(900), + [anon_sym_AMP] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(900), + [anon_sym_typedef] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(898), + [anon_sym___attribute__] = ACTIONS(898), + [anon_sym_LBRACK_LBRACK] = ACTIONS(900), + [anon_sym___declspec] = ACTIONS(898), + [anon_sym___cdecl] = ACTIONS(898), + [anon_sym___clrcall] = ACTIONS(898), + [anon_sym___stdcall] = ACTIONS(898), + [anon_sym___fastcall] = ACTIONS(898), + [anon_sym___thiscall] = ACTIONS(898), + [anon_sym___vectorcall] = ACTIONS(898), + [anon_sym_LBRACE] = ACTIONS(900), + [anon_sym_RBRACE] = ACTIONS(900), + [anon_sym_static] = ACTIONS(898), + [anon_sym_auto] = ACTIONS(898), + [anon_sym_register] = ACTIONS(898), + [anon_sym_inline] = ACTIONS(898), + [anon_sym_const] = ACTIONS(898), + [anon_sym_volatile] = ACTIONS(898), + [anon_sym_restrict] = ACTIONS(898), + [anon_sym__Atomic] = ACTIONS(898), + [anon_sym_signed] = ACTIONS(898), + [anon_sym_unsigned] = ACTIONS(898), + [anon_sym_long] = ACTIONS(898), + [anon_sym_short] = ACTIONS(898), + [sym_primitive_type] = ACTIONS(898), + [anon_sym_enum] = ACTIONS(898), + [anon_sym_struct] = ACTIONS(898), + [anon_sym_union] = ACTIONS(898), + [anon_sym_if] = ACTIONS(898), + [anon_sym_else] = ACTIONS(898), + [anon_sym_switch] = ACTIONS(898), + [anon_sym_case] = ACTIONS(898), + [anon_sym_default] = ACTIONS(898), + [anon_sym_while] = ACTIONS(898), + [anon_sym_do] = ACTIONS(898), + [anon_sym_for] = ACTIONS(898), + [anon_sym_return] = ACTIONS(898), + [anon_sym_break] = ACTIONS(898), + [anon_sym_continue] = ACTIONS(898), + [anon_sym_goto] = ACTIONS(898), + [anon_sym_DASH_DASH] = ACTIONS(900), + [anon_sym_PLUS_PLUS] = ACTIONS(900), + [anon_sym_sizeof] = ACTIONS(898), + [sym_number_literal] = ACTIONS(900), + [anon_sym_L_SQUOTE] = ACTIONS(900), + [anon_sym_u_SQUOTE] = ACTIONS(900), + [anon_sym_U_SQUOTE] = ACTIONS(900), + [anon_sym_u8_SQUOTE] = ACTIONS(900), + [anon_sym_SQUOTE] = ACTIONS(900), + [anon_sym_L_DQUOTE] = ACTIONS(900), + [anon_sym_u_DQUOTE] = ACTIONS(900), + [anon_sym_U_DQUOTE] = ACTIONS(900), + [anon_sym_u8_DQUOTE] = ACTIONS(900), + [anon_sym_DQUOTE] = ACTIONS(900), + [sym_true] = ACTIONS(898), + [sym_false] = ACTIONS(898), + [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, - [222] = { - [sym_identifier] = ACTIONS(928), - [aux_sym_preproc_include_token1] = ACTIONS(928), - [aux_sym_preproc_def_token1] = ACTIONS(928), - [aux_sym_preproc_if_token1] = ACTIONS(928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(928), - [sym_preproc_directive] = ACTIONS(928), - [anon_sym_LPAREN2] = ACTIONS(930), - [anon_sym_BANG] = ACTIONS(930), - [anon_sym_TILDE] = ACTIONS(930), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_STAR] = ACTIONS(930), - [anon_sym_AMP] = ACTIONS(930), - [anon_sym_SEMI] = ACTIONS(930), - [anon_sym_typedef] = ACTIONS(928), - [anon_sym_extern] = ACTIONS(928), - [anon_sym___attribute__] = ACTIONS(928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(930), - [anon_sym___declspec] = ACTIONS(928), - [anon_sym___cdecl] = ACTIONS(928), - [anon_sym___clrcall] = ACTIONS(928), - [anon_sym___stdcall] = ACTIONS(928), - [anon_sym___fastcall] = ACTIONS(928), - [anon_sym___thiscall] = ACTIONS(928), - [anon_sym___vectorcall] = ACTIONS(928), - [anon_sym_LBRACE] = ACTIONS(930), - [anon_sym_RBRACE] = ACTIONS(930), - [anon_sym_static] = ACTIONS(928), - [anon_sym_auto] = ACTIONS(928), - [anon_sym_register] = ACTIONS(928), - [anon_sym_inline] = ACTIONS(928), - [anon_sym_const] = ACTIONS(928), - [anon_sym_volatile] = ACTIONS(928), - [anon_sym_restrict] = ACTIONS(928), - [anon_sym__Atomic] = ACTIONS(928), - [anon_sym_signed] = ACTIONS(928), - [anon_sym_unsigned] = ACTIONS(928), - [anon_sym_long] = ACTIONS(928), - [anon_sym_short] = ACTIONS(928), - [sym_primitive_type] = ACTIONS(928), - [anon_sym_enum] = ACTIONS(928), - [anon_sym_struct] = ACTIONS(928), - [anon_sym_union] = ACTIONS(928), - [anon_sym_if] = ACTIONS(928), - [anon_sym_else] = ACTIONS(928), - [anon_sym_switch] = ACTIONS(928), - [anon_sym_case] = ACTIONS(928), - [anon_sym_default] = ACTIONS(928), - [anon_sym_while] = ACTIONS(928), - [anon_sym_do] = ACTIONS(928), - [anon_sym_for] = ACTIONS(928), - [anon_sym_return] = ACTIONS(928), - [anon_sym_break] = ACTIONS(928), - [anon_sym_continue] = ACTIONS(928), - [anon_sym_goto] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(928), - [sym_number_literal] = ACTIONS(930), - [anon_sym_L_SQUOTE] = ACTIONS(930), - [anon_sym_u_SQUOTE] = ACTIONS(930), - [anon_sym_U_SQUOTE] = ACTIONS(930), - [anon_sym_u8_SQUOTE] = ACTIONS(930), - [anon_sym_SQUOTE] = ACTIONS(930), - [anon_sym_L_DQUOTE] = ACTIONS(930), - [anon_sym_u_DQUOTE] = ACTIONS(930), - [anon_sym_U_DQUOTE] = ACTIONS(930), - [anon_sym_u8_DQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE] = ACTIONS(930), - [sym_true] = ACTIONS(928), - [sym_false] = ACTIONS(928), - [sym_null] = ACTIONS(928), + [215] = { + [ts_builtin_sym_end] = ACTIONS(966), + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [223] = { - [ts_builtin_sym_end] = ACTIONS(1006), - [sym_identifier] = ACTIONS(1004), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1006), - [anon_sym_AMP] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), - [anon_sym___declspec] = ACTIONS(1004), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_auto] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_inline] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(1004), - [anon_sym_unsigned] = ACTIONS(1004), - [anon_sym_long] = ACTIONS(1004), - [anon_sym_short] = ACTIONS(1004), - [sym_primitive_type] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_goto] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1006), - [anon_sym_PLUS_PLUS] = ACTIONS(1006), - [anon_sym_sizeof] = ACTIONS(1004), - [sym_number_literal] = ACTIONS(1006), - [anon_sym_L_SQUOTE] = ACTIONS(1006), - [anon_sym_u_SQUOTE] = ACTIONS(1006), - [anon_sym_U_SQUOTE] = ACTIONS(1006), - [anon_sym_u8_SQUOTE] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1006), - [anon_sym_L_DQUOTE] = ACTIONS(1006), - [anon_sym_u_DQUOTE] = ACTIONS(1006), - [anon_sym_U_DQUOTE] = ACTIONS(1006), - [anon_sym_u8_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE] = ACTIONS(1006), - [sym_true] = ACTIONS(1004), - [sym_false] = ACTIONS(1004), - [sym_null] = ACTIONS(1004), + [216] = { + [ts_builtin_sym_end] = ACTIONS(900), + [sym_identifier] = ACTIONS(898), + [aux_sym_preproc_include_token1] = ACTIONS(898), + [aux_sym_preproc_def_token1] = ACTIONS(898), + [aux_sym_preproc_if_token1] = ACTIONS(898), + [aux_sym_preproc_ifdef_token1] = ACTIONS(898), + [aux_sym_preproc_ifdef_token2] = ACTIONS(898), + [sym_preproc_directive] = ACTIONS(898), + [anon_sym_LPAREN2] = ACTIONS(900), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(900), + [anon_sym_DASH] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(900), + [anon_sym_AMP] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(900), + [anon_sym_typedef] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(898), + [anon_sym___attribute__] = ACTIONS(898), + [anon_sym_LBRACK_LBRACK] = ACTIONS(900), + [anon_sym___declspec] = ACTIONS(898), + [anon_sym___cdecl] = ACTIONS(898), + [anon_sym___clrcall] = ACTIONS(898), + [anon_sym___stdcall] = ACTIONS(898), + [anon_sym___fastcall] = ACTIONS(898), + [anon_sym___thiscall] = ACTIONS(898), + [anon_sym___vectorcall] = ACTIONS(898), + [anon_sym_LBRACE] = ACTIONS(900), + [anon_sym_static] = ACTIONS(898), + [anon_sym_auto] = ACTIONS(898), + [anon_sym_register] = ACTIONS(898), + [anon_sym_inline] = ACTIONS(898), + [anon_sym_const] = ACTIONS(898), + [anon_sym_volatile] = ACTIONS(898), + [anon_sym_restrict] = ACTIONS(898), + [anon_sym__Atomic] = ACTIONS(898), + [anon_sym_signed] = ACTIONS(898), + [anon_sym_unsigned] = ACTIONS(898), + [anon_sym_long] = ACTIONS(898), + [anon_sym_short] = ACTIONS(898), + [sym_primitive_type] = ACTIONS(898), + [anon_sym_enum] = ACTIONS(898), + [anon_sym_struct] = ACTIONS(898), + [anon_sym_union] = ACTIONS(898), + [anon_sym_if] = ACTIONS(898), + [anon_sym_else] = ACTIONS(898), + [anon_sym_switch] = ACTIONS(898), + [anon_sym_case] = ACTIONS(898), + [anon_sym_default] = ACTIONS(898), + [anon_sym_while] = ACTIONS(898), + [anon_sym_do] = ACTIONS(898), + [anon_sym_for] = ACTIONS(898), + [anon_sym_return] = ACTIONS(898), + [anon_sym_break] = ACTIONS(898), + [anon_sym_continue] = ACTIONS(898), + [anon_sym_goto] = ACTIONS(898), + [anon_sym_DASH_DASH] = ACTIONS(900), + [anon_sym_PLUS_PLUS] = ACTIONS(900), + [anon_sym_sizeof] = ACTIONS(898), + [sym_number_literal] = ACTIONS(900), + [anon_sym_L_SQUOTE] = ACTIONS(900), + [anon_sym_u_SQUOTE] = ACTIONS(900), + [anon_sym_U_SQUOTE] = ACTIONS(900), + [anon_sym_u8_SQUOTE] = ACTIONS(900), + [anon_sym_SQUOTE] = ACTIONS(900), + [anon_sym_L_DQUOTE] = ACTIONS(900), + [anon_sym_u_DQUOTE] = ACTIONS(900), + [anon_sym_U_DQUOTE] = ACTIONS(900), + [anon_sym_u8_DQUOTE] = ACTIONS(900), + [anon_sym_DQUOTE] = ACTIONS(900), + [sym_true] = ACTIONS(898), + [sym_false] = ACTIONS(898), + [sym_null] = ACTIONS(898), [sym_comment] = ACTIONS(3), }, - [224] = { - [sym_attribute_declaration] = STATE(232), - [sym_compound_statement] = STATE(230), - [sym_attributed_statement] = STATE(230), - [sym_labeled_statement] = STATE(230), - [sym_expression_statement] = STATE(230), - [sym_if_statement] = STATE(230), - [sym_switch_statement] = STATE(230), - [sym_case_statement] = STATE(230), - [sym_while_statement] = STATE(230), - [sym_do_statement] = STATE(230), - [sym_for_statement] = STATE(230), - [sym_return_statement] = STATE(230), - [sym_break_statement] = STATE(230), - [sym_continue_statement] = STATE(230), - [sym_goto_statement] = STATE(230), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(232), - [sym_identifier] = ACTIONS(1128), + [217] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(309), + [sym_attributed_statement] = STATE(309), + [sym_labeled_statement] = STATE(309), + [sym_expression_statement] = STATE(309), + [sym_if_statement] = STATE(309), + [sym_switch_statement] = STATE(309), + [sym_case_statement] = STATE(309), + [sym_while_statement] = STATE(309), + [sym_do_statement] = STATE(309), + [sym_for_statement] = STATE(309), + [sym_return_statement] = STATE(309), + [sym_break_statement] = STATE(309), + [sym_continue_statement] = STATE(309), + [sym_goto_statement] = STATE(309), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33351,20 +32935,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(313), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33384,8 +32968,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [225] = { - [sym_attribute_declaration] = STATE(225), + [218] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(233), + [sym_attributed_statement] = STATE(233), + [sym_labeled_statement] = STATE(233), + [sym_expression_statement] = STATE(233), + [sym_if_statement] = STATE(233), + [sym_switch_statement] = STATE(233), + [sym_case_statement] = STATE(233), + [sym_while_statement] = STATE(233), + [sym_do_statement] = STATE(233), + [sym_for_statement] = STATE(233), + [sym_return_statement] = STATE(233), + [sym_break_statement] = STATE(233), + [sym_continue_statement] = STATE(233), + [sym_goto_statement] = STATE(233), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [219] = { + [sym_attribute_declaration] = STATE(237), [sym_compound_statement] = STATE(82), [sym_attributed_statement] = STATE(82), [sym_labeled_statement] = STATE(82), @@ -33400,178 +33060,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(82), [sym_continue_statement] = STATE(82), [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(225), - [sym_identifier] = ACTIONS(1253), - [anon_sym_LPAREN2] = ACTIONS(1135), - [anon_sym_BANG] = ACTIONS(1138), - [anon_sym_TILDE] = ACTIONS(1138), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_PLUS] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1256), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1274), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1280), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1286), - [anon_sym_continue] = ACTIONS(1289), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1189), - [anon_sym_PLUS_PLUS] = ACTIONS(1189), - [anon_sym_sizeof] = ACTIONS(1192), - [sym_number_literal] = ACTIONS(1195), - [anon_sym_L_SQUOTE] = ACTIONS(1198), - [anon_sym_u_SQUOTE] = ACTIONS(1198), - [anon_sym_U_SQUOTE] = ACTIONS(1198), - [anon_sym_u8_SQUOTE] = ACTIONS(1198), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_L_DQUOTE] = ACTIONS(1201), - [anon_sym_u_DQUOTE] = ACTIONS(1201), - [anon_sym_U_DQUOTE] = ACTIONS(1201), - [anon_sym_u8_DQUOTE] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_true] = ACTIONS(1204), - [sym_false] = ACTIONS(1204), - [sym_null] = ACTIONS(1204), - [sym_comment] = ACTIONS(3), - }, - [226] = { - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_if_token2] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), - [sym_comment] = ACTIONS(3), - }, - [227] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(296), - [sym_attributed_statement] = STATE(296), - [sym_labeled_statement] = STATE(296), - [sym_expression_statement] = STATE(296), - [sym_if_statement] = STATE(296), - [sym_switch_statement] = STATE(296), - [sym_case_statement] = STATE(296), - [sym_while_statement] = STATE(296), - [sym_do_statement] = STATE(296), - [sym_for_statement] = STATE(296), - [sym_return_statement] = STATE(296), - [sym_break_statement] = STATE(296), - [sym_continue_statement] = STATE(296), - [sym_goto_statement] = STATE(296), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33579,20 +33087,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33612,84 +33120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(916), - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(1295), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_comment] = ACTIONS(3), - }, - [229] = { - [ts_builtin_sym_end] = ACTIONS(908), + [220] = { [sym_identifier] = ACTIONS(906), [aux_sym_preproc_include_token1] = ACTIONS(906), [aux_sym_preproc_def_token1] = ACTIONS(906), @@ -33717,6 +33148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(906), [anon_sym___vectorcall] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(908), + [anon_sym_RBRACE] = ACTIONS(908), [anon_sym_static] = ACTIONS(906), [anon_sym_auto] = ACTIONS(906), [anon_sym_register] = ACTIONS(906), @@ -33764,194 +33196,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(906), [sym_comment] = ACTIONS(3), }, - [230] = { - [ts_builtin_sym_end] = ACTIONS(1010), - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), + [221] = { + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_RBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, - [231] = { - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_if_token2] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [222] = { + [sym_identifier] = ACTIONS(916), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), + [anon_sym_LPAREN2] = ACTIONS(918), + [anon_sym_BANG] = ACTIONS(918), + [anon_sym_TILDE] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_typedef] = ACTIONS(916), + [anon_sym_extern] = ACTIONS(916), + [anon_sym___attribute__] = ACTIONS(916), + [anon_sym_LBRACK_LBRACK] = ACTIONS(918), + [anon_sym___declspec] = ACTIONS(916), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_static] = ACTIONS(916), + [anon_sym_auto] = ACTIONS(916), + [anon_sym_register] = ACTIONS(916), + [anon_sym_inline] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_volatile] = ACTIONS(916), + [anon_sym_restrict] = ACTIONS(916), + [anon_sym__Atomic] = ACTIONS(916), + [anon_sym_signed] = ACTIONS(916), + [anon_sym_unsigned] = ACTIONS(916), + [anon_sym_long] = ACTIONS(916), + [anon_sym_short] = ACTIONS(916), + [sym_primitive_type] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_goto] = ACTIONS(916), + [anon_sym_DASH_DASH] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_sizeof] = ACTIONS(916), + [sym_number_literal] = ACTIONS(918), + [anon_sym_L_SQUOTE] = ACTIONS(918), + [anon_sym_u_SQUOTE] = ACTIONS(918), + [anon_sym_U_SQUOTE] = ACTIONS(918), + [anon_sym_u8_SQUOTE] = ACTIONS(918), + [anon_sym_SQUOTE] = ACTIONS(918), + [anon_sym_L_DQUOTE] = ACTIONS(918), + [anon_sym_u_DQUOTE] = ACTIONS(918), + [anon_sym_U_DQUOTE] = ACTIONS(918), + [anon_sym_u8_DQUOTE] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_null] = ACTIONS(916), [sym_comment] = ACTIONS(3), }, - [232] = { - [sym_attribute_declaration] = STATE(170), - [sym_compound_statement] = STATE(169), - [sym_attributed_statement] = STATE(169), - [sym_labeled_statement] = STATE(169), - [sym_expression_statement] = STATE(169), - [sym_if_statement] = STATE(169), - [sym_switch_statement] = STATE(169), - [sym_case_statement] = STATE(169), - [sym_while_statement] = STATE(169), - [sym_do_statement] = STATE(169), - [sym_for_statement] = STATE(169), - [sym_return_statement] = STATE(169), - [sym_break_statement] = STATE(169), - [sym_continue_statement] = STATE(169), - [sym_goto_statement] = STATE(169), - [sym__expression] = STATE(740), - [sym_comma_expression] = STATE(1438), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(170), - [sym_identifier] = ACTIONS(1128), + [223] = { + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_comment] = ACTIONS(3), + }, + [224] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(81), + [sym_attributed_statement] = STATE(81), + [sym_labeled_statement] = STATE(81), + [sym_expression_statement] = STATE(81), + [sym_if_statement] = STATE(81), + [sym_switch_statement] = STATE(81), + [sym_case_statement] = STATE(81), + [sym_while_statement] = STATE(81), + [sym_do_statement] = STATE(81), + [sym_for_statement] = STATE(81), + [sym_return_statement] = STATE(81), + [sym_break_statement] = STATE(81), + [sym_continue_statement] = STATE(81), + [sym_goto_statement] = STATE(81), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33959,20 +33467,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33992,7 +33500,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [233] = { + [225] = { + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), + [sym_comment] = ACTIONS(3), + }, + [226] = { + [sym_identifier] = ACTIONS(902), + [aux_sym_preproc_include_token1] = ACTIONS(902), + [aux_sym_preproc_def_token1] = ACTIONS(902), + [aux_sym_preproc_if_token1] = ACTIONS(902), + [aux_sym_preproc_ifdef_token1] = ACTIONS(902), + [aux_sym_preproc_ifdef_token2] = ACTIONS(902), + [sym_preproc_directive] = ACTIONS(902), + [anon_sym_LPAREN2] = ACTIONS(904), + [anon_sym_BANG] = ACTIONS(904), + [anon_sym_TILDE] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(902), + [anon_sym_STAR] = ACTIONS(904), + [anon_sym_AMP] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(904), + [anon_sym_typedef] = ACTIONS(902), + [anon_sym_extern] = ACTIONS(902), + [anon_sym___attribute__] = ACTIONS(902), + [anon_sym_LBRACK_LBRACK] = ACTIONS(904), + [anon_sym___declspec] = ACTIONS(902), + [anon_sym___cdecl] = ACTIONS(902), + [anon_sym___clrcall] = ACTIONS(902), + [anon_sym___stdcall] = ACTIONS(902), + [anon_sym___fastcall] = ACTIONS(902), + [anon_sym___thiscall] = ACTIONS(902), + [anon_sym___vectorcall] = ACTIONS(902), + [anon_sym_LBRACE] = ACTIONS(904), + [anon_sym_RBRACE] = ACTIONS(904), + [anon_sym_static] = ACTIONS(902), + [anon_sym_auto] = ACTIONS(902), + [anon_sym_register] = ACTIONS(902), + [anon_sym_inline] = ACTIONS(902), + [anon_sym_const] = ACTIONS(902), + [anon_sym_volatile] = ACTIONS(902), + [anon_sym_restrict] = ACTIONS(902), + [anon_sym__Atomic] = ACTIONS(902), + [anon_sym_signed] = ACTIONS(902), + [anon_sym_unsigned] = ACTIONS(902), + [anon_sym_long] = ACTIONS(902), + [anon_sym_short] = ACTIONS(902), + [sym_primitive_type] = ACTIONS(902), + [anon_sym_enum] = ACTIONS(902), + [anon_sym_struct] = ACTIONS(902), + [anon_sym_union] = ACTIONS(902), + [anon_sym_if] = ACTIONS(902), + [anon_sym_else] = ACTIONS(902), + [anon_sym_switch] = ACTIONS(902), + [anon_sym_case] = ACTIONS(902), + [anon_sym_default] = ACTIONS(902), + [anon_sym_while] = ACTIONS(902), + [anon_sym_do] = ACTIONS(902), + [anon_sym_for] = ACTIONS(902), + [anon_sym_return] = ACTIONS(902), + [anon_sym_break] = ACTIONS(902), + [anon_sym_continue] = ACTIONS(902), + [anon_sym_goto] = ACTIONS(902), + [anon_sym_DASH_DASH] = ACTIONS(904), + [anon_sym_PLUS_PLUS] = ACTIONS(904), + [anon_sym_sizeof] = ACTIONS(902), + [sym_number_literal] = ACTIONS(904), + [anon_sym_L_SQUOTE] = ACTIONS(904), + [anon_sym_u_SQUOTE] = ACTIONS(904), + [anon_sym_U_SQUOTE] = ACTIONS(904), + [anon_sym_u8_SQUOTE] = ACTIONS(904), + [anon_sym_SQUOTE] = ACTIONS(904), + [anon_sym_L_DQUOTE] = ACTIONS(904), + [anon_sym_u_DQUOTE] = ACTIONS(904), + [anon_sym_U_DQUOTE] = ACTIONS(904), + [anon_sym_u8_DQUOTE] = ACTIONS(904), + [anon_sym_DQUOTE] = ACTIONS(904), + [sym_true] = ACTIONS(902), + [sym_false] = ACTIONS(902), + [sym_null] = ACTIONS(902), + [sym_comment] = ACTIONS(3), + }, + [227] = { [ts_builtin_sym_end] = ACTIONS(912), [sym_identifier] = ACTIONS(910), [aux_sym_preproc_include_token1] = ACTIONS(910), @@ -34038,7 +33698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(910), [anon_sym_union] = ACTIONS(910), [anon_sym_if] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), + [anon_sym_else] = ACTIONS(1295), [anon_sym_switch] = ACTIONS(910), [anon_sym_case] = ACTIONS(910), [anon_sym_default] = ACTIONS(910), @@ -34068,270 +33728,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, - [234] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(87), - [sym_attributed_statement] = STATE(87), - [sym_labeled_statement] = STATE(87), - [sym_expression_statement] = STATE(87), - [sym_if_statement] = STATE(87), - [sym_switch_statement] = STATE(87), - [sym_case_statement] = STATE(87), - [sym_while_statement] = STATE(87), - [sym_do_statement] = STATE(87), - [sym_for_statement] = STATE(87), - [sym_return_statement] = STATE(87), - [sym_break_statement] = STATE(87), - [sym_continue_statement] = STATE(87), - [sym_goto_statement] = STATE(87), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [235] = { - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_if_token2] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), - [sym_comment] = ACTIONS(3), - }, - [236] = { - [sym_identifier] = ACTIONS(964), - [aux_sym_preproc_include_token1] = ACTIONS(964), - [aux_sym_preproc_def_token1] = ACTIONS(964), - [aux_sym_preproc_if_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(964), - [sym_preproc_directive] = ACTIONS(964), - [anon_sym_LPAREN2] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_typedef] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(964), - [anon_sym___attribute__] = ACTIONS(964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(966), - [anon_sym___declspec] = ACTIONS(964), - [anon_sym___cdecl] = ACTIONS(964), - [anon_sym___clrcall] = ACTIONS(964), - [anon_sym___stdcall] = ACTIONS(964), - [anon_sym___fastcall] = ACTIONS(964), - [anon_sym___thiscall] = ACTIONS(964), - [anon_sym___vectorcall] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_static] = ACTIONS(964), - [anon_sym_auto] = ACTIONS(964), - [anon_sym_register] = ACTIONS(964), - [anon_sym_inline] = ACTIONS(964), - [anon_sym_const] = ACTIONS(964), - [anon_sym_volatile] = ACTIONS(964), - [anon_sym_restrict] = ACTIONS(964), - [anon_sym__Atomic] = ACTIONS(964), - [anon_sym_signed] = ACTIONS(964), - [anon_sym_unsigned] = ACTIONS(964), - [anon_sym_long] = ACTIONS(964), - [anon_sym_short] = ACTIONS(964), - [sym_primitive_type] = ACTIONS(964), - [anon_sym_enum] = ACTIONS(964), - [anon_sym_struct] = ACTIONS(964), - [anon_sym_union] = ACTIONS(964), - [anon_sym_if] = ACTIONS(964), - [anon_sym_else] = ACTIONS(964), - [anon_sym_switch] = ACTIONS(964), - [anon_sym_case] = ACTIONS(964), - [anon_sym_default] = ACTIONS(964), - [anon_sym_while] = ACTIONS(964), - [anon_sym_do] = ACTIONS(964), - [anon_sym_for] = ACTIONS(964), - [anon_sym_return] = ACTIONS(964), - [anon_sym_break] = ACTIONS(964), - [anon_sym_continue] = ACTIONS(964), - [anon_sym_goto] = ACTIONS(964), - [anon_sym_DASH_DASH] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_sizeof] = ACTIONS(964), - [sym_number_literal] = ACTIONS(966), - [anon_sym_L_SQUOTE] = ACTIONS(966), - [anon_sym_u_SQUOTE] = ACTIONS(966), - [anon_sym_U_SQUOTE] = ACTIONS(966), - [anon_sym_u8_SQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_L_DQUOTE] = ACTIONS(966), - [anon_sym_u_DQUOTE] = ACTIONS(966), - [anon_sym_U_DQUOTE] = ACTIONS(966), - [anon_sym_u8_DQUOTE] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym_true] = ACTIONS(964), - [sym_false] = ACTIONS(964), - [sym_null] = ACTIONS(964), + [228] = { + [ts_builtin_sym_end] = ACTIONS(1006), + [sym_identifier] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_typedef] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym___attribute__] = ACTIONS(1004), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), + [anon_sym___declspec] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_auto] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_inline] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_restrict] = ACTIONS(1004), + [anon_sym__Atomic] = ACTIONS(1004), + [anon_sym_signed] = ACTIONS(1004), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [sym_primitive_type] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_struct] = ACTIONS(1004), + [anon_sym_union] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_goto] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_sizeof] = ACTIONS(1004), + [sym_number_literal] = ACTIONS(1006), + [anon_sym_L_SQUOTE] = ACTIONS(1006), + [anon_sym_u_SQUOTE] = ACTIONS(1006), + [anon_sym_U_SQUOTE] = ACTIONS(1006), + [anon_sym_u8_SQUOTE] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_L_DQUOTE] = ACTIONS(1006), + [anon_sym_u_DQUOTE] = ACTIONS(1006), + [anon_sym_U_DQUOTE] = ACTIONS(1006), + [anon_sym_u8_DQUOTE] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [237] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(298), - [sym_attributed_statement] = STATE(298), - [sym_labeled_statement] = STATE(298), - [sym_expression_statement] = STATE(298), - [sym_if_statement] = STATE(298), - [sym_switch_statement] = STATE(298), - [sym_case_statement] = STATE(298), - [sym_while_statement] = STATE(298), - [sym_do_statement] = STATE(298), - [sym_for_statement] = STATE(298), - [sym_return_statement] = STATE(298), - [sym_break_statement] = STATE(298), - [sym_continue_statement] = STATE(298), - [sym_goto_statement] = STATE(298), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [229] = { + [sym_attribute_declaration] = STATE(134), + [sym_compound_statement] = STATE(133), + [sym_attributed_statement] = STATE(133), + [sym_labeled_statement] = STATE(133), + [sym_expression_statement] = STATE(133), + [sym_if_statement] = STATE(133), + [sym_switch_statement] = STATE(133), + [sym_case_statement] = STATE(133), + [sym_while_statement] = STATE(133), + [sym_do_statement] = STATE(133), + [sym_for_statement] = STATE(133), + [sym_return_statement] = STATE(133), + [sym_break_statement] = STATE(133), + [sym_continue_statement] = STATE(133), + [sym_goto_statement] = STATE(133), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(134), + [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -34339,20 +33847,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -34372,160 +33880,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [238] = { - [ts_builtin_sym_end] = ACTIONS(950), - [sym_identifier] = ACTIONS(948), - [aux_sym_preproc_include_token1] = ACTIONS(948), - [aux_sym_preproc_def_token1] = ACTIONS(948), - [aux_sym_preproc_if_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(948), - [sym_preproc_directive] = ACTIONS(948), - [anon_sym_LPAREN2] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(950), - [anon_sym_TILDE] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_typedef] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym___attribute__] = ACTIONS(948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(950), - [anon_sym___declspec] = ACTIONS(948), - [anon_sym___cdecl] = ACTIONS(948), - [anon_sym___clrcall] = ACTIONS(948), - [anon_sym___stdcall] = ACTIONS(948), - [anon_sym___fastcall] = ACTIONS(948), - [anon_sym___thiscall] = ACTIONS(948), - [anon_sym___vectorcall] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_static] = ACTIONS(948), - [anon_sym_auto] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_inline] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_volatile] = ACTIONS(948), - [anon_sym_restrict] = ACTIONS(948), - [anon_sym__Atomic] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(948), - [anon_sym_unsigned] = ACTIONS(948), - [anon_sym_long] = ACTIONS(948), - [anon_sym_short] = ACTIONS(948), - [sym_primitive_type] = ACTIONS(948), - [anon_sym_enum] = ACTIONS(948), - [anon_sym_struct] = ACTIONS(948), - [anon_sym_union] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_default] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_goto] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_PLUS_PLUS] = ACTIONS(950), - [anon_sym_sizeof] = ACTIONS(948), - [sym_number_literal] = ACTIONS(950), - [anon_sym_L_SQUOTE] = ACTIONS(950), - [anon_sym_u_SQUOTE] = ACTIONS(950), - [anon_sym_U_SQUOTE] = ACTIONS(950), - [anon_sym_u8_SQUOTE] = ACTIONS(950), - [anon_sym_SQUOTE] = ACTIONS(950), - [anon_sym_L_DQUOTE] = ACTIONS(950), - [anon_sym_u_DQUOTE] = ACTIONS(950), - [anon_sym_U_DQUOTE] = ACTIONS(950), - [anon_sym_u8_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), - [sym_comment] = ACTIONS(3), - }, - [239] = { - [ts_builtin_sym_end] = ACTIONS(1018), - [sym_identifier] = ACTIONS(1016), - [aux_sym_preproc_include_token1] = ACTIONS(1016), - [aux_sym_preproc_def_token1] = ACTIONS(1016), - [aux_sym_preproc_if_token1] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), - [sym_preproc_directive] = ACTIONS(1016), - [anon_sym_LPAREN2] = ACTIONS(1018), - [anon_sym_BANG] = ACTIONS(1018), - [anon_sym_TILDE] = ACTIONS(1018), - [anon_sym_DASH] = ACTIONS(1016), - [anon_sym_PLUS] = ACTIONS(1016), - [anon_sym_STAR] = ACTIONS(1018), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_SEMI] = ACTIONS(1018), - [anon_sym_typedef] = ACTIONS(1016), - [anon_sym_extern] = ACTIONS(1016), - [anon_sym___attribute__] = ACTIONS(1016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), - [anon_sym___declspec] = ACTIONS(1016), - [anon_sym___cdecl] = ACTIONS(1016), - [anon_sym___clrcall] = ACTIONS(1016), - [anon_sym___stdcall] = ACTIONS(1016), - [anon_sym___fastcall] = ACTIONS(1016), - [anon_sym___thiscall] = ACTIONS(1016), - [anon_sym___vectorcall] = ACTIONS(1016), - [anon_sym_LBRACE] = ACTIONS(1018), - [anon_sym_static] = ACTIONS(1016), - [anon_sym_auto] = ACTIONS(1016), - [anon_sym_register] = ACTIONS(1016), - [anon_sym_inline] = ACTIONS(1016), - [anon_sym_const] = ACTIONS(1016), - [anon_sym_volatile] = ACTIONS(1016), - [anon_sym_restrict] = ACTIONS(1016), - [anon_sym__Atomic] = ACTIONS(1016), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [sym_primitive_type] = ACTIONS(1016), - [anon_sym_enum] = ACTIONS(1016), - [anon_sym_struct] = ACTIONS(1016), - [anon_sym_union] = ACTIONS(1016), - [anon_sym_if] = ACTIONS(1016), - [anon_sym_else] = ACTIONS(1016), - [anon_sym_switch] = ACTIONS(1016), - [anon_sym_case] = ACTIONS(1016), - [anon_sym_default] = ACTIONS(1016), - [anon_sym_while] = ACTIONS(1016), - [anon_sym_do] = ACTIONS(1016), - [anon_sym_for] = ACTIONS(1016), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_break] = ACTIONS(1016), - [anon_sym_continue] = ACTIONS(1016), - [anon_sym_goto] = ACTIONS(1016), - [anon_sym_DASH_DASH] = ACTIONS(1018), - [anon_sym_PLUS_PLUS] = ACTIONS(1018), - [anon_sym_sizeof] = ACTIONS(1016), - [sym_number_literal] = ACTIONS(1018), - [anon_sym_L_SQUOTE] = ACTIONS(1018), - [anon_sym_u_SQUOTE] = ACTIONS(1018), - [anon_sym_U_SQUOTE] = ACTIONS(1018), - [anon_sym_u8_SQUOTE] = ACTIONS(1018), - [anon_sym_SQUOTE] = ACTIONS(1018), - [anon_sym_L_DQUOTE] = ACTIONS(1018), - [anon_sym_u_DQUOTE] = ACTIONS(1018), - [anon_sym_U_DQUOTE] = ACTIONS(1018), - [anon_sym_u8_DQUOTE] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1018), - [sym_true] = ACTIONS(1016), - [sym_false] = ACTIONS(1016), - [sym_null] = ACTIONS(1016), - [sym_comment] = ACTIONS(3), - }, - [240] = { - [sym_attribute_declaration] = STATE(247), + [230] = { + [sym_attribute_declaration] = STATE(237), [sym_compound_statement] = STATE(73), [sym_attributed_statement] = STATE(73), [sym_labeled_statement] = STATE(73), @@ -34540,26 +33896,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(73), [sym_continue_statement] = STATE(73), [sym_goto_statement] = STATE(73), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -34600,118 +33956,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [241] = { - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_if_token2] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), - [sym_comment] = ACTIONS(3), - }, - [242] = { - [sym_attribute_declaration] = STATE(292), - [sym_compound_statement] = STATE(291), - [sym_attributed_statement] = STATE(291), - [sym_labeled_statement] = STATE(291), - [sym_expression_statement] = STATE(291), - [sym_if_statement] = STATE(291), - [sym_switch_statement] = STATE(291), - [sym_case_statement] = STATE(291), - [sym_while_statement] = STATE(291), - [sym_do_statement] = STATE(291), - [sym_for_statement] = STATE(291), - [sym_return_statement] = STATE(291), - [sym_break_statement] = STATE(291), - [sym_continue_statement] = STATE(291), - [sym_goto_statement] = STATE(291), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(292), - [sym_identifier] = ACTIONS(1124), + [231] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(180), + [sym_attributed_statement] = STATE(180), + [sym_labeled_statement] = STATE(180), + [sym_expression_statement] = STATE(180), + [sym_if_statement] = STATE(180), + [sym_switch_statement] = STATE(180), + [sym_case_statement] = STATE(180), + [sym_while_statement] = STATE(180), + [sym_do_statement] = STATE(180), + [sym_for_statement] = STATE(180), + [sym_return_statement] = STATE(180), + [sym_break_statement] = STATE(180), + [sym_continue_statement] = STATE(180), + [sym_goto_statement] = STATE(180), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -34752,139 +34032,443 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [243] = { - [sym_attribute_declaration] = STATE(247), - [sym_compound_statement] = STATE(75), - [sym_attributed_statement] = STATE(75), - [sym_labeled_statement] = STATE(75), - [sym_expression_statement] = STATE(75), - [sym_if_statement] = STATE(75), - [sym_switch_statement] = STATE(75), - [sym_case_statement] = STATE(75), - [sym_while_statement] = STATE(75), - [sym_do_statement] = STATE(75), - [sym_for_statement] = STATE(75), - [sym_return_statement] = STATE(75), - [sym_break_statement] = STATE(75), - [sym_continue_statement] = STATE(75), - [sym_goto_statement] = STATE(75), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(247), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [244] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(299), - [sym_attributed_statement] = STATE(299), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), + [232] = { + [ts_builtin_sym_end] = ACTIONS(946), + [sym_identifier] = ACTIONS(944), + [aux_sym_preproc_include_token1] = ACTIONS(944), + [aux_sym_preproc_def_token1] = ACTIONS(944), + [aux_sym_preproc_if_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token2] = ACTIONS(944), + [sym_preproc_directive] = ACTIONS(944), + [anon_sym_LPAREN2] = ACTIONS(946), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(946), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_typedef] = ACTIONS(944), + [anon_sym_extern] = ACTIONS(944), + [anon_sym___attribute__] = ACTIONS(944), + [anon_sym_LBRACK_LBRACK] = ACTIONS(946), + [anon_sym___declspec] = ACTIONS(944), + [anon_sym___cdecl] = ACTIONS(944), + [anon_sym___clrcall] = ACTIONS(944), + [anon_sym___stdcall] = ACTIONS(944), + [anon_sym___fastcall] = ACTIONS(944), + [anon_sym___thiscall] = ACTIONS(944), + [anon_sym___vectorcall] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_static] = ACTIONS(944), + [anon_sym_auto] = ACTIONS(944), + [anon_sym_register] = ACTIONS(944), + [anon_sym_inline] = ACTIONS(944), + [anon_sym_const] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_restrict] = ACTIONS(944), + [anon_sym__Atomic] = ACTIONS(944), + [anon_sym_signed] = ACTIONS(944), + [anon_sym_unsigned] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [sym_primitive_type] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_struct] = ACTIONS(944), + [anon_sym_union] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_goto] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_sizeof] = ACTIONS(944), + [sym_number_literal] = ACTIONS(946), + [anon_sym_L_SQUOTE] = ACTIONS(946), + [anon_sym_u_SQUOTE] = ACTIONS(946), + [anon_sym_U_SQUOTE] = ACTIONS(946), + [anon_sym_u8_SQUOTE] = ACTIONS(946), + [anon_sym_SQUOTE] = ACTIONS(946), + [anon_sym_L_DQUOTE] = ACTIONS(946), + [anon_sym_u_DQUOTE] = ACTIONS(946), + [anon_sym_U_DQUOTE] = ACTIONS(946), + [anon_sym_u8_DQUOTE] = ACTIONS(946), + [anon_sym_DQUOTE] = ACTIONS(946), + [sym_true] = ACTIONS(944), + [sym_false] = ACTIONS(944), + [sym_null] = ACTIONS(944), + [sym_comment] = ACTIONS(3), + }, + [233] = { + [sym_identifier] = ACTIONS(944), + [aux_sym_preproc_include_token1] = ACTIONS(944), + [aux_sym_preproc_def_token1] = ACTIONS(944), + [aux_sym_preproc_if_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token2] = ACTIONS(944), + [sym_preproc_directive] = ACTIONS(944), + [anon_sym_LPAREN2] = ACTIONS(946), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(946), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_typedef] = ACTIONS(944), + [anon_sym_extern] = ACTIONS(944), + [anon_sym___attribute__] = ACTIONS(944), + [anon_sym_LBRACK_LBRACK] = ACTIONS(946), + [anon_sym___declspec] = ACTIONS(944), + [anon_sym___cdecl] = ACTIONS(944), + [anon_sym___clrcall] = ACTIONS(944), + [anon_sym___stdcall] = ACTIONS(944), + [anon_sym___fastcall] = ACTIONS(944), + [anon_sym___thiscall] = ACTIONS(944), + [anon_sym___vectorcall] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_RBRACE] = ACTIONS(946), + [anon_sym_static] = ACTIONS(944), + [anon_sym_auto] = ACTIONS(944), + [anon_sym_register] = ACTIONS(944), + [anon_sym_inline] = ACTIONS(944), + [anon_sym_const] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_restrict] = ACTIONS(944), + [anon_sym__Atomic] = ACTIONS(944), + [anon_sym_signed] = ACTIONS(944), + [anon_sym_unsigned] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [sym_primitive_type] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_struct] = ACTIONS(944), + [anon_sym_union] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_goto] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_sizeof] = ACTIONS(944), + [sym_number_literal] = ACTIONS(946), + [anon_sym_L_SQUOTE] = ACTIONS(946), + [anon_sym_u_SQUOTE] = ACTIONS(946), + [anon_sym_U_SQUOTE] = ACTIONS(946), + [anon_sym_u8_SQUOTE] = ACTIONS(946), + [anon_sym_SQUOTE] = ACTIONS(946), + [anon_sym_L_DQUOTE] = ACTIONS(946), + [anon_sym_u_DQUOTE] = ACTIONS(946), + [anon_sym_U_DQUOTE] = ACTIONS(946), + [anon_sym_u8_DQUOTE] = ACTIONS(946), + [anon_sym_DQUOTE] = ACTIONS(946), + [sym_true] = ACTIONS(944), + [sym_false] = ACTIONS(944), + [sym_null] = ACTIONS(944), + [sym_comment] = ACTIONS(3), + }, + [234] = { + [ts_builtin_sym_end] = ACTIONS(908), + [sym_identifier] = ACTIONS(906), + [aux_sym_preproc_include_token1] = ACTIONS(906), + [aux_sym_preproc_def_token1] = ACTIONS(906), + [aux_sym_preproc_if_token1] = ACTIONS(906), + [aux_sym_preproc_ifdef_token1] = ACTIONS(906), + [aux_sym_preproc_ifdef_token2] = ACTIONS(906), + [sym_preproc_directive] = ACTIONS(906), + [anon_sym_LPAREN2] = ACTIONS(908), + [anon_sym_BANG] = ACTIONS(908), + [anon_sym_TILDE] = ACTIONS(908), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_STAR] = ACTIONS(908), + [anon_sym_AMP] = ACTIONS(908), + [anon_sym_SEMI] = ACTIONS(908), + [anon_sym_typedef] = ACTIONS(906), + [anon_sym_extern] = ACTIONS(906), + [anon_sym___attribute__] = ACTIONS(906), + [anon_sym_LBRACK_LBRACK] = ACTIONS(908), + [anon_sym___declspec] = ACTIONS(906), + [anon_sym___cdecl] = ACTIONS(906), + [anon_sym___clrcall] = ACTIONS(906), + [anon_sym___stdcall] = ACTIONS(906), + [anon_sym___fastcall] = ACTIONS(906), + [anon_sym___thiscall] = ACTIONS(906), + [anon_sym___vectorcall] = ACTIONS(906), + [anon_sym_LBRACE] = ACTIONS(908), + [anon_sym_static] = ACTIONS(906), + [anon_sym_auto] = ACTIONS(906), + [anon_sym_register] = ACTIONS(906), + [anon_sym_inline] = ACTIONS(906), + [anon_sym_const] = ACTIONS(906), + [anon_sym_volatile] = ACTIONS(906), + [anon_sym_restrict] = ACTIONS(906), + [anon_sym__Atomic] = ACTIONS(906), + [anon_sym_signed] = ACTIONS(906), + [anon_sym_unsigned] = ACTIONS(906), + [anon_sym_long] = ACTIONS(906), + [anon_sym_short] = ACTIONS(906), + [sym_primitive_type] = ACTIONS(906), + [anon_sym_enum] = ACTIONS(906), + [anon_sym_struct] = ACTIONS(906), + [anon_sym_union] = ACTIONS(906), + [anon_sym_if] = ACTIONS(906), + [anon_sym_else] = ACTIONS(906), + [anon_sym_switch] = ACTIONS(906), + [anon_sym_case] = ACTIONS(906), + [anon_sym_default] = ACTIONS(906), + [anon_sym_while] = ACTIONS(906), + [anon_sym_do] = ACTIONS(906), + [anon_sym_for] = ACTIONS(906), + [anon_sym_return] = ACTIONS(906), + [anon_sym_break] = ACTIONS(906), + [anon_sym_continue] = ACTIONS(906), + [anon_sym_goto] = ACTIONS(906), + [anon_sym_DASH_DASH] = ACTIONS(908), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_sizeof] = ACTIONS(906), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(908), + [anon_sym_u_SQUOTE] = ACTIONS(908), + [anon_sym_U_SQUOTE] = ACTIONS(908), + [anon_sym_u8_SQUOTE] = ACTIONS(908), + [anon_sym_SQUOTE] = ACTIONS(908), + [anon_sym_L_DQUOTE] = ACTIONS(908), + [anon_sym_u_DQUOTE] = ACTIONS(908), + [anon_sym_U_DQUOTE] = ACTIONS(908), + [anon_sym_u8_DQUOTE] = ACTIONS(908), + [anon_sym_DQUOTE] = ACTIONS(908), + [sym_true] = ACTIONS(906), + [sym_false] = ACTIONS(906), + [sym_null] = ACTIONS(906), + [sym_comment] = ACTIONS(3), + }, + [235] = { + [sym_identifier] = ACTIONS(968), + [aux_sym_preproc_include_token1] = ACTIONS(968), + [aux_sym_preproc_def_token1] = ACTIONS(968), + [aux_sym_preproc_if_token1] = ACTIONS(968), + [aux_sym_preproc_if_token2] = ACTIONS(968), + [aux_sym_preproc_ifdef_token1] = ACTIONS(968), + [aux_sym_preproc_ifdef_token2] = ACTIONS(968), + [sym_preproc_directive] = ACTIONS(968), + [anon_sym_LPAREN2] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(970), + [anon_sym_TILDE] = ACTIONS(970), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_typedef] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym___attribute__] = ACTIONS(968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(970), + [anon_sym___declspec] = ACTIONS(968), + [anon_sym___cdecl] = ACTIONS(968), + [anon_sym___clrcall] = ACTIONS(968), + [anon_sym___stdcall] = ACTIONS(968), + [anon_sym___fastcall] = ACTIONS(968), + [anon_sym___thiscall] = ACTIONS(968), + [anon_sym___vectorcall] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_static] = ACTIONS(968), + [anon_sym_auto] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_inline] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym__Atomic] = ACTIONS(968), + [anon_sym_signed] = ACTIONS(968), + [anon_sym_unsigned] = ACTIONS(968), + [anon_sym_long] = ACTIONS(968), + [anon_sym_short] = ACTIONS(968), + [sym_primitive_type] = ACTIONS(968), + [anon_sym_enum] = ACTIONS(968), + [anon_sym_struct] = ACTIONS(968), + [anon_sym_union] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_goto] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_PLUS_PLUS] = ACTIONS(970), + [anon_sym_sizeof] = ACTIONS(968), + [sym_number_literal] = ACTIONS(970), + [anon_sym_L_SQUOTE] = ACTIONS(970), + [anon_sym_u_SQUOTE] = ACTIONS(970), + [anon_sym_U_SQUOTE] = ACTIONS(970), + [anon_sym_u8_SQUOTE] = ACTIONS(970), + [anon_sym_SQUOTE] = ACTIONS(970), + [anon_sym_L_DQUOTE] = ACTIONS(970), + [anon_sym_u_DQUOTE] = ACTIONS(970), + [anon_sym_U_DQUOTE] = ACTIONS(970), + [anon_sym_u8_DQUOTE] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_comment] = ACTIONS(3), + }, + [236] = { + [sym_identifier] = ACTIONS(972), + [aux_sym_preproc_include_token1] = ACTIONS(972), + [aux_sym_preproc_def_token1] = ACTIONS(972), + [aux_sym_preproc_if_token1] = ACTIONS(972), + [aux_sym_preproc_ifdef_token1] = ACTIONS(972), + [aux_sym_preproc_ifdef_token2] = ACTIONS(972), + [sym_preproc_directive] = ACTIONS(972), + [anon_sym_LPAREN2] = ACTIONS(974), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(972), + [anon_sym_PLUS] = ACTIONS(972), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_typedef] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym___attribute__] = ACTIONS(972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(974), + [anon_sym___declspec] = ACTIONS(972), + [anon_sym___cdecl] = ACTIONS(972), + [anon_sym___clrcall] = ACTIONS(972), + [anon_sym___stdcall] = ACTIONS(972), + [anon_sym___fastcall] = ACTIONS(972), + [anon_sym___thiscall] = ACTIONS(972), + [anon_sym___vectorcall] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_static] = ACTIONS(972), + [anon_sym_auto] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_inline] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [anon_sym_volatile] = ACTIONS(972), + [anon_sym_restrict] = ACTIONS(972), + [anon_sym__Atomic] = ACTIONS(972), + [anon_sym_signed] = ACTIONS(972), + [anon_sym_unsigned] = ACTIONS(972), + [anon_sym_long] = ACTIONS(972), + [anon_sym_short] = ACTIONS(972), + [sym_primitive_type] = ACTIONS(972), + [anon_sym_enum] = ACTIONS(972), + [anon_sym_struct] = ACTIONS(972), + [anon_sym_union] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_switch] = ACTIONS(972), + [anon_sym_case] = ACTIONS(972), + [anon_sym_default] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_goto] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_sizeof] = ACTIONS(972), + [sym_number_literal] = ACTIONS(974), + [anon_sym_L_SQUOTE] = ACTIONS(974), + [anon_sym_u_SQUOTE] = ACTIONS(974), + [anon_sym_U_SQUOTE] = ACTIONS(974), + [anon_sym_u8_SQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_L_DQUOTE] = ACTIONS(974), + [anon_sym_u_DQUOTE] = ACTIONS(974), + [anon_sym_U_DQUOTE] = ACTIONS(974), + [anon_sym_u8_DQUOTE] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym_true] = ACTIONS(972), + [sym_false] = ACTIONS(972), + [sym_null] = ACTIONS(972), + [sym_comment] = ACTIONS(3), + }, + [237] = { + [sym_attribute_declaration] = STATE(193), + [sym_compound_statement] = STATE(94), + [sym_attributed_statement] = STATE(94), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_case_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(193), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -34904,235 +34488,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [245] = { - [sym_identifier] = ACTIONS(1016), - [aux_sym_preproc_include_token1] = ACTIONS(1016), - [aux_sym_preproc_def_token1] = ACTIONS(1016), - [aux_sym_preproc_if_token1] = ACTIONS(1016), - [aux_sym_preproc_if_token2] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), - [sym_preproc_directive] = ACTIONS(1016), - [anon_sym_LPAREN2] = ACTIONS(1018), - [anon_sym_BANG] = ACTIONS(1018), - [anon_sym_TILDE] = ACTIONS(1018), - [anon_sym_DASH] = ACTIONS(1016), - [anon_sym_PLUS] = ACTIONS(1016), - [anon_sym_STAR] = ACTIONS(1018), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_SEMI] = ACTIONS(1018), - [anon_sym_typedef] = ACTIONS(1016), - [anon_sym_extern] = ACTIONS(1016), - [anon_sym___attribute__] = ACTIONS(1016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), - [anon_sym___declspec] = ACTIONS(1016), - [anon_sym___cdecl] = ACTIONS(1016), - [anon_sym___clrcall] = ACTIONS(1016), - [anon_sym___stdcall] = ACTIONS(1016), - [anon_sym___fastcall] = ACTIONS(1016), - [anon_sym___thiscall] = ACTIONS(1016), - [anon_sym___vectorcall] = ACTIONS(1016), - [anon_sym_LBRACE] = ACTIONS(1018), - [anon_sym_static] = ACTIONS(1016), - [anon_sym_auto] = ACTIONS(1016), - [anon_sym_register] = ACTIONS(1016), - [anon_sym_inline] = ACTIONS(1016), - [anon_sym_const] = ACTIONS(1016), - [anon_sym_volatile] = ACTIONS(1016), - [anon_sym_restrict] = ACTIONS(1016), - [anon_sym__Atomic] = ACTIONS(1016), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [sym_primitive_type] = ACTIONS(1016), - [anon_sym_enum] = ACTIONS(1016), - [anon_sym_struct] = ACTIONS(1016), - [anon_sym_union] = ACTIONS(1016), - [anon_sym_if] = ACTIONS(1016), - [anon_sym_else] = ACTIONS(1016), - [anon_sym_switch] = ACTIONS(1016), - [anon_sym_case] = ACTIONS(1016), - [anon_sym_default] = ACTIONS(1016), - [anon_sym_while] = ACTIONS(1016), - [anon_sym_do] = ACTIONS(1016), - [anon_sym_for] = ACTIONS(1016), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_break] = ACTIONS(1016), - [anon_sym_continue] = ACTIONS(1016), - [anon_sym_goto] = ACTIONS(1016), - [anon_sym_DASH_DASH] = ACTIONS(1018), - [anon_sym_PLUS_PLUS] = ACTIONS(1018), - [anon_sym_sizeof] = ACTIONS(1016), - [sym_number_literal] = ACTIONS(1018), - [anon_sym_L_SQUOTE] = ACTIONS(1018), - [anon_sym_u_SQUOTE] = ACTIONS(1018), - [anon_sym_U_SQUOTE] = ACTIONS(1018), - [anon_sym_u8_SQUOTE] = ACTIONS(1018), - [anon_sym_SQUOTE] = ACTIONS(1018), - [anon_sym_L_DQUOTE] = ACTIONS(1018), - [anon_sym_u_DQUOTE] = ACTIONS(1018), - [anon_sym_U_DQUOTE] = ACTIONS(1018), - [anon_sym_u8_DQUOTE] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1018), - [sym_true] = ACTIONS(1016), - [sym_false] = ACTIONS(1016), - [sym_null] = ACTIONS(1016), - [sym_comment] = ACTIONS(3), - }, - [246] = { - [ts_builtin_sym_end] = ACTIONS(962), - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), - [sym_comment] = ACTIONS(3), - }, - [247] = { - [sym_attribute_declaration] = STATE(225), - [sym_compound_statement] = STATE(82), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_case_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(697), - [sym_comma_expression] = STATE(1451), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(225), - [sym_identifier] = ACTIONS(1209), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_if] = ACTIONS(117), - [anon_sym_switch] = ACTIONS(119), - [anon_sym_case] = ACTIONS(121), - [anon_sym_default] = ACTIONS(123), - [anon_sym_while] = ACTIONS(125), - [anon_sym_do] = ACTIONS(127), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(131), - [anon_sym_break] = ACTIONS(133), - [anon_sym_continue] = ACTIONS(135), - [anon_sym_goto] = ACTIONS(137), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [238] = { + [ts_builtin_sym_end] = ACTIONS(904), + [sym_identifier] = ACTIONS(902), + [aux_sym_preproc_include_token1] = ACTIONS(902), + [aux_sym_preproc_def_token1] = ACTIONS(902), + [aux_sym_preproc_if_token1] = ACTIONS(902), + [aux_sym_preproc_ifdef_token1] = ACTIONS(902), + [aux_sym_preproc_ifdef_token2] = ACTIONS(902), + [sym_preproc_directive] = ACTIONS(902), + [anon_sym_LPAREN2] = ACTIONS(904), + [anon_sym_BANG] = ACTIONS(904), + [anon_sym_TILDE] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(902), + [anon_sym_STAR] = ACTIONS(904), + [anon_sym_AMP] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(904), + [anon_sym_typedef] = ACTIONS(902), + [anon_sym_extern] = ACTIONS(902), + [anon_sym___attribute__] = ACTIONS(902), + [anon_sym_LBRACK_LBRACK] = ACTIONS(904), + [anon_sym___declspec] = ACTIONS(902), + [anon_sym___cdecl] = ACTIONS(902), + [anon_sym___clrcall] = ACTIONS(902), + [anon_sym___stdcall] = ACTIONS(902), + [anon_sym___fastcall] = ACTIONS(902), + [anon_sym___thiscall] = ACTIONS(902), + [anon_sym___vectorcall] = ACTIONS(902), + [anon_sym_LBRACE] = ACTIONS(904), + [anon_sym_static] = ACTIONS(902), + [anon_sym_auto] = ACTIONS(902), + [anon_sym_register] = ACTIONS(902), + [anon_sym_inline] = ACTIONS(902), + [anon_sym_const] = ACTIONS(902), + [anon_sym_volatile] = ACTIONS(902), + [anon_sym_restrict] = ACTIONS(902), + [anon_sym__Atomic] = ACTIONS(902), + [anon_sym_signed] = ACTIONS(902), + [anon_sym_unsigned] = ACTIONS(902), + [anon_sym_long] = ACTIONS(902), + [anon_sym_short] = ACTIONS(902), + [sym_primitive_type] = ACTIONS(902), + [anon_sym_enum] = ACTIONS(902), + [anon_sym_struct] = ACTIONS(902), + [anon_sym_union] = ACTIONS(902), + [anon_sym_if] = ACTIONS(902), + [anon_sym_else] = ACTIONS(902), + [anon_sym_switch] = ACTIONS(902), + [anon_sym_case] = ACTIONS(902), + [anon_sym_default] = ACTIONS(902), + [anon_sym_while] = ACTIONS(902), + [anon_sym_do] = ACTIONS(902), + [anon_sym_for] = ACTIONS(902), + [anon_sym_return] = ACTIONS(902), + [anon_sym_break] = ACTIONS(902), + [anon_sym_continue] = ACTIONS(902), + [anon_sym_goto] = ACTIONS(902), + [anon_sym_DASH_DASH] = ACTIONS(904), + [anon_sym_PLUS_PLUS] = ACTIONS(904), + [anon_sym_sizeof] = ACTIONS(902), + [sym_number_literal] = ACTIONS(904), + [anon_sym_L_SQUOTE] = ACTIONS(904), + [anon_sym_u_SQUOTE] = ACTIONS(904), + [anon_sym_U_SQUOTE] = ACTIONS(904), + [anon_sym_u8_SQUOTE] = ACTIONS(904), + [anon_sym_SQUOTE] = ACTIONS(904), + [anon_sym_L_DQUOTE] = ACTIONS(904), + [anon_sym_u_DQUOTE] = ACTIONS(904), + [anon_sym_U_DQUOTE] = ACTIONS(904), + [anon_sym_u8_DQUOTE] = ACTIONS(904), + [anon_sym_DQUOTE] = ACTIONS(904), + [sym_true] = ACTIONS(902), + [sym_false] = ACTIONS(902), + [sym_null] = ACTIONS(902), [sym_comment] = ACTIONS(3), }, - [248] = { + [239] = { + [ts_builtin_sym_end] = ACTIONS(1026), [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1024), [aux_sym_preproc_def_token1] = ACTIONS(1024), @@ -35160,7 +34593,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1024), [anon_sym___vectorcall] = ACTIONS(1024), [anon_sym_LBRACE] = ACTIONS(1026), - [anon_sym_RBRACE] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1024), [anon_sym_auto] = ACTIONS(1024), [anon_sym_register] = ACTIONS(1024), @@ -35208,42 +34640,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, - [249] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(199), - [sym_attributed_statement] = STATE(199), - [sym_labeled_statement] = STATE(199), - [sym_expression_statement] = STATE(199), - [sym_if_statement] = STATE(199), - [sym_switch_statement] = STATE(199), - [sym_case_statement] = STATE(199), - [sym_while_statement] = STATE(199), - [sym_do_statement] = STATE(199), - [sym_for_statement] = STATE(199), - [sym_return_statement] = STATE(199), - [sym_break_statement] = STATE(199), - [sym_continue_statement] = STATE(199), - [sym_goto_statement] = STATE(199), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [240] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(1373), + [sym_attributed_statement] = STATE(1373), + [sym_labeled_statement] = STATE(1373), + [sym_expression_statement] = STATE(1373), + [sym_if_statement] = STATE(1373), + [sym_switch_statement] = STATE(1373), + [sym_case_statement] = STATE(1373), + [sym_while_statement] = STATE(1373), + [sym_do_statement] = STATE(1373), + [sym_for_statement] = STATE(1373), + [sym_return_statement] = STATE(1373), + [sym_break_statement] = STATE(1373), + [sym_continue_statement] = STATE(1373), + [sym_goto_statement] = STATE(1373), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -35251,20 +34683,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(27), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -35284,118 +34716,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [250] = { - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_RBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), + [241] = { + [sym_identifier] = ACTIONS(984), + [aux_sym_preproc_include_token1] = ACTIONS(984), + [aux_sym_preproc_def_token1] = ACTIONS(984), + [aux_sym_preproc_if_token1] = ACTIONS(984), + [aux_sym_preproc_if_token2] = ACTIONS(984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(984), + [sym_preproc_directive] = ACTIONS(984), + [anon_sym_LPAREN2] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_typedef] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym___attribute__] = ACTIONS(984), + [anon_sym_LBRACK_LBRACK] = ACTIONS(986), + [anon_sym___declspec] = ACTIONS(984), + [anon_sym___cdecl] = ACTIONS(984), + [anon_sym___clrcall] = ACTIONS(984), + [anon_sym___stdcall] = ACTIONS(984), + [anon_sym___fastcall] = ACTIONS(984), + [anon_sym___thiscall] = ACTIONS(984), + [anon_sym___vectorcall] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_static] = ACTIONS(984), + [anon_sym_auto] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_inline] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_restrict] = ACTIONS(984), + [anon_sym__Atomic] = ACTIONS(984), + [anon_sym_signed] = ACTIONS(984), + [anon_sym_unsigned] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [sym_primitive_type] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_struct] = ACTIONS(984), + [anon_sym_union] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_goto] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_sizeof] = ACTIONS(984), + [sym_number_literal] = ACTIONS(986), + [anon_sym_L_SQUOTE] = ACTIONS(986), + [anon_sym_u_SQUOTE] = ACTIONS(986), + [anon_sym_U_SQUOTE] = ACTIONS(986), + [anon_sym_u8_SQUOTE] = ACTIONS(986), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_L_DQUOTE] = ACTIONS(986), + [anon_sym_u_DQUOTE] = ACTIONS(986), + [anon_sym_U_DQUOTE] = ACTIONS(986), + [anon_sym_u8_DQUOTE] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, - [251] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), + [242] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(85), + [sym_attributed_statement] = STATE(85), + [sym_labeled_statement] = STATE(85), + [sym_expression_statement] = STATE(85), + [sym_if_statement] = STATE(85), + [sym_switch_statement] = STATE(85), + [sym_case_statement] = STATE(85), + [sym_while_statement] = STATE(85), + [sym_do_statement] = STATE(85), + [sym_for_statement] = STATE(85), + [sym_return_statement] = STATE(85), + [sym_break_statement] = STATE(85), + [sym_continue_statement] = STATE(85), + [sym_goto_statement] = STATE(85), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -35403,20 +34835,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -35436,140 +34868,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [252] = { - [sym_identifier] = ACTIONS(1004), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1006), - [anon_sym_AMP] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), - [anon_sym___declspec] = ACTIONS(1004), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_RBRACE] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_auto] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_inline] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(1004), - [anon_sym_unsigned] = ACTIONS(1004), - [anon_sym_long] = ACTIONS(1004), - [anon_sym_short] = ACTIONS(1004), - [sym_primitive_type] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_goto] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1006), - [anon_sym_PLUS_PLUS] = ACTIONS(1006), - [anon_sym_sizeof] = ACTIONS(1004), - [sym_number_literal] = ACTIONS(1006), - [anon_sym_L_SQUOTE] = ACTIONS(1006), - [anon_sym_u_SQUOTE] = ACTIONS(1006), - [anon_sym_U_SQUOTE] = ACTIONS(1006), - [anon_sym_u8_SQUOTE] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1006), - [anon_sym_L_DQUOTE] = ACTIONS(1006), - [anon_sym_u_DQUOTE] = ACTIONS(1006), - [anon_sym_U_DQUOTE] = ACTIONS(1006), - [anon_sym_u8_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE] = ACTIONS(1006), - [sym_true] = ACTIONS(1004), - [sym_false] = ACTIONS(1004), - [sym_null] = ACTIONS(1004), - [sym_comment] = ACTIONS(3), - }, - [253] = { - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_RBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), + [243] = { + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), + [sym_comment] = ACTIONS(3), + }, + [244] = { + [sym_identifier] = ACTIONS(984), + [aux_sym_preproc_include_token1] = ACTIONS(984), + [aux_sym_preproc_def_token1] = ACTIONS(984), + [aux_sym_preproc_if_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(984), + [sym_preproc_directive] = ACTIONS(984), + [anon_sym_LPAREN2] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_typedef] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym___attribute__] = ACTIONS(984), + [anon_sym_LBRACK_LBRACK] = ACTIONS(986), + [anon_sym___declspec] = ACTIONS(984), + [anon_sym___cdecl] = ACTIONS(984), + [anon_sym___clrcall] = ACTIONS(984), + [anon_sym___stdcall] = ACTIONS(984), + [anon_sym___fastcall] = ACTIONS(984), + [anon_sym___thiscall] = ACTIONS(984), + [anon_sym___vectorcall] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_static] = ACTIONS(984), + [anon_sym_auto] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_inline] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_restrict] = ACTIONS(984), + [anon_sym__Atomic] = ACTIONS(984), + [anon_sym_signed] = ACTIONS(984), + [anon_sym_unsigned] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [sym_primitive_type] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_struct] = ACTIONS(984), + [anon_sym_union] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_goto] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_sizeof] = ACTIONS(984), + [sym_number_literal] = ACTIONS(986), + [anon_sym_L_SQUOTE] = ACTIONS(986), + [anon_sym_u_SQUOTE] = ACTIONS(986), + [anon_sym_U_SQUOTE] = ACTIONS(986), + [anon_sym_u8_SQUOTE] = ACTIONS(986), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_L_DQUOTE] = ACTIONS(986), + [anon_sym_u_DQUOTE] = ACTIONS(986), + [anon_sym_U_DQUOTE] = ACTIONS(986), + [anon_sym_u8_DQUOTE] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_null] = ACTIONS(984), + [sym_comment] = ACTIONS(3), + }, + [245] = { + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(960), + [aux_sym_preproc_def_token1] = ACTIONS(960), + [aux_sym_preproc_if_token1] = ACTIONS(960), + [aux_sym_preproc_if_token2] = ACTIONS(960), + [aux_sym_preproc_ifdef_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token2] = ACTIONS(960), + [sym_preproc_directive] = ACTIONS(960), + [anon_sym_LPAREN2] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(960), + [anon_sym___attribute__] = ACTIONS(960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(962), + [anon_sym___declspec] = ACTIONS(960), + [anon_sym___cdecl] = ACTIONS(960), + [anon_sym___clrcall] = ACTIONS(960), + [anon_sym___stdcall] = ACTIONS(960), + [anon_sym___fastcall] = ACTIONS(960), + [anon_sym___thiscall] = ACTIONS(960), + [anon_sym___vectorcall] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_static] = ACTIONS(960), + [anon_sym_auto] = ACTIONS(960), + [anon_sym_register] = ACTIONS(960), + [anon_sym_inline] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_restrict] = ACTIONS(960), + [anon_sym__Atomic] = ACTIONS(960), + [anon_sym_signed] = ACTIONS(960), + [anon_sym_unsigned] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [sym_primitive_type] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_goto] = ACTIONS(960), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(960), + [sym_number_literal] = ACTIONS(962), + [anon_sym_L_SQUOTE] = ACTIONS(962), + [anon_sym_u_SQUOTE] = ACTIONS(962), + [anon_sym_U_SQUOTE] = ACTIONS(962), + [anon_sym_u8_SQUOTE] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(962), + [anon_sym_L_DQUOTE] = ACTIONS(962), + [anon_sym_u_DQUOTE] = ACTIONS(962), + [anon_sym_U_DQUOTE] = ACTIONS(962), + [anon_sym_u8_DQUOTE] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(962), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_null] = ACTIONS(960), + [sym_comment] = ACTIONS(3), + }, + [246] = { + [ts_builtin_sym_end] = ACTIONS(998), + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), [anon_sym_PLUS_PLUS] = ACTIONS(998), [anon_sym_sizeof] = ACTIONS(996), [sym_number_literal] = ACTIONS(998), @@ -35588,345 +35172,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, - [254] = { - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_RBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), - [sym_comment] = ACTIONS(3), - }, - [255] = { - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), + [247] = { + [sym_identifier] = ACTIONS(940), + [aux_sym_preproc_include_token1] = ACTIONS(940), + [aux_sym_preproc_def_token1] = ACTIONS(940), + [aux_sym_preproc_if_token1] = ACTIONS(940), + [aux_sym_preproc_if_token2] = ACTIONS(940), + [aux_sym_preproc_ifdef_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token2] = ACTIONS(940), + [sym_preproc_directive] = ACTIONS(940), + [anon_sym_LPAREN2] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_typedef] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym___attribute__] = ACTIONS(940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(942), + [anon_sym___declspec] = ACTIONS(940), + [anon_sym___cdecl] = ACTIONS(940), + [anon_sym___clrcall] = ACTIONS(940), + [anon_sym___stdcall] = ACTIONS(940), + [anon_sym___fastcall] = ACTIONS(940), + [anon_sym___thiscall] = ACTIONS(940), + [anon_sym___vectorcall] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_static] = ACTIONS(940), + [anon_sym_auto] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_inline] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_restrict] = ACTIONS(940), + [anon_sym__Atomic] = ACTIONS(940), + [anon_sym_signed] = ACTIONS(940), + [anon_sym_unsigned] = ACTIONS(940), + [anon_sym_long] = ACTIONS(940), + [anon_sym_short] = ACTIONS(940), + [sym_primitive_type] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_goto] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(942), + [anon_sym_PLUS_PLUS] = ACTIONS(942), + [anon_sym_sizeof] = ACTIONS(940), + [sym_number_literal] = ACTIONS(942), + [anon_sym_L_SQUOTE] = ACTIONS(942), + [anon_sym_u_SQUOTE] = ACTIONS(942), + [anon_sym_U_SQUOTE] = ACTIONS(942), + [anon_sym_u8_SQUOTE] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(942), + [anon_sym_L_DQUOTE] = ACTIONS(942), + [anon_sym_u_DQUOTE] = ACTIONS(942), + [anon_sym_U_DQUOTE] = ACTIONS(942), + [anon_sym_u8_DQUOTE] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(942), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [256] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(252), - [sym_attributed_statement] = STATE(252), - [sym_labeled_statement] = STATE(252), - [sym_expression_statement] = STATE(252), - [sym_if_statement] = STATE(252), - [sym_switch_statement] = STATE(252), - [sym_case_statement] = STATE(252), - [sym_while_statement] = STATE(252), - [sym_do_statement] = STATE(252), - [sym_for_statement] = STATE(252), - [sym_return_statement] = STATE(252), - [sym_break_statement] = STATE(252), - [sym_continue_statement] = STATE(252), - [sym_goto_statement] = STATE(252), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [257] = { - [ts_builtin_sym_end] = ACTIONS(900), - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - }, - [258] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(297), - [sym_attributed_statement] = STATE(297), - [sym_labeled_statement] = STATE(297), - [sym_expression_statement] = STATE(297), - [sym_if_statement] = STATE(297), - [sym_switch_statement] = STATE(297), - [sym_case_statement] = STATE(297), - [sym_while_statement] = STATE(297), - [sym_do_statement] = STATE(297), - [sym_for_statement] = STATE(297), - [sym_return_statement] = STATE(297), - [sym_break_statement] = STATE(297), - [sym_continue_statement] = STATE(297), - [sym_goto_statement] = STATE(297), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), + [248] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(255), + [sym_attributed_statement] = STATE(255), + [sym_labeled_statement] = STATE(255), + [sym_expression_statement] = STATE(255), + [sym_if_statement] = STATE(255), + [sym_switch_statement] = STATE(255), + [sym_case_statement] = STATE(255), + [sym_while_statement] = STATE(255), + [sym_do_statement] = STATE(255), + [sym_for_statement] = STATE(255), + [sym_return_statement] = STATE(255), + [sym_break_statement] = STATE(255), + [sym_continue_statement] = STATE(255), + [sym_goto_statement] = STATE(255), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -35935,20 +35291,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -35968,117 +35324,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [259] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(253), - [sym_attributed_statement] = STATE(253), - [sym_labeled_statement] = STATE(253), - [sym_expression_statement] = STATE(253), - [sym_if_statement] = STATE(253), - [sym_switch_statement] = STATE(253), - [sym_case_statement] = STATE(253), - [sym_while_statement] = STATE(253), - [sym_do_statement] = STATE(253), - [sym_for_statement] = STATE(253), - [sym_return_statement] = STATE(253), - [sym_break_statement] = STATE(253), - [sym_continue_statement] = STATE(253), - [sym_goto_statement] = STATE(253), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [249] = { + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, - [260] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(304), - [sym_attributed_statement] = STATE(304), - [sym_labeled_statement] = STATE(304), - [sym_expression_statement] = STATE(304), - [sym_if_statement] = STATE(304), - [sym_switch_statement] = STATE(304), - [sym_case_statement] = STATE(304), - [sym_while_statement] = STATE(304), - [sym_do_statement] = STATE(304), - [sym_for_statement] = STATE(304), - [sym_return_statement] = STATE(304), - [sym_break_statement] = STATE(304), - [sym_continue_statement] = STATE(304), - [sym_goto_statement] = STATE(304), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), + [250] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(259), + [sym_attributed_statement] = STATE(259), + [sym_labeled_statement] = STATE(259), + [sym_expression_statement] = STATE(259), + [sym_if_statement] = STATE(259), + [sym_switch_statement] = STATE(259), + [sym_case_statement] = STATE(259), + [sym_while_statement] = STATE(259), + [sym_do_statement] = STATE(259), + [sym_for_statement] = STATE(259), + [sym_return_statement] = STATE(259), + [sym_break_statement] = STATE(259), + [sym_continue_statement] = STATE(259), + [sym_goto_statement] = STATE(259), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -36087,20 +35443,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -36120,159 +35476,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [261] = { - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), - [sym_comment] = ACTIONS(3), - }, - [262] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(254), - [sym_attributed_statement] = STATE(254), - [sym_labeled_statement] = STATE(254), - [sym_expression_statement] = STATE(254), - [sym_if_statement] = STATE(254), - [sym_switch_statement] = STATE(254), - [sym_case_statement] = STATE(254), - [sym_while_statement] = STATE(254), - [sym_do_statement] = STATE(254), - [sym_for_statement] = STATE(254), - [sym_return_statement] = STATE(254), - [sym_break_statement] = STATE(254), - [sym_continue_statement] = STATE(254), - [sym_goto_statement] = STATE(254), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [251] = { + [sym_identifier] = ACTIONS(968), + [aux_sym_preproc_include_token1] = ACTIONS(968), + [aux_sym_preproc_def_token1] = ACTIONS(968), + [aux_sym_preproc_if_token1] = ACTIONS(968), + [aux_sym_preproc_ifdef_token1] = ACTIONS(968), + [aux_sym_preproc_ifdef_token2] = ACTIONS(968), + [sym_preproc_directive] = ACTIONS(968), + [anon_sym_LPAREN2] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(970), + [anon_sym_TILDE] = ACTIONS(970), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_typedef] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym___attribute__] = ACTIONS(968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(970), + [anon_sym___declspec] = ACTIONS(968), + [anon_sym___cdecl] = ACTIONS(968), + [anon_sym___clrcall] = ACTIONS(968), + [anon_sym___stdcall] = ACTIONS(968), + [anon_sym___fastcall] = ACTIONS(968), + [anon_sym___thiscall] = ACTIONS(968), + [anon_sym___vectorcall] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_static] = ACTIONS(968), + [anon_sym_auto] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_inline] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym__Atomic] = ACTIONS(968), + [anon_sym_signed] = ACTIONS(968), + [anon_sym_unsigned] = ACTIONS(968), + [anon_sym_long] = ACTIONS(968), + [anon_sym_short] = ACTIONS(968), + [sym_primitive_type] = ACTIONS(968), + [anon_sym_enum] = ACTIONS(968), + [anon_sym_struct] = ACTIONS(968), + [anon_sym_union] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_goto] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_PLUS_PLUS] = ACTIONS(970), + [anon_sym_sizeof] = ACTIONS(968), + [sym_number_literal] = ACTIONS(970), + [anon_sym_L_SQUOTE] = ACTIONS(970), + [anon_sym_u_SQUOTE] = ACTIONS(970), + [anon_sym_U_SQUOTE] = ACTIONS(970), + [anon_sym_u8_SQUOTE] = ACTIONS(970), + [anon_sym_SQUOTE] = ACTIONS(970), + [anon_sym_L_DQUOTE] = ACTIONS(970), + [anon_sym_u_DQUOTE] = ACTIONS(970), + [anon_sym_U_DQUOTE] = ACTIONS(970), + [anon_sym_u8_DQUOTE] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, - [263] = { + [252] = { [sym_identifier] = ACTIONS(976), [aux_sym_preproc_include_token1] = ACTIONS(976), [aux_sym_preproc_def_token1] = ACTIONS(976), @@ -36348,194 +35628,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, - [264] = { - [ts_builtin_sym_end] = ACTIONS(900), - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - }, - [265] = { - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [253] = { + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token2] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, - [266] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(255), - [sym_attributed_statement] = STATE(255), - [sym_labeled_statement] = STATE(255), - [sym_expression_statement] = STATE(255), - [sym_if_statement] = STATE(255), - [sym_switch_statement] = STATE(255), - [sym_case_statement] = STATE(255), - [sym_while_statement] = STATE(255), - [sym_do_statement] = STATE(255), - [sym_for_statement] = STATE(255), - [sym_return_statement] = STATE(255), - [sym_break_statement] = STATE(255), - [sym_continue_statement] = STATE(255), - [sym_goto_statement] = STATE(255), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), + [254] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(252), + [sym_attributed_statement] = STATE(252), + [sym_labeled_statement] = STATE(252), + [sym_expression_statement] = STATE(252), + [sym_if_statement] = STATE(252), + [sym_switch_statement] = STATE(252), + [sym_case_statement] = STATE(252), + [sym_while_statement] = STATE(252), + [sym_do_statement] = STATE(252), + [sym_for_statement] = STATE(252), + [sym_return_statement] = STATE(252), + [sym_break_statement] = STATE(252), + [sym_continue_statement] = STATE(252), + [sym_goto_statement] = STATE(252), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -36576,193 +35780,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [267] = { - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_RBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), - [sym_comment] = ACTIONS(3), - }, - [268] = { - [sym_identifier] = ACTIONS(956), - [aux_sym_preproc_include_token1] = ACTIONS(956), - [aux_sym_preproc_def_token1] = ACTIONS(956), - [aux_sym_preproc_if_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(956), - [sym_preproc_directive] = ACTIONS(956), - [anon_sym_LPAREN2] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_TILDE] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_typedef] = ACTIONS(956), - [anon_sym_extern] = ACTIONS(956), - [anon_sym___attribute__] = ACTIONS(956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(958), - [anon_sym___declspec] = ACTIONS(956), - [anon_sym___cdecl] = ACTIONS(956), - [anon_sym___clrcall] = ACTIONS(956), - [anon_sym___stdcall] = ACTIONS(956), - [anon_sym___fastcall] = ACTIONS(956), - [anon_sym___thiscall] = ACTIONS(956), - [anon_sym___vectorcall] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_static] = ACTIONS(956), - [anon_sym_auto] = ACTIONS(956), - [anon_sym_register] = ACTIONS(956), - [anon_sym_inline] = ACTIONS(956), - [anon_sym_const] = ACTIONS(956), - [anon_sym_volatile] = ACTIONS(956), - [anon_sym_restrict] = ACTIONS(956), - [anon_sym__Atomic] = ACTIONS(956), - [anon_sym_signed] = ACTIONS(956), - [anon_sym_unsigned] = ACTIONS(956), - [anon_sym_long] = ACTIONS(956), - [anon_sym_short] = ACTIONS(956), - [sym_primitive_type] = ACTIONS(956), - [anon_sym_enum] = ACTIONS(956), - [anon_sym_struct] = ACTIONS(956), - [anon_sym_union] = ACTIONS(956), - [anon_sym_if] = ACTIONS(956), - [anon_sym_else] = ACTIONS(956), - [anon_sym_switch] = ACTIONS(956), - [anon_sym_case] = ACTIONS(956), - [anon_sym_default] = ACTIONS(956), - [anon_sym_while] = ACTIONS(956), - [anon_sym_do] = ACTIONS(956), - [anon_sym_for] = ACTIONS(956), - [anon_sym_return] = ACTIONS(956), - [anon_sym_break] = ACTIONS(956), - [anon_sym_continue] = ACTIONS(956), - [anon_sym_goto] = ACTIONS(956), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_sizeof] = ACTIONS(956), - [sym_number_literal] = ACTIONS(958), - [anon_sym_L_SQUOTE] = ACTIONS(958), - [anon_sym_u_SQUOTE] = ACTIONS(958), - [anon_sym_U_SQUOTE] = ACTIONS(958), - [anon_sym_u8_SQUOTE] = ACTIONS(958), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_L_DQUOTE] = ACTIONS(958), - [anon_sym_u_DQUOTE] = ACTIONS(958), - [anon_sym_U_DQUOTE] = ACTIONS(958), - [anon_sym_u8_DQUOTE] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym_true] = ACTIONS(956), - [sym_false] = ACTIONS(956), - [sym_null] = ACTIONS(956), + [255] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_if_token2] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [269] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(261), - [sym_attributed_statement] = STATE(261), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), + [256] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -36771,20 +35899,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -36804,118 +35932,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [270] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(263), - [sym_attributed_statement] = STATE(263), - [sym_labeled_statement] = STATE(263), - [sym_expression_statement] = STATE(263), - [sym_if_statement] = STATE(263), - [sym_switch_statement] = STATE(263), - [sym_case_statement] = STATE(263), - [sym_while_statement] = STATE(263), - [sym_do_statement] = STATE(263), - [sym_for_statement] = STATE(263), - [sym_return_statement] = STATE(263), - [sym_break_statement] = STATE(263), - [sym_continue_statement] = STATE(263), - [sym_goto_statement] = STATE(263), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), + [257] = { + [ts_builtin_sym_end] = ACTIONS(954), + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, + [258] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(273), + [sym_attributed_statement] = STATE(273), + [sym_labeled_statement] = STATE(273), + [sym_expression_statement] = STATE(273), + [sym_if_statement] = STATE(273), + [sym_switch_statement] = STATE(273), + [sym_case_statement] = STATE(273), + [sym_while_statement] = STATE(273), + [sym_do_statement] = STATE(273), + [sym_for_statement] = STATE(273), + [sym_return_statement] = STATE(273), + [sym_break_statement] = STATE(273), + [sym_continue_statement] = STATE(273), + [sym_goto_statement] = STATE(273), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), [anon_sym_DQUOTE] = ACTIONS(87), [sym_true] = ACTIONS(89), [sym_false] = ACTIONS(89), [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [271] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(265), - [sym_attributed_statement] = STATE(265), - [sym_labeled_statement] = STATE(265), - [sym_expression_statement] = STATE(265), - [sym_if_statement] = STATE(265), - [sym_switch_statement] = STATE(265), - [sym_case_statement] = STATE(265), - [sym_while_statement] = STATE(265), - [sym_do_statement] = STATE(265), - [sym_for_statement] = STATE(265), - [sym_return_statement] = STATE(265), - [sym_break_statement] = STATE(265), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(265), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), + [259] = { + [sym_identifier] = ACTIONS(1000), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token2] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), + [anon_sym_LPAREN2] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_typedef] = ACTIONS(1000), + [anon_sym_extern] = ACTIONS(1000), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), + [anon_sym___declspec] = ACTIONS(1000), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_static] = ACTIONS(1000), + [anon_sym_auto] = ACTIONS(1000), + [anon_sym_register] = ACTIONS(1000), + [anon_sym_inline] = ACTIONS(1000), + [anon_sym_const] = ACTIONS(1000), + [anon_sym_volatile] = ACTIONS(1000), + [anon_sym_restrict] = ACTIONS(1000), + [anon_sym__Atomic] = ACTIONS(1000), + [anon_sym_signed] = ACTIONS(1000), + [anon_sym_unsigned] = ACTIONS(1000), + [anon_sym_long] = ACTIONS(1000), + [anon_sym_short] = ACTIONS(1000), + [sym_primitive_type] = ACTIONS(1000), + [anon_sym_enum] = ACTIONS(1000), + [anon_sym_struct] = ACTIONS(1000), + [anon_sym_union] = ACTIONS(1000), + [anon_sym_if] = ACTIONS(1000), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(1000), + [anon_sym_do] = ACTIONS(1000), + [anon_sym_for] = ACTIONS(1000), + [anon_sym_return] = ACTIONS(1000), + [anon_sym_break] = ACTIONS(1000), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_goto] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [anon_sym_sizeof] = ACTIONS(1000), + [sym_number_literal] = ACTIONS(1002), + [anon_sym_L_SQUOTE] = ACTIONS(1002), + [anon_sym_u_SQUOTE] = ACTIONS(1002), + [anon_sym_U_SQUOTE] = ACTIONS(1002), + [anon_sym_u8_SQUOTE] = ACTIONS(1002), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_L_DQUOTE] = ACTIONS(1002), + [anon_sym_u_DQUOTE] = ACTIONS(1002), + [anon_sym_U_DQUOTE] = ACTIONS(1002), + [anon_sym_u8_DQUOTE] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1002), + [sym_true] = ACTIONS(1000), + [sym_false] = ACTIONS(1000), + [sym_null] = ACTIONS(1000), + [sym_comment] = ACTIONS(3), + }, + [260] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(288), + [sym_attributed_statement] = STATE(288), + [sym_labeled_statement] = STATE(288), + [sym_expression_statement] = STATE(288), + [sym_if_statement] = STATE(288), + [sym_switch_statement] = STATE(288), + [sym_case_statement] = STATE(288), + [sym_while_statement] = STATE(288), + [sym_do_statement] = STATE(288), + [sym_for_statement] = STATE(288), + [sym_return_statement] = STATE(288), + [sym_break_statement] = STATE(288), + [sym_continue_statement] = STATE(288), + [sym_goto_statement] = STATE(288), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -36956,193 +36236,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [272] = { - [sym_identifier] = ACTIONS(894), - [aux_sym_preproc_include_token1] = ACTIONS(894), - [aux_sym_preproc_def_token1] = ACTIONS(894), - [aux_sym_preproc_if_token1] = ACTIONS(894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(894), - [sym_preproc_directive] = ACTIONS(894), - [anon_sym_LPAREN2] = ACTIONS(896), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_PLUS] = ACTIONS(894), - [anon_sym_STAR] = ACTIONS(896), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_typedef] = ACTIONS(894), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(896), - [anon_sym___declspec] = ACTIONS(894), - [anon_sym___cdecl] = ACTIONS(894), - [anon_sym___clrcall] = ACTIONS(894), - [anon_sym___stdcall] = ACTIONS(894), - [anon_sym___fastcall] = ACTIONS(894), - [anon_sym___thiscall] = ACTIONS(894), - [anon_sym___vectorcall] = ACTIONS(894), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym_const] = ACTIONS(894), - [anon_sym_volatile] = ACTIONS(894), - [anon_sym_restrict] = ACTIONS(894), - [anon_sym__Atomic] = ACTIONS(894), - [anon_sym_signed] = ACTIONS(894), - [anon_sym_unsigned] = ACTIONS(894), - [anon_sym_long] = ACTIONS(894), - [anon_sym_short] = ACTIONS(894), - [sym_primitive_type] = ACTIONS(894), - [anon_sym_enum] = ACTIONS(894), - [anon_sym_struct] = ACTIONS(894), - [anon_sym_union] = ACTIONS(894), - [anon_sym_if] = ACTIONS(894), - [anon_sym_else] = ACTIONS(894), - [anon_sym_switch] = ACTIONS(894), - [anon_sym_case] = ACTIONS(894), - [anon_sym_default] = ACTIONS(894), - [anon_sym_while] = ACTIONS(894), - [anon_sym_do] = ACTIONS(894), - [anon_sym_for] = ACTIONS(894), - [anon_sym_return] = ACTIONS(894), - [anon_sym_break] = ACTIONS(894), - [anon_sym_continue] = ACTIONS(894), - [anon_sym_goto] = ACTIONS(894), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_sizeof] = ACTIONS(894), - [sym_number_literal] = ACTIONS(896), - [anon_sym_L_SQUOTE] = ACTIONS(896), - [anon_sym_u_SQUOTE] = ACTIONS(896), - [anon_sym_U_SQUOTE] = ACTIONS(896), - [anon_sym_u8_SQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [anon_sym_L_DQUOTE] = ACTIONS(896), - [anon_sym_u_DQUOTE] = ACTIONS(896), - [anon_sym_U_DQUOTE] = ACTIONS(896), - [anon_sym_u8_DQUOTE] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [sym_true] = ACTIONS(894), - [sym_false] = ACTIONS(894), - [sym_null] = ACTIONS(894), - [sym_comment] = ACTIONS(3), - }, - [273] = { - [ts_builtin_sym_end] = ACTIONS(1022), - [sym_identifier] = ACTIONS(1020), - [aux_sym_preproc_include_token1] = ACTIONS(1020), - [aux_sym_preproc_def_token1] = ACTIONS(1020), - [aux_sym_preproc_if_token1] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), - [sym_preproc_directive] = ACTIONS(1020), - [anon_sym_LPAREN2] = ACTIONS(1022), - [anon_sym_BANG] = ACTIONS(1022), - [anon_sym_TILDE] = ACTIONS(1022), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_STAR] = ACTIONS(1022), - [anon_sym_AMP] = ACTIONS(1022), - [anon_sym_SEMI] = ACTIONS(1022), - [anon_sym_typedef] = ACTIONS(1020), - [anon_sym_extern] = ACTIONS(1020), - [anon_sym___attribute__] = ACTIONS(1020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), - [anon_sym___declspec] = ACTIONS(1020), - [anon_sym___cdecl] = ACTIONS(1020), - [anon_sym___clrcall] = ACTIONS(1020), - [anon_sym___stdcall] = ACTIONS(1020), - [anon_sym___fastcall] = ACTIONS(1020), - [anon_sym___thiscall] = ACTIONS(1020), - [anon_sym___vectorcall] = ACTIONS(1020), - [anon_sym_LBRACE] = ACTIONS(1022), - [anon_sym_static] = ACTIONS(1020), - [anon_sym_auto] = ACTIONS(1020), - [anon_sym_register] = ACTIONS(1020), - [anon_sym_inline] = ACTIONS(1020), - [anon_sym_const] = ACTIONS(1020), - [anon_sym_volatile] = ACTIONS(1020), - [anon_sym_restrict] = ACTIONS(1020), - [anon_sym__Atomic] = ACTIONS(1020), - [anon_sym_signed] = ACTIONS(1020), - [anon_sym_unsigned] = ACTIONS(1020), - [anon_sym_long] = ACTIONS(1020), - [anon_sym_short] = ACTIONS(1020), - [sym_primitive_type] = ACTIONS(1020), - [anon_sym_enum] = ACTIONS(1020), - [anon_sym_struct] = ACTIONS(1020), - [anon_sym_union] = ACTIONS(1020), - [anon_sym_if] = ACTIONS(1020), - [anon_sym_else] = ACTIONS(1020), - [anon_sym_switch] = ACTIONS(1020), - [anon_sym_case] = ACTIONS(1020), - [anon_sym_default] = ACTIONS(1020), - [anon_sym_while] = ACTIONS(1020), - [anon_sym_do] = ACTIONS(1020), - [anon_sym_for] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_continue] = ACTIONS(1020), - [anon_sym_goto] = ACTIONS(1020), - [anon_sym_DASH_DASH] = ACTIONS(1022), - [anon_sym_PLUS_PLUS] = ACTIONS(1022), - [anon_sym_sizeof] = ACTIONS(1020), - [sym_number_literal] = ACTIONS(1022), - [anon_sym_L_SQUOTE] = ACTIONS(1022), - [anon_sym_u_SQUOTE] = ACTIONS(1022), - [anon_sym_U_SQUOTE] = ACTIONS(1022), - [anon_sym_u8_SQUOTE] = ACTIONS(1022), - [anon_sym_SQUOTE] = ACTIONS(1022), - [anon_sym_L_DQUOTE] = ACTIONS(1022), - [anon_sym_u_DQUOTE] = ACTIONS(1022), - [anon_sym_U_DQUOTE] = ACTIONS(1022), - [anon_sym_u8_DQUOTE] = ACTIONS(1022), - [anon_sym_DQUOTE] = ACTIONS(1022), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_comment] = ACTIONS(3), - }, - [274] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(268), - [sym_attributed_statement] = STATE(268), - [sym_labeled_statement] = STATE(268), - [sym_expression_statement] = STATE(268), - [sym_if_statement] = STATE(268), - [sym_switch_statement] = STATE(268), - [sym_case_statement] = STATE(268), - [sym_while_statement] = STATE(268), - [sym_do_statement] = STATE(268), - [sym_for_statement] = STATE(268), - [sym_return_statement] = STATE(268), - [sym_break_statement] = STATE(268), - [sym_continue_statement] = STATE(268), - [sym_goto_statement] = STATE(268), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), + [261] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(280), + [sym_attributed_statement] = STATE(280), + [sym_labeled_statement] = STATE(280), + [sym_expression_statement] = STATE(280), + [sym_if_statement] = STATE(280), + [sym_switch_statement] = STATE(280), + [sym_case_statement] = STATE(280), + [sym_while_statement] = STATE(280), + [sym_do_statement] = STATE(280), + [sym_for_statement] = STATE(280), + [sym_return_statement] = STATE(280), + [sym_break_statement] = STATE(280), + [sym_continue_statement] = STATE(280), + [sym_goto_statement] = STATE(280), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), [sym_identifier] = ACTIONS(1124), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -37151,20 +36279,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -37184,7 +36312,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [275] = { + [262] = { + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), + [sym_comment] = ACTIONS(3), + }, + [263] = { + [sym_attribute_declaration] = STATE(263), + [sym_compound_statement] = STATE(262), + [sym_attributed_statement] = STATE(262), + [sym_labeled_statement] = STATE(262), + [sym_expression_statement] = STATE(262), + [sym_if_statement] = STATE(262), + [sym_switch_statement] = STATE(262), + [sym_case_statement] = STATE(262), + [sym_while_statement] = STATE(262), + [sym_do_statement] = STATE(262), + [sym_for_statement] = STATE(262), + [sym_return_statement] = STATE(262), + [sym_break_statement] = STATE(262), + [sym_continue_statement] = STATE(262), + [sym_goto_statement] = STATE(262), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(263), + [sym_identifier] = ACTIONS(1297), + [anon_sym_LPAREN2] = ACTIONS(1133), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1306), + [anon_sym_switch] = ACTIONS(1309), + [anon_sym_case] = ACTIONS(1312), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1321), + [anon_sym_for] = ACTIONS(1324), + [anon_sym_return] = ACTIONS(1327), + [anon_sym_break] = ACTIONS(1330), + [anon_sym_continue] = ACTIONS(1333), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1187), + [anon_sym_PLUS_PLUS] = ACTIONS(1187), + [anon_sym_sizeof] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1193), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1199), + [anon_sym_u_DQUOTE] = ACTIONS(1199), + [anon_sym_U_DQUOTE] = ACTIONS(1199), + [anon_sym_u8_DQUOTE] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [sym_null] = ACTIONS(1202), + [sym_comment] = ACTIONS(3), + }, + [264] = { + [ts_builtin_sym_end] = ACTIONS(954), [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), @@ -37212,7 +36493,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(952), [anon_sym___vectorcall] = ACTIONS(952), [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), [anon_sym_static] = ACTIONS(952), [anon_sym_auto] = ACTIONS(952), [anon_sym_register] = ACTIONS(952), @@ -37260,311 +36540,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, - [276] = { - [sym_identifier] = ACTIONS(940), - [aux_sym_preproc_include_token1] = ACTIONS(940), - [aux_sym_preproc_def_token1] = ACTIONS(940), - [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(940), - [sym_preproc_directive] = ACTIONS(940), - [anon_sym_LPAREN2] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(942), - [anon_sym_TILDE] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(940), - [anon_sym_STAR] = ACTIONS(942), - [anon_sym_AMP] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_typedef] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym___attribute__] = ACTIONS(940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(940), - [anon_sym___cdecl] = ACTIONS(940), - [anon_sym___clrcall] = ACTIONS(940), - [anon_sym___stdcall] = ACTIONS(940), - [anon_sym___fastcall] = ACTIONS(940), - [anon_sym___thiscall] = ACTIONS(940), - [anon_sym___vectorcall] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(942), - [anon_sym_RBRACE] = ACTIONS(942), - [anon_sym_static] = ACTIONS(940), - [anon_sym_auto] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_inline] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [anon_sym_volatile] = ACTIONS(940), - [anon_sym_restrict] = ACTIONS(940), - [anon_sym__Atomic] = ACTIONS(940), - [anon_sym_signed] = ACTIONS(940), - [anon_sym_unsigned] = ACTIONS(940), - [anon_sym_long] = ACTIONS(940), - [anon_sym_short] = ACTIONS(940), - [sym_primitive_type] = ACTIONS(940), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(940), - [anon_sym_union] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_else] = ACTIONS(940), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(940), - [anon_sym_default] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_goto] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(942), - [anon_sym_PLUS_PLUS] = ACTIONS(942), - [anon_sym_sizeof] = ACTIONS(940), - [sym_number_literal] = ACTIONS(942), - [anon_sym_L_SQUOTE] = ACTIONS(942), - [anon_sym_u_SQUOTE] = ACTIONS(942), - [anon_sym_U_SQUOTE] = ACTIONS(942), - [anon_sym_u8_SQUOTE] = ACTIONS(942), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_L_DQUOTE] = ACTIONS(942), - [anon_sym_u_DQUOTE] = ACTIONS(942), - [anon_sym_U_DQUOTE] = ACTIONS(942), - [anon_sym_u8_DQUOTE] = ACTIONS(942), - [anon_sym_DQUOTE] = ACTIONS(942), - [sym_true] = ACTIONS(940), - [sym_false] = ACTIONS(940), - [sym_null] = ACTIONS(940), - [sym_comment] = ACTIONS(3), - }, - [277] = { - [sym_identifier] = ACTIONS(1020), - [aux_sym_preproc_include_token1] = ACTIONS(1020), - [aux_sym_preproc_def_token1] = ACTIONS(1020), - [aux_sym_preproc_if_token1] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), - [sym_preproc_directive] = ACTIONS(1020), - [anon_sym_LPAREN2] = ACTIONS(1022), - [anon_sym_BANG] = ACTIONS(1022), - [anon_sym_TILDE] = ACTIONS(1022), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_STAR] = ACTIONS(1022), - [anon_sym_AMP] = ACTIONS(1022), - [anon_sym_SEMI] = ACTIONS(1022), - [anon_sym_typedef] = ACTIONS(1020), - [anon_sym_extern] = ACTIONS(1020), - [anon_sym___attribute__] = ACTIONS(1020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), - [anon_sym___declspec] = ACTIONS(1020), - [anon_sym___cdecl] = ACTIONS(1020), - [anon_sym___clrcall] = ACTIONS(1020), - [anon_sym___stdcall] = ACTIONS(1020), - [anon_sym___fastcall] = ACTIONS(1020), - [anon_sym___thiscall] = ACTIONS(1020), - [anon_sym___vectorcall] = ACTIONS(1020), - [anon_sym_LBRACE] = ACTIONS(1022), - [anon_sym_RBRACE] = ACTIONS(1022), - [anon_sym_static] = ACTIONS(1020), - [anon_sym_auto] = ACTIONS(1020), - [anon_sym_register] = ACTIONS(1020), - [anon_sym_inline] = ACTIONS(1020), - [anon_sym_const] = ACTIONS(1020), - [anon_sym_volatile] = ACTIONS(1020), - [anon_sym_restrict] = ACTIONS(1020), - [anon_sym__Atomic] = ACTIONS(1020), - [anon_sym_signed] = ACTIONS(1020), - [anon_sym_unsigned] = ACTIONS(1020), - [anon_sym_long] = ACTIONS(1020), - [anon_sym_short] = ACTIONS(1020), - [sym_primitive_type] = ACTIONS(1020), - [anon_sym_enum] = ACTIONS(1020), - [anon_sym_struct] = ACTIONS(1020), - [anon_sym_union] = ACTIONS(1020), - [anon_sym_if] = ACTIONS(1020), - [anon_sym_else] = ACTIONS(1020), - [anon_sym_switch] = ACTIONS(1020), - [anon_sym_case] = ACTIONS(1020), - [anon_sym_default] = ACTIONS(1020), - [anon_sym_while] = ACTIONS(1020), - [anon_sym_do] = ACTIONS(1020), - [anon_sym_for] = ACTIONS(1020), - [anon_sym_return] = ACTIONS(1020), - [anon_sym_break] = ACTIONS(1020), - [anon_sym_continue] = ACTIONS(1020), - [anon_sym_goto] = ACTIONS(1020), - [anon_sym_DASH_DASH] = ACTIONS(1022), - [anon_sym_PLUS_PLUS] = ACTIONS(1022), - [anon_sym_sizeof] = ACTIONS(1020), - [sym_number_literal] = ACTIONS(1022), - [anon_sym_L_SQUOTE] = ACTIONS(1022), - [anon_sym_u_SQUOTE] = ACTIONS(1022), - [anon_sym_U_SQUOTE] = ACTIONS(1022), - [anon_sym_u8_SQUOTE] = ACTIONS(1022), - [anon_sym_SQUOTE] = ACTIONS(1022), - [anon_sym_L_DQUOTE] = ACTIONS(1022), - [anon_sym_u_DQUOTE] = ACTIONS(1022), - [anon_sym_U_DQUOTE] = ACTIONS(1022), - [anon_sym_u8_DQUOTE] = ACTIONS(1022), - [anon_sym_DQUOTE] = ACTIONS(1022), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_comment] = ACTIONS(3), - }, - [278] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(272), - [sym_attributed_statement] = STATE(272), - [sym_labeled_statement] = STATE(272), - [sym_expression_statement] = STATE(272), - [sym_if_statement] = STATE(272), - [sym_switch_statement] = STATE(272), - [sym_case_statement] = STATE(272), - [sym_while_statement] = STATE(272), - [sym_do_statement] = STATE(272), - [sym_for_statement] = STATE(272), - [sym_return_statement] = STATE(272), - [sym_break_statement] = STATE(272), - [sym_continue_statement] = STATE(272), - [sym_goto_statement] = STATE(272), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_comment] = ACTIONS(3), - }, - [279] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(275), - [sym_attributed_statement] = STATE(275), - [sym_labeled_statement] = STATE(275), - [sym_expression_statement] = STATE(275), - [sym_if_statement] = STATE(275), - [sym_switch_statement] = STATE(275), - [sym_case_statement] = STATE(275), - [sym_while_statement] = STATE(275), - [sym_do_statement] = STATE(275), - [sym_for_statement] = STATE(275), - [sym_return_statement] = STATE(275), - [sym_break_statement] = STATE(275), - [sym_continue_statement] = STATE(275), - [sym_goto_statement] = STATE(275), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [sym_number_literal] = ACTIONS(83), - [anon_sym_L_SQUOTE] = ACTIONS(85), - [anon_sym_u_SQUOTE] = ACTIONS(85), - [anon_sym_U_SQUOTE] = ACTIONS(85), - [anon_sym_u8_SQUOTE] = ACTIONS(85), - [anon_sym_SQUOTE] = ACTIONS(85), - [anon_sym_L_DQUOTE] = ACTIONS(87), - [anon_sym_u_DQUOTE] = ACTIONS(87), - [anon_sym_U_DQUOTE] = ACTIONS(87), - [anon_sym_u8_DQUOTE] = ACTIONS(87), - [anon_sym_DQUOTE] = ACTIONS(87), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [265] = { + [sym_identifier] = ACTIONS(894), + [aux_sym_preproc_include_token1] = ACTIONS(894), + [aux_sym_preproc_def_token1] = ACTIONS(894), + [aux_sym_preproc_if_token1] = ACTIONS(894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(894), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_LPAREN2] = ACTIONS(896), + [anon_sym_BANG] = ACTIONS(896), + [anon_sym_TILDE] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(894), + [anon_sym_PLUS] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(896), + [anon_sym_SEMI] = ACTIONS(896), + [anon_sym_typedef] = ACTIONS(894), + [anon_sym_extern] = ACTIONS(894), + [anon_sym___attribute__] = ACTIONS(894), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(894), + [anon_sym___cdecl] = ACTIONS(894), + [anon_sym___clrcall] = ACTIONS(894), + [anon_sym___stdcall] = ACTIONS(894), + [anon_sym___fastcall] = ACTIONS(894), + [anon_sym___thiscall] = ACTIONS(894), + [anon_sym___vectorcall] = ACTIONS(894), + [anon_sym_LBRACE] = ACTIONS(896), + [anon_sym_RBRACE] = ACTIONS(896), + [anon_sym_static] = ACTIONS(894), + [anon_sym_auto] = ACTIONS(894), + [anon_sym_register] = ACTIONS(894), + [anon_sym_inline] = ACTIONS(894), + [anon_sym_const] = ACTIONS(894), + [anon_sym_volatile] = ACTIONS(894), + [anon_sym_restrict] = ACTIONS(894), + [anon_sym__Atomic] = ACTIONS(894), + [anon_sym_signed] = ACTIONS(894), + [anon_sym_unsigned] = ACTIONS(894), + [anon_sym_long] = ACTIONS(894), + [anon_sym_short] = ACTIONS(894), + [sym_primitive_type] = ACTIONS(894), + [anon_sym_enum] = ACTIONS(894), + [anon_sym_struct] = ACTIONS(894), + [anon_sym_union] = ACTIONS(894), + [anon_sym_if] = ACTIONS(894), + [anon_sym_else] = ACTIONS(894), + [anon_sym_switch] = ACTIONS(894), + [anon_sym_case] = ACTIONS(894), + [anon_sym_default] = ACTIONS(894), + [anon_sym_while] = ACTIONS(894), + [anon_sym_do] = ACTIONS(894), + [anon_sym_for] = ACTIONS(894), + [anon_sym_return] = ACTIONS(894), + [anon_sym_break] = ACTIONS(894), + [anon_sym_continue] = ACTIONS(894), + [anon_sym_goto] = ACTIONS(894), + [anon_sym_DASH_DASH] = ACTIONS(896), + [anon_sym_PLUS_PLUS] = ACTIONS(896), + [anon_sym_sizeof] = ACTIONS(894), + [sym_number_literal] = ACTIONS(896), + [anon_sym_L_SQUOTE] = ACTIONS(896), + [anon_sym_u_SQUOTE] = ACTIONS(896), + [anon_sym_U_SQUOTE] = ACTIONS(896), + [anon_sym_u8_SQUOTE] = ACTIONS(896), + [anon_sym_SQUOTE] = ACTIONS(896), + [anon_sym_L_DQUOTE] = ACTIONS(896), + [anon_sym_u_DQUOTE] = ACTIONS(896), + [anon_sym_U_DQUOTE] = ACTIONS(896), + [anon_sym_u8_DQUOTE] = ACTIONS(896), + [anon_sym_DQUOTE] = ACTIONS(896), + [sym_true] = ACTIONS(894), + [sym_false] = ACTIONS(894), + [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, - [280] = { + [266] = { [sym_identifier] = ACTIONS(936), [aux_sym_preproc_include_token1] = ACTIONS(936), [aux_sym_preproc_def_token1] = ACTIONS(936), @@ -37640,159 +36692,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, - [281] = { - [sym_identifier] = ACTIONS(932), - [aux_sym_preproc_include_token1] = ACTIONS(932), - [aux_sym_preproc_def_token1] = ACTIONS(932), - [aux_sym_preproc_if_token1] = ACTIONS(932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(932), - [sym_preproc_directive] = ACTIONS(932), - [anon_sym_LPAREN2] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(934), - [anon_sym_TILDE] = ACTIONS(934), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_STAR] = ACTIONS(934), - [anon_sym_AMP] = ACTIONS(934), - [anon_sym_SEMI] = ACTIONS(934), - [anon_sym_typedef] = ACTIONS(932), - [anon_sym_extern] = ACTIONS(932), - [anon_sym___attribute__] = ACTIONS(932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(934), - [anon_sym___declspec] = ACTIONS(932), - [anon_sym___cdecl] = ACTIONS(932), - [anon_sym___clrcall] = ACTIONS(932), - [anon_sym___stdcall] = ACTIONS(932), - [anon_sym___fastcall] = ACTIONS(932), - [anon_sym___thiscall] = ACTIONS(932), - [anon_sym___vectorcall] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_RBRACE] = ACTIONS(934), - [anon_sym_static] = ACTIONS(932), - [anon_sym_auto] = ACTIONS(932), - [anon_sym_register] = ACTIONS(932), - [anon_sym_inline] = ACTIONS(932), - [anon_sym_const] = ACTIONS(932), - [anon_sym_volatile] = ACTIONS(932), - [anon_sym_restrict] = ACTIONS(932), - [anon_sym__Atomic] = ACTIONS(932), - [anon_sym_signed] = ACTIONS(932), - [anon_sym_unsigned] = ACTIONS(932), - [anon_sym_long] = ACTIONS(932), - [anon_sym_short] = ACTIONS(932), - [sym_primitive_type] = ACTIONS(932), - [anon_sym_enum] = ACTIONS(932), - [anon_sym_struct] = ACTIONS(932), - [anon_sym_union] = ACTIONS(932), - [anon_sym_if] = ACTIONS(932), - [anon_sym_else] = ACTIONS(932), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_case] = ACTIONS(932), - [anon_sym_default] = ACTIONS(932), - [anon_sym_while] = ACTIONS(932), - [anon_sym_do] = ACTIONS(932), - [anon_sym_for] = ACTIONS(932), - [anon_sym_return] = ACTIONS(932), - [anon_sym_break] = ACTIONS(932), - [anon_sym_continue] = ACTIONS(932), - [anon_sym_goto] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(934), - [anon_sym_L_SQUOTE] = ACTIONS(934), - [anon_sym_u_SQUOTE] = ACTIONS(934), - [anon_sym_U_SQUOTE] = ACTIONS(934), - [anon_sym_u8_SQUOTE] = ACTIONS(934), - [anon_sym_SQUOTE] = ACTIONS(934), - [anon_sym_L_DQUOTE] = ACTIONS(934), - [anon_sym_u_DQUOTE] = ACTIONS(934), - [anon_sym_U_DQUOTE] = ACTIONS(934), - [anon_sym_u8_DQUOTE] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(934), - [sym_true] = ACTIONS(932), - [sym_false] = ACTIONS(932), - [sym_null] = ACTIONS(932), - [sym_comment] = ACTIONS(3), - }, - [282] = { - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_RBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), + [267] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(282), + [sym_attributed_statement] = STATE(282), + [sym_labeled_statement] = STATE(282), + [sym_expression_statement] = STATE(282), + [sym_if_statement] = STATE(282), + [sym_switch_statement] = STATE(282), + [sym_case_statement] = STATE(282), + [sym_while_statement] = STATE(282), + [sym_do_statement] = STATE(282), + [sym_for_statement] = STATE(282), + [sym_return_statement] = STATE(282), + [sym_break_statement] = STATE(282), + [sym_continue_statement] = STATE(282), + [sym_goto_statement] = STATE(282), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [283] = { + [268] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), @@ -37868,346 +36844,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [284] = { - [ts_builtin_sym_end] = ACTIONS(1014), - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), - [sym_comment] = ACTIONS(3), - }, - [285] = { - [sym_identifier] = ACTIONS(924), - [aux_sym_preproc_include_token1] = ACTIONS(924), - [aux_sym_preproc_def_token1] = ACTIONS(924), - [aux_sym_preproc_if_token1] = ACTIONS(924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(924), - [sym_preproc_directive] = ACTIONS(924), - [anon_sym_LPAREN2] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(926), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(926), - [anon_sym_SEMI] = ACTIONS(926), - [anon_sym_typedef] = ACTIONS(924), - [anon_sym_extern] = ACTIONS(924), - [anon_sym___attribute__] = ACTIONS(924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(926), - [anon_sym___declspec] = ACTIONS(924), - [anon_sym___cdecl] = ACTIONS(924), - [anon_sym___clrcall] = ACTIONS(924), - [anon_sym___stdcall] = ACTIONS(924), - [anon_sym___fastcall] = ACTIONS(924), - [anon_sym___thiscall] = ACTIONS(924), - [anon_sym___vectorcall] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(926), - [anon_sym_static] = ACTIONS(924), - [anon_sym_auto] = ACTIONS(924), - [anon_sym_register] = ACTIONS(924), - [anon_sym_inline] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_volatile] = ACTIONS(924), - [anon_sym_restrict] = ACTIONS(924), - [anon_sym__Atomic] = ACTIONS(924), - [anon_sym_signed] = ACTIONS(924), - [anon_sym_unsigned] = ACTIONS(924), - [anon_sym_long] = ACTIONS(924), - [anon_sym_short] = ACTIONS(924), - [sym_primitive_type] = ACTIONS(924), - [anon_sym_enum] = ACTIONS(924), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_else] = ACTIONS(924), - [anon_sym_switch] = ACTIONS(924), - [anon_sym_case] = ACTIONS(924), - [anon_sym_default] = ACTIONS(924), - [anon_sym_while] = ACTIONS(924), - [anon_sym_do] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_goto] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(926), - [anon_sym_PLUS_PLUS] = ACTIONS(926), - [anon_sym_sizeof] = ACTIONS(924), - [sym_number_literal] = ACTIONS(926), - [anon_sym_L_SQUOTE] = ACTIONS(926), - [anon_sym_u_SQUOTE] = ACTIONS(926), - [anon_sym_U_SQUOTE] = ACTIONS(926), - [anon_sym_u8_SQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(926), - [anon_sym_L_DQUOTE] = ACTIONS(926), - [anon_sym_u_DQUOTE] = ACTIONS(926), - [anon_sym_U_DQUOTE] = ACTIONS(926), - [anon_sym_u8_DQUOTE] = ACTIONS(926), - [anon_sym_DQUOTE] = ACTIONS(926), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_comment] = ACTIONS(3), - }, - [286] = { - [sym_identifier] = ACTIONS(1000), - [aux_sym_preproc_include_token1] = ACTIONS(1000), - [aux_sym_preproc_def_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), - [sym_preproc_directive] = ACTIONS(1000), - [anon_sym_LPAREN2] = ACTIONS(1002), - [anon_sym_BANG] = ACTIONS(1002), - [anon_sym_TILDE] = ACTIONS(1002), - [anon_sym_DASH] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(1002), - [anon_sym_AMP] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_typedef] = ACTIONS(1000), - [anon_sym_extern] = ACTIONS(1000), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___cdecl] = ACTIONS(1000), - [anon_sym___clrcall] = ACTIONS(1000), - [anon_sym___stdcall] = ACTIONS(1000), - [anon_sym___fastcall] = ACTIONS(1000), - [anon_sym___thiscall] = ACTIONS(1000), - [anon_sym___vectorcall] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_RBRACE] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(1000), - [anon_sym_auto] = ACTIONS(1000), - [anon_sym_register] = ACTIONS(1000), - [anon_sym_inline] = ACTIONS(1000), - [anon_sym_const] = ACTIONS(1000), - [anon_sym_volatile] = ACTIONS(1000), - [anon_sym_restrict] = ACTIONS(1000), - [anon_sym__Atomic] = ACTIONS(1000), - [anon_sym_signed] = ACTIONS(1000), - [anon_sym_unsigned] = ACTIONS(1000), - [anon_sym_long] = ACTIONS(1000), - [anon_sym_short] = ACTIONS(1000), - [sym_primitive_type] = ACTIONS(1000), - [anon_sym_enum] = ACTIONS(1000), - [anon_sym_struct] = ACTIONS(1000), - [anon_sym_union] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1000), - [anon_sym_else] = ACTIONS(1000), - [anon_sym_switch] = ACTIONS(1000), - [anon_sym_case] = ACTIONS(1000), - [anon_sym_default] = ACTIONS(1000), - [anon_sym_while] = ACTIONS(1000), - [anon_sym_do] = ACTIONS(1000), - [anon_sym_for] = ACTIONS(1000), - [anon_sym_return] = ACTIONS(1000), - [anon_sym_break] = ACTIONS(1000), - [anon_sym_continue] = ACTIONS(1000), - [anon_sym_goto] = ACTIONS(1000), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1000), - [sym_number_literal] = ACTIONS(1002), - [anon_sym_L_SQUOTE] = ACTIONS(1002), - [anon_sym_u_SQUOTE] = ACTIONS(1002), - [anon_sym_U_SQUOTE] = ACTIONS(1002), - [anon_sym_u8_SQUOTE] = ACTIONS(1002), - [anon_sym_SQUOTE] = ACTIONS(1002), - [anon_sym_L_DQUOTE] = ACTIONS(1002), - [anon_sym_u_DQUOTE] = ACTIONS(1002), - [anon_sym_U_DQUOTE] = ACTIONS(1002), - [anon_sym_u8_DQUOTE] = ACTIONS(1002), - [anon_sym_DQUOTE] = ACTIONS(1002), - [sym_true] = ACTIONS(1000), - [sym_false] = ACTIONS(1000), - [sym_null] = ACTIONS(1000), + [269] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(287), + [sym_attributed_statement] = STATE(287), + [sym_labeled_statement] = STATE(287), + [sym_expression_statement] = STATE(287), + [sym_if_statement] = STATE(287), + [sym_switch_statement] = STATE(287), + [sym_case_statement] = STATE(287), + [sym_while_statement] = STATE(287), + [sym_do_statement] = STATE(287), + [sym_for_statement] = STATE(287), + [sym_return_statement] = STATE(287), + [sym_break_statement] = STATE(287), + [sym_continue_statement] = STATE(287), + [sym_goto_statement] = STATE(287), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [287] = { - [ts_builtin_sym_end] = ACTIONS(904), - [sym_identifier] = ACTIONS(902), - [aux_sym_preproc_include_token1] = ACTIONS(902), - [aux_sym_preproc_def_token1] = ACTIONS(902), - [aux_sym_preproc_if_token1] = ACTIONS(902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(902), - [anon_sym_LPAREN2] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym___attribute__] = ACTIONS(902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(904), - [anon_sym___declspec] = ACTIONS(902), - [anon_sym___cdecl] = ACTIONS(902), - [anon_sym___clrcall] = ACTIONS(902), - [anon_sym___stdcall] = ACTIONS(902), - [anon_sym___fastcall] = ACTIONS(902), - [anon_sym___thiscall] = ACTIONS(902), - [anon_sym___vectorcall] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym__Atomic] = ACTIONS(902), - [anon_sym_signed] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(904), - [anon_sym_L_SQUOTE] = ACTIONS(904), - [anon_sym_u_SQUOTE] = ACTIONS(904), - [anon_sym_U_SQUOTE] = ACTIONS(904), - [anon_sym_u8_SQUOTE] = ACTIONS(904), - [anon_sym_SQUOTE] = ACTIONS(904), - [anon_sym_L_DQUOTE] = ACTIONS(904), - [anon_sym_u_DQUOTE] = ACTIONS(904), - [anon_sym_U_DQUOTE] = ACTIONS(904), - [anon_sym_u8_DQUOTE] = ACTIONS(904), - [anon_sym_DQUOTE] = ACTIONS(904), - [sym_true] = ACTIONS(902), - [sym_false] = ACTIONS(902), - [sym_null] = ACTIONS(902), + [270] = { + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token2] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, - [288] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(307), - [sym_attributed_statement] = STATE(307), - [sym_labeled_statement] = STATE(307), - [sym_expression_statement] = STATE(307), - [sym_if_statement] = STATE(307), - [sym_switch_statement] = STATE(307), - [sym_case_statement] = STATE(307), - [sym_while_statement] = STATE(307), - [sym_do_statement] = STATE(307), - [sym_for_statement] = STATE(307), - [sym_return_statement] = STATE(307), - [sym_break_statement] = STATE(307), - [sym_continue_statement] = STATE(307), - [sym_goto_statement] = STATE(307), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), + [271] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(212), + [sym_attributed_statement] = STATE(212), + [sym_labeled_statement] = STATE(212), + [sym_expression_statement] = STATE(212), + [sym_if_statement] = STATE(212), + [sym_switch_statement] = STATE(212), + [sym_case_statement] = STATE(212), + [sym_while_statement] = STATE(212), + [sym_do_statement] = STATE(212), + [sym_for_statement] = STATE(212), + [sym_return_statement] = STATE(212), + [sym_break_statement] = STATE(212), + [sym_continue_statement] = STATE(212), + [sym_goto_statement] = STATE(212), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -38248,878 +37072,498 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [289] = { - [sym_identifier] = ACTIONS(984), - [aux_sym_preproc_include_token1] = ACTIONS(984), - [aux_sym_preproc_def_token1] = ACTIONS(984), - [aux_sym_preproc_if_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(984), - [sym_preproc_directive] = ACTIONS(984), - [anon_sym_LPAREN2] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(986), - [anon_sym_TILDE] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(986), - [anon_sym_AMP] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_typedef] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym___attribute__] = ACTIONS(984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(986), - [anon_sym___declspec] = ACTIONS(984), - [anon_sym___cdecl] = ACTIONS(984), - [anon_sym___clrcall] = ACTIONS(984), - [anon_sym___stdcall] = ACTIONS(984), - [anon_sym___fastcall] = ACTIONS(984), - [anon_sym___thiscall] = ACTIONS(984), - [anon_sym___vectorcall] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_static] = ACTIONS(984), - [anon_sym_auto] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_inline] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [anon_sym_volatile] = ACTIONS(984), - [anon_sym_restrict] = ACTIONS(984), - [anon_sym__Atomic] = ACTIONS(984), - [anon_sym_signed] = ACTIONS(984), - [anon_sym_unsigned] = ACTIONS(984), - [anon_sym_long] = ACTIONS(984), - [anon_sym_short] = ACTIONS(984), - [sym_primitive_type] = ACTIONS(984), - [anon_sym_enum] = ACTIONS(984), - [anon_sym_struct] = ACTIONS(984), - [anon_sym_union] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_switch] = ACTIONS(984), - [anon_sym_case] = ACTIONS(984), - [anon_sym_default] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_goto] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_PLUS_PLUS] = ACTIONS(986), - [anon_sym_sizeof] = ACTIONS(984), - [sym_number_literal] = ACTIONS(986), - [anon_sym_L_SQUOTE] = ACTIONS(986), - [anon_sym_u_SQUOTE] = ACTIONS(986), - [anon_sym_U_SQUOTE] = ACTIONS(986), - [anon_sym_u8_SQUOTE] = ACTIONS(986), - [anon_sym_SQUOTE] = ACTIONS(986), - [anon_sym_L_DQUOTE] = ACTIONS(986), - [anon_sym_u_DQUOTE] = ACTIONS(986), - [anon_sym_U_DQUOTE] = ACTIONS(986), - [anon_sym_u8_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(984), + [272] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(146), + [sym_attributed_statement] = STATE(146), + [sym_labeled_statement] = STATE(146), + [sym_expression_statement] = STATE(146), + [sym_if_statement] = STATE(146), + [sym_switch_statement] = STATE(146), + [sym_case_statement] = STATE(146), + [sym_while_statement] = STATE(146), + [sym_do_statement] = STATE(146), + [sym_for_statement] = STATE(146), + [sym_return_statement] = STATE(146), + [sym_break_statement] = STATE(146), + [sym_continue_statement] = STATE(146), + [sym_goto_statement] = STATE(146), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [290] = { - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token2] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), - [sym_comment] = ACTIONS(3), - }, - [291] = { - [sym_identifier] = ACTIONS(944), - [aux_sym_preproc_include_token1] = ACTIONS(944), - [aux_sym_preproc_def_token1] = ACTIONS(944), - [aux_sym_preproc_if_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(944), - [sym_preproc_directive] = ACTIONS(944), - [anon_sym_LPAREN2] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(946), - [anon_sym_TILDE] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(946), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_typedef] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym___attribute__] = ACTIONS(944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(946), - [anon_sym___declspec] = ACTIONS(944), - [anon_sym___cdecl] = ACTIONS(944), - [anon_sym___clrcall] = ACTIONS(944), - [anon_sym___stdcall] = ACTIONS(944), - [anon_sym___fastcall] = ACTIONS(944), - [anon_sym___thiscall] = ACTIONS(944), - [anon_sym___vectorcall] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(946), - [anon_sym_RBRACE] = ACTIONS(946), - [anon_sym_static] = ACTIONS(944), - [anon_sym_auto] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_inline] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [anon_sym_volatile] = ACTIONS(944), - [anon_sym_restrict] = ACTIONS(944), - [anon_sym__Atomic] = ACTIONS(944), - [anon_sym_signed] = ACTIONS(944), - [anon_sym_unsigned] = ACTIONS(944), - [anon_sym_long] = ACTIONS(944), - [anon_sym_short] = ACTIONS(944), - [sym_primitive_type] = ACTIONS(944), - [anon_sym_enum] = ACTIONS(944), - [anon_sym_struct] = ACTIONS(944), - [anon_sym_union] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_else] = ACTIONS(944), - [anon_sym_switch] = ACTIONS(944), - [anon_sym_case] = ACTIONS(944), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_goto] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(946), - [anon_sym_PLUS_PLUS] = ACTIONS(946), - [anon_sym_sizeof] = ACTIONS(944), - [sym_number_literal] = ACTIONS(946), - [anon_sym_L_SQUOTE] = ACTIONS(946), - [anon_sym_u_SQUOTE] = ACTIONS(946), - [anon_sym_U_SQUOTE] = ACTIONS(946), - [anon_sym_u8_SQUOTE] = ACTIONS(946), - [anon_sym_SQUOTE] = ACTIONS(946), - [anon_sym_L_DQUOTE] = ACTIONS(946), - [anon_sym_u_DQUOTE] = ACTIONS(946), - [anon_sym_U_DQUOTE] = ACTIONS(946), - [anon_sym_u8_DQUOTE] = ACTIONS(946), - [anon_sym_DQUOTE] = ACTIONS(946), - [sym_true] = ACTIONS(944), - [sym_false] = ACTIONS(944), - [sym_null] = ACTIONS(944), + [273] = { + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_if_token2] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, - [292] = { - [sym_attribute_declaration] = STATE(292), - [sym_compound_statement] = STATE(291), - [sym_attributed_statement] = STATE(291), - [sym_labeled_statement] = STATE(291), - [sym_expression_statement] = STATE(291), - [sym_if_statement] = STATE(291), - [sym_switch_statement] = STATE(291), - [sym_case_statement] = STATE(291), - [sym_while_statement] = STATE(291), - [sym_do_statement] = STATE(291), - [sym_for_statement] = STATE(291), - [sym_return_statement] = STATE(291), - [sym_break_statement] = STATE(291), - [sym_continue_statement] = STATE(291), - [sym_goto_statement] = STATE(291), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(292), - [sym_identifier] = ACTIONS(1297), - [anon_sym_LPAREN2] = ACTIONS(1135), - [anon_sym_BANG] = ACTIONS(1138), - [anon_sym_TILDE] = ACTIONS(1138), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_PLUS] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1303), - [anon_sym_if] = ACTIONS(1306), - [anon_sym_switch] = ACTIONS(1309), - [anon_sym_case] = ACTIONS(1312), - [anon_sym_default] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1321), - [anon_sym_for] = ACTIONS(1324), - [anon_sym_return] = ACTIONS(1327), - [anon_sym_break] = ACTIONS(1330), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_goto] = ACTIONS(1336), - [anon_sym_DASH_DASH] = ACTIONS(1189), - [anon_sym_PLUS_PLUS] = ACTIONS(1189), - [anon_sym_sizeof] = ACTIONS(1192), - [sym_number_literal] = ACTIONS(1195), - [anon_sym_L_SQUOTE] = ACTIONS(1198), - [anon_sym_u_SQUOTE] = ACTIONS(1198), - [anon_sym_U_SQUOTE] = ACTIONS(1198), - [anon_sym_u8_SQUOTE] = ACTIONS(1198), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_L_DQUOTE] = ACTIONS(1201), - [anon_sym_u_DQUOTE] = ACTIONS(1201), - [anon_sym_U_DQUOTE] = ACTIONS(1201), - [anon_sym_u8_DQUOTE] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_true] = ACTIONS(1204), - [sym_false] = ACTIONS(1204), - [sym_null] = ACTIONS(1204), + [274] = { + [sym_attribute_declaration] = STATE(151), + [sym_compound_statement] = STATE(150), + [sym_attributed_statement] = STATE(150), + [sym_labeled_statement] = STATE(150), + [sym_expression_statement] = STATE(150), + [sym_if_statement] = STATE(150), + [sym_switch_statement] = STATE(150), + [sym_case_statement] = STATE(150), + [sym_while_statement] = STATE(150), + [sym_do_statement] = STATE(150), + [sym_for_statement] = STATE(150), + [sym_return_statement] = STATE(150), + [sym_break_statement] = STATE(150), + [sym_continue_statement] = STATE(150), + [sym_goto_statement] = STATE(150), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(151), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [293] = { - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_RBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [275] = { + [sym_attribute_declaration] = STATE(274), + [sym_compound_statement] = STATE(159), + [sym_attributed_statement] = STATE(159), + [sym_labeled_statement] = STATE(159), + [sym_expression_statement] = STATE(159), + [sym_if_statement] = STATE(159), + [sym_switch_statement] = STATE(159), + [sym_case_statement] = STATE(159), + [sym_while_statement] = STATE(159), + [sym_do_statement] = STATE(159), + [sym_for_statement] = STATE(159), + [sym_return_statement] = STATE(159), + [sym_break_statement] = STATE(159), + [sym_continue_statement] = STATE(159), + [sym_goto_statement] = STATE(159), + [sym__expression] = STATE(702), + [sym_comma_expression] = STATE(1435), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(274), + [sym_identifier] = ACTIONS(1128), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [294] = { - [sym_identifier] = ACTIONS(890), - [aux_sym_preproc_include_token1] = ACTIONS(890), - [aux_sym_preproc_def_token1] = ACTIONS(890), - [aux_sym_preproc_if_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(890), - [sym_preproc_directive] = ACTIONS(890), - [anon_sym_LPAREN2] = ACTIONS(892), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_STAR] = ACTIONS(892), - [anon_sym_AMP] = ACTIONS(892), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_typedef] = ACTIONS(890), - [anon_sym_extern] = ACTIONS(890), - [anon_sym___attribute__] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(892), - [anon_sym___declspec] = ACTIONS(890), - [anon_sym___cdecl] = ACTIONS(890), - [anon_sym___clrcall] = ACTIONS(890), - [anon_sym___stdcall] = ACTIONS(890), - [anon_sym___fastcall] = ACTIONS(890), - [anon_sym___thiscall] = ACTIONS(890), - [anon_sym___vectorcall] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_RBRACE] = ACTIONS(892), - [anon_sym_static] = ACTIONS(890), - [anon_sym_auto] = ACTIONS(890), - [anon_sym_register] = ACTIONS(890), - [anon_sym_inline] = ACTIONS(890), - [anon_sym_const] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_restrict] = ACTIONS(890), - [anon_sym__Atomic] = ACTIONS(890), - [anon_sym_signed] = ACTIONS(890), - [anon_sym_unsigned] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [sym_primitive_type] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_struct] = ACTIONS(890), - [anon_sym_union] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_goto] = ACTIONS(890), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(892), - [anon_sym_L_SQUOTE] = ACTIONS(892), - [anon_sym_u_SQUOTE] = ACTIONS(892), - [anon_sym_U_SQUOTE] = ACTIONS(892), - [anon_sym_u8_SQUOTE] = ACTIONS(892), - [anon_sym_SQUOTE] = ACTIONS(892), - [anon_sym_L_DQUOTE] = ACTIONS(892), - [anon_sym_u_DQUOTE] = ACTIONS(892), - [anon_sym_U_DQUOTE] = ACTIONS(892), - [anon_sym_u8_DQUOTE] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(892), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_null] = ACTIONS(890), + [276] = { + [ts_builtin_sym_end] = ACTIONS(942), + [sym_identifier] = ACTIONS(940), + [aux_sym_preproc_include_token1] = ACTIONS(940), + [aux_sym_preproc_def_token1] = ACTIONS(940), + [aux_sym_preproc_if_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token2] = ACTIONS(940), + [sym_preproc_directive] = ACTIONS(940), + [anon_sym_LPAREN2] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_typedef] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym___attribute__] = ACTIONS(940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(942), + [anon_sym___declspec] = ACTIONS(940), + [anon_sym___cdecl] = ACTIONS(940), + [anon_sym___clrcall] = ACTIONS(940), + [anon_sym___stdcall] = ACTIONS(940), + [anon_sym___fastcall] = ACTIONS(940), + [anon_sym___thiscall] = ACTIONS(940), + [anon_sym___vectorcall] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_static] = ACTIONS(940), + [anon_sym_auto] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_inline] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_restrict] = ACTIONS(940), + [anon_sym__Atomic] = ACTIONS(940), + [anon_sym_signed] = ACTIONS(940), + [anon_sym_unsigned] = ACTIONS(940), + [anon_sym_long] = ACTIONS(940), + [anon_sym_short] = ACTIONS(940), + [sym_primitive_type] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_goto] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(942), + [anon_sym_PLUS_PLUS] = ACTIONS(942), + [anon_sym_sizeof] = ACTIONS(940), + [sym_number_literal] = ACTIONS(942), + [anon_sym_L_SQUOTE] = ACTIONS(942), + [anon_sym_u_SQUOTE] = ACTIONS(942), + [anon_sym_U_SQUOTE] = ACTIONS(942), + [anon_sym_u8_SQUOTE] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(942), + [anon_sym_L_DQUOTE] = ACTIONS(942), + [anon_sym_u_DQUOTE] = ACTIONS(942), + [anon_sym_U_DQUOTE] = ACTIONS(942), + [anon_sym_u8_DQUOTE] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(942), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [295] = { - [sym_identifier] = ACTIONS(920), - [aux_sym_preproc_include_token1] = ACTIONS(920), - [aux_sym_preproc_def_token1] = ACTIONS(920), - [aux_sym_preproc_if_token1] = ACTIONS(920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(920), - [sym_preproc_directive] = ACTIONS(920), - [anon_sym_LPAREN2] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_typedef] = ACTIONS(920), - [anon_sym_extern] = ACTIONS(920), - [anon_sym___attribute__] = ACTIONS(920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(922), - [anon_sym___declspec] = ACTIONS(920), - [anon_sym___cdecl] = ACTIONS(920), - [anon_sym___clrcall] = ACTIONS(920), - [anon_sym___stdcall] = ACTIONS(920), - [anon_sym___fastcall] = ACTIONS(920), - [anon_sym___thiscall] = ACTIONS(920), - [anon_sym___vectorcall] = ACTIONS(920), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_RBRACE] = ACTIONS(922), - [anon_sym_static] = ACTIONS(920), - [anon_sym_auto] = ACTIONS(920), - [anon_sym_register] = ACTIONS(920), - [anon_sym_inline] = ACTIONS(920), - [anon_sym_const] = ACTIONS(920), - [anon_sym_volatile] = ACTIONS(920), - [anon_sym_restrict] = ACTIONS(920), - [anon_sym__Atomic] = ACTIONS(920), - [anon_sym_signed] = ACTIONS(920), - [anon_sym_unsigned] = ACTIONS(920), - [anon_sym_long] = ACTIONS(920), - [anon_sym_short] = ACTIONS(920), - [sym_primitive_type] = ACTIONS(920), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(920), - [anon_sym_union] = ACTIONS(920), - [anon_sym_if] = ACTIONS(920), - [anon_sym_else] = ACTIONS(920), - [anon_sym_switch] = ACTIONS(920), - [anon_sym_case] = ACTIONS(920), - [anon_sym_default] = ACTIONS(920), - [anon_sym_while] = ACTIONS(920), - [anon_sym_do] = ACTIONS(920), - [anon_sym_for] = ACTIONS(920), - [anon_sym_return] = ACTIONS(920), - [anon_sym_break] = ACTIONS(920), - [anon_sym_continue] = ACTIONS(920), - [anon_sym_goto] = ACTIONS(920), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_sizeof] = ACTIONS(920), - [sym_number_literal] = ACTIONS(922), - [anon_sym_L_SQUOTE] = ACTIONS(922), - [anon_sym_u_SQUOTE] = ACTIONS(922), - [anon_sym_U_SQUOTE] = ACTIONS(922), - [anon_sym_u8_SQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [anon_sym_L_DQUOTE] = ACTIONS(922), - [anon_sym_u_DQUOTE] = ACTIONS(922), - [anon_sym_U_DQUOTE] = ACTIONS(922), - [anon_sym_u8_DQUOTE] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [sym_true] = ACTIONS(920), - [sym_false] = ACTIONS(920), - [sym_null] = ACTIONS(920), - [sym_comment] = ACTIONS(3), - }, - [296] = { - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_if_token2] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), - [sym_comment] = ACTIONS(3), - }, - [297] = { - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(1339), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_comment] = ACTIONS(3), - }, - [298] = { - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_if_token2] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), - [sym_comment] = ACTIONS(3), - }, - [299] = { - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_if_token2] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), - [anon_sym_PLUS_PLUS] = ACTIONS(998), - [anon_sym_sizeof] = ACTIONS(996), - [sym_number_literal] = ACTIONS(998), - [anon_sym_L_SQUOTE] = ACTIONS(998), - [anon_sym_u_SQUOTE] = ACTIONS(998), - [anon_sym_U_SQUOTE] = ACTIONS(998), - [anon_sym_u8_SQUOTE] = ACTIONS(998), - [anon_sym_SQUOTE] = ACTIONS(998), - [anon_sym_L_DQUOTE] = ACTIONS(998), - [anon_sym_u_DQUOTE] = ACTIONS(998), - [anon_sym_U_DQUOTE] = ACTIONS(998), - [anon_sym_u8_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(996), + [277] = { + [ts_builtin_sym_end] = ACTIONS(962), + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(960), + [aux_sym_preproc_def_token1] = ACTIONS(960), + [aux_sym_preproc_if_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token2] = ACTIONS(960), + [sym_preproc_directive] = ACTIONS(960), + [anon_sym_LPAREN2] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(960), + [anon_sym___attribute__] = ACTIONS(960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(962), + [anon_sym___declspec] = ACTIONS(960), + [anon_sym___cdecl] = ACTIONS(960), + [anon_sym___clrcall] = ACTIONS(960), + [anon_sym___stdcall] = ACTIONS(960), + [anon_sym___fastcall] = ACTIONS(960), + [anon_sym___thiscall] = ACTIONS(960), + [anon_sym___vectorcall] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_static] = ACTIONS(960), + [anon_sym_auto] = ACTIONS(960), + [anon_sym_register] = ACTIONS(960), + [anon_sym_inline] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_restrict] = ACTIONS(960), + [anon_sym__Atomic] = ACTIONS(960), + [anon_sym_signed] = ACTIONS(960), + [anon_sym_unsigned] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [sym_primitive_type] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_goto] = ACTIONS(960), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(960), + [sym_number_literal] = ACTIONS(962), + [anon_sym_L_SQUOTE] = ACTIONS(962), + [anon_sym_u_SQUOTE] = ACTIONS(962), + [anon_sym_U_SQUOTE] = ACTIONS(962), + [anon_sym_u8_SQUOTE] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(962), + [anon_sym_L_DQUOTE] = ACTIONS(962), + [anon_sym_u_DQUOTE] = ACTIONS(962), + [anon_sym_U_DQUOTE] = ACTIONS(962), + [anon_sym_u8_DQUOTE] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(962), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [300] = { - [sym_attribute_declaration] = STATE(242), - [sym_compound_statement] = STATE(281), - [sym_attributed_statement] = STATE(281), - [sym_labeled_statement] = STATE(281), - [sym_expression_statement] = STATE(281), - [sym_if_statement] = STATE(281), - [sym_switch_statement] = STATE(281), - [sym_case_statement] = STATE(281), - [sym_while_statement] = STATE(281), - [sym_do_statement] = STATE(281), - [sym_for_statement] = STATE(281), - [sym_return_statement] = STATE(281), - [sym_break_statement] = STATE(281), - [sym_continue_statement] = STATE(281), - [sym_goto_statement] = STATE(281), - [sym__expression] = STATE(709), - [sym_comma_expression] = STATE(1337), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(242), - [sym_identifier] = ACTIONS(1124), + [278] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(101), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_case_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -39127,20 +37571,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(319), - [anon_sym_if] = ACTIONS(323), - [anon_sym_switch] = ACTIONS(325), - [anon_sym_case] = ACTIONS(327), - [anon_sym_default] = ACTIONS(329), - [anon_sym_while] = ACTIONS(331), - [anon_sym_do] = ACTIONS(333), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_break] = ACTIONS(339), - [anon_sym_continue] = ACTIONS(341), - [anon_sym_goto] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -39160,118 +37604,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [301] = { - [sym_identifier] = ACTIONS(906), - [aux_sym_preproc_include_token1] = ACTIONS(906), - [aux_sym_preproc_def_token1] = ACTIONS(906), - [aux_sym_preproc_if_token1] = ACTIONS(906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(906), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_LPAREN2] = ACTIONS(908), - [anon_sym_BANG] = ACTIONS(908), - [anon_sym_TILDE] = ACTIONS(908), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_SEMI] = ACTIONS(908), - [anon_sym_typedef] = ACTIONS(906), - [anon_sym_extern] = ACTIONS(906), - [anon_sym___attribute__] = ACTIONS(906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(908), - [anon_sym___declspec] = ACTIONS(906), - [anon_sym___cdecl] = ACTIONS(906), - [anon_sym___clrcall] = ACTIONS(906), - [anon_sym___stdcall] = ACTIONS(906), - [anon_sym___fastcall] = ACTIONS(906), - [anon_sym___thiscall] = ACTIONS(906), - [anon_sym___vectorcall] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(908), - [anon_sym_RBRACE] = ACTIONS(908), - [anon_sym_static] = ACTIONS(906), - [anon_sym_auto] = ACTIONS(906), - [anon_sym_register] = ACTIONS(906), - [anon_sym_inline] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_volatile] = ACTIONS(906), - [anon_sym_restrict] = ACTIONS(906), - [anon_sym__Atomic] = ACTIONS(906), - [anon_sym_signed] = ACTIONS(906), - [anon_sym_unsigned] = ACTIONS(906), - [anon_sym_long] = ACTIONS(906), - [anon_sym_short] = ACTIONS(906), - [sym_primitive_type] = ACTIONS(906), - [anon_sym_enum] = ACTIONS(906), - [anon_sym_struct] = ACTIONS(906), - [anon_sym_union] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_else] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_case] = ACTIONS(906), - [anon_sym_default] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_goto] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(908), - [anon_sym_PLUS_PLUS] = ACTIONS(908), - [anon_sym_sizeof] = ACTIONS(906), - [sym_number_literal] = ACTIONS(908), - [anon_sym_L_SQUOTE] = ACTIONS(908), - [anon_sym_u_SQUOTE] = ACTIONS(908), - [anon_sym_U_SQUOTE] = ACTIONS(908), - [anon_sym_u8_SQUOTE] = ACTIONS(908), - [anon_sym_SQUOTE] = ACTIONS(908), - [anon_sym_L_DQUOTE] = ACTIONS(908), - [anon_sym_u_DQUOTE] = ACTIONS(908), - [anon_sym_U_DQUOTE] = ACTIONS(908), - [anon_sym_u8_DQUOTE] = ACTIONS(908), - [anon_sym_DQUOTE] = ACTIONS(908), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_comment] = ACTIONS(3), - }, - [302] = { - [sym_attribute_declaration] = STATE(153), - [sym_compound_statement] = STATE(290), - [sym_attributed_statement] = STATE(290), - [sym_labeled_statement] = STATE(290), - [sym_expression_statement] = STATE(290), - [sym_if_statement] = STATE(290), - [sym_switch_statement] = STATE(290), - [sym_case_statement] = STATE(290), - [sym_while_statement] = STATE(290), - [sym_do_statement] = STATE(290), - [sym_for_statement] = STATE(290), - [sym_return_statement] = STATE(290), - [sym_break_statement] = STATE(290), - [sym_continue_statement] = STATE(290), - [sym_goto_statement] = STATE(290), - [sym__expression] = STATE(748), - [sym_comma_expression] = STATE(1321), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [aux_sym_attributed_declarator_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(1207), + [279] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(91), + [sym_attributed_statement] = STATE(91), + [sym_labeled_statement] = STATE(91), + [sym_expression_statement] = STATE(91), + [sym_if_statement] = STATE(91), + [sym_switch_statement] = STATE(91), + [sym_case_statement] = STATE(91), + [sym_while_statement] = STATE(91), + [sym_do_statement] = STATE(91), + [sym_for_statement] = STATE(91), + [sym_return_statement] = STATE(91), + [sym_break_statement] = STATE(91), + [sym_continue_statement] = STATE(91), + [sym_goto_statement] = STATE(91), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -39279,20 +37647,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(505), + [anon_sym_SEMI] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_switch] = ACTIONS(515), - [anon_sym_case] = ACTIONS(517), - [anon_sym_default] = ACTIONS(519), - [anon_sym_while] = ACTIONS(521), - [anon_sym_do] = ACTIONS(523), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(527), - [anon_sym_break] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(531), - [anon_sym_goto] = ACTIONS(533), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -39312,2039 +37680,2663 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [303] = { - [sym_identifier] = ACTIONS(902), - [aux_sym_preproc_include_token1] = ACTIONS(902), - [aux_sym_preproc_def_token1] = ACTIONS(902), - [aux_sym_preproc_if_token1] = ACTIONS(902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(902), - [anon_sym_LPAREN2] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym___attribute__] = ACTIONS(902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(904), - [anon_sym___declspec] = ACTIONS(902), - [anon_sym___cdecl] = ACTIONS(902), - [anon_sym___clrcall] = ACTIONS(902), - [anon_sym___stdcall] = ACTIONS(902), - [anon_sym___fastcall] = ACTIONS(902), - [anon_sym___thiscall] = ACTIONS(902), - [anon_sym___vectorcall] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_RBRACE] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym__Atomic] = ACTIONS(902), - [anon_sym_signed] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(904), - [anon_sym_L_SQUOTE] = ACTIONS(904), - [anon_sym_u_SQUOTE] = ACTIONS(904), - [anon_sym_U_SQUOTE] = ACTIONS(904), - [anon_sym_u8_SQUOTE] = ACTIONS(904), - [anon_sym_SQUOTE] = ACTIONS(904), - [anon_sym_L_DQUOTE] = ACTIONS(904), - [anon_sym_u_DQUOTE] = ACTIONS(904), - [anon_sym_U_DQUOTE] = ACTIONS(904), - [anon_sym_u8_DQUOTE] = ACTIONS(904), - [anon_sym_DQUOTE] = ACTIONS(904), - [sym_true] = ACTIONS(902), - [sym_false] = ACTIONS(902), - [sym_null] = ACTIONS(902), + [280] = { + [sym_identifier] = ACTIONS(894), + [aux_sym_preproc_include_token1] = ACTIONS(894), + [aux_sym_preproc_def_token1] = ACTIONS(894), + [aux_sym_preproc_if_token1] = ACTIONS(894), + [aux_sym_preproc_if_token2] = ACTIONS(894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(894), + [aux_sym_preproc_ifdef_token2] = ACTIONS(894), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_LPAREN2] = ACTIONS(896), + [anon_sym_BANG] = ACTIONS(896), + [anon_sym_TILDE] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(894), + [anon_sym_PLUS] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(896), + [anon_sym_SEMI] = ACTIONS(896), + [anon_sym_typedef] = ACTIONS(894), + [anon_sym_extern] = ACTIONS(894), + [anon_sym___attribute__] = ACTIONS(894), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(894), + [anon_sym___cdecl] = ACTIONS(894), + [anon_sym___clrcall] = ACTIONS(894), + [anon_sym___stdcall] = ACTIONS(894), + [anon_sym___fastcall] = ACTIONS(894), + [anon_sym___thiscall] = ACTIONS(894), + [anon_sym___vectorcall] = ACTIONS(894), + [anon_sym_LBRACE] = ACTIONS(896), + [anon_sym_static] = ACTIONS(894), + [anon_sym_auto] = ACTIONS(894), + [anon_sym_register] = ACTIONS(894), + [anon_sym_inline] = ACTIONS(894), + [anon_sym_const] = ACTIONS(894), + [anon_sym_volatile] = ACTIONS(894), + [anon_sym_restrict] = ACTIONS(894), + [anon_sym__Atomic] = ACTIONS(894), + [anon_sym_signed] = ACTIONS(894), + [anon_sym_unsigned] = ACTIONS(894), + [anon_sym_long] = ACTIONS(894), + [anon_sym_short] = ACTIONS(894), + [sym_primitive_type] = ACTIONS(894), + [anon_sym_enum] = ACTIONS(894), + [anon_sym_struct] = ACTIONS(894), + [anon_sym_union] = ACTIONS(894), + [anon_sym_if] = ACTIONS(894), + [anon_sym_else] = ACTIONS(894), + [anon_sym_switch] = ACTIONS(894), + [anon_sym_case] = ACTIONS(894), + [anon_sym_default] = ACTIONS(894), + [anon_sym_while] = ACTIONS(894), + [anon_sym_do] = ACTIONS(894), + [anon_sym_for] = ACTIONS(894), + [anon_sym_return] = ACTIONS(894), + [anon_sym_break] = ACTIONS(894), + [anon_sym_continue] = ACTIONS(894), + [anon_sym_goto] = ACTIONS(894), + [anon_sym_DASH_DASH] = ACTIONS(896), + [anon_sym_PLUS_PLUS] = ACTIONS(896), + [anon_sym_sizeof] = ACTIONS(894), + [sym_number_literal] = ACTIONS(896), + [anon_sym_L_SQUOTE] = ACTIONS(896), + [anon_sym_u_SQUOTE] = ACTIONS(896), + [anon_sym_U_SQUOTE] = ACTIONS(896), + [anon_sym_u8_SQUOTE] = ACTIONS(896), + [anon_sym_SQUOTE] = ACTIONS(896), + [anon_sym_L_DQUOTE] = ACTIONS(896), + [anon_sym_u_DQUOTE] = ACTIONS(896), + [anon_sym_U_DQUOTE] = ACTIONS(896), + [anon_sym_u8_DQUOTE] = ACTIONS(896), + [anon_sym_DQUOTE] = ACTIONS(896), + [sym_true] = ACTIONS(894), + [sym_false] = ACTIONS(894), + [sym_null] = ACTIONS(894), [sym_comment] = ACTIONS(3), }, - [304] = { - [sym_identifier] = ACTIONS(910), - [aux_sym_preproc_include_token1] = ACTIONS(910), - [aux_sym_preproc_def_token1] = ACTIONS(910), - [aux_sym_preproc_if_token1] = ACTIONS(910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(910), - [sym_preproc_directive] = ACTIONS(910), - [anon_sym_LPAREN2] = ACTIONS(912), - [anon_sym_BANG] = ACTIONS(912), - [anon_sym_TILDE] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(912), - [anon_sym_SEMI] = ACTIONS(912), - [anon_sym_typedef] = ACTIONS(910), - [anon_sym_extern] = ACTIONS(910), - [anon_sym___attribute__] = ACTIONS(910), - [anon_sym_LBRACK_LBRACK] = ACTIONS(912), - [anon_sym___declspec] = ACTIONS(910), - [anon_sym___cdecl] = ACTIONS(910), - [anon_sym___clrcall] = ACTIONS(910), - [anon_sym___stdcall] = ACTIONS(910), - [anon_sym___fastcall] = ACTIONS(910), - [anon_sym___thiscall] = ACTIONS(910), - [anon_sym___vectorcall] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(912), - [anon_sym_RBRACE] = ACTIONS(912), - [anon_sym_static] = ACTIONS(910), - [anon_sym_auto] = ACTIONS(910), - [anon_sym_register] = ACTIONS(910), - [anon_sym_inline] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [anon_sym_volatile] = ACTIONS(910), - [anon_sym_restrict] = ACTIONS(910), - [anon_sym__Atomic] = ACTIONS(910), - [anon_sym_signed] = ACTIONS(910), - [anon_sym_unsigned] = ACTIONS(910), - [anon_sym_long] = ACTIONS(910), - [anon_sym_short] = ACTIONS(910), - [sym_primitive_type] = ACTIONS(910), - [anon_sym_enum] = ACTIONS(910), - [anon_sym_struct] = ACTIONS(910), - [anon_sym_union] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_case] = ACTIONS(910), - [anon_sym_default] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_goto] = ACTIONS(910), - [anon_sym_DASH_DASH] = ACTIONS(912), - [anon_sym_PLUS_PLUS] = ACTIONS(912), - [anon_sym_sizeof] = ACTIONS(910), - [sym_number_literal] = ACTIONS(912), - [anon_sym_L_SQUOTE] = ACTIONS(912), - [anon_sym_u_SQUOTE] = ACTIONS(912), - [anon_sym_U_SQUOTE] = ACTIONS(912), - [anon_sym_u8_SQUOTE] = ACTIONS(912), - [anon_sym_SQUOTE] = ACTIONS(912), - [anon_sym_L_DQUOTE] = ACTIONS(912), - [anon_sym_u_DQUOTE] = ACTIONS(912), - [anon_sym_U_DQUOTE] = ACTIONS(912), - [anon_sym_u8_DQUOTE] = ACTIONS(912), - [anon_sym_DQUOTE] = ACTIONS(912), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(910), + [281] = { + [sym_identifier] = ACTIONS(980), + [aux_sym_preproc_include_token1] = ACTIONS(980), + [aux_sym_preproc_def_token1] = ACTIONS(980), + [aux_sym_preproc_if_token1] = ACTIONS(980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(980), + [sym_preproc_directive] = ACTIONS(980), + [anon_sym_LPAREN2] = ACTIONS(982), + [anon_sym_BANG] = ACTIONS(982), + [anon_sym_TILDE] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(980), + [anon_sym_STAR] = ACTIONS(982), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_typedef] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym___attribute__] = ACTIONS(980), + [anon_sym_LBRACK_LBRACK] = ACTIONS(982), + [anon_sym___declspec] = ACTIONS(980), + [anon_sym___cdecl] = ACTIONS(980), + [anon_sym___clrcall] = ACTIONS(980), + [anon_sym___stdcall] = ACTIONS(980), + [anon_sym___fastcall] = ACTIONS(980), + [anon_sym___thiscall] = ACTIONS(980), + [anon_sym___vectorcall] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_static] = ACTIONS(980), + [anon_sym_auto] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_inline] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [anon_sym_volatile] = ACTIONS(980), + [anon_sym_restrict] = ACTIONS(980), + [anon_sym__Atomic] = ACTIONS(980), + [anon_sym_signed] = ACTIONS(980), + [anon_sym_unsigned] = ACTIONS(980), + [anon_sym_long] = ACTIONS(980), + [anon_sym_short] = ACTIONS(980), + [sym_primitive_type] = ACTIONS(980), + [anon_sym_enum] = ACTIONS(980), + [anon_sym_struct] = ACTIONS(980), + [anon_sym_union] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_switch] = ACTIONS(980), + [anon_sym_case] = ACTIONS(980), + [anon_sym_default] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_goto] = ACTIONS(980), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(982), + [anon_sym_sizeof] = ACTIONS(980), + [sym_number_literal] = ACTIONS(982), + [anon_sym_L_SQUOTE] = ACTIONS(982), + [anon_sym_u_SQUOTE] = ACTIONS(982), + [anon_sym_U_SQUOTE] = ACTIONS(982), + [anon_sym_u8_SQUOTE] = ACTIONS(982), + [anon_sym_SQUOTE] = ACTIONS(982), + [anon_sym_L_DQUOTE] = ACTIONS(982), + [anon_sym_u_DQUOTE] = ACTIONS(982), + [anon_sym_U_DQUOTE] = ACTIONS(982), + [anon_sym_u8_DQUOTE] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym_true] = ACTIONS(980), + [sym_false] = ACTIONS(980), + [sym_null] = ACTIONS(980), [sym_comment] = ACTIONS(3), }, - [305] = { - [sym_identifier] = ACTIONS(948), - [aux_sym_preproc_include_token1] = ACTIONS(948), - [aux_sym_preproc_def_token1] = ACTIONS(948), - [aux_sym_preproc_if_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(948), - [sym_preproc_directive] = ACTIONS(948), - [anon_sym_LPAREN2] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(950), - [anon_sym_TILDE] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_typedef] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym___attribute__] = ACTIONS(948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(950), - [anon_sym___declspec] = ACTIONS(948), - [anon_sym___cdecl] = ACTIONS(948), - [anon_sym___clrcall] = ACTIONS(948), - [anon_sym___stdcall] = ACTIONS(948), - [anon_sym___fastcall] = ACTIONS(948), - [anon_sym___thiscall] = ACTIONS(948), - [anon_sym___vectorcall] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_static] = ACTIONS(948), - [anon_sym_auto] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_inline] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_volatile] = ACTIONS(948), - [anon_sym_restrict] = ACTIONS(948), - [anon_sym__Atomic] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(948), - [anon_sym_unsigned] = ACTIONS(948), - [anon_sym_long] = ACTIONS(948), - [anon_sym_short] = ACTIONS(948), - [sym_primitive_type] = ACTIONS(948), - [anon_sym_enum] = ACTIONS(948), - [anon_sym_struct] = ACTIONS(948), - [anon_sym_union] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_default] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_goto] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_PLUS_PLUS] = ACTIONS(950), - [anon_sym_sizeof] = ACTIONS(948), - [sym_number_literal] = ACTIONS(950), - [anon_sym_L_SQUOTE] = ACTIONS(950), - [anon_sym_u_SQUOTE] = ACTIONS(950), - [anon_sym_U_SQUOTE] = ACTIONS(950), - [anon_sym_u8_SQUOTE] = ACTIONS(950), - [anon_sym_SQUOTE] = ACTIONS(950), - [anon_sym_L_DQUOTE] = ACTIONS(950), - [anon_sym_u_DQUOTE] = ACTIONS(950), - [anon_sym_U_DQUOTE] = ACTIONS(950), - [anon_sym_u8_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), + [282] = { + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_if_token2] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, - [306] = { - [sym_identifier] = ACTIONS(1016), - [aux_sym_preproc_include_token1] = ACTIONS(1016), - [aux_sym_preproc_def_token1] = ACTIONS(1016), - [aux_sym_preproc_if_token1] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), - [sym_preproc_directive] = ACTIONS(1016), - [anon_sym_LPAREN2] = ACTIONS(1018), - [anon_sym_BANG] = ACTIONS(1018), - [anon_sym_TILDE] = ACTIONS(1018), - [anon_sym_DASH] = ACTIONS(1016), - [anon_sym_PLUS] = ACTIONS(1016), - [anon_sym_STAR] = ACTIONS(1018), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_SEMI] = ACTIONS(1018), - [anon_sym_typedef] = ACTIONS(1016), - [anon_sym_extern] = ACTIONS(1016), - [anon_sym___attribute__] = ACTIONS(1016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), - [anon_sym___declspec] = ACTIONS(1016), - [anon_sym___cdecl] = ACTIONS(1016), - [anon_sym___clrcall] = ACTIONS(1016), - [anon_sym___stdcall] = ACTIONS(1016), - [anon_sym___fastcall] = ACTIONS(1016), - [anon_sym___thiscall] = ACTIONS(1016), - [anon_sym___vectorcall] = ACTIONS(1016), - [anon_sym_LBRACE] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1018), - [anon_sym_static] = ACTIONS(1016), - [anon_sym_auto] = ACTIONS(1016), - [anon_sym_register] = ACTIONS(1016), - [anon_sym_inline] = ACTIONS(1016), - [anon_sym_const] = ACTIONS(1016), - [anon_sym_volatile] = ACTIONS(1016), - [anon_sym_restrict] = ACTIONS(1016), - [anon_sym__Atomic] = ACTIONS(1016), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [sym_primitive_type] = ACTIONS(1016), - [anon_sym_enum] = ACTIONS(1016), - [anon_sym_struct] = ACTIONS(1016), - [anon_sym_union] = ACTIONS(1016), - [anon_sym_if] = ACTIONS(1016), - [anon_sym_else] = ACTIONS(1016), - [anon_sym_switch] = ACTIONS(1016), - [anon_sym_case] = ACTIONS(1016), - [anon_sym_default] = ACTIONS(1016), - [anon_sym_while] = ACTIONS(1016), - [anon_sym_do] = ACTIONS(1016), - [anon_sym_for] = ACTIONS(1016), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_break] = ACTIONS(1016), - [anon_sym_continue] = ACTIONS(1016), - [anon_sym_goto] = ACTIONS(1016), - [anon_sym_DASH_DASH] = ACTIONS(1018), - [anon_sym_PLUS_PLUS] = ACTIONS(1018), - [anon_sym_sizeof] = ACTIONS(1016), - [sym_number_literal] = ACTIONS(1018), - [anon_sym_L_SQUOTE] = ACTIONS(1018), - [anon_sym_u_SQUOTE] = ACTIONS(1018), - [anon_sym_U_SQUOTE] = ACTIONS(1018), - [anon_sym_u8_SQUOTE] = ACTIONS(1018), - [anon_sym_SQUOTE] = ACTIONS(1018), - [anon_sym_L_DQUOTE] = ACTIONS(1018), - [anon_sym_u_DQUOTE] = ACTIONS(1018), - [anon_sym_U_DQUOTE] = ACTIONS(1018), - [anon_sym_u8_DQUOTE] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1018), - [sym_true] = ACTIONS(1016), - [sym_false] = ACTIONS(1016), - [sym_null] = ACTIONS(1016), + [283] = { + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_RBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, - [307] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), + [284] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(304), + [sym_attributed_statement] = STATE(304), + [sym_labeled_statement] = STATE(304), + [sym_expression_statement] = STATE(304), + [sym_if_statement] = STATE(304), + [sym_switch_statement] = STATE(304), + [sym_case_statement] = STATE(304), + [sym_while_statement] = STATE(304), + [sym_do_statement] = STATE(304), + [sym_for_statement] = STATE(304), + [sym_return_statement] = STATE(304), + [sym_break_statement] = STATE(304), + [sym_continue_statement] = STATE(304), + [sym_goto_statement] = STATE(304), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [308] = { - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_RBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), + [285] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(92), + [sym_attributed_statement] = STATE(92), + [sym_labeled_statement] = STATE(92), + [sym_expression_statement] = STATE(92), + [sym_if_statement] = STATE(92), + [sym_switch_statement] = STATE(92), + [sym_case_statement] = STATE(92), + [sym_while_statement] = STATE(92), + [sym_do_statement] = STATE(92), + [sym_for_statement] = STATE(92), + [sym_return_statement] = STATE(92), + [sym_break_statement] = STATE(92), + [sym_continue_statement] = STATE(92), + [sym_goto_statement] = STATE(92), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [286] = { + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_RBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), + [sym_comment] = ACTIONS(3), + }, + [287] = { + [sym_identifier] = ACTIONS(920), + [aux_sym_preproc_include_token1] = ACTIONS(920), + [aux_sym_preproc_def_token1] = ACTIONS(920), + [aux_sym_preproc_if_token1] = ACTIONS(920), + [aux_sym_preproc_if_token2] = ACTIONS(920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(920), + [sym_preproc_directive] = ACTIONS(920), + [anon_sym_LPAREN2] = ACTIONS(922), + [anon_sym_BANG] = ACTIONS(922), + [anon_sym_TILDE] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(920), + [anon_sym_STAR] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_typedef] = ACTIONS(920), + [anon_sym_extern] = ACTIONS(920), + [anon_sym___attribute__] = ACTIONS(920), + [anon_sym_LBRACK_LBRACK] = ACTIONS(922), + [anon_sym___declspec] = ACTIONS(920), + [anon_sym___cdecl] = ACTIONS(920), + [anon_sym___clrcall] = ACTIONS(920), + [anon_sym___stdcall] = ACTIONS(920), + [anon_sym___fastcall] = ACTIONS(920), + [anon_sym___thiscall] = ACTIONS(920), + [anon_sym___vectorcall] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_static] = ACTIONS(920), + [anon_sym_auto] = ACTIONS(920), + [anon_sym_register] = ACTIONS(920), + [anon_sym_inline] = ACTIONS(920), + [anon_sym_const] = ACTIONS(920), + [anon_sym_volatile] = ACTIONS(920), + [anon_sym_restrict] = ACTIONS(920), + [anon_sym__Atomic] = ACTIONS(920), + [anon_sym_signed] = ACTIONS(920), + [anon_sym_unsigned] = ACTIONS(920), + [anon_sym_long] = ACTIONS(920), + [anon_sym_short] = ACTIONS(920), + [sym_primitive_type] = ACTIONS(920), + [anon_sym_enum] = ACTIONS(920), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(920), + [anon_sym_if] = ACTIONS(920), + [anon_sym_else] = ACTIONS(920), + [anon_sym_switch] = ACTIONS(920), + [anon_sym_case] = ACTIONS(920), + [anon_sym_default] = ACTIONS(920), + [anon_sym_while] = ACTIONS(920), + [anon_sym_do] = ACTIONS(920), + [anon_sym_for] = ACTIONS(920), + [anon_sym_return] = ACTIONS(920), + [anon_sym_break] = ACTIONS(920), + [anon_sym_continue] = ACTIONS(920), + [anon_sym_goto] = ACTIONS(920), + [anon_sym_DASH_DASH] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_sizeof] = ACTIONS(920), + [sym_number_literal] = ACTIONS(922), + [anon_sym_L_SQUOTE] = ACTIONS(922), + [anon_sym_u_SQUOTE] = ACTIONS(922), + [anon_sym_U_SQUOTE] = ACTIONS(922), + [anon_sym_u8_SQUOTE] = ACTIONS(922), + [anon_sym_SQUOTE] = ACTIONS(922), + [anon_sym_L_DQUOTE] = ACTIONS(922), + [anon_sym_u_DQUOTE] = ACTIONS(922), + [anon_sym_U_DQUOTE] = ACTIONS(922), + [anon_sym_u8_DQUOTE] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym_true] = ACTIONS(920), + [sym_false] = ACTIONS(920), + [sym_null] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [309] = { - [sym_identifier] = ACTIONS(898), - [aux_sym_preproc_include_token1] = ACTIONS(898), - [aux_sym_preproc_def_token1] = ACTIONS(898), - [aux_sym_preproc_if_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(898), - [sym_preproc_directive] = ACTIONS(898), - [anon_sym_LPAREN2] = ACTIONS(900), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(900), - [anon_sym_AMP] = ACTIONS(900), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_typedef] = ACTIONS(898), - [anon_sym_extern] = ACTIONS(898), - [anon_sym___attribute__] = ACTIONS(898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(898), - [anon_sym___cdecl] = ACTIONS(898), - [anon_sym___clrcall] = ACTIONS(898), - [anon_sym___stdcall] = ACTIONS(898), - [anon_sym___fastcall] = ACTIONS(898), - [anon_sym___thiscall] = ACTIONS(898), - [anon_sym___vectorcall] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_RBRACE] = ACTIONS(900), - [anon_sym_static] = ACTIONS(898), - [anon_sym_auto] = ACTIONS(898), - [anon_sym_register] = ACTIONS(898), - [anon_sym_inline] = ACTIONS(898), - [anon_sym_const] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_restrict] = ACTIONS(898), - [anon_sym__Atomic] = ACTIONS(898), - [anon_sym_signed] = ACTIONS(898), - [anon_sym_unsigned] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [sym_primitive_type] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_struct] = ACTIONS(898), - [anon_sym_union] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_goto] = ACTIONS(898), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_sizeof] = ACTIONS(898), - [sym_number_literal] = ACTIONS(900), - [anon_sym_L_SQUOTE] = ACTIONS(900), - [anon_sym_u_SQUOTE] = ACTIONS(900), - [anon_sym_U_SQUOTE] = ACTIONS(900), - [anon_sym_u8_SQUOTE] = ACTIONS(900), - [anon_sym_SQUOTE] = ACTIONS(900), - [anon_sym_L_DQUOTE] = ACTIONS(900), - [anon_sym_u_DQUOTE] = ACTIONS(900), - [anon_sym_U_DQUOTE] = ACTIONS(900), - [anon_sym_u8_DQUOTE] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(900), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_null] = ACTIONS(898), + [288] = { + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_RBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, - [310] = { - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_identifier] = ACTIONS(1076), - [aux_sym_preproc_include_token1] = ACTIONS(1076), - [aux_sym_preproc_def_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), - [sym_preproc_directive] = ACTIONS(1076), - [anon_sym_LPAREN2] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1078), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1078), - [anon_sym_typedef] = ACTIONS(1076), - [anon_sym_extern] = ACTIONS(1076), - [anon_sym___attribute__] = ACTIONS(1076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1076), - [anon_sym___cdecl] = ACTIONS(1076), - [anon_sym___clrcall] = ACTIONS(1076), - [anon_sym___stdcall] = ACTIONS(1076), - [anon_sym___fastcall] = ACTIONS(1076), - [anon_sym___thiscall] = ACTIONS(1076), - [anon_sym___vectorcall] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_static] = ACTIONS(1076), - [anon_sym_auto] = ACTIONS(1076), - [anon_sym_register] = ACTIONS(1076), - [anon_sym_inline] = ACTIONS(1076), - [anon_sym_const] = ACTIONS(1076), - [anon_sym_volatile] = ACTIONS(1076), - [anon_sym_restrict] = ACTIONS(1076), - [anon_sym__Atomic] = ACTIONS(1076), - [anon_sym_signed] = ACTIONS(1076), - [anon_sym_unsigned] = ACTIONS(1076), - [anon_sym_long] = ACTIONS(1076), - [anon_sym_short] = ACTIONS(1076), - [sym_primitive_type] = ACTIONS(1076), - [anon_sym_enum] = ACTIONS(1076), - [anon_sym_struct] = ACTIONS(1076), - [anon_sym_union] = ACTIONS(1076), - [anon_sym_if] = ACTIONS(1076), - [anon_sym_switch] = ACTIONS(1076), - [anon_sym_case] = ACTIONS(1076), - [anon_sym_default] = ACTIONS(1076), - [anon_sym_while] = ACTIONS(1076), - [anon_sym_do] = ACTIONS(1076), - [anon_sym_for] = ACTIONS(1076), - [anon_sym_return] = ACTIONS(1076), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1076), - [anon_sym_goto] = ACTIONS(1076), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [anon_sym_sizeof] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1078), - [anon_sym_L_SQUOTE] = ACTIONS(1078), - [anon_sym_u_SQUOTE] = ACTIONS(1078), - [anon_sym_U_SQUOTE] = ACTIONS(1078), - [anon_sym_u8_SQUOTE] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_L_DQUOTE] = ACTIONS(1078), - [anon_sym_u_DQUOTE] = ACTIONS(1078), - [anon_sym_U_DQUOTE] = ACTIONS(1078), - [anon_sym_u8_DQUOTE] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [sym_true] = ACTIONS(1076), - [sym_false] = ACTIONS(1076), - [sym_null] = ACTIONS(1076), + [289] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(95), + [sym_attributed_statement] = STATE(95), + [sym_labeled_statement] = STATE(95), + [sym_expression_statement] = STATE(95), + [sym_if_statement] = STATE(95), + [sym_switch_statement] = STATE(95), + [sym_case_statement] = STATE(95), + [sym_while_statement] = STATE(95), + [sym_do_statement] = STATE(95), + [sym_for_statement] = STATE(95), + [sym_return_statement] = STATE(95), + [sym_break_statement] = STATE(95), + [sym_continue_statement] = STATE(95), + [sym_goto_statement] = STATE(95), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [311] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_RBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [290] = { + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_comment] = ACTIONS(3), + }, + [291] = { + [sym_identifier] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_typedef] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym___attribute__] = ACTIONS(1004), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), + [anon_sym___declspec] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_RBRACE] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_auto] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_inline] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_restrict] = ACTIONS(1004), + [anon_sym__Atomic] = ACTIONS(1004), + [anon_sym_signed] = ACTIONS(1004), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [sym_primitive_type] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_struct] = ACTIONS(1004), + [anon_sym_union] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_goto] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_sizeof] = ACTIONS(1004), + [sym_number_literal] = ACTIONS(1006), + [anon_sym_L_SQUOTE] = ACTIONS(1006), + [anon_sym_u_SQUOTE] = ACTIONS(1006), + [anon_sym_U_SQUOTE] = ACTIONS(1006), + [anon_sym_u8_SQUOTE] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_L_DQUOTE] = ACTIONS(1006), + [anon_sym_u_DQUOTE] = ACTIONS(1006), + [anon_sym_U_DQUOTE] = ACTIONS(1006), + [anon_sym_u8_DQUOTE] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [312] = { - [sym_identifier] = ACTIONS(1068), - [aux_sym_preproc_include_token1] = ACTIONS(1068), - [aux_sym_preproc_def_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), - [sym_preproc_directive] = ACTIONS(1068), - [anon_sym_LPAREN2] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_AMP] = ACTIONS(1070), - [anon_sym_SEMI] = ACTIONS(1070), - [anon_sym_typedef] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym___attribute__] = ACTIONS(1068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), - [anon_sym___declspec] = ACTIONS(1068), - [anon_sym___cdecl] = ACTIONS(1068), - [anon_sym___clrcall] = ACTIONS(1068), - [anon_sym___stdcall] = ACTIONS(1068), - [anon_sym___fastcall] = ACTIONS(1068), - [anon_sym___thiscall] = ACTIONS(1068), - [anon_sym___vectorcall] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_RBRACE] = ACTIONS(1070), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_auto] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [anon_sym_volatile] = ACTIONS(1068), - [anon_sym_restrict] = ACTIONS(1068), - [anon_sym__Atomic] = ACTIONS(1068), - [anon_sym_signed] = ACTIONS(1068), - [anon_sym_unsigned] = ACTIONS(1068), - [anon_sym_long] = ACTIONS(1068), - [anon_sym_short] = ACTIONS(1068), - [sym_primitive_type] = ACTIONS(1068), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_struct] = ACTIONS(1068), - [anon_sym_union] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_switch] = ACTIONS(1068), - [anon_sym_case] = ACTIONS(1068), - [anon_sym_default] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_goto] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [anon_sym_sizeof] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1070), - [anon_sym_L_SQUOTE] = ACTIONS(1070), - [anon_sym_u_SQUOTE] = ACTIONS(1070), - [anon_sym_U_SQUOTE] = ACTIONS(1070), - [anon_sym_u8_SQUOTE] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_L_DQUOTE] = ACTIONS(1070), - [anon_sym_u_DQUOTE] = ACTIONS(1070), - [anon_sym_U_DQUOTE] = ACTIONS(1070), - [anon_sym_u8_DQUOTE] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [sym_true] = ACTIONS(1068), - [sym_false] = ACTIONS(1068), - [sym_null] = ACTIONS(1068), + [292] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(286), + [sym_attributed_statement] = STATE(286), + [sym_labeled_statement] = STATE(286), + [sym_expression_statement] = STATE(286), + [sym_if_statement] = STATE(286), + [sym_switch_statement] = STATE(286), + [sym_case_statement] = STATE(286), + [sym_while_statement] = STATE(286), + [sym_do_statement] = STATE(286), + [sym_for_statement] = STATE(286), + [sym_return_statement] = STATE(286), + [sym_break_statement] = STATE(286), + [sym_continue_statement] = STATE(286), + [sym_goto_statement] = STATE(286), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [313] = { - [sym_identifier] = ACTIONS(1092), - [aux_sym_preproc_include_token1] = ACTIONS(1092), - [aux_sym_preproc_def_token1] = ACTIONS(1092), - [aux_sym_preproc_if_token1] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), - [sym_preproc_directive] = ACTIONS(1092), - [anon_sym_LPAREN2] = ACTIONS(1094), - [anon_sym_BANG] = ACTIONS(1094), - [anon_sym_TILDE] = ACTIONS(1094), - [anon_sym_DASH] = ACTIONS(1092), - [anon_sym_PLUS] = ACTIONS(1092), - [anon_sym_STAR] = ACTIONS(1094), - [anon_sym_AMP] = ACTIONS(1094), - [anon_sym_SEMI] = ACTIONS(1094), - [anon_sym_typedef] = ACTIONS(1092), - [anon_sym_extern] = ACTIONS(1092), - [anon_sym___attribute__] = ACTIONS(1092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), - [anon_sym___declspec] = ACTIONS(1092), - [anon_sym___cdecl] = ACTIONS(1092), - [anon_sym___clrcall] = ACTIONS(1092), - [anon_sym___stdcall] = ACTIONS(1092), - [anon_sym___fastcall] = ACTIONS(1092), - [anon_sym___thiscall] = ACTIONS(1092), - [anon_sym___vectorcall] = ACTIONS(1092), - [anon_sym_LBRACE] = ACTIONS(1094), - [anon_sym_RBRACE] = ACTIONS(1094), - [anon_sym_static] = ACTIONS(1092), - [anon_sym_auto] = ACTIONS(1092), - [anon_sym_register] = ACTIONS(1092), - [anon_sym_inline] = ACTIONS(1092), - [anon_sym_const] = ACTIONS(1092), - [anon_sym_volatile] = ACTIONS(1092), - [anon_sym_restrict] = ACTIONS(1092), - [anon_sym__Atomic] = ACTIONS(1092), - [anon_sym_signed] = ACTIONS(1092), - [anon_sym_unsigned] = ACTIONS(1092), - [anon_sym_long] = ACTIONS(1092), - [anon_sym_short] = ACTIONS(1092), - [sym_primitive_type] = ACTIONS(1092), - [anon_sym_enum] = ACTIONS(1092), - [anon_sym_struct] = ACTIONS(1092), - [anon_sym_union] = ACTIONS(1092), - [anon_sym_if] = ACTIONS(1092), - [anon_sym_switch] = ACTIONS(1092), - [anon_sym_case] = ACTIONS(1092), - [anon_sym_default] = ACTIONS(1092), - [anon_sym_while] = ACTIONS(1092), - [anon_sym_do] = ACTIONS(1092), - [anon_sym_for] = ACTIONS(1092), - [anon_sym_return] = ACTIONS(1092), - [anon_sym_break] = ACTIONS(1092), - [anon_sym_continue] = ACTIONS(1092), - [anon_sym_goto] = ACTIONS(1092), - [anon_sym_DASH_DASH] = ACTIONS(1094), - [anon_sym_PLUS_PLUS] = ACTIONS(1094), - [anon_sym_sizeof] = ACTIONS(1092), - [sym_number_literal] = ACTIONS(1094), - [anon_sym_L_SQUOTE] = ACTIONS(1094), - [anon_sym_u_SQUOTE] = ACTIONS(1094), - [anon_sym_U_SQUOTE] = ACTIONS(1094), - [anon_sym_u8_SQUOTE] = ACTIONS(1094), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_L_DQUOTE] = ACTIONS(1094), - [anon_sym_u_DQUOTE] = ACTIONS(1094), - [anon_sym_U_DQUOTE] = ACTIONS(1094), - [anon_sym_u8_DQUOTE] = ACTIONS(1094), - [anon_sym_DQUOTE] = ACTIONS(1094), - [sym_true] = ACTIONS(1092), - [sym_false] = ACTIONS(1092), - [sym_null] = ACTIONS(1092), + [293] = { + [sym_attribute_declaration] = STATE(237), + [sym_compound_statement] = STATE(100), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_case_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym__expression] = STATE(747), + [sym_comma_expression] = STATE(1433), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(237), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(115), + [anon_sym_if] = ACTIONS(117), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(121), + [anon_sym_default] = ACTIONS(123), + [anon_sym_while] = ACTIONS(125), + [anon_sym_do] = ACTIONS(127), + [anon_sym_for] = ACTIONS(129), + [anon_sym_return] = ACTIONS(131), + [anon_sym_break] = ACTIONS(133), + [anon_sym_continue] = ACTIONS(135), + [anon_sym_goto] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [314] = { - [ts_builtin_sym_end] = ACTIONS(1086), - [sym_identifier] = ACTIONS(1084), - [aux_sym_preproc_include_token1] = ACTIONS(1084), - [aux_sym_preproc_def_token1] = ACTIONS(1084), - [aux_sym_preproc_if_token1] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), - [sym_preproc_directive] = ACTIONS(1084), - [anon_sym_LPAREN2] = ACTIONS(1086), - [anon_sym_BANG] = ACTIONS(1086), - [anon_sym_TILDE] = ACTIONS(1086), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_STAR] = ACTIONS(1086), - [anon_sym_AMP] = ACTIONS(1086), - [anon_sym_SEMI] = ACTIONS(1086), - [anon_sym_typedef] = ACTIONS(1084), - [anon_sym_extern] = ACTIONS(1084), - [anon_sym___attribute__] = ACTIONS(1084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym___declspec] = ACTIONS(1084), - [anon_sym___cdecl] = ACTIONS(1084), - [anon_sym___clrcall] = ACTIONS(1084), - [anon_sym___stdcall] = ACTIONS(1084), - [anon_sym___fastcall] = ACTIONS(1084), - [anon_sym___thiscall] = ACTIONS(1084), - [anon_sym___vectorcall] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_static] = ACTIONS(1084), - [anon_sym_auto] = ACTIONS(1084), - [anon_sym_register] = ACTIONS(1084), - [anon_sym_inline] = ACTIONS(1084), - [anon_sym_const] = ACTIONS(1084), - [anon_sym_volatile] = ACTIONS(1084), - [anon_sym_restrict] = ACTIONS(1084), - [anon_sym__Atomic] = ACTIONS(1084), - [anon_sym_signed] = ACTIONS(1084), - [anon_sym_unsigned] = ACTIONS(1084), - [anon_sym_long] = ACTIONS(1084), - [anon_sym_short] = ACTIONS(1084), - [sym_primitive_type] = ACTIONS(1084), - [anon_sym_enum] = ACTIONS(1084), - [anon_sym_struct] = ACTIONS(1084), - [anon_sym_union] = ACTIONS(1084), - [anon_sym_if] = ACTIONS(1084), - [anon_sym_switch] = ACTIONS(1084), - [anon_sym_case] = ACTIONS(1084), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1084), - [anon_sym_do] = ACTIONS(1084), - [anon_sym_for] = ACTIONS(1084), - [anon_sym_return] = ACTIONS(1084), - [anon_sym_break] = ACTIONS(1084), - [anon_sym_continue] = ACTIONS(1084), - [anon_sym_goto] = ACTIONS(1084), - [anon_sym_DASH_DASH] = ACTIONS(1086), - [anon_sym_PLUS_PLUS] = ACTIONS(1086), - [anon_sym_sizeof] = ACTIONS(1084), - [sym_number_literal] = ACTIONS(1086), - [anon_sym_L_SQUOTE] = ACTIONS(1086), - [anon_sym_u_SQUOTE] = ACTIONS(1086), - [anon_sym_U_SQUOTE] = ACTIONS(1086), - [anon_sym_u8_SQUOTE] = ACTIONS(1086), - [anon_sym_SQUOTE] = ACTIONS(1086), - [anon_sym_L_DQUOTE] = ACTIONS(1086), - [anon_sym_u_DQUOTE] = ACTIONS(1086), - [anon_sym_U_DQUOTE] = ACTIONS(1086), - [anon_sym_u8_DQUOTE] = ACTIONS(1086), - [anon_sym_DQUOTE] = ACTIONS(1086), - [sym_true] = ACTIONS(1084), - [sym_false] = ACTIONS(1084), - [sym_null] = ACTIONS(1084), + [294] = { + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [315] = { - [sym_identifier] = ACTIONS(1084), - [aux_sym_preproc_include_token1] = ACTIONS(1084), - [aux_sym_preproc_def_token1] = ACTIONS(1084), - [aux_sym_preproc_if_token1] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), - [sym_preproc_directive] = ACTIONS(1084), - [anon_sym_LPAREN2] = ACTIONS(1086), - [anon_sym_BANG] = ACTIONS(1086), - [anon_sym_TILDE] = ACTIONS(1086), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_STAR] = ACTIONS(1086), - [anon_sym_AMP] = ACTIONS(1086), - [anon_sym_SEMI] = ACTIONS(1086), - [anon_sym_typedef] = ACTIONS(1084), - [anon_sym_extern] = ACTIONS(1084), - [anon_sym___attribute__] = ACTIONS(1084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym___declspec] = ACTIONS(1084), - [anon_sym___cdecl] = ACTIONS(1084), - [anon_sym___clrcall] = ACTIONS(1084), - [anon_sym___stdcall] = ACTIONS(1084), - [anon_sym___fastcall] = ACTIONS(1084), - [anon_sym___thiscall] = ACTIONS(1084), - [anon_sym___vectorcall] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_RBRACE] = ACTIONS(1086), - [anon_sym_static] = ACTIONS(1084), - [anon_sym_auto] = ACTIONS(1084), - [anon_sym_register] = ACTIONS(1084), - [anon_sym_inline] = ACTIONS(1084), - [anon_sym_const] = ACTIONS(1084), - [anon_sym_volatile] = ACTIONS(1084), - [anon_sym_restrict] = ACTIONS(1084), - [anon_sym__Atomic] = ACTIONS(1084), - [anon_sym_signed] = ACTIONS(1084), - [anon_sym_unsigned] = ACTIONS(1084), - [anon_sym_long] = ACTIONS(1084), - [anon_sym_short] = ACTIONS(1084), - [sym_primitive_type] = ACTIONS(1084), - [anon_sym_enum] = ACTIONS(1084), - [anon_sym_struct] = ACTIONS(1084), - [anon_sym_union] = ACTIONS(1084), - [anon_sym_if] = ACTIONS(1084), - [anon_sym_switch] = ACTIONS(1084), - [anon_sym_case] = ACTIONS(1084), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1084), - [anon_sym_do] = ACTIONS(1084), - [anon_sym_for] = ACTIONS(1084), - [anon_sym_return] = ACTIONS(1084), - [anon_sym_break] = ACTIONS(1084), - [anon_sym_continue] = ACTIONS(1084), - [anon_sym_goto] = ACTIONS(1084), - [anon_sym_DASH_DASH] = ACTIONS(1086), - [anon_sym_PLUS_PLUS] = ACTIONS(1086), - [anon_sym_sizeof] = ACTIONS(1084), - [sym_number_literal] = ACTIONS(1086), - [anon_sym_L_SQUOTE] = ACTIONS(1086), - [anon_sym_u_SQUOTE] = ACTIONS(1086), - [anon_sym_U_SQUOTE] = ACTIONS(1086), - [anon_sym_u8_SQUOTE] = ACTIONS(1086), - [anon_sym_SQUOTE] = ACTIONS(1086), - [anon_sym_L_DQUOTE] = ACTIONS(1086), - [anon_sym_u_DQUOTE] = ACTIONS(1086), - [anon_sym_U_DQUOTE] = ACTIONS(1086), - [anon_sym_u8_DQUOTE] = ACTIONS(1086), - [anon_sym_DQUOTE] = ACTIONS(1086), - [sym_true] = ACTIONS(1084), - [sym_false] = ACTIONS(1084), - [sym_null] = ACTIONS(1084), + [295] = { + [sym_identifier] = ACTIONS(920), + [aux_sym_preproc_include_token1] = ACTIONS(920), + [aux_sym_preproc_def_token1] = ACTIONS(920), + [aux_sym_preproc_if_token1] = ACTIONS(920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(920), + [sym_preproc_directive] = ACTIONS(920), + [anon_sym_LPAREN2] = ACTIONS(922), + [anon_sym_BANG] = ACTIONS(922), + [anon_sym_TILDE] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(920), + [anon_sym_STAR] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_typedef] = ACTIONS(920), + [anon_sym_extern] = ACTIONS(920), + [anon_sym___attribute__] = ACTIONS(920), + [anon_sym_LBRACK_LBRACK] = ACTIONS(922), + [anon_sym___declspec] = ACTIONS(920), + [anon_sym___cdecl] = ACTIONS(920), + [anon_sym___clrcall] = ACTIONS(920), + [anon_sym___stdcall] = ACTIONS(920), + [anon_sym___fastcall] = ACTIONS(920), + [anon_sym___thiscall] = ACTIONS(920), + [anon_sym___vectorcall] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_static] = ACTIONS(920), + [anon_sym_auto] = ACTIONS(920), + [anon_sym_register] = ACTIONS(920), + [anon_sym_inline] = ACTIONS(920), + [anon_sym_const] = ACTIONS(920), + [anon_sym_volatile] = ACTIONS(920), + [anon_sym_restrict] = ACTIONS(920), + [anon_sym__Atomic] = ACTIONS(920), + [anon_sym_signed] = ACTIONS(920), + [anon_sym_unsigned] = ACTIONS(920), + [anon_sym_long] = ACTIONS(920), + [anon_sym_short] = ACTIONS(920), + [sym_primitive_type] = ACTIONS(920), + [anon_sym_enum] = ACTIONS(920), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(920), + [anon_sym_if] = ACTIONS(920), + [anon_sym_else] = ACTIONS(920), + [anon_sym_switch] = ACTIONS(920), + [anon_sym_case] = ACTIONS(920), + [anon_sym_default] = ACTIONS(920), + [anon_sym_while] = ACTIONS(920), + [anon_sym_do] = ACTIONS(920), + [anon_sym_for] = ACTIONS(920), + [anon_sym_return] = ACTIONS(920), + [anon_sym_break] = ACTIONS(920), + [anon_sym_continue] = ACTIONS(920), + [anon_sym_goto] = ACTIONS(920), + [anon_sym_DASH_DASH] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_sizeof] = ACTIONS(920), + [sym_number_literal] = ACTIONS(922), + [anon_sym_L_SQUOTE] = ACTIONS(922), + [anon_sym_u_SQUOTE] = ACTIONS(922), + [anon_sym_U_SQUOTE] = ACTIONS(922), + [anon_sym_u8_SQUOTE] = ACTIONS(922), + [anon_sym_SQUOTE] = ACTIONS(922), + [anon_sym_L_DQUOTE] = ACTIONS(922), + [anon_sym_u_DQUOTE] = ACTIONS(922), + [anon_sym_U_DQUOTE] = ACTIONS(922), + [anon_sym_u8_DQUOTE] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym_true] = ACTIONS(920), + [sym_false] = ACTIONS(920), + [sym_null] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [316] = { - [sym_identifier] = ACTIONS(1032), - [aux_sym_preproc_include_token1] = ACTIONS(1032), - [aux_sym_preproc_def_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), - [sym_preproc_directive] = ACTIONS(1032), - [anon_sym_LPAREN2] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1034), - [anon_sym_TILDE] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1032), - [anon_sym_PLUS] = ACTIONS(1032), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1034), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_extern] = ACTIONS(1032), - [anon_sym___attribute__] = ACTIONS(1032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), - [anon_sym___declspec] = ACTIONS(1032), - [anon_sym___cdecl] = ACTIONS(1032), - [anon_sym___clrcall] = ACTIONS(1032), - [anon_sym___stdcall] = ACTIONS(1032), - [anon_sym___fastcall] = ACTIONS(1032), - [anon_sym___thiscall] = ACTIONS(1032), - [anon_sym___vectorcall] = ACTIONS(1032), - [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_RBRACE] = ACTIONS(1034), - [anon_sym_static] = ACTIONS(1032), - [anon_sym_auto] = ACTIONS(1032), - [anon_sym_register] = ACTIONS(1032), - [anon_sym_inline] = ACTIONS(1032), - [anon_sym_const] = ACTIONS(1032), - [anon_sym_volatile] = ACTIONS(1032), - [anon_sym_restrict] = ACTIONS(1032), - [anon_sym__Atomic] = ACTIONS(1032), - [anon_sym_signed] = ACTIONS(1032), - [anon_sym_unsigned] = ACTIONS(1032), - [anon_sym_long] = ACTIONS(1032), - [anon_sym_short] = ACTIONS(1032), - [sym_primitive_type] = ACTIONS(1032), - [anon_sym_enum] = ACTIONS(1032), - [anon_sym_struct] = ACTIONS(1032), - [anon_sym_union] = ACTIONS(1032), - [anon_sym_if] = ACTIONS(1032), - [anon_sym_switch] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1032), - [anon_sym_default] = ACTIONS(1032), - [anon_sym_while] = ACTIONS(1032), - [anon_sym_do] = ACTIONS(1032), - [anon_sym_for] = ACTIONS(1032), - [anon_sym_return] = ACTIONS(1032), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1032), - [anon_sym_goto] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1034), - [anon_sym_PLUS_PLUS] = ACTIONS(1034), - [anon_sym_sizeof] = ACTIONS(1032), - [sym_number_literal] = ACTIONS(1034), - [anon_sym_L_SQUOTE] = ACTIONS(1034), - [anon_sym_u_SQUOTE] = ACTIONS(1034), - [anon_sym_U_SQUOTE] = ACTIONS(1034), - [anon_sym_u8_SQUOTE] = ACTIONS(1034), - [anon_sym_SQUOTE] = ACTIONS(1034), - [anon_sym_L_DQUOTE] = ACTIONS(1034), - [anon_sym_u_DQUOTE] = ACTIONS(1034), - [anon_sym_U_DQUOTE] = ACTIONS(1034), - [anon_sym_u8_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(1034), - [sym_true] = ACTIONS(1032), - [sym_false] = ACTIONS(1032), - [sym_null] = ACTIONS(1032), + [296] = { + [ts_builtin_sym_end] = ACTIONS(970), + [sym_identifier] = ACTIONS(968), + [aux_sym_preproc_include_token1] = ACTIONS(968), + [aux_sym_preproc_def_token1] = ACTIONS(968), + [aux_sym_preproc_if_token1] = ACTIONS(968), + [aux_sym_preproc_ifdef_token1] = ACTIONS(968), + [aux_sym_preproc_ifdef_token2] = ACTIONS(968), + [sym_preproc_directive] = ACTIONS(968), + [anon_sym_LPAREN2] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(970), + [anon_sym_TILDE] = ACTIONS(970), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_STAR] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_typedef] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym___attribute__] = ACTIONS(968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(970), + [anon_sym___declspec] = ACTIONS(968), + [anon_sym___cdecl] = ACTIONS(968), + [anon_sym___clrcall] = ACTIONS(968), + [anon_sym___stdcall] = ACTIONS(968), + [anon_sym___fastcall] = ACTIONS(968), + [anon_sym___thiscall] = ACTIONS(968), + [anon_sym___vectorcall] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_static] = ACTIONS(968), + [anon_sym_auto] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_inline] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym__Atomic] = ACTIONS(968), + [anon_sym_signed] = ACTIONS(968), + [anon_sym_unsigned] = ACTIONS(968), + [anon_sym_long] = ACTIONS(968), + [anon_sym_short] = ACTIONS(968), + [sym_primitive_type] = ACTIONS(968), + [anon_sym_enum] = ACTIONS(968), + [anon_sym_struct] = ACTIONS(968), + [anon_sym_union] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_goto] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_PLUS_PLUS] = ACTIONS(970), + [anon_sym_sizeof] = ACTIONS(968), + [sym_number_literal] = ACTIONS(970), + [anon_sym_L_SQUOTE] = ACTIONS(970), + [anon_sym_u_SQUOTE] = ACTIONS(970), + [anon_sym_U_SQUOTE] = ACTIONS(970), + [anon_sym_u8_SQUOTE] = ACTIONS(970), + [anon_sym_SQUOTE] = ACTIONS(970), + [anon_sym_L_DQUOTE] = ACTIONS(970), + [anon_sym_u_DQUOTE] = ACTIONS(970), + [anon_sym_U_DQUOTE] = ACTIONS(970), + [anon_sym_u8_DQUOTE] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), [sym_comment] = ACTIONS(3), }, - [317] = { - [sym_identifier] = ACTIONS(1120), - [aux_sym_preproc_include_token1] = ACTIONS(1120), - [aux_sym_preproc_def_token1] = ACTIONS(1120), - [aux_sym_preproc_if_token1] = ACTIONS(1120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), - [sym_preproc_directive] = ACTIONS(1120), - [anon_sym_LPAREN2] = ACTIONS(1122), - [anon_sym_BANG] = ACTIONS(1122), - [anon_sym_TILDE] = ACTIONS(1122), - [anon_sym_DASH] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(1120), - [anon_sym_STAR] = ACTIONS(1122), - [anon_sym_AMP] = ACTIONS(1122), - [anon_sym_SEMI] = ACTIONS(1122), - [anon_sym_typedef] = ACTIONS(1120), - [anon_sym_extern] = ACTIONS(1120), - [anon_sym___attribute__] = ACTIONS(1120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), - [anon_sym___declspec] = ACTIONS(1120), - [anon_sym___cdecl] = ACTIONS(1120), - [anon_sym___clrcall] = ACTIONS(1120), - [anon_sym___stdcall] = ACTIONS(1120), - [anon_sym___fastcall] = ACTIONS(1120), - [anon_sym___thiscall] = ACTIONS(1120), - [anon_sym___vectorcall] = ACTIONS(1120), - [anon_sym_LBRACE] = ACTIONS(1122), - [anon_sym_RBRACE] = ACTIONS(1122), - [anon_sym_static] = ACTIONS(1120), - [anon_sym_auto] = ACTIONS(1120), - [anon_sym_register] = ACTIONS(1120), - [anon_sym_inline] = ACTIONS(1120), - [anon_sym_const] = ACTIONS(1120), - [anon_sym_volatile] = ACTIONS(1120), - [anon_sym_restrict] = ACTIONS(1120), - [anon_sym__Atomic] = ACTIONS(1120), - [anon_sym_signed] = ACTIONS(1120), - [anon_sym_unsigned] = ACTIONS(1120), - [anon_sym_long] = ACTIONS(1120), - [anon_sym_short] = ACTIONS(1120), - [sym_primitive_type] = ACTIONS(1120), - [anon_sym_enum] = ACTIONS(1120), - [anon_sym_struct] = ACTIONS(1120), - [anon_sym_union] = ACTIONS(1120), - [anon_sym_if] = ACTIONS(1120), - [anon_sym_switch] = ACTIONS(1120), - [anon_sym_case] = ACTIONS(1120), - [anon_sym_default] = ACTIONS(1120), - [anon_sym_while] = ACTIONS(1120), - [anon_sym_do] = ACTIONS(1120), - [anon_sym_for] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_continue] = ACTIONS(1120), - [anon_sym_goto] = ACTIONS(1120), - [anon_sym_DASH_DASH] = ACTIONS(1122), - [anon_sym_PLUS_PLUS] = ACTIONS(1122), - [anon_sym_sizeof] = ACTIONS(1120), - [sym_number_literal] = ACTIONS(1122), - [anon_sym_L_SQUOTE] = ACTIONS(1122), - [anon_sym_u_SQUOTE] = ACTIONS(1122), - [anon_sym_U_SQUOTE] = ACTIONS(1122), - [anon_sym_u8_SQUOTE] = ACTIONS(1122), - [anon_sym_SQUOTE] = ACTIONS(1122), - [anon_sym_L_DQUOTE] = ACTIONS(1122), - [anon_sym_u_DQUOTE] = ACTIONS(1122), - [anon_sym_U_DQUOTE] = ACTIONS(1122), - [anon_sym_u8_DQUOTE] = ACTIONS(1122), - [anon_sym_DQUOTE] = ACTIONS(1122), - [sym_true] = ACTIONS(1120), - [sym_false] = ACTIONS(1120), - [sym_null] = ACTIONS(1120), + [297] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [318] = { - [sym_identifier] = ACTIONS(1116), - [aux_sym_preproc_include_token1] = ACTIONS(1116), - [aux_sym_preproc_def_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), - [sym_preproc_directive] = ACTIONS(1116), - [anon_sym_LPAREN2] = ACTIONS(1118), - [anon_sym_BANG] = ACTIONS(1118), - [anon_sym_TILDE] = ACTIONS(1118), - [anon_sym_DASH] = ACTIONS(1116), - [anon_sym_PLUS] = ACTIONS(1116), - [anon_sym_STAR] = ACTIONS(1118), - [anon_sym_AMP] = ACTIONS(1118), - [anon_sym_SEMI] = ACTIONS(1118), - [anon_sym_typedef] = ACTIONS(1116), - [anon_sym_extern] = ACTIONS(1116), - [anon_sym___attribute__] = ACTIONS(1116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), - [anon_sym___declspec] = ACTIONS(1116), - [anon_sym___cdecl] = ACTIONS(1116), - [anon_sym___clrcall] = ACTIONS(1116), - [anon_sym___stdcall] = ACTIONS(1116), - [anon_sym___fastcall] = ACTIONS(1116), - [anon_sym___thiscall] = ACTIONS(1116), - [anon_sym___vectorcall] = ACTIONS(1116), - [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_RBRACE] = ACTIONS(1118), - [anon_sym_static] = ACTIONS(1116), - [anon_sym_auto] = ACTIONS(1116), - [anon_sym_register] = ACTIONS(1116), - [anon_sym_inline] = ACTIONS(1116), - [anon_sym_const] = ACTIONS(1116), - [anon_sym_volatile] = ACTIONS(1116), - [anon_sym_restrict] = ACTIONS(1116), - [anon_sym__Atomic] = ACTIONS(1116), - [anon_sym_signed] = ACTIONS(1116), - [anon_sym_unsigned] = ACTIONS(1116), - [anon_sym_long] = ACTIONS(1116), - [anon_sym_short] = ACTIONS(1116), - [sym_primitive_type] = ACTIONS(1116), - [anon_sym_enum] = ACTIONS(1116), - [anon_sym_struct] = ACTIONS(1116), - [anon_sym_union] = ACTIONS(1116), - [anon_sym_if] = ACTIONS(1116), - [anon_sym_switch] = ACTIONS(1116), - [anon_sym_case] = ACTIONS(1116), - [anon_sym_default] = ACTIONS(1116), - [anon_sym_while] = ACTIONS(1116), - [anon_sym_do] = ACTIONS(1116), - [anon_sym_for] = ACTIONS(1116), - [anon_sym_return] = ACTIONS(1116), - [anon_sym_break] = ACTIONS(1116), - [anon_sym_continue] = ACTIONS(1116), - [anon_sym_goto] = ACTIONS(1116), - [anon_sym_DASH_DASH] = ACTIONS(1118), - [anon_sym_PLUS_PLUS] = ACTIONS(1118), - [anon_sym_sizeof] = ACTIONS(1116), - [sym_number_literal] = ACTIONS(1118), - [anon_sym_L_SQUOTE] = ACTIONS(1118), - [anon_sym_u_SQUOTE] = ACTIONS(1118), - [anon_sym_U_SQUOTE] = ACTIONS(1118), - [anon_sym_u8_SQUOTE] = ACTIONS(1118), - [anon_sym_SQUOTE] = ACTIONS(1118), - [anon_sym_L_DQUOTE] = ACTIONS(1118), - [anon_sym_u_DQUOTE] = ACTIONS(1118), - [anon_sym_U_DQUOTE] = ACTIONS(1118), - [anon_sym_u8_DQUOTE] = ACTIONS(1118), - [anon_sym_DQUOTE] = ACTIONS(1118), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), + [298] = { + [ts_builtin_sym_end] = ACTIONS(986), + [sym_identifier] = ACTIONS(984), + [aux_sym_preproc_include_token1] = ACTIONS(984), + [aux_sym_preproc_def_token1] = ACTIONS(984), + [aux_sym_preproc_if_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(984), + [sym_preproc_directive] = ACTIONS(984), + [anon_sym_LPAREN2] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_typedef] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym___attribute__] = ACTIONS(984), + [anon_sym_LBRACK_LBRACK] = ACTIONS(986), + [anon_sym___declspec] = ACTIONS(984), + [anon_sym___cdecl] = ACTIONS(984), + [anon_sym___clrcall] = ACTIONS(984), + [anon_sym___stdcall] = ACTIONS(984), + [anon_sym___fastcall] = ACTIONS(984), + [anon_sym___thiscall] = ACTIONS(984), + [anon_sym___vectorcall] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_static] = ACTIONS(984), + [anon_sym_auto] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_inline] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_restrict] = ACTIONS(984), + [anon_sym__Atomic] = ACTIONS(984), + [anon_sym_signed] = ACTIONS(984), + [anon_sym_unsigned] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [sym_primitive_type] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_struct] = ACTIONS(984), + [anon_sym_union] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_goto] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_sizeof] = ACTIONS(984), + [sym_number_literal] = ACTIONS(986), + [anon_sym_L_SQUOTE] = ACTIONS(986), + [anon_sym_u_SQUOTE] = ACTIONS(986), + [anon_sym_U_SQUOTE] = ACTIONS(986), + [anon_sym_u8_SQUOTE] = ACTIONS(986), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_L_DQUOTE] = ACTIONS(986), + [anon_sym_u_DQUOTE] = ACTIONS(986), + [anon_sym_U_DQUOTE] = ACTIONS(986), + [anon_sym_u8_DQUOTE] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, - [319] = { - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token2] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), + [299] = { + [sym_attribute_declaration] = STATE(209), + [sym_compound_statement] = STATE(283), + [sym_attributed_statement] = STATE(283), + [sym_labeled_statement] = STATE(283), + [sym_expression_statement] = STATE(283), + [sym_if_statement] = STATE(283), + [sym_switch_statement] = STATE(283), + [sym_case_statement] = STATE(283), + [sym_while_statement] = STATE(283), + [sym_do_statement] = STATE(283), + [sym_for_statement] = STATE(283), + [sym_return_statement] = STATE(283), + [sym_break_statement] = STATE(283), + [sym_continue_statement] = STATE(283), + [sym_goto_statement] = STATE(283), + [sym__expression] = STATE(699), + [sym_comma_expression] = STATE(1360), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(319), + [anon_sym_if] = ACTIONS(323), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_case] = ACTIONS(327), + [anon_sym_default] = ACTIONS(329), + [anon_sym_while] = ACTIONS(331), + [anon_sym_do] = ACTIONS(333), + [anon_sym_for] = ACTIONS(335), + [anon_sym_return] = ACTIONS(337), + [anon_sym_break] = ACTIONS(339), + [anon_sym_continue] = ACTIONS(341), + [anon_sym_goto] = ACTIONS(343), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), + [sym_comment] = ACTIONS(3), + }, + [300] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(306), + [sym_attributed_statement] = STATE(306), + [sym_labeled_statement] = STATE(306), + [sym_expression_statement] = STATE(306), + [sym_if_statement] = STATE(306), + [sym_switch_statement] = STATE(306), + [sym_case_statement] = STATE(306), + [sym_while_statement] = STATE(306), + [sym_do_statement] = STATE(306), + [sym_for_statement] = STATE(306), + [sym_return_statement] = STATE(306), + [sym_break_statement] = STATE(306), + [sym_continue_statement] = STATE(306), + [sym_goto_statement] = STATE(306), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [320] = { - [sym_identifier] = ACTIONS(1100), - [aux_sym_preproc_include_token1] = ACTIONS(1100), - [aux_sym_preproc_def_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), - [sym_preproc_directive] = ACTIONS(1100), - [anon_sym_LPAREN2] = ACTIONS(1102), - [anon_sym_BANG] = ACTIONS(1102), - [anon_sym_TILDE] = ACTIONS(1102), - [anon_sym_DASH] = ACTIONS(1100), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_STAR] = ACTIONS(1102), - [anon_sym_AMP] = ACTIONS(1102), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_typedef] = ACTIONS(1100), - [anon_sym_extern] = ACTIONS(1100), - [anon_sym___attribute__] = ACTIONS(1100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), - [anon_sym___declspec] = ACTIONS(1100), - [anon_sym___cdecl] = ACTIONS(1100), - [anon_sym___clrcall] = ACTIONS(1100), - [anon_sym___stdcall] = ACTIONS(1100), - [anon_sym___fastcall] = ACTIONS(1100), - [anon_sym___thiscall] = ACTIONS(1100), - [anon_sym___vectorcall] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(1102), - [anon_sym_RBRACE] = ACTIONS(1102), - [anon_sym_static] = ACTIONS(1100), - [anon_sym_auto] = ACTIONS(1100), - [anon_sym_register] = ACTIONS(1100), - [anon_sym_inline] = ACTIONS(1100), - [anon_sym_const] = ACTIONS(1100), - [anon_sym_volatile] = ACTIONS(1100), - [anon_sym_restrict] = ACTIONS(1100), - [anon_sym__Atomic] = ACTIONS(1100), - [anon_sym_signed] = ACTIONS(1100), - [anon_sym_unsigned] = ACTIONS(1100), - [anon_sym_long] = ACTIONS(1100), - [anon_sym_short] = ACTIONS(1100), - [sym_primitive_type] = ACTIONS(1100), - [anon_sym_enum] = ACTIONS(1100), - [anon_sym_struct] = ACTIONS(1100), - [anon_sym_union] = ACTIONS(1100), - [anon_sym_if] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(1100), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(1100), - [anon_sym_do] = ACTIONS(1100), - [anon_sym_for] = ACTIONS(1100), - [anon_sym_return] = ACTIONS(1100), - [anon_sym_break] = ACTIONS(1100), - [anon_sym_continue] = ACTIONS(1100), - [anon_sym_goto] = ACTIONS(1100), - [anon_sym_DASH_DASH] = ACTIONS(1102), - [anon_sym_PLUS_PLUS] = ACTIONS(1102), - [anon_sym_sizeof] = ACTIONS(1100), - [sym_number_literal] = ACTIONS(1102), - [anon_sym_L_SQUOTE] = ACTIONS(1102), - [anon_sym_u_SQUOTE] = ACTIONS(1102), - [anon_sym_U_SQUOTE] = ACTIONS(1102), - [anon_sym_u8_SQUOTE] = ACTIONS(1102), - [anon_sym_SQUOTE] = ACTIONS(1102), - [anon_sym_L_DQUOTE] = ACTIONS(1102), - [anon_sym_u_DQUOTE] = ACTIONS(1102), - [anon_sym_U_DQUOTE] = ACTIONS(1102), - [anon_sym_u8_DQUOTE] = ACTIONS(1102), - [anon_sym_DQUOTE] = ACTIONS(1102), - [sym_true] = ACTIONS(1100), - [sym_false] = ACTIONS(1100), - [sym_null] = ACTIONS(1100), + [301] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(308), + [sym_attributed_statement] = STATE(308), + [sym_labeled_statement] = STATE(308), + [sym_expression_statement] = STATE(308), + [sym_if_statement] = STATE(308), + [sym_switch_statement] = STATE(308), + [sym_case_statement] = STATE(308), + [sym_while_statement] = STATE(308), + [sym_do_statement] = STATE(308), + [sym_for_statement] = STATE(308), + [sym_return_statement] = STATE(308), + [sym_break_statement] = STATE(308), + [sym_continue_statement] = STATE(308), + [sym_goto_statement] = STATE(308), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [321] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token2] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [302] = { + [sym_identifier] = ACTIONS(976), + [aux_sym_preproc_include_token1] = ACTIONS(976), + [aux_sym_preproc_def_token1] = ACTIONS(976), + [aux_sym_preproc_if_token1] = ACTIONS(976), + [aux_sym_preproc_if_token2] = ACTIONS(976), + [aux_sym_preproc_ifdef_token1] = ACTIONS(976), + [aux_sym_preproc_ifdef_token2] = ACTIONS(976), + [sym_preproc_directive] = ACTIONS(976), + [anon_sym_LPAREN2] = ACTIONS(978), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(978), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(978), + [anon_sym_AMP] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_typedef] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym___attribute__] = ACTIONS(976), + [anon_sym_LBRACK_LBRACK] = ACTIONS(978), + [anon_sym___declspec] = ACTIONS(976), + [anon_sym___cdecl] = ACTIONS(976), + [anon_sym___clrcall] = ACTIONS(976), + [anon_sym___stdcall] = ACTIONS(976), + [anon_sym___fastcall] = ACTIONS(976), + [anon_sym___thiscall] = ACTIONS(976), + [anon_sym___vectorcall] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_static] = ACTIONS(976), + [anon_sym_auto] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_inline] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [anon_sym_volatile] = ACTIONS(976), + [anon_sym_restrict] = ACTIONS(976), + [anon_sym__Atomic] = ACTIONS(976), + [anon_sym_signed] = ACTIONS(976), + [anon_sym_unsigned] = ACTIONS(976), + [anon_sym_long] = ACTIONS(976), + [anon_sym_short] = ACTIONS(976), + [sym_primitive_type] = ACTIONS(976), + [anon_sym_enum] = ACTIONS(976), + [anon_sym_struct] = ACTIONS(976), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_switch] = ACTIONS(976), + [anon_sym_case] = ACTIONS(976), + [anon_sym_default] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_goto] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_PLUS_PLUS] = ACTIONS(978), + [anon_sym_sizeof] = ACTIONS(976), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(978), + [anon_sym_u_SQUOTE] = ACTIONS(978), + [anon_sym_U_SQUOTE] = ACTIONS(978), + [anon_sym_u8_SQUOTE] = ACTIONS(978), + [anon_sym_SQUOTE] = ACTIONS(978), + [anon_sym_L_DQUOTE] = ACTIONS(978), + [anon_sym_u_DQUOTE] = ACTIONS(978), + [anon_sym_U_DQUOTE] = ACTIONS(978), + [anon_sym_u8_DQUOTE] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym_true] = ACTIONS(976), + [sym_false] = ACTIONS(976), + [sym_null] = ACTIONS(976), [sym_comment] = ACTIONS(3), }, - [322] = { - [sym_identifier] = ACTIONS(1104), - [aux_sym_preproc_include_token1] = ACTIONS(1104), - [aux_sym_preproc_def_token1] = ACTIONS(1104), - [aux_sym_preproc_if_token1] = ACTIONS(1104), - [aux_sym_preproc_if_token2] = ACTIONS(1104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), - [sym_preproc_directive] = ACTIONS(1104), - [anon_sym_LPAREN2] = ACTIONS(1106), - [anon_sym_BANG] = ACTIONS(1106), - [anon_sym_TILDE] = ACTIONS(1106), - [anon_sym_DASH] = ACTIONS(1104), - [anon_sym_PLUS] = ACTIONS(1104), - [anon_sym_STAR] = ACTIONS(1106), - [anon_sym_AMP] = ACTIONS(1106), - [anon_sym_SEMI] = ACTIONS(1106), - [anon_sym_typedef] = ACTIONS(1104), - [anon_sym_extern] = ACTIONS(1104), - [anon_sym___attribute__] = ACTIONS(1104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), - [anon_sym___declspec] = ACTIONS(1104), - [anon_sym___cdecl] = ACTIONS(1104), - [anon_sym___clrcall] = ACTIONS(1104), - [anon_sym___stdcall] = ACTIONS(1104), - [anon_sym___fastcall] = ACTIONS(1104), - [anon_sym___thiscall] = ACTIONS(1104), - [anon_sym___vectorcall] = ACTIONS(1104), - [anon_sym_LBRACE] = ACTIONS(1106), - [anon_sym_static] = ACTIONS(1104), - [anon_sym_auto] = ACTIONS(1104), - [anon_sym_register] = ACTIONS(1104), - [anon_sym_inline] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1104), - [anon_sym_volatile] = ACTIONS(1104), - [anon_sym_restrict] = ACTIONS(1104), - [anon_sym__Atomic] = ACTIONS(1104), - [anon_sym_signed] = ACTIONS(1104), - [anon_sym_unsigned] = ACTIONS(1104), - [anon_sym_long] = ACTIONS(1104), - [anon_sym_short] = ACTIONS(1104), - [sym_primitive_type] = ACTIONS(1104), - [anon_sym_enum] = ACTIONS(1104), - [anon_sym_struct] = ACTIONS(1104), - [anon_sym_union] = ACTIONS(1104), - [anon_sym_if] = ACTIONS(1104), - [anon_sym_switch] = ACTIONS(1104), - [anon_sym_case] = ACTIONS(1104), - [anon_sym_default] = ACTIONS(1104), - [anon_sym_while] = ACTIONS(1104), - [anon_sym_do] = ACTIONS(1104), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_return] = ACTIONS(1104), - [anon_sym_break] = ACTIONS(1104), - [anon_sym_continue] = ACTIONS(1104), - [anon_sym_goto] = ACTIONS(1104), - [anon_sym_DASH_DASH] = ACTIONS(1106), - [anon_sym_PLUS_PLUS] = ACTIONS(1106), - [anon_sym_sizeof] = ACTIONS(1104), - [sym_number_literal] = ACTIONS(1106), - [anon_sym_L_SQUOTE] = ACTIONS(1106), - [anon_sym_u_SQUOTE] = ACTIONS(1106), - [anon_sym_U_SQUOTE] = ACTIONS(1106), - [anon_sym_u8_SQUOTE] = ACTIONS(1106), - [anon_sym_SQUOTE] = ACTIONS(1106), - [anon_sym_L_DQUOTE] = ACTIONS(1106), - [anon_sym_u_DQUOTE] = ACTIONS(1106), - [anon_sym_U_DQUOTE] = ACTIONS(1106), - [anon_sym_u8_DQUOTE] = ACTIONS(1106), - [anon_sym_DQUOTE] = ACTIONS(1106), - [sym_true] = ACTIONS(1104), - [sym_false] = ACTIONS(1104), - [sym_null] = ACTIONS(1104), + [303] = { + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token2] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), + [sym_comment] = ACTIONS(3), + }, + [304] = { + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token2] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), + [sym_comment] = ACTIONS(3), + }, + [305] = { + [sym_identifier] = ACTIONS(890), + [aux_sym_preproc_include_token1] = ACTIONS(890), + [aux_sym_preproc_def_token1] = ACTIONS(890), + [aux_sym_preproc_if_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(890), + [aux_sym_preproc_ifdef_token2] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(890), + [anon_sym_LPAREN2] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(892), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(890), + [anon_sym_LBRACK_LBRACK] = ACTIONS(892), + [anon_sym___declspec] = ACTIONS(890), + [anon_sym___cdecl] = ACTIONS(890), + [anon_sym___clrcall] = ACTIONS(890), + [anon_sym___stdcall] = ACTIONS(890), + [anon_sym___fastcall] = ACTIONS(890), + [anon_sym___thiscall] = ACTIONS(890), + [anon_sym___vectorcall] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(892), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym__Atomic] = ACTIONS(890), + [anon_sym_signed] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [sym_primitive_type] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = ACTIONS(890), + [anon_sym_else] = ACTIONS(890), + [anon_sym_switch] = ACTIONS(890), + [anon_sym_case] = ACTIONS(890), + [anon_sym_default] = ACTIONS(890), + [anon_sym_while] = ACTIONS(890), + [anon_sym_do] = ACTIONS(890), + [anon_sym_for] = ACTIONS(890), + [anon_sym_return] = ACTIONS(890), + [anon_sym_break] = ACTIONS(890), + [anon_sym_continue] = ACTIONS(890), + [anon_sym_goto] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(892), + [anon_sym_L_SQUOTE] = ACTIONS(892), + [anon_sym_u_SQUOTE] = ACTIONS(892), + [anon_sym_U_SQUOTE] = ACTIONS(892), + [anon_sym_u8_SQUOTE] = ACTIONS(892), + [anon_sym_SQUOTE] = ACTIONS(892), + [anon_sym_L_DQUOTE] = ACTIONS(892), + [anon_sym_u_DQUOTE] = ACTIONS(892), + [anon_sym_U_DQUOTE] = ACTIONS(892), + [anon_sym_u8_DQUOTE] = ACTIONS(892), + [anon_sym_DQUOTE] = ACTIONS(892), + [sym_true] = ACTIONS(890), + [sym_false] = ACTIONS(890), + [sym_null] = ACTIONS(890), [sym_comment] = ACTIONS(3), }, - [323] = { - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token2] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), + [306] = { + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_if_token2] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, - [324] = { - [ts_builtin_sym_end] = ACTIONS(1074), - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), + [307] = { + [sym_attribute_declaration] = STATE(229), + [sym_compound_statement] = STATE(302), + [sym_attributed_statement] = STATE(302), + [sym_labeled_statement] = STATE(302), + [sym_expression_statement] = STATE(302), + [sym_if_statement] = STATE(302), + [sym_switch_statement] = STATE(302), + [sym_case_statement] = STATE(302), + [sym_while_statement] = STATE(302), + [sym_do_statement] = STATE(302), + [sym_for_statement] = STATE(302), + [sym_return_statement] = STATE(302), + [sym_break_statement] = STATE(302), + [sym_continue_statement] = STATE(302), + [sym_goto_statement] = STATE(302), + [sym__expression] = STATE(698), + [sym_comma_expression] = STATE(1335), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [aux_sym_attributed_declarator_repeat1] = STATE(229), + [sym_identifier] = ACTIONS(1124), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(432), + [anon_sym_if] = ACTIONS(434), + [anon_sym_switch] = ACTIONS(436), + [anon_sym_case] = ACTIONS(438), + [anon_sym_default] = ACTIONS(440), + [anon_sym_while] = ACTIONS(442), + [anon_sym_do] = ACTIONS(444), + [anon_sym_for] = ACTIONS(446), + [anon_sym_return] = ACTIONS(448), + [anon_sym_break] = ACTIONS(450), + [anon_sym_continue] = ACTIONS(452), + [anon_sym_goto] = ACTIONS(454), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [sym_number_literal] = ACTIONS(83), + [anon_sym_L_SQUOTE] = ACTIONS(85), + [anon_sym_u_SQUOTE] = ACTIONS(85), + [anon_sym_U_SQUOTE] = ACTIONS(85), + [anon_sym_u8_SQUOTE] = ACTIONS(85), + [anon_sym_SQUOTE] = ACTIONS(85), + [anon_sym_L_DQUOTE] = ACTIONS(87), + [anon_sym_u_DQUOTE] = ACTIONS(87), + [anon_sym_U_DQUOTE] = ACTIONS(87), + [anon_sym_u8_DQUOTE] = ACTIONS(87), + [anon_sym_DQUOTE] = ACTIONS(87), + [sym_true] = ACTIONS(89), + [sym_false] = ACTIONS(89), + [sym_null] = ACTIONS(89), [sym_comment] = ACTIONS(3), }, - [325] = { - [ts_builtin_sym_end] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1032), - [aux_sym_preproc_include_token1] = ACTIONS(1032), - [aux_sym_preproc_def_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), - [sym_preproc_directive] = ACTIONS(1032), - [anon_sym_LPAREN2] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1034), - [anon_sym_TILDE] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1032), - [anon_sym_PLUS] = ACTIONS(1032), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1034), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_extern] = ACTIONS(1032), - [anon_sym___attribute__] = ACTIONS(1032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), - [anon_sym___declspec] = ACTIONS(1032), - [anon_sym___cdecl] = ACTIONS(1032), - [anon_sym___clrcall] = ACTIONS(1032), - [anon_sym___stdcall] = ACTIONS(1032), - [anon_sym___fastcall] = ACTIONS(1032), - [anon_sym___thiscall] = ACTIONS(1032), - [anon_sym___vectorcall] = ACTIONS(1032), - [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_static] = ACTIONS(1032), - [anon_sym_auto] = ACTIONS(1032), - [anon_sym_register] = ACTIONS(1032), - [anon_sym_inline] = ACTIONS(1032), - [anon_sym_const] = ACTIONS(1032), - [anon_sym_volatile] = ACTIONS(1032), - [anon_sym_restrict] = ACTIONS(1032), - [anon_sym__Atomic] = ACTIONS(1032), - [anon_sym_signed] = ACTIONS(1032), - [anon_sym_unsigned] = ACTIONS(1032), - [anon_sym_long] = ACTIONS(1032), - [anon_sym_short] = ACTIONS(1032), - [sym_primitive_type] = ACTIONS(1032), - [anon_sym_enum] = ACTIONS(1032), - [anon_sym_struct] = ACTIONS(1032), - [anon_sym_union] = ACTIONS(1032), - [anon_sym_if] = ACTIONS(1032), - [anon_sym_switch] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1032), - [anon_sym_default] = ACTIONS(1032), - [anon_sym_while] = ACTIONS(1032), - [anon_sym_do] = ACTIONS(1032), - [anon_sym_for] = ACTIONS(1032), - [anon_sym_return] = ACTIONS(1032), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1032), - [anon_sym_goto] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1034), - [anon_sym_PLUS_PLUS] = ACTIONS(1034), - [anon_sym_sizeof] = ACTIONS(1032), - [sym_number_literal] = ACTIONS(1034), - [anon_sym_L_SQUOTE] = ACTIONS(1034), - [anon_sym_u_SQUOTE] = ACTIONS(1034), - [anon_sym_U_SQUOTE] = ACTIONS(1034), - [anon_sym_u8_SQUOTE] = ACTIONS(1034), - [anon_sym_SQUOTE] = ACTIONS(1034), - [anon_sym_L_DQUOTE] = ACTIONS(1034), - [anon_sym_u_DQUOTE] = ACTIONS(1034), - [anon_sym_U_DQUOTE] = ACTIONS(1034), - [anon_sym_u8_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(1034), - [sym_true] = ACTIONS(1032), - [sym_false] = ACTIONS(1032), - [sym_null] = ACTIONS(1032), + [308] = { + [sym_identifier] = ACTIONS(980), + [aux_sym_preproc_include_token1] = ACTIONS(980), + [aux_sym_preproc_def_token1] = ACTIONS(980), + [aux_sym_preproc_if_token1] = ACTIONS(980), + [aux_sym_preproc_if_token2] = ACTIONS(980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(980), + [sym_preproc_directive] = ACTIONS(980), + [anon_sym_LPAREN2] = ACTIONS(982), + [anon_sym_BANG] = ACTIONS(982), + [anon_sym_TILDE] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(980), + [anon_sym_STAR] = ACTIONS(982), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_typedef] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym___attribute__] = ACTIONS(980), + [anon_sym_LBRACK_LBRACK] = ACTIONS(982), + [anon_sym___declspec] = ACTIONS(980), + [anon_sym___cdecl] = ACTIONS(980), + [anon_sym___clrcall] = ACTIONS(980), + [anon_sym___stdcall] = ACTIONS(980), + [anon_sym___fastcall] = ACTIONS(980), + [anon_sym___thiscall] = ACTIONS(980), + [anon_sym___vectorcall] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_static] = ACTIONS(980), + [anon_sym_auto] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_inline] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [anon_sym_volatile] = ACTIONS(980), + [anon_sym_restrict] = ACTIONS(980), + [anon_sym__Atomic] = ACTIONS(980), + [anon_sym_signed] = ACTIONS(980), + [anon_sym_unsigned] = ACTIONS(980), + [anon_sym_long] = ACTIONS(980), + [anon_sym_short] = ACTIONS(980), + [sym_primitive_type] = ACTIONS(980), + [anon_sym_enum] = ACTIONS(980), + [anon_sym_struct] = ACTIONS(980), + [anon_sym_union] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_switch] = ACTIONS(980), + [anon_sym_case] = ACTIONS(980), + [anon_sym_default] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_goto] = ACTIONS(980), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(982), + [anon_sym_sizeof] = ACTIONS(980), + [sym_number_literal] = ACTIONS(982), + [anon_sym_L_SQUOTE] = ACTIONS(982), + [anon_sym_u_SQUOTE] = ACTIONS(982), + [anon_sym_U_SQUOTE] = ACTIONS(982), + [anon_sym_u8_SQUOTE] = ACTIONS(982), + [anon_sym_SQUOTE] = ACTIONS(982), + [anon_sym_L_DQUOTE] = ACTIONS(982), + [anon_sym_u_DQUOTE] = ACTIONS(982), + [anon_sym_U_DQUOTE] = ACTIONS(982), + [anon_sym_u8_DQUOTE] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym_true] = ACTIONS(980), + [sym_false] = ACTIONS(980), + [sym_null] = ACTIONS(980), + [sym_comment] = ACTIONS(3), + }, + [309] = { + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(910), + [aux_sym_preproc_def_token1] = ACTIONS(910), + [aux_sym_preproc_if_token1] = ACTIONS(910), + [aux_sym_preproc_ifdef_token1] = ACTIONS(910), + [aux_sym_preproc_ifdef_token2] = ACTIONS(910), + [sym_preproc_directive] = ACTIONS(910), + [anon_sym_LPAREN2] = ACTIONS(912), + [anon_sym_BANG] = ACTIONS(912), + [anon_sym_TILDE] = ACTIONS(912), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(912), + [anon_sym_AMP] = ACTIONS(912), + [anon_sym_SEMI] = ACTIONS(912), + [anon_sym_typedef] = ACTIONS(910), + [anon_sym_extern] = ACTIONS(910), + [anon_sym___attribute__] = ACTIONS(910), + [anon_sym_LBRACK_LBRACK] = ACTIONS(912), + [anon_sym___declspec] = ACTIONS(910), + [anon_sym___cdecl] = ACTIONS(910), + [anon_sym___clrcall] = ACTIONS(910), + [anon_sym___stdcall] = ACTIONS(910), + [anon_sym___fastcall] = ACTIONS(910), + [anon_sym___thiscall] = ACTIONS(910), + [anon_sym___vectorcall] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(912), + [anon_sym_RBRACE] = ACTIONS(912), + [anon_sym_static] = ACTIONS(910), + [anon_sym_auto] = ACTIONS(910), + [anon_sym_register] = ACTIONS(910), + [anon_sym_inline] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_volatile] = ACTIONS(910), + [anon_sym_restrict] = ACTIONS(910), + [anon_sym__Atomic] = ACTIONS(910), + [anon_sym_signed] = ACTIONS(910), + [anon_sym_unsigned] = ACTIONS(910), + [anon_sym_long] = ACTIONS(910), + [anon_sym_short] = ACTIONS(910), + [sym_primitive_type] = ACTIONS(910), + [anon_sym_enum] = ACTIONS(910), + [anon_sym_struct] = ACTIONS(910), + [anon_sym_union] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_else] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_case] = ACTIONS(910), + [anon_sym_default] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_goto] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(912), + [anon_sym_PLUS_PLUS] = ACTIONS(912), + [anon_sym_sizeof] = ACTIONS(910), + [sym_number_literal] = ACTIONS(912), + [anon_sym_L_SQUOTE] = ACTIONS(912), + [anon_sym_u_SQUOTE] = ACTIONS(912), + [anon_sym_U_SQUOTE] = ACTIONS(912), + [anon_sym_u8_SQUOTE] = ACTIONS(912), + [anon_sym_SQUOTE] = ACTIONS(912), + [anon_sym_L_DQUOTE] = ACTIONS(912), + [anon_sym_u_DQUOTE] = ACTIONS(912), + [anon_sym_U_DQUOTE] = ACTIONS(912), + [anon_sym_u8_DQUOTE] = ACTIONS(912), + [anon_sym_DQUOTE] = ACTIONS(912), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), [sym_comment] = ACTIONS(3), }, - [326] = { - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_RBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), + [310] = { + [ts_builtin_sym_end] = ACTIONS(1106), + [sym_identifier] = ACTIONS(1104), + [aux_sym_preproc_include_token1] = ACTIONS(1104), + [aux_sym_preproc_def_token1] = ACTIONS(1104), + [aux_sym_preproc_if_token1] = ACTIONS(1104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), + [sym_preproc_directive] = ACTIONS(1104), + [anon_sym_LPAREN2] = ACTIONS(1106), + [anon_sym_BANG] = ACTIONS(1106), + [anon_sym_TILDE] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1104), + [anon_sym_STAR] = ACTIONS(1106), + [anon_sym_AMP] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1106), + [anon_sym_typedef] = ACTIONS(1104), + [anon_sym_extern] = ACTIONS(1104), + [anon_sym___attribute__] = ACTIONS(1104), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), + [anon_sym___declspec] = ACTIONS(1104), + [anon_sym___cdecl] = ACTIONS(1104), + [anon_sym___clrcall] = ACTIONS(1104), + [anon_sym___stdcall] = ACTIONS(1104), + [anon_sym___fastcall] = ACTIONS(1104), + [anon_sym___thiscall] = ACTIONS(1104), + [anon_sym___vectorcall] = ACTIONS(1104), + [anon_sym_LBRACE] = ACTIONS(1106), + [anon_sym_static] = ACTIONS(1104), + [anon_sym_auto] = ACTIONS(1104), + [anon_sym_register] = ACTIONS(1104), + [anon_sym_inline] = ACTIONS(1104), + [anon_sym_const] = ACTIONS(1104), + [anon_sym_volatile] = ACTIONS(1104), + [anon_sym_restrict] = ACTIONS(1104), + [anon_sym__Atomic] = ACTIONS(1104), + [anon_sym_signed] = ACTIONS(1104), + [anon_sym_unsigned] = ACTIONS(1104), + [anon_sym_long] = ACTIONS(1104), + [anon_sym_short] = ACTIONS(1104), + [sym_primitive_type] = ACTIONS(1104), + [anon_sym_enum] = ACTIONS(1104), + [anon_sym_struct] = ACTIONS(1104), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1104), + [anon_sym_switch] = ACTIONS(1104), + [anon_sym_case] = ACTIONS(1104), + [anon_sym_default] = ACTIONS(1104), + [anon_sym_while] = ACTIONS(1104), + [anon_sym_do] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1104), + [anon_sym_return] = ACTIONS(1104), + [anon_sym_break] = ACTIONS(1104), + [anon_sym_continue] = ACTIONS(1104), + [anon_sym_goto] = ACTIONS(1104), + [anon_sym_DASH_DASH] = ACTIONS(1106), + [anon_sym_PLUS_PLUS] = ACTIONS(1106), + [anon_sym_sizeof] = ACTIONS(1104), + [sym_number_literal] = ACTIONS(1106), + [anon_sym_L_SQUOTE] = ACTIONS(1106), + [anon_sym_u_SQUOTE] = ACTIONS(1106), + [anon_sym_U_SQUOTE] = ACTIONS(1106), + [anon_sym_u8_SQUOTE] = ACTIONS(1106), + [anon_sym_SQUOTE] = ACTIONS(1106), + [anon_sym_L_DQUOTE] = ACTIONS(1106), + [anon_sym_u_DQUOTE] = ACTIONS(1106), + [anon_sym_U_DQUOTE] = ACTIONS(1106), + [anon_sym_u8_DQUOTE] = ACTIONS(1106), + [anon_sym_DQUOTE] = ACTIONS(1106), + [sym_true] = ACTIONS(1104), + [sym_false] = ACTIONS(1104), + [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, - [327] = { - [ts_builtin_sym_end] = ACTIONS(1098), - [sym_identifier] = ACTIONS(1096), - [aux_sym_preproc_include_token1] = ACTIONS(1096), - [aux_sym_preproc_def_token1] = ACTIONS(1096), - [aux_sym_preproc_if_token1] = ACTIONS(1096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), - [sym_preproc_directive] = ACTIONS(1096), - [anon_sym_LPAREN2] = ACTIONS(1098), - [anon_sym_BANG] = ACTIONS(1098), - [anon_sym_TILDE] = ACTIONS(1098), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_STAR] = ACTIONS(1098), - [anon_sym_AMP] = ACTIONS(1098), - [anon_sym_SEMI] = ACTIONS(1098), - [anon_sym_typedef] = ACTIONS(1096), - [anon_sym_extern] = ACTIONS(1096), - [anon_sym___attribute__] = ACTIONS(1096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1098), - [anon_sym___declspec] = ACTIONS(1096), - [anon_sym___cdecl] = ACTIONS(1096), - [anon_sym___clrcall] = ACTIONS(1096), - [anon_sym___stdcall] = ACTIONS(1096), - [anon_sym___fastcall] = ACTIONS(1096), - [anon_sym___thiscall] = ACTIONS(1096), - [anon_sym___vectorcall] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1098), - [anon_sym_static] = ACTIONS(1096), - [anon_sym_auto] = ACTIONS(1096), - [anon_sym_register] = ACTIONS(1096), - [anon_sym_inline] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_volatile] = ACTIONS(1096), - [anon_sym_restrict] = ACTIONS(1096), - [anon_sym__Atomic] = ACTIONS(1096), - [anon_sym_signed] = ACTIONS(1096), - [anon_sym_unsigned] = ACTIONS(1096), - [anon_sym_long] = ACTIONS(1096), - [anon_sym_short] = ACTIONS(1096), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1096), - [anon_sym_struct] = ACTIONS(1096), - [anon_sym_union] = ACTIONS(1096), - [anon_sym_if] = ACTIONS(1096), - [anon_sym_switch] = ACTIONS(1096), - [anon_sym_case] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1096), - [anon_sym_while] = ACTIONS(1096), - [anon_sym_do] = ACTIONS(1096), - [anon_sym_for] = ACTIONS(1096), - [anon_sym_return] = ACTIONS(1096), - [anon_sym_break] = ACTIONS(1096), - [anon_sym_continue] = ACTIONS(1096), - [anon_sym_goto] = ACTIONS(1096), - [anon_sym_DASH_DASH] = ACTIONS(1098), - [anon_sym_PLUS_PLUS] = ACTIONS(1098), - [anon_sym_sizeof] = ACTIONS(1096), - [sym_number_literal] = ACTIONS(1098), - [anon_sym_L_SQUOTE] = ACTIONS(1098), - [anon_sym_u_SQUOTE] = ACTIONS(1098), - [anon_sym_U_SQUOTE] = ACTIONS(1098), - [anon_sym_u8_SQUOTE] = ACTIONS(1098), - [anon_sym_SQUOTE] = ACTIONS(1098), - [anon_sym_L_DQUOTE] = ACTIONS(1098), - [anon_sym_u_DQUOTE] = ACTIONS(1098), - [anon_sym_U_DQUOTE] = ACTIONS(1098), - [anon_sym_u8_DQUOTE] = ACTIONS(1098), - [anon_sym_DQUOTE] = ACTIONS(1098), - [sym_true] = ACTIONS(1096), - [sym_false] = ACTIONS(1096), - [sym_null] = ACTIONS(1096), + [311] = { + [ts_builtin_sym_end] = ACTIONS(1102), + [sym_identifier] = ACTIONS(1100), + [aux_sym_preproc_include_token1] = ACTIONS(1100), + [aux_sym_preproc_def_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), + [sym_preproc_directive] = ACTIONS(1100), + [anon_sym_LPAREN2] = ACTIONS(1102), + [anon_sym_BANG] = ACTIONS(1102), + [anon_sym_TILDE] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1100), + [anon_sym_PLUS] = ACTIONS(1100), + [anon_sym_STAR] = ACTIONS(1102), + [anon_sym_AMP] = ACTIONS(1102), + [anon_sym_SEMI] = ACTIONS(1102), + [anon_sym_typedef] = ACTIONS(1100), + [anon_sym_extern] = ACTIONS(1100), + [anon_sym___attribute__] = ACTIONS(1100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), + [anon_sym___declspec] = ACTIONS(1100), + [anon_sym___cdecl] = ACTIONS(1100), + [anon_sym___clrcall] = ACTIONS(1100), + [anon_sym___stdcall] = ACTIONS(1100), + [anon_sym___fastcall] = ACTIONS(1100), + [anon_sym___thiscall] = ACTIONS(1100), + [anon_sym___vectorcall] = ACTIONS(1100), + [anon_sym_LBRACE] = ACTIONS(1102), + [anon_sym_static] = ACTIONS(1100), + [anon_sym_auto] = ACTIONS(1100), + [anon_sym_register] = ACTIONS(1100), + [anon_sym_inline] = ACTIONS(1100), + [anon_sym_const] = ACTIONS(1100), + [anon_sym_volatile] = ACTIONS(1100), + [anon_sym_restrict] = ACTIONS(1100), + [anon_sym__Atomic] = ACTIONS(1100), + [anon_sym_signed] = ACTIONS(1100), + [anon_sym_unsigned] = ACTIONS(1100), + [anon_sym_long] = ACTIONS(1100), + [anon_sym_short] = ACTIONS(1100), + [sym_primitive_type] = ACTIONS(1100), + [anon_sym_enum] = ACTIONS(1100), + [anon_sym_struct] = ACTIONS(1100), + [anon_sym_union] = ACTIONS(1100), + [anon_sym_if] = ACTIONS(1100), + [anon_sym_switch] = ACTIONS(1100), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), + [anon_sym_while] = ACTIONS(1100), + [anon_sym_do] = ACTIONS(1100), + [anon_sym_for] = ACTIONS(1100), + [anon_sym_return] = ACTIONS(1100), + [anon_sym_break] = ACTIONS(1100), + [anon_sym_continue] = ACTIONS(1100), + [anon_sym_goto] = ACTIONS(1100), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_PLUS_PLUS] = ACTIONS(1102), + [anon_sym_sizeof] = ACTIONS(1100), + [sym_number_literal] = ACTIONS(1102), + [anon_sym_L_SQUOTE] = ACTIONS(1102), + [anon_sym_u_SQUOTE] = ACTIONS(1102), + [anon_sym_U_SQUOTE] = ACTIONS(1102), + [anon_sym_u8_SQUOTE] = ACTIONS(1102), + [anon_sym_SQUOTE] = ACTIONS(1102), + [anon_sym_L_DQUOTE] = ACTIONS(1102), + [anon_sym_u_DQUOTE] = ACTIONS(1102), + [anon_sym_U_DQUOTE] = ACTIONS(1102), + [anon_sym_u8_DQUOTE] = ACTIONS(1102), + [anon_sym_DQUOTE] = ACTIONS(1102), + [sym_true] = ACTIONS(1100), + [sym_false] = ACTIONS(1100), + [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, - [328] = { - [sym_identifier] = ACTIONS(1088), - [aux_sym_preproc_include_token1] = ACTIONS(1088), - [aux_sym_preproc_def_token1] = ACTIONS(1088), - [aux_sym_preproc_if_token1] = ACTIONS(1088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1088), - [sym_preproc_directive] = ACTIONS(1088), - [anon_sym_LPAREN2] = ACTIONS(1090), - [anon_sym_BANG] = ACTIONS(1090), - [anon_sym_TILDE] = ACTIONS(1090), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_STAR] = ACTIONS(1090), - [anon_sym_AMP] = ACTIONS(1090), - [anon_sym_SEMI] = ACTIONS(1090), - [anon_sym_typedef] = ACTIONS(1088), - [anon_sym_extern] = ACTIONS(1088), - [anon_sym___attribute__] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1090), - [anon_sym___declspec] = ACTIONS(1088), - [anon_sym___cdecl] = ACTIONS(1088), - [anon_sym___clrcall] = ACTIONS(1088), - [anon_sym___stdcall] = ACTIONS(1088), - [anon_sym___fastcall] = ACTIONS(1088), - [anon_sym___thiscall] = ACTIONS(1088), - [anon_sym___vectorcall] = ACTIONS(1088), - [anon_sym_LBRACE] = ACTIONS(1090), - [anon_sym_RBRACE] = ACTIONS(1090), - [anon_sym_static] = ACTIONS(1088), - [anon_sym_auto] = ACTIONS(1088), - [anon_sym_register] = ACTIONS(1088), - [anon_sym_inline] = ACTIONS(1088), - [anon_sym_const] = ACTIONS(1088), - [anon_sym_volatile] = ACTIONS(1088), - [anon_sym_restrict] = ACTIONS(1088), - [anon_sym__Atomic] = ACTIONS(1088), - [anon_sym_signed] = ACTIONS(1088), - [anon_sym_unsigned] = ACTIONS(1088), - [anon_sym_long] = ACTIONS(1088), - [anon_sym_short] = ACTIONS(1088), - [sym_primitive_type] = ACTIONS(1088), - [anon_sym_enum] = ACTIONS(1088), - [anon_sym_struct] = ACTIONS(1088), - [anon_sym_union] = ACTIONS(1088), - [anon_sym_if] = ACTIONS(1088), - [anon_sym_switch] = ACTIONS(1088), - [anon_sym_case] = ACTIONS(1088), - [anon_sym_default] = ACTIONS(1088), - [anon_sym_while] = ACTIONS(1088), - [anon_sym_do] = ACTIONS(1088), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(1088), - [anon_sym_break] = ACTIONS(1088), - [anon_sym_continue] = ACTIONS(1088), - [anon_sym_goto] = ACTIONS(1088), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_sizeof] = ACTIONS(1088), - [sym_number_literal] = ACTIONS(1090), - [anon_sym_L_SQUOTE] = ACTIONS(1090), - [anon_sym_u_SQUOTE] = ACTIONS(1090), - [anon_sym_U_SQUOTE] = ACTIONS(1090), - [anon_sym_u8_SQUOTE] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1090), - [anon_sym_L_DQUOTE] = ACTIONS(1090), - [anon_sym_u_DQUOTE] = ACTIONS(1090), - [anon_sym_U_DQUOTE] = ACTIONS(1090), - [anon_sym_u8_DQUOTE] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(1090), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [sym_null] = ACTIONS(1088), + [312] = { + [ts_builtin_sym_end] = ACTIONS(1086), + [sym_identifier] = ACTIONS(1084), + [aux_sym_preproc_include_token1] = ACTIONS(1084), + [aux_sym_preproc_def_token1] = ACTIONS(1084), + [aux_sym_preproc_if_token1] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), + [sym_preproc_directive] = ACTIONS(1084), + [anon_sym_LPAREN2] = ACTIONS(1086), + [anon_sym_BANG] = ACTIONS(1086), + [anon_sym_TILDE] = ACTIONS(1086), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1086), + [anon_sym_SEMI] = ACTIONS(1086), + [anon_sym_typedef] = ACTIONS(1084), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym___attribute__] = ACTIONS(1084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym___declspec] = ACTIONS(1084), + [anon_sym___cdecl] = ACTIONS(1084), + [anon_sym___clrcall] = ACTIONS(1084), + [anon_sym___stdcall] = ACTIONS(1084), + [anon_sym___fastcall] = ACTIONS(1084), + [anon_sym___thiscall] = ACTIONS(1084), + [anon_sym___vectorcall] = ACTIONS(1084), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1084), + [anon_sym_volatile] = ACTIONS(1084), + [anon_sym_restrict] = ACTIONS(1084), + [anon_sym__Atomic] = ACTIONS(1084), + [anon_sym_signed] = ACTIONS(1084), + [anon_sym_unsigned] = ACTIONS(1084), + [anon_sym_long] = ACTIONS(1084), + [anon_sym_short] = ACTIONS(1084), + [sym_primitive_type] = ACTIONS(1084), + [anon_sym_enum] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1084), + [anon_sym_union] = ACTIONS(1084), + [anon_sym_if] = ACTIONS(1084), + [anon_sym_switch] = ACTIONS(1084), + [anon_sym_case] = ACTIONS(1084), + [anon_sym_default] = ACTIONS(1084), + [anon_sym_while] = ACTIONS(1084), + [anon_sym_do] = ACTIONS(1084), + [anon_sym_for] = ACTIONS(1084), + [anon_sym_return] = ACTIONS(1084), + [anon_sym_break] = ACTIONS(1084), + [anon_sym_continue] = ACTIONS(1084), + [anon_sym_goto] = ACTIONS(1084), + [anon_sym_DASH_DASH] = ACTIONS(1086), + [anon_sym_PLUS_PLUS] = ACTIONS(1086), + [anon_sym_sizeof] = ACTIONS(1084), + [sym_number_literal] = ACTIONS(1086), + [anon_sym_L_SQUOTE] = ACTIONS(1086), + [anon_sym_u_SQUOTE] = ACTIONS(1086), + [anon_sym_U_SQUOTE] = ACTIONS(1086), + [anon_sym_u8_SQUOTE] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1086), + [anon_sym_L_DQUOTE] = ACTIONS(1086), + [anon_sym_u_DQUOTE] = ACTIONS(1086), + [anon_sym_U_DQUOTE] = ACTIONS(1086), + [anon_sym_u8_DQUOTE] = ACTIONS(1086), + [anon_sym_DQUOTE] = ACTIONS(1086), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [sym_null] = ACTIONS(1084), + [sym_comment] = ACTIONS(3), + }, + [313] = { + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_RBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, - [329] = { - [ts_builtin_sym_end] = ACTIONS(1122), - [sym_identifier] = ACTIONS(1120), - [aux_sym_preproc_include_token1] = ACTIONS(1120), - [aux_sym_preproc_def_token1] = ACTIONS(1120), - [aux_sym_preproc_if_token1] = ACTIONS(1120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), - [sym_preproc_directive] = ACTIONS(1120), - [anon_sym_LPAREN2] = ACTIONS(1122), - [anon_sym_BANG] = ACTIONS(1122), - [anon_sym_TILDE] = ACTIONS(1122), - [anon_sym_DASH] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(1120), - [anon_sym_STAR] = ACTIONS(1122), - [anon_sym_AMP] = ACTIONS(1122), - [anon_sym_SEMI] = ACTIONS(1122), - [anon_sym_typedef] = ACTIONS(1120), - [anon_sym_extern] = ACTIONS(1120), - [anon_sym___attribute__] = ACTIONS(1120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), - [anon_sym___declspec] = ACTIONS(1120), - [anon_sym___cdecl] = ACTIONS(1120), - [anon_sym___clrcall] = ACTIONS(1120), - [anon_sym___stdcall] = ACTIONS(1120), - [anon_sym___fastcall] = ACTIONS(1120), - [anon_sym___thiscall] = ACTIONS(1120), - [anon_sym___vectorcall] = ACTIONS(1120), - [anon_sym_LBRACE] = ACTIONS(1122), - [anon_sym_static] = ACTIONS(1120), - [anon_sym_auto] = ACTIONS(1120), - [anon_sym_register] = ACTIONS(1120), - [anon_sym_inline] = ACTIONS(1120), - [anon_sym_const] = ACTIONS(1120), - [anon_sym_volatile] = ACTIONS(1120), - [anon_sym_restrict] = ACTIONS(1120), - [anon_sym__Atomic] = ACTIONS(1120), - [anon_sym_signed] = ACTIONS(1120), - [anon_sym_unsigned] = ACTIONS(1120), - [anon_sym_long] = ACTIONS(1120), - [anon_sym_short] = ACTIONS(1120), - [sym_primitive_type] = ACTIONS(1120), - [anon_sym_enum] = ACTIONS(1120), - [anon_sym_struct] = ACTIONS(1120), - [anon_sym_union] = ACTIONS(1120), - [anon_sym_if] = ACTIONS(1120), - [anon_sym_switch] = ACTIONS(1120), - [anon_sym_case] = ACTIONS(1120), - [anon_sym_default] = ACTIONS(1120), - [anon_sym_while] = ACTIONS(1120), - [anon_sym_do] = ACTIONS(1120), - [anon_sym_for] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1120), - [anon_sym_break] = ACTIONS(1120), - [anon_sym_continue] = ACTIONS(1120), - [anon_sym_goto] = ACTIONS(1120), - [anon_sym_DASH_DASH] = ACTIONS(1122), - [anon_sym_PLUS_PLUS] = ACTIONS(1122), - [anon_sym_sizeof] = ACTIONS(1120), - [sym_number_literal] = ACTIONS(1122), - [anon_sym_L_SQUOTE] = ACTIONS(1122), - [anon_sym_u_SQUOTE] = ACTIONS(1122), - [anon_sym_U_SQUOTE] = ACTIONS(1122), - [anon_sym_u8_SQUOTE] = ACTIONS(1122), - [anon_sym_SQUOTE] = ACTIONS(1122), - [anon_sym_L_DQUOTE] = ACTIONS(1122), - [anon_sym_u_DQUOTE] = ACTIONS(1122), - [anon_sym_U_DQUOTE] = ACTIONS(1122), - [anon_sym_u8_DQUOTE] = ACTIONS(1122), - [anon_sym_DQUOTE] = ACTIONS(1122), - [sym_true] = ACTIONS(1120), - [sym_false] = ACTIONS(1120), - [sym_null] = ACTIONS(1120), + [314] = { + [sym_identifier] = ACTIONS(1092), + [aux_sym_preproc_include_token1] = ACTIONS(1092), + [aux_sym_preproc_def_token1] = ACTIONS(1092), + [aux_sym_preproc_if_token1] = ACTIONS(1092), + [aux_sym_preproc_if_token2] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), + [sym_preproc_directive] = ACTIONS(1092), + [anon_sym_LPAREN2] = ACTIONS(1094), + [anon_sym_BANG] = ACTIONS(1094), + [anon_sym_TILDE] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1092), + [anon_sym_PLUS] = ACTIONS(1092), + [anon_sym_STAR] = ACTIONS(1094), + [anon_sym_AMP] = ACTIONS(1094), + [anon_sym_SEMI] = ACTIONS(1094), + [anon_sym_typedef] = ACTIONS(1092), + [anon_sym_extern] = ACTIONS(1092), + [anon_sym___attribute__] = ACTIONS(1092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), + [anon_sym___declspec] = ACTIONS(1092), + [anon_sym___cdecl] = ACTIONS(1092), + [anon_sym___clrcall] = ACTIONS(1092), + [anon_sym___stdcall] = ACTIONS(1092), + [anon_sym___fastcall] = ACTIONS(1092), + [anon_sym___thiscall] = ACTIONS(1092), + [anon_sym___vectorcall] = ACTIONS(1092), + [anon_sym_LBRACE] = ACTIONS(1094), + [anon_sym_static] = ACTIONS(1092), + [anon_sym_auto] = ACTIONS(1092), + [anon_sym_register] = ACTIONS(1092), + [anon_sym_inline] = ACTIONS(1092), + [anon_sym_const] = ACTIONS(1092), + [anon_sym_volatile] = ACTIONS(1092), + [anon_sym_restrict] = ACTIONS(1092), + [anon_sym__Atomic] = ACTIONS(1092), + [anon_sym_signed] = ACTIONS(1092), + [anon_sym_unsigned] = ACTIONS(1092), + [anon_sym_long] = ACTIONS(1092), + [anon_sym_short] = ACTIONS(1092), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1092), + [anon_sym_struct] = ACTIONS(1092), + [anon_sym_union] = ACTIONS(1092), + [anon_sym_if] = ACTIONS(1092), + [anon_sym_switch] = ACTIONS(1092), + [anon_sym_case] = ACTIONS(1092), + [anon_sym_default] = ACTIONS(1092), + [anon_sym_while] = ACTIONS(1092), + [anon_sym_do] = ACTIONS(1092), + [anon_sym_for] = ACTIONS(1092), + [anon_sym_return] = ACTIONS(1092), + [anon_sym_break] = ACTIONS(1092), + [anon_sym_continue] = ACTIONS(1092), + [anon_sym_goto] = ACTIONS(1092), + [anon_sym_DASH_DASH] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1094), + [anon_sym_sizeof] = ACTIONS(1092), + [sym_number_literal] = ACTIONS(1094), + [anon_sym_L_SQUOTE] = ACTIONS(1094), + [anon_sym_u_SQUOTE] = ACTIONS(1094), + [anon_sym_U_SQUOTE] = ACTIONS(1094), + [anon_sym_u8_SQUOTE] = ACTIONS(1094), + [anon_sym_SQUOTE] = ACTIONS(1094), + [anon_sym_L_DQUOTE] = ACTIONS(1094), + [anon_sym_u_DQUOTE] = ACTIONS(1094), + [anon_sym_U_DQUOTE] = ACTIONS(1094), + [anon_sym_u8_DQUOTE] = ACTIONS(1094), + [anon_sym_DQUOTE] = ACTIONS(1094), + [sym_true] = ACTIONS(1092), + [sym_false] = ACTIONS(1092), + [sym_null] = ACTIONS(1092), [sym_comment] = ACTIONS(3), }, - [330] = { + [315] = { + [ts_builtin_sym_end] = ACTIONS(1078), [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), @@ -41372,7 +40364,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1076), [anon_sym___vectorcall] = ACTIONS(1076), [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_RBRACE] = ACTIONS(1078), [anon_sym_static] = ACTIONS(1076), [anon_sym_auto] = ACTIONS(1076), [anon_sym_register] = ACTIONS(1076), @@ -41419,86 +40410,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, - [331] = { - [sym_identifier] = ACTIONS(1104), - [aux_sym_preproc_include_token1] = ACTIONS(1104), - [aux_sym_preproc_def_token1] = ACTIONS(1104), - [aux_sym_preproc_if_token1] = ACTIONS(1104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), - [sym_preproc_directive] = ACTIONS(1104), - [anon_sym_LPAREN2] = ACTIONS(1106), - [anon_sym_BANG] = ACTIONS(1106), - [anon_sym_TILDE] = ACTIONS(1106), - [anon_sym_DASH] = ACTIONS(1104), - [anon_sym_PLUS] = ACTIONS(1104), - [anon_sym_STAR] = ACTIONS(1106), - [anon_sym_AMP] = ACTIONS(1106), - [anon_sym_SEMI] = ACTIONS(1106), - [anon_sym_typedef] = ACTIONS(1104), - [anon_sym_extern] = ACTIONS(1104), - [anon_sym___attribute__] = ACTIONS(1104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), - [anon_sym___declspec] = ACTIONS(1104), - [anon_sym___cdecl] = ACTIONS(1104), - [anon_sym___clrcall] = ACTIONS(1104), - [anon_sym___stdcall] = ACTIONS(1104), - [anon_sym___fastcall] = ACTIONS(1104), - [anon_sym___thiscall] = ACTIONS(1104), - [anon_sym___vectorcall] = ACTIONS(1104), - [anon_sym_LBRACE] = ACTIONS(1106), - [anon_sym_RBRACE] = ACTIONS(1106), - [anon_sym_static] = ACTIONS(1104), - [anon_sym_auto] = ACTIONS(1104), - [anon_sym_register] = ACTIONS(1104), - [anon_sym_inline] = ACTIONS(1104), - [anon_sym_const] = ACTIONS(1104), - [anon_sym_volatile] = ACTIONS(1104), - [anon_sym_restrict] = ACTIONS(1104), - [anon_sym__Atomic] = ACTIONS(1104), - [anon_sym_signed] = ACTIONS(1104), - [anon_sym_unsigned] = ACTIONS(1104), - [anon_sym_long] = ACTIONS(1104), - [anon_sym_short] = ACTIONS(1104), - [sym_primitive_type] = ACTIONS(1104), - [anon_sym_enum] = ACTIONS(1104), - [anon_sym_struct] = ACTIONS(1104), - [anon_sym_union] = ACTIONS(1104), - [anon_sym_if] = ACTIONS(1104), - [anon_sym_switch] = ACTIONS(1104), - [anon_sym_case] = ACTIONS(1104), - [anon_sym_default] = ACTIONS(1104), - [anon_sym_while] = ACTIONS(1104), - [anon_sym_do] = ACTIONS(1104), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_return] = ACTIONS(1104), - [anon_sym_break] = ACTIONS(1104), - [anon_sym_continue] = ACTIONS(1104), - [anon_sym_goto] = ACTIONS(1104), - [anon_sym_DASH_DASH] = ACTIONS(1106), - [anon_sym_PLUS_PLUS] = ACTIONS(1106), - [anon_sym_sizeof] = ACTIONS(1104), - [sym_number_literal] = ACTIONS(1106), - [anon_sym_L_SQUOTE] = ACTIONS(1106), - [anon_sym_u_SQUOTE] = ACTIONS(1106), - [anon_sym_U_SQUOTE] = ACTIONS(1106), - [anon_sym_u8_SQUOTE] = ACTIONS(1106), - [anon_sym_SQUOTE] = ACTIONS(1106), - [anon_sym_L_DQUOTE] = ACTIONS(1106), - [anon_sym_u_DQUOTE] = ACTIONS(1106), - [anon_sym_U_DQUOTE] = ACTIONS(1106), - [anon_sym_u8_DQUOTE] = ACTIONS(1106), - [anon_sym_DQUOTE] = ACTIONS(1106), - [sym_true] = ACTIONS(1104), - [sym_false] = ACTIONS(1104), - [sym_null] = ACTIONS(1104), + [316] = { + [sym_identifier] = ACTIONS(1072), + [aux_sym_preproc_include_token1] = ACTIONS(1072), + [aux_sym_preproc_def_token1] = ACTIONS(1072), + [aux_sym_preproc_if_token1] = ACTIONS(1072), + [aux_sym_preproc_if_token2] = ACTIONS(1072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), + [sym_preproc_directive] = ACTIONS(1072), + [anon_sym_LPAREN2] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_TILDE] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1072), + [anon_sym_PLUS] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1074), + [anon_sym_AMP] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(1074), + [anon_sym_typedef] = ACTIONS(1072), + [anon_sym_extern] = ACTIONS(1072), + [anon_sym___attribute__] = ACTIONS(1072), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1072), + [anon_sym___cdecl] = ACTIONS(1072), + [anon_sym___clrcall] = ACTIONS(1072), + [anon_sym___stdcall] = ACTIONS(1072), + [anon_sym___fastcall] = ACTIONS(1072), + [anon_sym___thiscall] = ACTIONS(1072), + [anon_sym___vectorcall] = ACTIONS(1072), + [anon_sym_LBRACE] = ACTIONS(1074), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_auto] = ACTIONS(1072), + [anon_sym_register] = ACTIONS(1072), + [anon_sym_inline] = ACTIONS(1072), + [anon_sym_const] = ACTIONS(1072), + [anon_sym_volatile] = ACTIONS(1072), + [anon_sym_restrict] = ACTIONS(1072), + [anon_sym__Atomic] = ACTIONS(1072), + [anon_sym_signed] = ACTIONS(1072), + [anon_sym_unsigned] = ACTIONS(1072), + [anon_sym_long] = ACTIONS(1072), + [anon_sym_short] = ACTIONS(1072), + [sym_primitive_type] = ACTIONS(1072), + [anon_sym_enum] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1072), + [anon_sym_union] = ACTIONS(1072), + [anon_sym_if] = ACTIONS(1072), + [anon_sym_switch] = ACTIONS(1072), + [anon_sym_case] = ACTIONS(1072), + [anon_sym_default] = ACTIONS(1072), + [anon_sym_while] = ACTIONS(1072), + [anon_sym_do] = ACTIONS(1072), + [anon_sym_for] = ACTIONS(1072), + [anon_sym_return] = ACTIONS(1072), + [anon_sym_break] = ACTIONS(1072), + [anon_sym_continue] = ACTIONS(1072), + [anon_sym_goto] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(1074), + [anon_sym_PLUS_PLUS] = ACTIONS(1074), + [anon_sym_sizeof] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1074), + [anon_sym_L_SQUOTE] = ACTIONS(1074), + [anon_sym_u_SQUOTE] = ACTIONS(1074), + [anon_sym_U_SQUOTE] = ACTIONS(1074), + [anon_sym_u8_SQUOTE] = ACTIONS(1074), + [anon_sym_SQUOTE] = ACTIONS(1074), + [anon_sym_L_DQUOTE] = ACTIONS(1074), + [anon_sym_u_DQUOTE] = ACTIONS(1074), + [anon_sym_U_DQUOTE] = ACTIONS(1074), + [anon_sym_u8_DQUOTE] = ACTIONS(1074), + [anon_sym_DQUOTE] = ACTIONS(1074), + [sym_true] = ACTIONS(1072), + [sym_false] = ACTIONS(1072), + [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, - [332] = { + [317] = { + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), + [anon_sym_BANG] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_RBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_comment] = ACTIONS(3), + }, + [318] = { + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token2] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), + [anon_sym_BANG] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_comment] = ACTIONS(3), + }, + [319] = { + [ts_builtin_sym_end] = ACTIONS(1046), + [sym_identifier] = ACTIONS(1044), + [aux_sym_preproc_include_token1] = ACTIONS(1044), + [aux_sym_preproc_def_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), + [sym_preproc_directive] = ACTIONS(1044), + [anon_sym_LPAREN2] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_PLUS] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym_typedef] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym___attribute__] = ACTIONS(1044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), + [anon_sym___declspec] = ACTIONS(1044), + [anon_sym___cdecl] = ACTIONS(1044), + [anon_sym___clrcall] = ACTIONS(1044), + [anon_sym___stdcall] = ACTIONS(1044), + [anon_sym___fastcall] = ACTIONS(1044), + [anon_sym___thiscall] = ACTIONS(1044), + [anon_sym___vectorcall] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(1044), + [anon_sym_auto] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_inline] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [anon_sym_volatile] = ACTIONS(1044), + [anon_sym_restrict] = ACTIONS(1044), + [anon_sym__Atomic] = ACTIONS(1044), + [anon_sym_signed] = ACTIONS(1044), + [anon_sym_unsigned] = ACTIONS(1044), + [anon_sym_long] = ACTIONS(1044), + [anon_sym_short] = ACTIONS(1044), + [sym_primitive_type] = ACTIONS(1044), + [anon_sym_enum] = ACTIONS(1044), + [anon_sym_struct] = ACTIONS(1044), + [anon_sym_union] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_switch] = ACTIONS(1044), + [anon_sym_case] = ACTIONS(1044), + [anon_sym_default] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_goto] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(1046), + [anon_sym_PLUS_PLUS] = ACTIONS(1046), + [anon_sym_sizeof] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(1046), + [anon_sym_L_SQUOTE] = ACTIONS(1046), + [anon_sym_u_SQUOTE] = ACTIONS(1046), + [anon_sym_U_SQUOTE] = ACTIONS(1046), + [anon_sym_u8_SQUOTE] = ACTIONS(1046), + [anon_sym_SQUOTE] = ACTIONS(1046), + [anon_sym_L_DQUOTE] = ACTIONS(1046), + [anon_sym_u_DQUOTE] = ACTIONS(1046), + [anon_sym_U_DQUOTE] = ACTIONS(1046), + [anon_sym_u8_DQUOTE] = ACTIONS(1046), + [anon_sym_DQUOTE] = ACTIONS(1046), + [sym_true] = ACTIONS(1044), + [sym_false] = ACTIONS(1044), + [sym_null] = ACTIONS(1044), + [sym_comment] = ACTIONS(3), + }, + [320] = { + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token2] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), + [sym_comment] = ACTIONS(3), + }, + [321] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token2] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), @@ -41522,7 +40814,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1060), [anon_sym___vectorcall] = ACTIONS(1060), [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_RBRACE] = ACTIONS(1062), [anon_sym_static] = ACTIONS(1060), [anon_sym_auto] = ACTIONS(1060), [anon_sym_register] = ACTIONS(1060), @@ -41569,232 +40860,382 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [333] = { - [ts_builtin_sym_end] = ACTIONS(1058), - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), + [322] = { + [sym_identifier] = ACTIONS(1032), + [aux_sym_preproc_include_token1] = ACTIONS(1032), + [aux_sym_preproc_def_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), + [sym_preproc_directive] = ACTIONS(1032), + [anon_sym_LPAREN2] = ACTIONS(1034), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1032), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_SEMI] = ACTIONS(1034), + [anon_sym_typedef] = ACTIONS(1032), + [anon_sym_extern] = ACTIONS(1032), + [anon_sym___attribute__] = ACTIONS(1032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), + [anon_sym___declspec] = ACTIONS(1032), + [anon_sym___cdecl] = ACTIONS(1032), + [anon_sym___clrcall] = ACTIONS(1032), + [anon_sym___stdcall] = ACTIONS(1032), + [anon_sym___fastcall] = ACTIONS(1032), + [anon_sym___thiscall] = ACTIONS(1032), + [anon_sym___vectorcall] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1034), + [anon_sym_RBRACE] = ACTIONS(1034), + [anon_sym_static] = ACTIONS(1032), + [anon_sym_auto] = ACTIONS(1032), + [anon_sym_register] = ACTIONS(1032), + [anon_sym_inline] = ACTIONS(1032), + [anon_sym_const] = ACTIONS(1032), + [anon_sym_volatile] = ACTIONS(1032), + [anon_sym_restrict] = ACTIONS(1032), + [anon_sym__Atomic] = ACTIONS(1032), + [anon_sym_signed] = ACTIONS(1032), + [anon_sym_unsigned] = ACTIONS(1032), + [anon_sym_long] = ACTIONS(1032), + [anon_sym_short] = ACTIONS(1032), + [sym_primitive_type] = ACTIONS(1032), + [anon_sym_enum] = ACTIONS(1032), + [anon_sym_struct] = ACTIONS(1032), + [anon_sym_union] = ACTIONS(1032), + [anon_sym_if] = ACTIONS(1032), + [anon_sym_switch] = ACTIONS(1032), + [anon_sym_case] = ACTIONS(1032), + [anon_sym_default] = ACTIONS(1032), + [anon_sym_while] = ACTIONS(1032), + [anon_sym_do] = ACTIONS(1032), + [anon_sym_for] = ACTIONS(1032), + [anon_sym_return] = ACTIONS(1032), + [anon_sym_break] = ACTIONS(1032), + [anon_sym_continue] = ACTIONS(1032), + [anon_sym_goto] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1034), + [anon_sym_PLUS_PLUS] = ACTIONS(1034), + [anon_sym_sizeof] = ACTIONS(1032), + [sym_number_literal] = ACTIONS(1034), + [anon_sym_L_SQUOTE] = ACTIONS(1034), + [anon_sym_u_SQUOTE] = ACTIONS(1034), + [anon_sym_U_SQUOTE] = ACTIONS(1034), + [anon_sym_u8_SQUOTE] = ACTIONS(1034), + [anon_sym_SQUOTE] = ACTIONS(1034), + [anon_sym_L_DQUOTE] = ACTIONS(1034), + [anon_sym_u_DQUOTE] = ACTIONS(1034), + [anon_sym_U_DQUOTE] = ACTIONS(1034), + [anon_sym_u8_DQUOTE] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(1034), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_comment] = ACTIONS(3), + }, + [323] = { + [ts_builtin_sym_end] = ACTIONS(1062), + [sym_identifier] = ACTIONS(1060), + [aux_sym_preproc_include_token1] = ACTIONS(1060), + [aux_sym_preproc_def_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), + [sym_preproc_directive] = ACTIONS(1060), + [anon_sym_LPAREN2] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_PLUS] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_typedef] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym___attribute__] = ACTIONS(1060), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), + [anon_sym___declspec] = ACTIONS(1060), + [anon_sym___cdecl] = ACTIONS(1060), + [anon_sym___clrcall] = ACTIONS(1060), + [anon_sym___stdcall] = ACTIONS(1060), + [anon_sym___fastcall] = ACTIONS(1060), + [anon_sym___thiscall] = ACTIONS(1060), + [anon_sym___vectorcall] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_static] = ACTIONS(1060), + [anon_sym_auto] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_inline] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1060), + [anon_sym_unsigned] = ACTIONS(1060), + [anon_sym_long] = ACTIONS(1060), + [anon_sym_short] = ACTIONS(1060), + [sym_primitive_type] = ACTIONS(1060), + [anon_sym_enum] = ACTIONS(1060), + [anon_sym_struct] = ACTIONS(1060), + [anon_sym_union] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_switch] = ACTIONS(1060), + [anon_sym_case] = ACTIONS(1060), + [anon_sym_default] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_goto] = ACTIONS(1060), + [anon_sym_DASH_DASH] = ACTIONS(1062), + [anon_sym_PLUS_PLUS] = ACTIONS(1062), + [anon_sym_sizeof] = ACTIONS(1060), + [sym_number_literal] = ACTIONS(1062), + [anon_sym_L_SQUOTE] = ACTIONS(1062), + [anon_sym_u_SQUOTE] = ACTIONS(1062), + [anon_sym_U_SQUOTE] = ACTIONS(1062), + [anon_sym_u8_SQUOTE] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_L_DQUOTE] = ACTIONS(1062), + [anon_sym_u_DQUOTE] = ACTIONS(1062), + [anon_sym_U_DQUOTE] = ACTIONS(1062), + [anon_sym_u8_DQUOTE] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [sym_true] = ACTIONS(1060), + [sym_false] = ACTIONS(1060), + [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [334] = { - [sym_identifier] = ACTIONS(1092), - [aux_sym_preproc_include_token1] = ACTIONS(1092), - [aux_sym_preproc_def_token1] = ACTIONS(1092), - [aux_sym_preproc_if_token1] = ACTIONS(1092), - [aux_sym_preproc_if_token2] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), - [sym_preproc_directive] = ACTIONS(1092), - [anon_sym_LPAREN2] = ACTIONS(1094), - [anon_sym_BANG] = ACTIONS(1094), - [anon_sym_TILDE] = ACTIONS(1094), - [anon_sym_DASH] = ACTIONS(1092), - [anon_sym_PLUS] = ACTIONS(1092), - [anon_sym_STAR] = ACTIONS(1094), - [anon_sym_AMP] = ACTIONS(1094), - [anon_sym_SEMI] = ACTIONS(1094), - [anon_sym_typedef] = ACTIONS(1092), - [anon_sym_extern] = ACTIONS(1092), - [anon_sym___attribute__] = ACTIONS(1092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), - [anon_sym___declspec] = ACTIONS(1092), - [anon_sym___cdecl] = ACTIONS(1092), - [anon_sym___clrcall] = ACTIONS(1092), - [anon_sym___stdcall] = ACTIONS(1092), - [anon_sym___fastcall] = ACTIONS(1092), - [anon_sym___thiscall] = ACTIONS(1092), - [anon_sym___vectorcall] = ACTIONS(1092), - [anon_sym_LBRACE] = ACTIONS(1094), - [anon_sym_static] = ACTIONS(1092), - [anon_sym_auto] = ACTIONS(1092), - [anon_sym_register] = ACTIONS(1092), - [anon_sym_inline] = ACTIONS(1092), - [anon_sym_const] = ACTIONS(1092), - [anon_sym_volatile] = ACTIONS(1092), - [anon_sym_restrict] = ACTIONS(1092), - [anon_sym__Atomic] = ACTIONS(1092), - [anon_sym_signed] = ACTIONS(1092), - [anon_sym_unsigned] = ACTIONS(1092), - [anon_sym_long] = ACTIONS(1092), - [anon_sym_short] = ACTIONS(1092), - [sym_primitive_type] = ACTIONS(1092), - [anon_sym_enum] = ACTIONS(1092), - [anon_sym_struct] = ACTIONS(1092), - [anon_sym_union] = ACTIONS(1092), - [anon_sym_if] = ACTIONS(1092), - [anon_sym_switch] = ACTIONS(1092), - [anon_sym_case] = ACTIONS(1092), - [anon_sym_default] = ACTIONS(1092), - [anon_sym_while] = ACTIONS(1092), - [anon_sym_do] = ACTIONS(1092), - [anon_sym_for] = ACTIONS(1092), - [anon_sym_return] = ACTIONS(1092), - [anon_sym_break] = ACTIONS(1092), - [anon_sym_continue] = ACTIONS(1092), - [anon_sym_goto] = ACTIONS(1092), - [anon_sym_DASH_DASH] = ACTIONS(1094), - [anon_sym_PLUS_PLUS] = ACTIONS(1094), - [anon_sym_sizeof] = ACTIONS(1092), - [sym_number_literal] = ACTIONS(1094), - [anon_sym_L_SQUOTE] = ACTIONS(1094), - [anon_sym_u_SQUOTE] = ACTIONS(1094), - [anon_sym_U_SQUOTE] = ACTIONS(1094), - [anon_sym_u8_SQUOTE] = ACTIONS(1094), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_L_DQUOTE] = ACTIONS(1094), - [anon_sym_u_DQUOTE] = ACTIONS(1094), - [anon_sym_U_DQUOTE] = ACTIONS(1094), - [anon_sym_u8_DQUOTE] = ACTIONS(1094), - [anon_sym_DQUOTE] = ACTIONS(1094), - [sym_true] = ACTIONS(1092), - [sym_false] = ACTIONS(1092), - [sym_null] = ACTIONS(1092), + [324] = { + [sym_identifier] = ACTIONS(1028), + [aux_sym_preproc_include_token1] = ACTIONS(1028), + [aux_sym_preproc_def_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token2] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), + [sym_preproc_directive] = ACTIONS(1028), + [anon_sym_LPAREN2] = ACTIONS(1030), + [anon_sym_BANG] = ACTIONS(1030), + [anon_sym_TILDE] = ACTIONS(1030), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1030), + [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1030), + [anon_sym_typedef] = ACTIONS(1028), + [anon_sym_extern] = ACTIONS(1028), + [anon_sym___attribute__] = ACTIONS(1028), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), + [anon_sym___declspec] = ACTIONS(1028), + [anon_sym___cdecl] = ACTIONS(1028), + [anon_sym___clrcall] = ACTIONS(1028), + [anon_sym___stdcall] = ACTIONS(1028), + [anon_sym___fastcall] = ACTIONS(1028), + [anon_sym___thiscall] = ACTIONS(1028), + [anon_sym___vectorcall] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1030), + [anon_sym_static] = ACTIONS(1028), + [anon_sym_auto] = ACTIONS(1028), + [anon_sym_register] = ACTIONS(1028), + [anon_sym_inline] = ACTIONS(1028), + [anon_sym_const] = ACTIONS(1028), + [anon_sym_volatile] = ACTIONS(1028), + [anon_sym_restrict] = ACTIONS(1028), + [anon_sym__Atomic] = ACTIONS(1028), + [anon_sym_signed] = ACTIONS(1028), + [anon_sym_unsigned] = ACTIONS(1028), + [anon_sym_long] = ACTIONS(1028), + [anon_sym_short] = ACTIONS(1028), + [sym_primitive_type] = ACTIONS(1028), + [anon_sym_enum] = ACTIONS(1028), + [anon_sym_struct] = ACTIONS(1028), + [anon_sym_union] = ACTIONS(1028), + [anon_sym_if] = ACTIONS(1028), + [anon_sym_switch] = ACTIONS(1028), + [anon_sym_case] = ACTIONS(1028), + [anon_sym_default] = ACTIONS(1028), + [anon_sym_while] = ACTIONS(1028), + [anon_sym_do] = ACTIONS(1028), + [anon_sym_for] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_break] = ACTIONS(1028), + [anon_sym_continue] = ACTIONS(1028), + [anon_sym_goto] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1030), + [anon_sym_PLUS_PLUS] = ACTIONS(1030), + [anon_sym_sizeof] = ACTIONS(1028), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1030), + [anon_sym_u_SQUOTE] = ACTIONS(1030), + [anon_sym_U_SQUOTE] = ACTIONS(1030), + [anon_sym_u8_SQUOTE] = ACTIONS(1030), + [anon_sym_SQUOTE] = ACTIONS(1030), + [anon_sym_L_DQUOTE] = ACTIONS(1030), + [anon_sym_u_DQUOTE] = ACTIONS(1030), + [anon_sym_U_DQUOTE] = ACTIONS(1030), + [anon_sym_u8_DQUOTE] = ACTIONS(1030), + [anon_sym_DQUOTE] = ACTIONS(1030), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [335] = { - [ts_builtin_sym_end] = ACTIONS(1110), - [sym_identifier] = ACTIONS(1108), - [aux_sym_preproc_include_token1] = ACTIONS(1108), - [aux_sym_preproc_def_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), - [sym_preproc_directive] = ACTIONS(1108), - [anon_sym_LPAREN2] = ACTIONS(1110), - [anon_sym_BANG] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1110), - [anon_sym_DASH] = ACTIONS(1108), - [anon_sym_PLUS] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1110), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1110), - [anon_sym_typedef] = ACTIONS(1108), - [anon_sym_extern] = ACTIONS(1108), - [anon_sym___attribute__] = ACTIONS(1108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), - [anon_sym___declspec] = ACTIONS(1108), - [anon_sym___cdecl] = ACTIONS(1108), - [anon_sym___clrcall] = ACTIONS(1108), - [anon_sym___stdcall] = ACTIONS(1108), - [anon_sym___fastcall] = ACTIONS(1108), - [anon_sym___thiscall] = ACTIONS(1108), - [anon_sym___vectorcall] = ACTIONS(1108), - [anon_sym_LBRACE] = ACTIONS(1110), - [anon_sym_static] = ACTIONS(1108), - [anon_sym_auto] = ACTIONS(1108), - [anon_sym_register] = ACTIONS(1108), - [anon_sym_inline] = ACTIONS(1108), - [anon_sym_const] = ACTIONS(1108), - [anon_sym_volatile] = ACTIONS(1108), - [anon_sym_restrict] = ACTIONS(1108), - [anon_sym__Atomic] = ACTIONS(1108), - [anon_sym_signed] = ACTIONS(1108), - [anon_sym_unsigned] = ACTIONS(1108), - [anon_sym_long] = ACTIONS(1108), - [anon_sym_short] = ACTIONS(1108), - [sym_primitive_type] = ACTIONS(1108), - [anon_sym_enum] = ACTIONS(1108), - [anon_sym_struct] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1108), - [anon_sym_switch] = ACTIONS(1108), - [anon_sym_case] = ACTIONS(1108), - [anon_sym_default] = ACTIONS(1108), - [anon_sym_while] = ACTIONS(1108), - [anon_sym_do] = ACTIONS(1108), - [anon_sym_for] = ACTIONS(1108), - [anon_sym_return] = ACTIONS(1108), - [anon_sym_break] = ACTIONS(1108), - [anon_sym_continue] = ACTIONS(1108), - [anon_sym_goto] = ACTIONS(1108), - [anon_sym_DASH_DASH] = ACTIONS(1110), - [anon_sym_PLUS_PLUS] = ACTIONS(1110), - [anon_sym_sizeof] = ACTIONS(1108), - [sym_number_literal] = ACTIONS(1110), - [anon_sym_L_SQUOTE] = ACTIONS(1110), - [anon_sym_u_SQUOTE] = ACTIONS(1110), - [anon_sym_U_SQUOTE] = ACTIONS(1110), - [anon_sym_u8_SQUOTE] = ACTIONS(1110), - [anon_sym_SQUOTE] = ACTIONS(1110), - [anon_sym_L_DQUOTE] = ACTIONS(1110), - [anon_sym_u_DQUOTE] = ACTIONS(1110), - [anon_sym_U_DQUOTE] = ACTIONS(1110), - [anon_sym_u8_DQUOTE] = ACTIONS(1110), - [anon_sym_DQUOTE] = ACTIONS(1110), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), + [325] = { + [ts_builtin_sym_end] = ACTIONS(1042), + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, - [336] = { + [326] = { + [sym_identifier] = ACTIONS(1028), + [aux_sym_preproc_include_token1] = ACTIONS(1028), + [aux_sym_preproc_def_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), + [sym_preproc_directive] = ACTIONS(1028), + [anon_sym_LPAREN2] = ACTIONS(1030), + [anon_sym_BANG] = ACTIONS(1030), + [anon_sym_TILDE] = ACTIONS(1030), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1030), + [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1030), + [anon_sym_typedef] = ACTIONS(1028), + [anon_sym_extern] = ACTIONS(1028), + [anon_sym___attribute__] = ACTIONS(1028), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), + [anon_sym___declspec] = ACTIONS(1028), + [anon_sym___cdecl] = ACTIONS(1028), + [anon_sym___clrcall] = ACTIONS(1028), + [anon_sym___stdcall] = ACTIONS(1028), + [anon_sym___fastcall] = ACTIONS(1028), + [anon_sym___thiscall] = ACTIONS(1028), + [anon_sym___vectorcall] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1030), + [anon_sym_RBRACE] = ACTIONS(1030), + [anon_sym_static] = ACTIONS(1028), + [anon_sym_auto] = ACTIONS(1028), + [anon_sym_register] = ACTIONS(1028), + [anon_sym_inline] = ACTIONS(1028), + [anon_sym_const] = ACTIONS(1028), + [anon_sym_volatile] = ACTIONS(1028), + [anon_sym_restrict] = ACTIONS(1028), + [anon_sym__Atomic] = ACTIONS(1028), + [anon_sym_signed] = ACTIONS(1028), + [anon_sym_unsigned] = ACTIONS(1028), + [anon_sym_long] = ACTIONS(1028), + [anon_sym_short] = ACTIONS(1028), + [sym_primitive_type] = ACTIONS(1028), + [anon_sym_enum] = ACTIONS(1028), + [anon_sym_struct] = ACTIONS(1028), + [anon_sym_union] = ACTIONS(1028), + [anon_sym_if] = ACTIONS(1028), + [anon_sym_switch] = ACTIONS(1028), + [anon_sym_case] = ACTIONS(1028), + [anon_sym_default] = ACTIONS(1028), + [anon_sym_while] = ACTIONS(1028), + [anon_sym_do] = ACTIONS(1028), + [anon_sym_for] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_break] = ACTIONS(1028), + [anon_sym_continue] = ACTIONS(1028), + [anon_sym_goto] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1030), + [anon_sym_PLUS_PLUS] = ACTIONS(1030), + [anon_sym_sizeof] = ACTIONS(1028), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1030), + [anon_sym_u_SQUOTE] = ACTIONS(1030), + [anon_sym_U_SQUOTE] = ACTIONS(1030), + [anon_sym_u8_SQUOTE] = ACTIONS(1030), + [anon_sym_SQUOTE] = ACTIONS(1030), + [anon_sym_L_DQUOTE] = ACTIONS(1030), + [anon_sym_u_DQUOTE] = ACTIONS(1030), + [anon_sym_U_DQUOTE] = ACTIONS(1030), + [anon_sym_u8_DQUOTE] = ACTIONS(1030), + [anon_sym_DQUOTE] = ACTIONS(1030), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_comment] = ACTIONS(3), + }, + [327] = { [sym_identifier] = ACTIONS(1072), [aux_sym_preproc_include_token1] = ACTIONS(1072), [aux_sym_preproc_def_token1] = ACTIONS(1072), @@ -41869,457 +41310,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1072), [sym_comment] = ACTIONS(3), }, - [337] = { - [sym_identifier] = ACTIONS(1112), - [aux_sym_preproc_include_token1] = ACTIONS(1112), - [aux_sym_preproc_def_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), - [sym_preproc_directive] = ACTIONS(1112), - [anon_sym_LPAREN2] = ACTIONS(1114), - [anon_sym_BANG] = ACTIONS(1114), - [anon_sym_TILDE] = ACTIONS(1114), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_PLUS] = ACTIONS(1112), - [anon_sym_STAR] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1114), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_typedef] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym___attribute__] = ACTIONS(1112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), - [anon_sym___declspec] = ACTIONS(1112), - [anon_sym___cdecl] = ACTIONS(1112), - [anon_sym___clrcall] = ACTIONS(1112), - [anon_sym___stdcall] = ACTIONS(1112), - [anon_sym___fastcall] = ACTIONS(1112), - [anon_sym___thiscall] = ACTIONS(1112), - [anon_sym___vectorcall] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1114), - [anon_sym_RBRACE] = ACTIONS(1114), - [anon_sym_static] = ACTIONS(1112), - [anon_sym_auto] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_inline] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [anon_sym_volatile] = ACTIONS(1112), - [anon_sym_restrict] = ACTIONS(1112), - [anon_sym__Atomic] = ACTIONS(1112), - [anon_sym_signed] = ACTIONS(1112), - [anon_sym_unsigned] = ACTIONS(1112), - [anon_sym_long] = ACTIONS(1112), - [anon_sym_short] = ACTIONS(1112), - [sym_primitive_type] = ACTIONS(1112), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_struct] = ACTIONS(1112), - [anon_sym_union] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_switch] = ACTIONS(1112), - [anon_sym_case] = ACTIONS(1112), - [anon_sym_default] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_goto] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1114), - [anon_sym_PLUS_PLUS] = ACTIONS(1114), - [anon_sym_sizeof] = ACTIONS(1112), - [sym_number_literal] = ACTIONS(1114), - [anon_sym_L_SQUOTE] = ACTIONS(1114), - [anon_sym_u_SQUOTE] = ACTIONS(1114), - [anon_sym_U_SQUOTE] = ACTIONS(1114), - [anon_sym_u8_SQUOTE] = ACTIONS(1114), - [anon_sym_SQUOTE] = ACTIONS(1114), - [anon_sym_L_DQUOTE] = ACTIONS(1114), - [anon_sym_u_DQUOTE] = ACTIONS(1114), - [anon_sym_U_DQUOTE] = ACTIONS(1114), - [anon_sym_u8_DQUOTE] = ACTIONS(1114), - [anon_sym_DQUOTE] = ACTIONS(1114), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_comment] = ACTIONS(3), - }, - [338] = { - [sym_identifier] = ACTIONS(1108), - [aux_sym_preproc_include_token1] = ACTIONS(1108), - [aux_sym_preproc_def_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), - [sym_preproc_directive] = ACTIONS(1108), - [anon_sym_LPAREN2] = ACTIONS(1110), - [anon_sym_BANG] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1110), - [anon_sym_DASH] = ACTIONS(1108), - [anon_sym_PLUS] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1110), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1110), - [anon_sym_typedef] = ACTIONS(1108), - [anon_sym_extern] = ACTIONS(1108), - [anon_sym___attribute__] = ACTIONS(1108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), - [anon_sym___declspec] = ACTIONS(1108), - [anon_sym___cdecl] = ACTIONS(1108), - [anon_sym___clrcall] = ACTIONS(1108), - [anon_sym___stdcall] = ACTIONS(1108), - [anon_sym___fastcall] = ACTIONS(1108), - [anon_sym___thiscall] = ACTIONS(1108), - [anon_sym___vectorcall] = ACTIONS(1108), - [anon_sym_LBRACE] = ACTIONS(1110), - [anon_sym_RBRACE] = ACTIONS(1110), - [anon_sym_static] = ACTIONS(1108), - [anon_sym_auto] = ACTIONS(1108), - [anon_sym_register] = ACTIONS(1108), - [anon_sym_inline] = ACTIONS(1108), - [anon_sym_const] = ACTIONS(1108), - [anon_sym_volatile] = ACTIONS(1108), - [anon_sym_restrict] = ACTIONS(1108), - [anon_sym__Atomic] = ACTIONS(1108), - [anon_sym_signed] = ACTIONS(1108), - [anon_sym_unsigned] = ACTIONS(1108), - [anon_sym_long] = ACTIONS(1108), - [anon_sym_short] = ACTIONS(1108), - [sym_primitive_type] = ACTIONS(1108), - [anon_sym_enum] = ACTIONS(1108), - [anon_sym_struct] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1108), - [anon_sym_switch] = ACTIONS(1108), - [anon_sym_case] = ACTIONS(1108), - [anon_sym_default] = ACTIONS(1108), - [anon_sym_while] = ACTIONS(1108), - [anon_sym_do] = ACTIONS(1108), - [anon_sym_for] = ACTIONS(1108), - [anon_sym_return] = ACTIONS(1108), - [anon_sym_break] = ACTIONS(1108), - [anon_sym_continue] = ACTIONS(1108), - [anon_sym_goto] = ACTIONS(1108), - [anon_sym_DASH_DASH] = ACTIONS(1110), - [anon_sym_PLUS_PLUS] = ACTIONS(1110), - [anon_sym_sizeof] = ACTIONS(1108), - [sym_number_literal] = ACTIONS(1110), - [anon_sym_L_SQUOTE] = ACTIONS(1110), - [anon_sym_u_SQUOTE] = ACTIONS(1110), - [anon_sym_U_SQUOTE] = ACTIONS(1110), - [anon_sym_u8_SQUOTE] = ACTIONS(1110), - [anon_sym_SQUOTE] = ACTIONS(1110), - [anon_sym_L_DQUOTE] = ACTIONS(1110), - [anon_sym_u_DQUOTE] = ACTIONS(1110), - [anon_sym_U_DQUOTE] = ACTIONS(1110), - [anon_sym_u8_DQUOTE] = ACTIONS(1110), - [anon_sym_DQUOTE] = ACTIONS(1110), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_comment] = ACTIONS(3), - }, - [339] = { - [ts_builtin_sym_end] = ACTIONS(1114), - [sym_identifier] = ACTIONS(1112), - [aux_sym_preproc_include_token1] = ACTIONS(1112), - [aux_sym_preproc_def_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), - [sym_preproc_directive] = ACTIONS(1112), - [anon_sym_LPAREN2] = ACTIONS(1114), - [anon_sym_BANG] = ACTIONS(1114), - [anon_sym_TILDE] = ACTIONS(1114), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_PLUS] = ACTIONS(1112), - [anon_sym_STAR] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1114), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_typedef] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym___attribute__] = ACTIONS(1112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), - [anon_sym___declspec] = ACTIONS(1112), - [anon_sym___cdecl] = ACTIONS(1112), - [anon_sym___clrcall] = ACTIONS(1112), - [anon_sym___stdcall] = ACTIONS(1112), - [anon_sym___fastcall] = ACTIONS(1112), - [anon_sym___thiscall] = ACTIONS(1112), - [anon_sym___vectorcall] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1114), - [anon_sym_static] = ACTIONS(1112), - [anon_sym_auto] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_inline] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [anon_sym_volatile] = ACTIONS(1112), - [anon_sym_restrict] = ACTIONS(1112), - [anon_sym__Atomic] = ACTIONS(1112), - [anon_sym_signed] = ACTIONS(1112), - [anon_sym_unsigned] = ACTIONS(1112), - [anon_sym_long] = ACTIONS(1112), - [anon_sym_short] = ACTIONS(1112), - [sym_primitive_type] = ACTIONS(1112), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_struct] = ACTIONS(1112), - [anon_sym_union] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_switch] = ACTIONS(1112), - [anon_sym_case] = ACTIONS(1112), - [anon_sym_default] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_goto] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1114), - [anon_sym_PLUS_PLUS] = ACTIONS(1114), - [anon_sym_sizeof] = ACTIONS(1112), - [sym_number_literal] = ACTIONS(1114), - [anon_sym_L_SQUOTE] = ACTIONS(1114), - [anon_sym_u_SQUOTE] = ACTIONS(1114), - [anon_sym_U_SQUOTE] = ACTIONS(1114), - [anon_sym_u8_SQUOTE] = ACTIONS(1114), - [anon_sym_SQUOTE] = ACTIONS(1114), - [anon_sym_L_DQUOTE] = ACTIONS(1114), - [anon_sym_u_DQUOTE] = ACTIONS(1114), - [anon_sym_U_DQUOTE] = ACTIONS(1114), - [anon_sym_u8_DQUOTE] = ACTIONS(1114), - [anon_sym_DQUOTE] = ACTIONS(1114), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_comment] = ACTIONS(3), - }, - [340] = { - [ts_builtin_sym_end] = ACTIONS(1054), - [sym_identifier] = ACTIONS(1052), - [aux_sym_preproc_include_token1] = ACTIONS(1052), - [aux_sym_preproc_def_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), - [sym_preproc_directive] = ACTIONS(1052), - [anon_sym_LPAREN2] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(1052), - [anon_sym___attribute__] = ACTIONS(1052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), - [anon_sym___declspec] = ACTIONS(1052), - [anon_sym___cdecl] = ACTIONS(1052), - [anon_sym___clrcall] = ACTIONS(1052), - [anon_sym___stdcall] = ACTIONS(1052), - [anon_sym___fastcall] = ACTIONS(1052), - [anon_sym___thiscall] = ACTIONS(1052), - [anon_sym___vectorcall] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_auto] = ACTIONS(1052), - [anon_sym_register] = ACTIONS(1052), - [anon_sym_inline] = ACTIONS(1052), - [anon_sym_const] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_restrict] = ACTIONS(1052), - [anon_sym__Atomic] = ACTIONS(1052), - [anon_sym_signed] = ACTIONS(1052), - [anon_sym_unsigned] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [sym_primitive_type] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_struct] = ACTIONS(1052), - [anon_sym_union] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_case] = ACTIONS(1052), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_goto] = ACTIONS(1052), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_sizeof] = ACTIONS(1052), - [sym_number_literal] = ACTIONS(1054), - [anon_sym_L_SQUOTE] = ACTIONS(1054), - [anon_sym_u_SQUOTE] = ACTIONS(1054), - [anon_sym_U_SQUOTE] = ACTIONS(1054), - [anon_sym_u8_SQUOTE] = ACTIONS(1054), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_L_DQUOTE] = ACTIONS(1054), - [anon_sym_u_DQUOTE] = ACTIONS(1054), - [anon_sym_U_DQUOTE] = ACTIONS(1054), - [anon_sym_u8_DQUOTE] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1054), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_null] = ACTIONS(1052), + [328] = { + [sym_identifier] = ACTIONS(1100), + [aux_sym_preproc_include_token1] = ACTIONS(1100), + [aux_sym_preproc_def_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), + [sym_preproc_directive] = ACTIONS(1100), + [anon_sym_LPAREN2] = ACTIONS(1102), + [anon_sym_BANG] = ACTIONS(1102), + [anon_sym_TILDE] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1100), + [anon_sym_PLUS] = ACTIONS(1100), + [anon_sym_STAR] = ACTIONS(1102), + [anon_sym_AMP] = ACTIONS(1102), + [anon_sym_SEMI] = ACTIONS(1102), + [anon_sym_typedef] = ACTIONS(1100), + [anon_sym_extern] = ACTIONS(1100), + [anon_sym___attribute__] = ACTIONS(1100), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), + [anon_sym___declspec] = ACTIONS(1100), + [anon_sym___cdecl] = ACTIONS(1100), + [anon_sym___clrcall] = ACTIONS(1100), + [anon_sym___stdcall] = ACTIONS(1100), + [anon_sym___fastcall] = ACTIONS(1100), + [anon_sym___thiscall] = ACTIONS(1100), + [anon_sym___vectorcall] = ACTIONS(1100), + [anon_sym_LBRACE] = ACTIONS(1102), + [anon_sym_RBRACE] = ACTIONS(1102), + [anon_sym_static] = ACTIONS(1100), + [anon_sym_auto] = ACTIONS(1100), + [anon_sym_register] = ACTIONS(1100), + [anon_sym_inline] = ACTIONS(1100), + [anon_sym_const] = ACTIONS(1100), + [anon_sym_volatile] = ACTIONS(1100), + [anon_sym_restrict] = ACTIONS(1100), + [anon_sym__Atomic] = ACTIONS(1100), + [anon_sym_signed] = ACTIONS(1100), + [anon_sym_unsigned] = ACTIONS(1100), + [anon_sym_long] = ACTIONS(1100), + [anon_sym_short] = ACTIONS(1100), + [sym_primitive_type] = ACTIONS(1100), + [anon_sym_enum] = ACTIONS(1100), + [anon_sym_struct] = ACTIONS(1100), + [anon_sym_union] = ACTIONS(1100), + [anon_sym_if] = ACTIONS(1100), + [anon_sym_switch] = ACTIONS(1100), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), + [anon_sym_while] = ACTIONS(1100), + [anon_sym_do] = ACTIONS(1100), + [anon_sym_for] = ACTIONS(1100), + [anon_sym_return] = ACTIONS(1100), + [anon_sym_break] = ACTIONS(1100), + [anon_sym_continue] = ACTIONS(1100), + [anon_sym_goto] = ACTIONS(1100), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_PLUS_PLUS] = ACTIONS(1102), + [anon_sym_sizeof] = ACTIONS(1100), + [sym_number_literal] = ACTIONS(1102), + [anon_sym_L_SQUOTE] = ACTIONS(1102), + [anon_sym_u_SQUOTE] = ACTIONS(1102), + [anon_sym_U_SQUOTE] = ACTIONS(1102), + [anon_sym_u8_SQUOTE] = ACTIONS(1102), + [anon_sym_SQUOTE] = ACTIONS(1102), + [anon_sym_L_DQUOTE] = ACTIONS(1102), + [anon_sym_u_DQUOTE] = ACTIONS(1102), + [anon_sym_U_DQUOTE] = ACTIONS(1102), + [anon_sym_u8_DQUOTE] = ACTIONS(1102), + [anon_sym_DQUOTE] = ACTIONS(1102), + [sym_true] = ACTIONS(1100), + [sym_false] = ACTIONS(1100), + [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, - [341] = { - [sym_identifier] = ACTIONS(1096), - [aux_sym_preproc_include_token1] = ACTIONS(1096), - [aux_sym_preproc_def_token1] = ACTIONS(1096), - [aux_sym_preproc_if_token1] = ACTIONS(1096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), - [sym_preproc_directive] = ACTIONS(1096), - [anon_sym_LPAREN2] = ACTIONS(1098), - [anon_sym_BANG] = ACTIONS(1098), - [anon_sym_TILDE] = ACTIONS(1098), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_STAR] = ACTIONS(1098), - [anon_sym_AMP] = ACTIONS(1098), - [anon_sym_SEMI] = ACTIONS(1098), - [anon_sym_typedef] = ACTIONS(1096), - [anon_sym_extern] = ACTIONS(1096), - [anon_sym___attribute__] = ACTIONS(1096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1098), - [anon_sym___declspec] = ACTIONS(1096), - [anon_sym___cdecl] = ACTIONS(1096), - [anon_sym___clrcall] = ACTIONS(1096), - [anon_sym___stdcall] = ACTIONS(1096), - [anon_sym___fastcall] = ACTIONS(1096), - [anon_sym___thiscall] = ACTIONS(1096), - [anon_sym___vectorcall] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1098), - [anon_sym_RBRACE] = ACTIONS(1098), - [anon_sym_static] = ACTIONS(1096), - [anon_sym_auto] = ACTIONS(1096), - [anon_sym_register] = ACTIONS(1096), - [anon_sym_inline] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_volatile] = ACTIONS(1096), - [anon_sym_restrict] = ACTIONS(1096), - [anon_sym__Atomic] = ACTIONS(1096), - [anon_sym_signed] = ACTIONS(1096), - [anon_sym_unsigned] = ACTIONS(1096), - [anon_sym_long] = ACTIONS(1096), - [anon_sym_short] = ACTIONS(1096), - [sym_primitive_type] = ACTIONS(1096), - [anon_sym_enum] = ACTIONS(1096), - [anon_sym_struct] = ACTIONS(1096), - [anon_sym_union] = ACTIONS(1096), - [anon_sym_if] = ACTIONS(1096), - [anon_sym_switch] = ACTIONS(1096), - [anon_sym_case] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1096), - [anon_sym_while] = ACTIONS(1096), - [anon_sym_do] = ACTIONS(1096), - [anon_sym_for] = ACTIONS(1096), - [anon_sym_return] = ACTIONS(1096), - [anon_sym_break] = ACTIONS(1096), - [anon_sym_continue] = ACTIONS(1096), - [anon_sym_goto] = ACTIONS(1096), - [anon_sym_DASH_DASH] = ACTIONS(1098), - [anon_sym_PLUS_PLUS] = ACTIONS(1098), - [anon_sym_sizeof] = ACTIONS(1096), - [sym_number_literal] = ACTIONS(1098), - [anon_sym_L_SQUOTE] = ACTIONS(1098), - [anon_sym_u_SQUOTE] = ACTIONS(1098), - [anon_sym_U_SQUOTE] = ACTIONS(1098), - [anon_sym_u8_SQUOTE] = ACTIONS(1098), - [anon_sym_SQUOTE] = ACTIONS(1098), - [anon_sym_L_DQUOTE] = ACTIONS(1098), - [anon_sym_u_DQUOTE] = ACTIONS(1098), - [anon_sym_U_DQUOTE] = ACTIONS(1098), - [anon_sym_u8_DQUOTE] = ACTIONS(1098), - [anon_sym_DQUOTE] = ACTIONS(1098), - [sym_true] = ACTIONS(1096), - [sym_false] = ACTIONS(1096), - [sym_null] = ACTIONS(1096), + [329] = { + [sym_identifier] = ACTIONS(1104), + [aux_sym_preproc_include_token1] = ACTIONS(1104), + [aux_sym_preproc_def_token1] = ACTIONS(1104), + [aux_sym_preproc_if_token1] = ACTIONS(1104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), + [sym_preproc_directive] = ACTIONS(1104), + [anon_sym_LPAREN2] = ACTIONS(1106), + [anon_sym_BANG] = ACTIONS(1106), + [anon_sym_TILDE] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1104), + [anon_sym_STAR] = ACTIONS(1106), + [anon_sym_AMP] = ACTIONS(1106), + [anon_sym_SEMI] = ACTIONS(1106), + [anon_sym_typedef] = ACTIONS(1104), + [anon_sym_extern] = ACTIONS(1104), + [anon_sym___attribute__] = ACTIONS(1104), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1106), + [anon_sym___declspec] = ACTIONS(1104), + [anon_sym___cdecl] = ACTIONS(1104), + [anon_sym___clrcall] = ACTIONS(1104), + [anon_sym___stdcall] = ACTIONS(1104), + [anon_sym___fastcall] = ACTIONS(1104), + [anon_sym___thiscall] = ACTIONS(1104), + [anon_sym___vectorcall] = ACTIONS(1104), + [anon_sym_LBRACE] = ACTIONS(1106), + [anon_sym_RBRACE] = ACTIONS(1106), + [anon_sym_static] = ACTIONS(1104), + [anon_sym_auto] = ACTIONS(1104), + [anon_sym_register] = ACTIONS(1104), + [anon_sym_inline] = ACTIONS(1104), + [anon_sym_const] = ACTIONS(1104), + [anon_sym_volatile] = ACTIONS(1104), + [anon_sym_restrict] = ACTIONS(1104), + [anon_sym__Atomic] = ACTIONS(1104), + [anon_sym_signed] = ACTIONS(1104), + [anon_sym_unsigned] = ACTIONS(1104), + [anon_sym_long] = ACTIONS(1104), + [anon_sym_short] = ACTIONS(1104), + [sym_primitive_type] = ACTIONS(1104), + [anon_sym_enum] = ACTIONS(1104), + [anon_sym_struct] = ACTIONS(1104), + [anon_sym_union] = ACTIONS(1104), + [anon_sym_if] = ACTIONS(1104), + [anon_sym_switch] = ACTIONS(1104), + [anon_sym_case] = ACTIONS(1104), + [anon_sym_default] = ACTIONS(1104), + [anon_sym_while] = ACTIONS(1104), + [anon_sym_do] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1104), + [anon_sym_return] = ACTIONS(1104), + [anon_sym_break] = ACTIONS(1104), + [anon_sym_continue] = ACTIONS(1104), + [anon_sym_goto] = ACTIONS(1104), + [anon_sym_DASH_DASH] = ACTIONS(1106), + [anon_sym_PLUS_PLUS] = ACTIONS(1106), + [anon_sym_sizeof] = ACTIONS(1104), + [sym_number_literal] = ACTIONS(1106), + [anon_sym_L_SQUOTE] = ACTIONS(1106), + [anon_sym_u_SQUOTE] = ACTIONS(1106), + [anon_sym_U_SQUOTE] = ACTIONS(1106), + [anon_sym_u8_SQUOTE] = ACTIONS(1106), + [anon_sym_SQUOTE] = ACTIONS(1106), + [anon_sym_L_DQUOTE] = ACTIONS(1106), + [anon_sym_u_DQUOTE] = ACTIONS(1106), + [anon_sym_U_DQUOTE] = ACTIONS(1106), + [anon_sym_u8_DQUOTE] = ACTIONS(1106), + [anon_sym_DQUOTE] = ACTIONS(1106), + [sym_true] = ACTIONS(1104), + [sym_false] = ACTIONS(1104), + [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, - [342] = { - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_RBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), + [330] = { + [sym_identifier] = ACTIONS(1120), + [aux_sym_preproc_include_token1] = ACTIONS(1120), + [aux_sym_preproc_def_token1] = ACTIONS(1120), + [aux_sym_preproc_if_token1] = ACTIONS(1120), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), + [sym_preproc_directive] = ACTIONS(1120), + [anon_sym_LPAREN2] = ACTIONS(1122), + [anon_sym_BANG] = ACTIONS(1122), + [anon_sym_TILDE] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(1120), + [anon_sym_STAR] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1122), + [anon_sym_SEMI] = ACTIONS(1122), + [anon_sym_typedef] = ACTIONS(1120), + [anon_sym_extern] = ACTIONS(1120), + [anon_sym___attribute__] = ACTIONS(1120), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), + [anon_sym___declspec] = ACTIONS(1120), + [anon_sym___cdecl] = ACTIONS(1120), + [anon_sym___clrcall] = ACTIONS(1120), + [anon_sym___stdcall] = ACTIONS(1120), + [anon_sym___fastcall] = ACTIONS(1120), + [anon_sym___thiscall] = ACTIONS(1120), + [anon_sym___vectorcall] = ACTIONS(1120), + [anon_sym_LBRACE] = ACTIONS(1122), + [anon_sym_RBRACE] = ACTIONS(1122), + [anon_sym_static] = ACTIONS(1120), + [anon_sym_auto] = ACTIONS(1120), + [anon_sym_register] = ACTIONS(1120), + [anon_sym_inline] = ACTIONS(1120), + [anon_sym_const] = ACTIONS(1120), + [anon_sym_volatile] = ACTIONS(1120), + [anon_sym_restrict] = ACTIONS(1120), + [anon_sym__Atomic] = ACTIONS(1120), + [anon_sym_signed] = ACTIONS(1120), + [anon_sym_unsigned] = ACTIONS(1120), + [anon_sym_long] = ACTIONS(1120), + [anon_sym_short] = ACTIONS(1120), + [sym_primitive_type] = ACTIONS(1120), + [anon_sym_enum] = ACTIONS(1120), + [anon_sym_struct] = ACTIONS(1120), + [anon_sym_union] = ACTIONS(1120), + [anon_sym_if] = ACTIONS(1120), + [anon_sym_switch] = ACTIONS(1120), + [anon_sym_case] = ACTIONS(1120), + [anon_sym_default] = ACTIONS(1120), + [anon_sym_while] = ACTIONS(1120), + [anon_sym_do] = ACTIONS(1120), + [anon_sym_for] = ACTIONS(1120), + [anon_sym_return] = ACTIONS(1120), + [anon_sym_break] = ACTIONS(1120), + [anon_sym_continue] = ACTIONS(1120), + [anon_sym_goto] = ACTIONS(1120), + [anon_sym_DASH_DASH] = ACTIONS(1122), + [anon_sym_PLUS_PLUS] = ACTIONS(1122), + [anon_sym_sizeof] = ACTIONS(1120), + [sym_number_literal] = ACTIONS(1122), + [anon_sym_L_SQUOTE] = ACTIONS(1122), + [anon_sym_u_SQUOTE] = ACTIONS(1122), + [anon_sym_U_SQUOTE] = ACTIONS(1122), + [anon_sym_u8_SQUOTE] = ACTIONS(1122), + [anon_sym_SQUOTE] = ACTIONS(1122), + [anon_sym_L_DQUOTE] = ACTIONS(1122), + [anon_sym_u_DQUOTE] = ACTIONS(1122), + [anon_sym_U_DQUOTE] = ACTIONS(1122), + [anon_sym_u8_DQUOTE] = ACTIONS(1122), + [anon_sym_DQUOTE] = ACTIONS(1122), + [sym_true] = ACTIONS(1120), + [sym_false] = ACTIONS(1120), + [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, - [343] = { + [331] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), @@ -42394,87 +41610,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, - [344] = { - [ts_builtin_sym_end] = ACTIONS(1102), - [sym_identifier] = ACTIONS(1100), - [aux_sym_preproc_include_token1] = ACTIONS(1100), - [aux_sym_preproc_def_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), - [sym_preproc_directive] = ACTIONS(1100), - [anon_sym_LPAREN2] = ACTIONS(1102), - [anon_sym_BANG] = ACTIONS(1102), - [anon_sym_TILDE] = ACTIONS(1102), - [anon_sym_DASH] = ACTIONS(1100), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_STAR] = ACTIONS(1102), - [anon_sym_AMP] = ACTIONS(1102), - [anon_sym_SEMI] = ACTIONS(1102), - [anon_sym_typedef] = ACTIONS(1100), - [anon_sym_extern] = ACTIONS(1100), - [anon_sym___attribute__] = ACTIONS(1100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1102), - [anon_sym___declspec] = ACTIONS(1100), - [anon_sym___cdecl] = ACTIONS(1100), - [anon_sym___clrcall] = ACTIONS(1100), - [anon_sym___stdcall] = ACTIONS(1100), - [anon_sym___fastcall] = ACTIONS(1100), - [anon_sym___thiscall] = ACTIONS(1100), - [anon_sym___vectorcall] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(1102), - [anon_sym_static] = ACTIONS(1100), - [anon_sym_auto] = ACTIONS(1100), - [anon_sym_register] = ACTIONS(1100), - [anon_sym_inline] = ACTIONS(1100), - [anon_sym_const] = ACTIONS(1100), - [anon_sym_volatile] = ACTIONS(1100), - [anon_sym_restrict] = ACTIONS(1100), - [anon_sym__Atomic] = ACTIONS(1100), - [anon_sym_signed] = ACTIONS(1100), - [anon_sym_unsigned] = ACTIONS(1100), - [anon_sym_long] = ACTIONS(1100), - [anon_sym_short] = ACTIONS(1100), - [sym_primitive_type] = ACTIONS(1100), - [anon_sym_enum] = ACTIONS(1100), - [anon_sym_struct] = ACTIONS(1100), - [anon_sym_union] = ACTIONS(1100), - [anon_sym_if] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(1100), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(1100), - [anon_sym_do] = ACTIONS(1100), - [anon_sym_for] = ACTIONS(1100), - [anon_sym_return] = ACTIONS(1100), - [anon_sym_break] = ACTIONS(1100), - [anon_sym_continue] = ACTIONS(1100), - [anon_sym_goto] = ACTIONS(1100), - [anon_sym_DASH_DASH] = ACTIONS(1102), - [anon_sym_PLUS_PLUS] = ACTIONS(1102), - [anon_sym_sizeof] = ACTIONS(1100), - [sym_number_literal] = ACTIONS(1102), - [anon_sym_L_SQUOTE] = ACTIONS(1102), - [anon_sym_u_SQUOTE] = ACTIONS(1102), - [anon_sym_U_SQUOTE] = ACTIONS(1102), - [anon_sym_u8_SQUOTE] = ACTIONS(1102), - [anon_sym_SQUOTE] = ACTIONS(1102), - [anon_sym_L_DQUOTE] = ACTIONS(1102), - [anon_sym_u_DQUOTE] = ACTIONS(1102), - [anon_sym_U_DQUOTE] = ACTIONS(1102), - [anon_sym_u8_DQUOTE] = ACTIONS(1102), - [anon_sym_DQUOTE] = ACTIONS(1102), - [sym_true] = ACTIONS(1100), - [sym_false] = ACTIONS(1100), - [sym_null] = ACTIONS(1100), + [332] = { + [ts_builtin_sym_end] = ACTIONS(1070), + [sym_identifier] = ACTIONS(1068), + [aux_sym_preproc_include_token1] = ACTIONS(1068), + [aux_sym_preproc_def_token1] = ACTIONS(1068), + [aux_sym_preproc_if_token1] = ACTIONS(1068), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), + [sym_preproc_directive] = ACTIONS(1068), + [anon_sym_LPAREN2] = ACTIONS(1070), + [anon_sym_BANG] = ACTIONS(1070), + [anon_sym_TILDE] = ACTIONS(1070), + [anon_sym_DASH] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1070), + [anon_sym_AMP] = ACTIONS(1070), + [anon_sym_SEMI] = ACTIONS(1070), + [anon_sym_typedef] = ACTIONS(1068), + [anon_sym_extern] = ACTIONS(1068), + [anon_sym___attribute__] = ACTIONS(1068), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), + [anon_sym___declspec] = ACTIONS(1068), + [anon_sym___cdecl] = ACTIONS(1068), + [anon_sym___clrcall] = ACTIONS(1068), + [anon_sym___stdcall] = ACTIONS(1068), + [anon_sym___fastcall] = ACTIONS(1068), + [anon_sym___thiscall] = ACTIONS(1068), + [anon_sym___vectorcall] = ACTIONS(1068), + [anon_sym_LBRACE] = ACTIONS(1070), + [anon_sym_static] = ACTIONS(1068), + [anon_sym_auto] = ACTIONS(1068), + [anon_sym_register] = ACTIONS(1068), + [anon_sym_inline] = ACTIONS(1068), + [anon_sym_const] = ACTIONS(1068), + [anon_sym_volatile] = ACTIONS(1068), + [anon_sym_restrict] = ACTIONS(1068), + [anon_sym__Atomic] = ACTIONS(1068), + [anon_sym_signed] = ACTIONS(1068), + [anon_sym_unsigned] = ACTIONS(1068), + [anon_sym_long] = ACTIONS(1068), + [anon_sym_short] = ACTIONS(1068), + [sym_primitive_type] = ACTIONS(1068), + [anon_sym_enum] = ACTIONS(1068), + [anon_sym_struct] = ACTIONS(1068), + [anon_sym_union] = ACTIONS(1068), + [anon_sym_if] = ACTIONS(1068), + [anon_sym_switch] = ACTIONS(1068), + [anon_sym_case] = ACTIONS(1068), + [anon_sym_default] = ACTIONS(1068), + [anon_sym_while] = ACTIONS(1068), + [anon_sym_do] = ACTIONS(1068), + [anon_sym_for] = ACTIONS(1068), + [anon_sym_return] = ACTIONS(1068), + [anon_sym_break] = ACTIONS(1068), + [anon_sym_continue] = ACTIONS(1068), + [anon_sym_goto] = ACTIONS(1068), + [anon_sym_DASH_DASH] = ACTIONS(1070), + [anon_sym_PLUS_PLUS] = ACTIONS(1070), + [anon_sym_sizeof] = ACTIONS(1068), + [sym_number_literal] = ACTIONS(1070), + [anon_sym_L_SQUOTE] = ACTIONS(1070), + [anon_sym_u_SQUOTE] = ACTIONS(1070), + [anon_sym_U_SQUOTE] = ACTIONS(1070), + [anon_sym_u8_SQUOTE] = ACTIONS(1070), + [anon_sym_SQUOTE] = ACTIONS(1070), + [anon_sym_L_DQUOTE] = ACTIONS(1070), + [anon_sym_u_DQUOTE] = ACTIONS(1070), + [anon_sym_U_DQUOTE] = ACTIONS(1070), + [anon_sym_u8_DQUOTE] = ACTIONS(1070), + [anon_sym_DQUOTE] = ACTIONS(1070), + [sym_true] = ACTIONS(1068), + [sym_false] = ACTIONS(1068), + [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, - [345] = { + [333] = { + [sym_identifier] = ACTIONS(1052), + [aux_sym_preproc_include_token1] = ACTIONS(1052), + [aux_sym_preproc_def_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token2] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), + [sym_preproc_directive] = ACTIONS(1052), + [anon_sym_LPAREN2] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_DASH] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(1052), + [anon_sym___attribute__] = ACTIONS(1052), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), + [anon_sym___declspec] = ACTIONS(1052), + [anon_sym___cdecl] = ACTIONS(1052), + [anon_sym___clrcall] = ACTIONS(1052), + [anon_sym___stdcall] = ACTIONS(1052), + [anon_sym___fastcall] = ACTIONS(1052), + [anon_sym___thiscall] = ACTIONS(1052), + [anon_sym___vectorcall] = ACTIONS(1052), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_static] = ACTIONS(1052), + [anon_sym_auto] = ACTIONS(1052), + [anon_sym_register] = ACTIONS(1052), + [anon_sym_inline] = ACTIONS(1052), + [anon_sym_const] = ACTIONS(1052), + [anon_sym_volatile] = ACTIONS(1052), + [anon_sym_restrict] = ACTIONS(1052), + [anon_sym__Atomic] = ACTIONS(1052), + [anon_sym_signed] = ACTIONS(1052), + [anon_sym_unsigned] = ACTIONS(1052), + [anon_sym_long] = ACTIONS(1052), + [anon_sym_short] = ACTIONS(1052), + [sym_primitive_type] = ACTIONS(1052), + [anon_sym_enum] = ACTIONS(1052), + [anon_sym_struct] = ACTIONS(1052), + [anon_sym_union] = ACTIONS(1052), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_switch] = ACTIONS(1052), + [anon_sym_case] = ACTIONS(1052), + [anon_sym_default] = ACTIONS(1052), + [anon_sym_while] = ACTIONS(1052), + [anon_sym_do] = ACTIONS(1052), + [anon_sym_for] = ACTIONS(1052), + [anon_sym_return] = ACTIONS(1052), + [anon_sym_break] = ACTIONS(1052), + [anon_sym_continue] = ACTIONS(1052), + [anon_sym_goto] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(1052), + [sym_number_literal] = ACTIONS(1054), + [anon_sym_L_SQUOTE] = ACTIONS(1054), + [anon_sym_u_SQUOTE] = ACTIONS(1054), + [anon_sym_U_SQUOTE] = ACTIONS(1054), + [anon_sym_u8_SQUOTE] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_L_DQUOTE] = ACTIONS(1054), + [anon_sym_u_DQUOTE] = ACTIONS(1054), + [anon_sym_U_DQUOTE] = ACTIONS(1054), + [anon_sym_u8_DQUOTE] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym_true] = ACTIONS(1052), + [sym_false] = ACTIONS(1052), + [sym_null] = ACTIONS(1052), + [sym_comment] = ACTIONS(3), + }, + [334] = { + [ts_builtin_sym_end] = ACTIONS(1050), [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), [aux_sym_preproc_if_token1] = ACTIONS(1048), - [aux_sym_preproc_if_token2] = ACTIONS(1048), [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), [sym_preproc_directive] = ACTIONS(1048), @@ -42527,99 +41818,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), - [anon_sym_sizeof] = ACTIONS(1048), - [sym_number_literal] = ACTIONS(1050), - [anon_sym_L_SQUOTE] = ACTIONS(1050), - [anon_sym_u_SQUOTE] = ACTIONS(1050), - [anon_sym_U_SQUOTE] = ACTIONS(1050), - [anon_sym_u8_SQUOTE] = ACTIONS(1050), - [anon_sym_SQUOTE] = ACTIONS(1050), - [anon_sym_L_DQUOTE] = ACTIONS(1050), - [anon_sym_u_DQUOTE] = ACTIONS(1050), - [anon_sym_U_DQUOTE] = ACTIONS(1050), - [anon_sym_u8_DQUOTE] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1050), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_comment] = ACTIONS(3), - }, - [346] = { - [ts_builtin_sym_end] = ACTIONS(1094), - [sym_identifier] = ACTIONS(1092), - [aux_sym_preproc_include_token1] = ACTIONS(1092), - [aux_sym_preproc_def_token1] = ACTIONS(1092), - [aux_sym_preproc_if_token1] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), - [sym_preproc_directive] = ACTIONS(1092), - [anon_sym_LPAREN2] = ACTIONS(1094), - [anon_sym_BANG] = ACTIONS(1094), - [anon_sym_TILDE] = ACTIONS(1094), - [anon_sym_DASH] = ACTIONS(1092), - [anon_sym_PLUS] = ACTIONS(1092), - [anon_sym_STAR] = ACTIONS(1094), - [anon_sym_AMP] = ACTIONS(1094), - [anon_sym_SEMI] = ACTIONS(1094), - [anon_sym_typedef] = ACTIONS(1092), - [anon_sym_extern] = ACTIONS(1092), - [anon_sym___attribute__] = ACTIONS(1092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), - [anon_sym___declspec] = ACTIONS(1092), - [anon_sym___cdecl] = ACTIONS(1092), - [anon_sym___clrcall] = ACTIONS(1092), - [anon_sym___stdcall] = ACTIONS(1092), - [anon_sym___fastcall] = ACTIONS(1092), - [anon_sym___thiscall] = ACTIONS(1092), - [anon_sym___vectorcall] = ACTIONS(1092), - [anon_sym_LBRACE] = ACTIONS(1094), - [anon_sym_static] = ACTIONS(1092), - [anon_sym_auto] = ACTIONS(1092), - [anon_sym_register] = ACTIONS(1092), - [anon_sym_inline] = ACTIONS(1092), - [anon_sym_const] = ACTIONS(1092), - [anon_sym_volatile] = ACTIONS(1092), - [anon_sym_restrict] = ACTIONS(1092), - [anon_sym__Atomic] = ACTIONS(1092), - [anon_sym_signed] = ACTIONS(1092), - [anon_sym_unsigned] = ACTIONS(1092), - [anon_sym_long] = ACTIONS(1092), - [anon_sym_short] = ACTIONS(1092), - [sym_primitive_type] = ACTIONS(1092), - [anon_sym_enum] = ACTIONS(1092), - [anon_sym_struct] = ACTIONS(1092), - [anon_sym_union] = ACTIONS(1092), - [anon_sym_if] = ACTIONS(1092), - [anon_sym_switch] = ACTIONS(1092), - [anon_sym_case] = ACTIONS(1092), - [anon_sym_default] = ACTIONS(1092), - [anon_sym_while] = ACTIONS(1092), - [anon_sym_do] = ACTIONS(1092), - [anon_sym_for] = ACTIONS(1092), - [anon_sym_return] = ACTIONS(1092), - [anon_sym_break] = ACTIONS(1092), - [anon_sym_continue] = ACTIONS(1092), - [anon_sym_goto] = ACTIONS(1092), - [anon_sym_DASH_DASH] = ACTIONS(1094), - [anon_sym_PLUS_PLUS] = ACTIONS(1094), - [anon_sym_sizeof] = ACTIONS(1092), - [sym_number_literal] = ACTIONS(1094), - [anon_sym_L_SQUOTE] = ACTIONS(1094), - [anon_sym_u_SQUOTE] = ACTIONS(1094), - [anon_sym_U_SQUOTE] = ACTIONS(1094), - [anon_sym_u8_SQUOTE] = ACTIONS(1094), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_L_DQUOTE] = ACTIONS(1094), - [anon_sym_u_DQUOTE] = ACTIONS(1094), - [anon_sym_U_DQUOTE] = ACTIONS(1094), - [anon_sym_u8_DQUOTE] = ACTIONS(1094), - [anon_sym_DQUOTE] = ACTIONS(1094), - [sym_true] = ACTIONS(1092), - [sym_false] = ACTIONS(1092), - [sym_null] = ACTIONS(1092), + [anon_sym_sizeof] = ACTIONS(1048), + [sym_number_literal] = ACTIONS(1050), + [anon_sym_L_SQUOTE] = ACTIONS(1050), + [anon_sym_u_SQUOTE] = ACTIONS(1050), + [anon_sym_U_SQUOTE] = ACTIONS(1050), + [anon_sym_u8_SQUOTE] = ACTIONS(1050), + [anon_sym_SQUOTE] = ACTIONS(1050), + [anon_sym_L_DQUOTE] = ACTIONS(1050), + [anon_sym_u_DQUOTE] = ACTIONS(1050), + [anon_sym_U_DQUOTE] = ACTIONS(1050), + [anon_sym_u8_DQUOTE] = ACTIONS(1050), + [anon_sym_DQUOTE] = ACTIONS(1050), + [sym_true] = ACTIONS(1048), + [sym_false] = ACTIONS(1048), + [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [347] = { + [335] = { + [ts_builtin_sym_end] = ACTIONS(1054), + [sym_identifier] = ACTIONS(1052), + [aux_sym_preproc_include_token1] = ACTIONS(1052), + [aux_sym_preproc_def_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), + [sym_preproc_directive] = ACTIONS(1052), + [anon_sym_LPAREN2] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_DASH] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(1052), + [anon_sym___attribute__] = ACTIONS(1052), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), + [anon_sym___declspec] = ACTIONS(1052), + [anon_sym___cdecl] = ACTIONS(1052), + [anon_sym___clrcall] = ACTIONS(1052), + [anon_sym___stdcall] = ACTIONS(1052), + [anon_sym___fastcall] = ACTIONS(1052), + [anon_sym___thiscall] = ACTIONS(1052), + [anon_sym___vectorcall] = ACTIONS(1052), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_static] = ACTIONS(1052), + [anon_sym_auto] = ACTIONS(1052), + [anon_sym_register] = ACTIONS(1052), + [anon_sym_inline] = ACTIONS(1052), + [anon_sym_const] = ACTIONS(1052), + [anon_sym_volatile] = ACTIONS(1052), + [anon_sym_restrict] = ACTIONS(1052), + [anon_sym__Atomic] = ACTIONS(1052), + [anon_sym_signed] = ACTIONS(1052), + [anon_sym_unsigned] = ACTIONS(1052), + [anon_sym_long] = ACTIONS(1052), + [anon_sym_short] = ACTIONS(1052), + [sym_primitive_type] = ACTIONS(1052), + [anon_sym_enum] = ACTIONS(1052), + [anon_sym_struct] = ACTIONS(1052), + [anon_sym_union] = ACTIONS(1052), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_switch] = ACTIONS(1052), + [anon_sym_case] = ACTIONS(1052), + [anon_sym_default] = ACTIONS(1052), + [anon_sym_while] = ACTIONS(1052), + [anon_sym_do] = ACTIONS(1052), + [anon_sym_for] = ACTIONS(1052), + [anon_sym_return] = ACTIONS(1052), + [anon_sym_break] = ACTIONS(1052), + [anon_sym_continue] = ACTIONS(1052), + [anon_sym_goto] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(1052), + [sym_number_literal] = ACTIONS(1054), + [anon_sym_L_SQUOTE] = ACTIONS(1054), + [anon_sym_u_SQUOTE] = ACTIONS(1054), + [anon_sym_U_SQUOTE] = ACTIONS(1054), + [anon_sym_u8_SQUOTE] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_L_DQUOTE] = ACTIONS(1054), + [anon_sym_u_DQUOTE] = ACTIONS(1054), + [anon_sym_U_DQUOTE] = ACTIONS(1054), + [anon_sym_u8_DQUOTE] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym_true] = ACTIONS(1052), + [sym_false] = ACTIONS(1052), + [sym_null] = ACTIONS(1052), + [sym_comment] = ACTIONS(3), + }, + [336] = { [sym_identifier] = ACTIONS(1076), [aux_sym_preproc_include_token1] = ACTIONS(1076), [aux_sym_preproc_def_token1] = ACTIONS(1076), @@ -42694,237 +41985,312 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, - [348] = { - [sym_identifier] = ACTIONS(1032), - [aux_sym_preproc_include_token1] = ACTIONS(1032), - [aux_sym_preproc_def_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token2] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), - [sym_preproc_directive] = ACTIONS(1032), - [anon_sym_LPAREN2] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1034), - [anon_sym_TILDE] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1032), - [anon_sym_PLUS] = ACTIONS(1032), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1034), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_extern] = ACTIONS(1032), - [anon_sym___attribute__] = ACTIONS(1032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), - [anon_sym___declspec] = ACTIONS(1032), - [anon_sym___cdecl] = ACTIONS(1032), - [anon_sym___clrcall] = ACTIONS(1032), - [anon_sym___stdcall] = ACTIONS(1032), - [anon_sym___fastcall] = ACTIONS(1032), - [anon_sym___thiscall] = ACTIONS(1032), - [anon_sym___vectorcall] = ACTIONS(1032), - [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_static] = ACTIONS(1032), - [anon_sym_auto] = ACTIONS(1032), - [anon_sym_register] = ACTIONS(1032), - [anon_sym_inline] = ACTIONS(1032), - [anon_sym_const] = ACTIONS(1032), - [anon_sym_volatile] = ACTIONS(1032), - [anon_sym_restrict] = ACTIONS(1032), - [anon_sym__Atomic] = ACTIONS(1032), - [anon_sym_signed] = ACTIONS(1032), - [anon_sym_unsigned] = ACTIONS(1032), - [anon_sym_long] = ACTIONS(1032), - [anon_sym_short] = ACTIONS(1032), - [sym_primitive_type] = ACTIONS(1032), - [anon_sym_enum] = ACTIONS(1032), - [anon_sym_struct] = ACTIONS(1032), - [anon_sym_union] = ACTIONS(1032), - [anon_sym_if] = ACTIONS(1032), - [anon_sym_switch] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1032), - [anon_sym_default] = ACTIONS(1032), - [anon_sym_while] = ACTIONS(1032), - [anon_sym_do] = ACTIONS(1032), - [anon_sym_for] = ACTIONS(1032), - [anon_sym_return] = ACTIONS(1032), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1032), - [anon_sym_goto] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1034), - [anon_sym_PLUS_PLUS] = ACTIONS(1034), - [anon_sym_sizeof] = ACTIONS(1032), - [sym_number_literal] = ACTIONS(1034), - [anon_sym_L_SQUOTE] = ACTIONS(1034), - [anon_sym_u_SQUOTE] = ACTIONS(1034), - [anon_sym_U_SQUOTE] = ACTIONS(1034), - [anon_sym_u8_SQUOTE] = ACTIONS(1034), - [anon_sym_SQUOTE] = ACTIONS(1034), - [anon_sym_L_DQUOTE] = ACTIONS(1034), - [anon_sym_u_DQUOTE] = ACTIONS(1034), - [anon_sym_U_DQUOTE] = ACTIONS(1034), - [anon_sym_u8_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(1034), - [sym_true] = ACTIONS(1032), - [sym_false] = ACTIONS(1032), - [sym_null] = ACTIONS(1032), + [337] = { + [sym_identifier] = ACTIONS(1076), + [aux_sym_preproc_include_token1] = ACTIONS(1076), + [aux_sym_preproc_def_token1] = ACTIONS(1076), + [aux_sym_preproc_if_token1] = ACTIONS(1076), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), + [sym_preproc_directive] = ACTIONS(1076), + [anon_sym_LPAREN2] = ACTIONS(1078), + [anon_sym_BANG] = ACTIONS(1078), + [anon_sym_TILDE] = ACTIONS(1078), + [anon_sym_DASH] = ACTIONS(1076), + [anon_sym_PLUS] = ACTIONS(1076), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_AMP] = ACTIONS(1078), + [anon_sym_SEMI] = ACTIONS(1078), + [anon_sym_typedef] = ACTIONS(1076), + [anon_sym_extern] = ACTIONS(1076), + [anon_sym___attribute__] = ACTIONS(1076), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), + [anon_sym___declspec] = ACTIONS(1076), + [anon_sym___cdecl] = ACTIONS(1076), + [anon_sym___clrcall] = ACTIONS(1076), + [anon_sym___stdcall] = ACTIONS(1076), + [anon_sym___fastcall] = ACTIONS(1076), + [anon_sym___thiscall] = ACTIONS(1076), + [anon_sym___vectorcall] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(1078), + [anon_sym_RBRACE] = ACTIONS(1078), + [anon_sym_static] = ACTIONS(1076), + [anon_sym_auto] = ACTIONS(1076), + [anon_sym_register] = ACTIONS(1076), + [anon_sym_inline] = ACTIONS(1076), + [anon_sym_const] = ACTIONS(1076), + [anon_sym_volatile] = ACTIONS(1076), + [anon_sym_restrict] = ACTIONS(1076), + [anon_sym__Atomic] = ACTIONS(1076), + [anon_sym_signed] = ACTIONS(1076), + [anon_sym_unsigned] = ACTIONS(1076), + [anon_sym_long] = ACTIONS(1076), + [anon_sym_short] = ACTIONS(1076), + [sym_primitive_type] = ACTIONS(1076), + [anon_sym_enum] = ACTIONS(1076), + [anon_sym_struct] = ACTIONS(1076), + [anon_sym_union] = ACTIONS(1076), + [anon_sym_if] = ACTIONS(1076), + [anon_sym_switch] = ACTIONS(1076), + [anon_sym_case] = ACTIONS(1076), + [anon_sym_default] = ACTIONS(1076), + [anon_sym_while] = ACTIONS(1076), + [anon_sym_do] = ACTIONS(1076), + [anon_sym_for] = ACTIONS(1076), + [anon_sym_return] = ACTIONS(1076), + [anon_sym_break] = ACTIONS(1076), + [anon_sym_continue] = ACTIONS(1076), + [anon_sym_goto] = ACTIONS(1076), + [anon_sym_DASH_DASH] = ACTIONS(1078), + [anon_sym_PLUS_PLUS] = ACTIONS(1078), + [anon_sym_sizeof] = ACTIONS(1076), + [sym_number_literal] = ACTIONS(1078), + [anon_sym_L_SQUOTE] = ACTIONS(1078), + [anon_sym_u_SQUOTE] = ACTIONS(1078), + [anon_sym_U_SQUOTE] = ACTIONS(1078), + [anon_sym_u8_SQUOTE] = ACTIONS(1078), + [anon_sym_SQUOTE] = ACTIONS(1078), + [anon_sym_L_DQUOTE] = ACTIONS(1078), + [anon_sym_u_DQUOTE] = ACTIONS(1078), + [anon_sym_U_DQUOTE] = ACTIONS(1078), + [anon_sym_u8_DQUOTE] = ACTIONS(1078), + [anon_sym_DQUOTE] = ACTIONS(1078), + [sym_true] = ACTIONS(1076), + [sym_false] = ACTIONS(1076), + [sym_null] = ACTIONS(1076), [sym_comment] = ACTIONS(3), }, - [349] = { - [ts_builtin_sym_end] = ACTIONS(1066), - [sym_identifier] = ACTIONS(1064), - [aux_sym_preproc_include_token1] = ACTIONS(1064), - [aux_sym_preproc_def_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), - [sym_preproc_directive] = ACTIONS(1064), - [anon_sym_LPAREN2] = ACTIONS(1066), - [anon_sym_BANG] = ACTIONS(1066), - [anon_sym_TILDE] = ACTIONS(1066), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1066), - [anon_sym_typedef] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym___attribute__] = ACTIONS(1064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), - [anon_sym___declspec] = ACTIONS(1064), - [anon_sym___cdecl] = ACTIONS(1064), - [anon_sym___clrcall] = ACTIONS(1064), - [anon_sym___stdcall] = ACTIONS(1064), - [anon_sym___fastcall] = ACTIONS(1064), - [anon_sym___thiscall] = ACTIONS(1064), - [anon_sym___vectorcall] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1066), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [anon_sym_volatile] = ACTIONS(1064), - [anon_sym_restrict] = ACTIONS(1064), - [anon_sym__Atomic] = ACTIONS(1064), - [anon_sym_signed] = ACTIONS(1064), - [anon_sym_unsigned] = ACTIONS(1064), - [anon_sym_long] = ACTIONS(1064), - [anon_sym_short] = ACTIONS(1064), - [sym_primitive_type] = ACTIONS(1064), - [anon_sym_enum] = ACTIONS(1064), - [anon_sym_struct] = ACTIONS(1064), - [anon_sym_union] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_case] = ACTIONS(1064), - [anon_sym_default] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_goto] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1066), - [anon_sym_PLUS_PLUS] = ACTIONS(1066), - [anon_sym_sizeof] = ACTIONS(1064), - [sym_number_literal] = ACTIONS(1066), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1066), - [anon_sym_u_DQUOTE] = ACTIONS(1066), - [anon_sym_U_DQUOTE] = ACTIONS(1066), - [anon_sym_u8_DQUOTE] = ACTIONS(1066), - [anon_sym_DQUOTE] = ACTIONS(1066), - [sym_true] = ACTIONS(1064), - [sym_false] = ACTIONS(1064), - [sym_null] = ACTIONS(1064), + [338] = { + [sym_identifier] = ACTIONS(1088), + [aux_sym_preproc_include_token1] = ACTIONS(1088), + [aux_sym_preproc_def_token1] = ACTIONS(1088), + [aux_sym_preproc_if_token1] = ACTIONS(1088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1088), + [sym_preproc_directive] = ACTIONS(1088), + [anon_sym_LPAREN2] = ACTIONS(1090), + [anon_sym_BANG] = ACTIONS(1090), + [anon_sym_TILDE] = ACTIONS(1090), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_AMP] = ACTIONS(1090), + [anon_sym_SEMI] = ACTIONS(1090), + [anon_sym_typedef] = ACTIONS(1088), + [anon_sym_extern] = ACTIONS(1088), + [anon_sym___attribute__] = ACTIONS(1088), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1090), + [anon_sym___declspec] = ACTIONS(1088), + [anon_sym___cdecl] = ACTIONS(1088), + [anon_sym___clrcall] = ACTIONS(1088), + [anon_sym___stdcall] = ACTIONS(1088), + [anon_sym___fastcall] = ACTIONS(1088), + [anon_sym___thiscall] = ACTIONS(1088), + [anon_sym___vectorcall] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1090), + [anon_sym_RBRACE] = ACTIONS(1090), + [anon_sym_static] = ACTIONS(1088), + [anon_sym_auto] = ACTIONS(1088), + [anon_sym_register] = ACTIONS(1088), + [anon_sym_inline] = ACTIONS(1088), + [anon_sym_const] = ACTIONS(1088), + [anon_sym_volatile] = ACTIONS(1088), + [anon_sym_restrict] = ACTIONS(1088), + [anon_sym__Atomic] = ACTIONS(1088), + [anon_sym_signed] = ACTIONS(1088), + [anon_sym_unsigned] = ACTIONS(1088), + [anon_sym_long] = ACTIONS(1088), + [anon_sym_short] = ACTIONS(1088), + [sym_primitive_type] = ACTIONS(1088), + [anon_sym_enum] = ACTIONS(1088), + [anon_sym_struct] = ACTIONS(1088), + [anon_sym_union] = ACTIONS(1088), + [anon_sym_if] = ACTIONS(1088), + [anon_sym_switch] = ACTIONS(1088), + [anon_sym_case] = ACTIONS(1088), + [anon_sym_default] = ACTIONS(1088), + [anon_sym_while] = ACTIONS(1088), + [anon_sym_do] = ACTIONS(1088), + [anon_sym_for] = ACTIONS(1088), + [anon_sym_return] = ACTIONS(1088), + [anon_sym_break] = ACTIONS(1088), + [anon_sym_continue] = ACTIONS(1088), + [anon_sym_goto] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(1090), + [anon_sym_PLUS_PLUS] = ACTIONS(1090), + [anon_sym_sizeof] = ACTIONS(1088), + [sym_number_literal] = ACTIONS(1090), + [anon_sym_L_SQUOTE] = ACTIONS(1090), + [anon_sym_u_SQUOTE] = ACTIONS(1090), + [anon_sym_U_SQUOTE] = ACTIONS(1090), + [anon_sym_u8_SQUOTE] = ACTIONS(1090), + [anon_sym_SQUOTE] = ACTIONS(1090), + [anon_sym_L_DQUOTE] = ACTIONS(1090), + [anon_sym_u_DQUOTE] = ACTIONS(1090), + [anon_sym_U_DQUOTE] = ACTIONS(1090), + [anon_sym_u8_DQUOTE] = ACTIONS(1090), + [anon_sym_DQUOTE] = ACTIONS(1090), + [sym_true] = ACTIONS(1088), + [sym_false] = ACTIONS(1088), + [sym_null] = ACTIONS(1088), [sym_comment] = ACTIONS(3), }, - [350] = { - [ts_builtin_sym_end] = ACTIONS(1062), - [sym_identifier] = ACTIONS(1060), - [aux_sym_preproc_include_token1] = ACTIONS(1060), - [aux_sym_preproc_def_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), - [sym_preproc_directive] = ACTIONS(1060), - [anon_sym_LPAREN2] = ACTIONS(1062), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1062), - [anon_sym_AMP] = ACTIONS(1062), - [anon_sym_SEMI] = ACTIONS(1062), - [anon_sym_typedef] = ACTIONS(1060), - [anon_sym_extern] = ACTIONS(1060), - [anon_sym___attribute__] = ACTIONS(1060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), - [anon_sym___declspec] = ACTIONS(1060), - [anon_sym___cdecl] = ACTIONS(1060), - [anon_sym___clrcall] = ACTIONS(1060), - [anon_sym___stdcall] = ACTIONS(1060), - [anon_sym___fastcall] = ACTIONS(1060), - [anon_sym___thiscall] = ACTIONS(1060), - [anon_sym___vectorcall] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_static] = ACTIONS(1060), - [anon_sym_auto] = ACTIONS(1060), - [anon_sym_register] = ACTIONS(1060), - [anon_sym_inline] = ACTIONS(1060), - [anon_sym_const] = ACTIONS(1060), - [anon_sym_volatile] = ACTIONS(1060), - [anon_sym_restrict] = ACTIONS(1060), - [anon_sym__Atomic] = ACTIONS(1060), - [anon_sym_signed] = ACTIONS(1060), - [anon_sym_unsigned] = ACTIONS(1060), - [anon_sym_long] = ACTIONS(1060), - [anon_sym_short] = ACTIONS(1060), - [sym_primitive_type] = ACTIONS(1060), - [anon_sym_enum] = ACTIONS(1060), - [anon_sym_struct] = ACTIONS(1060), - [anon_sym_union] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1060), - [anon_sym_switch] = ACTIONS(1060), - [anon_sym_case] = ACTIONS(1060), - [anon_sym_default] = ACTIONS(1060), - [anon_sym_while] = ACTIONS(1060), - [anon_sym_do] = ACTIONS(1060), - [anon_sym_for] = ACTIONS(1060), - [anon_sym_return] = ACTIONS(1060), - [anon_sym_break] = ACTIONS(1060), - [anon_sym_continue] = ACTIONS(1060), - [anon_sym_goto] = ACTIONS(1060), - [anon_sym_DASH_DASH] = ACTIONS(1062), - [anon_sym_PLUS_PLUS] = ACTIONS(1062), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1062), - [anon_sym_L_SQUOTE] = ACTIONS(1062), - [anon_sym_u_SQUOTE] = ACTIONS(1062), - [anon_sym_U_SQUOTE] = ACTIONS(1062), - [anon_sym_u8_SQUOTE] = ACTIONS(1062), - [anon_sym_SQUOTE] = ACTIONS(1062), - [anon_sym_L_DQUOTE] = ACTIONS(1062), - [anon_sym_u_DQUOTE] = ACTIONS(1062), - [anon_sym_U_DQUOTE] = ACTIONS(1062), - [anon_sym_u8_DQUOTE] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1062), - [sym_true] = ACTIONS(1060), - [sym_false] = ACTIONS(1060), - [sym_null] = ACTIONS(1060), + [339] = { + [sym_identifier] = ACTIONS(1120), + [aux_sym_preproc_include_token1] = ACTIONS(1120), + [aux_sym_preproc_def_token1] = ACTIONS(1120), + [aux_sym_preproc_if_token1] = ACTIONS(1120), + [aux_sym_preproc_if_token2] = ACTIONS(1120), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), + [sym_preproc_directive] = ACTIONS(1120), + [anon_sym_LPAREN2] = ACTIONS(1122), + [anon_sym_BANG] = ACTIONS(1122), + [anon_sym_TILDE] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(1120), + [anon_sym_STAR] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1122), + [anon_sym_SEMI] = ACTIONS(1122), + [anon_sym_typedef] = ACTIONS(1120), + [anon_sym_extern] = ACTIONS(1120), + [anon_sym___attribute__] = ACTIONS(1120), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1122), + [anon_sym___declspec] = ACTIONS(1120), + [anon_sym___cdecl] = ACTIONS(1120), + [anon_sym___clrcall] = ACTIONS(1120), + [anon_sym___stdcall] = ACTIONS(1120), + [anon_sym___fastcall] = ACTIONS(1120), + [anon_sym___thiscall] = ACTIONS(1120), + [anon_sym___vectorcall] = ACTIONS(1120), + [anon_sym_LBRACE] = ACTIONS(1122), + [anon_sym_static] = ACTIONS(1120), + [anon_sym_auto] = ACTIONS(1120), + [anon_sym_register] = ACTIONS(1120), + [anon_sym_inline] = ACTIONS(1120), + [anon_sym_const] = ACTIONS(1120), + [anon_sym_volatile] = ACTIONS(1120), + [anon_sym_restrict] = ACTIONS(1120), + [anon_sym__Atomic] = ACTIONS(1120), + [anon_sym_signed] = ACTIONS(1120), + [anon_sym_unsigned] = ACTIONS(1120), + [anon_sym_long] = ACTIONS(1120), + [anon_sym_short] = ACTIONS(1120), + [sym_primitive_type] = ACTIONS(1120), + [anon_sym_enum] = ACTIONS(1120), + [anon_sym_struct] = ACTIONS(1120), + [anon_sym_union] = ACTIONS(1120), + [anon_sym_if] = ACTIONS(1120), + [anon_sym_switch] = ACTIONS(1120), + [anon_sym_case] = ACTIONS(1120), + [anon_sym_default] = ACTIONS(1120), + [anon_sym_while] = ACTIONS(1120), + [anon_sym_do] = ACTIONS(1120), + [anon_sym_for] = ACTIONS(1120), + [anon_sym_return] = ACTIONS(1120), + [anon_sym_break] = ACTIONS(1120), + [anon_sym_continue] = ACTIONS(1120), + [anon_sym_goto] = ACTIONS(1120), + [anon_sym_DASH_DASH] = ACTIONS(1122), + [anon_sym_PLUS_PLUS] = ACTIONS(1122), + [anon_sym_sizeof] = ACTIONS(1120), + [sym_number_literal] = ACTIONS(1122), + [anon_sym_L_SQUOTE] = ACTIONS(1122), + [anon_sym_u_SQUOTE] = ACTIONS(1122), + [anon_sym_U_SQUOTE] = ACTIONS(1122), + [anon_sym_u8_SQUOTE] = ACTIONS(1122), + [anon_sym_SQUOTE] = ACTIONS(1122), + [anon_sym_L_DQUOTE] = ACTIONS(1122), + [anon_sym_u_DQUOTE] = ACTIONS(1122), + [anon_sym_U_DQUOTE] = ACTIONS(1122), + [anon_sym_u8_DQUOTE] = ACTIONS(1122), + [anon_sym_DQUOTE] = ACTIONS(1122), + [sym_true] = ACTIONS(1120), + [sym_false] = ACTIONS(1120), + [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, - [351] = { + [340] = { + [ts_builtin_sym_end] = ACTIONS(1082), + [sym_identifier] = ACTIONS(1080), + [aux_sym_preproc_include_token1] = ACTIONS(1080), + [aux_sym_preproc_def_token1] = ACTIONS(1080), + [aux_sym_preproc_if_token1] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), + [sym_preproc_directive] = ACTIONS(1080), + [anon_sym_LPAREN2] = ACTIONS(1082), + [anon_sym_BANG] = ACTIONS(1082), + [anon_sym_TILDE] = ACTIONS(1082), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_typedef] = ACTIONS(1080), + [anon_sym_extern] = ACTIONS(1080), + [anon_sym___attribute__] = ACTIONS(1080), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), + [anon_sym___declspec] = ACTIONS(1080), + [anon_sym___cdecl] = ACTIONS(1080), + [anon_sym___clrcall] = ACTIONS(1080), + [anon_sym___stdcall] = ACTIONS(1080), + [anon_sym___fastcall] = ACTIONS(1080), + [anon_sym___thiscall] = ACTIONS(1080), + [anon_sym___vectorcall] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1082), + [anon_sym_static] = ACTIONS(1080), + [anon_sym_auto] = ACTIONS(1080), + [anon_sym_register] = ACTIONS(1080), + [anon_sym_inline] = ACTIONS(1080), + [anon_sym_const] = ACTIONS(1080), + [anon_sym_volatile] = ACTIONS(1080), + [anon_sym_restrict] = ACTIONS(1080), + [anon_sym__Atomic] = ACTIONS(1080), + [anon_sym_signed] = ACTIONS(1080), + [anon_sym_unsigned] = ACTIONS(1080), + [anon_sym_long] = ACTIONS(1080), + [anon_sym_short] = ACTIONS(1080), + [sym_primitive_type] = ACTIONS(1080), + [anon_sym_enum] = ACTIONS(1080), + [anon_sym_struct] = ACTIONS(1080), + [anon_sym_union] = ACTIONS(1080), + [anon_sym_if] = ACTIONS(1080), + [anon_sym_switch] = ACTIONS(1080), + [anon_sym_case] = ACTIONS(1080), + [anon_sym_default] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1080), + [anon_sym_do] = ACTIONS(1080), + [anon_sym_for] = ACTIONS(1080), + [anon_sym_return] = ACTIONS(1080), + [anon_sym_break] = ACTIONS(1080), + [anon_sym_continue] = ACTIONS(1080), + [anon_sym_goto] = ACTIONS(1080), + [anon_sym_DASH_DASH] = ACTIONS(1082), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_sizeof] = ACTIONS(1080), + [sym_number_literal] = ACTIONS(1082), + [anon_sym_L_SQUOTE] = ACTIONS(1082), + [anon_sym_u_SQUOTE] = ACTIONS(1082), + [anon_sym_U_SQUOTE] = ACTIONS(1082), + [anon_sym_u8_SQUOTE] = ACTIONS(1082), + [anon_sym_SQUOTE] = ACTIONS(1082), + [anon_sym_L_DQUOTE] = ACTIONS(1082), + [anon_sym_u_DQUOTE] = ACTIONS(1082), + [anon_sym_U_DQUOTE] = ACTIONS(1082), + [anon_sym_u8_DQUOTE] = ACTIONS(1082), + [anon_sym_DQUOTE] = ACTIONS(1082), + [sym_true] = ACTIONS(1080), + [sym_false] = ACTIONS(1080), + [sym_null] = ACTIONS(1080), + [sym_comment] = ACTIONS(3), + }, + [341] = { + [ts_builtin_sym_end] = ACTIONS(1122), [sym_identifier] = ACTIONS(1120), [aux_sym_preproc_include_token1] = ACTIONS(1120), [aux_sym_preproc_def_token1] = ACTIONS(1120), [aux_sym_preproc_if_token1] = ACTIONS(1120), - [aux_sym_preproc_if_token2] = ACTIONS(1120), [aux_sym_preproc_ifdef_token1] = ACTIONS(1120), [aux_sym_preproc_ifdef_token2] = ACTIONS(1120), [sym_preproc_directive] = ACTIONS(1120), @@ -42994,7 +42360,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1120), [sym_comment] = ACTIONS(3), }, - [352] = { + [342] = { + [sym_identifier] = ACTIONS(1084), + [aux_sym_preproc_include_token1] = ACTIONS(1084), + [aux_sym_preproc_def_token1] = ACTIONS(1084), + [aux_sym_preproc_if_token1] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), + [sym_preproc_directive] = ACTIONS(1084), + [anon_sym_LPAREN2] = ACTIONS(1086), + [anon_sym_BANG] = ACTIONS(1086), + [anon_sym_TILDE] = ACTIONS(1086), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1086), + [anon_sym_SEMI] = ACTIONS(1086), + [anon_sym_typedef] = ACTIONS(1084), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym___attribute__] = ACTIONS(1084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym___declspec] = ACTIONS(1084), + [anon_sym___cdecl] = ACTIONS(1084), + [anon_sym___clrcall] = ACTIONS(1084), + [anon_sym___stdcall] = ACTIONS(1084), + [anon_sym___fastcall] = ACTIONS(1084), + [anon_sym___thiscall] = ACTIONS(1084), + [anon_sym___vectorcall] = ACTIONS(1084), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_RBRACE] = ACTIONS(1086), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1084), + [anon_sym_volatile] = ACTIONS(1084), + [anon_sym_restrict] = ACTIONS(1084), + [anon_sym__Atomic] = ACTIONS(1084), + [anon_sym_signed] = ACTIONS(1084), + [anon_sym_unsigned] = ACTIONS(1084), + [anon_sym_long] = ACTIONS(1084), + [anon_sym_short] = ACTIONS(1084), + [sym_primitive_type] = ACTIONS(1084), + [anon_sym_enum] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1084), + [anon_sym_union] = ACTIONS(1084), + [anon_sym_if] = ACTIONS(1084), + [anon_sym_switch] = ACTIONS(1084), + [anon_sym_case] = ACTIONS(1084), + [anon_sym_default] = ACTIONS(1084), + [anon_sym_while] = ACTIONS(1084), + [anon_sym_do] = ACTIONS(1084), + [anon_sym_for] = ACTIONS(1084), + [anon_sym_return] = ACTIONS(1084), + [anon_sym_break] = ACTIONS(1084), + [anon_sym_continue] = ACTIONS(1084), + [anon_sym_goto] = ACTIONS(1084), + [anon_sym_DASH_DASH] = ACTIONS(1086), + [anon_sym_PLUS_PLUS] = ACTIONS(1086), + [anon_sym_sizeof] = ACTIONS(1084), + [sym_number_literal] = ACTIONS(1086), + [anon_sym_L_SQUOTE] = ACTIONS(1086), + [anon_sym_u_SQUOTE] = ACTIONS(1086), + [anon_sym_U_SQUOTE] = ACTIONS(1086), + [anon_sym_u8_SQUOTE] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1086), + [anon_sym_L_DQUOTE] = ACTIONS(1086), + [anon_sym_u_DQUOTE] = ACTIONS(1086), + [anon_sym_U_DQUOTE] = ACTIONS(1086), + [anon_sym_u8_DQUOTE] = ACTIONS(1086), + [anon_sym_DQUOTE] = ACTIONS(1086), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [sym_null] = ACTIONS(1084), + [sym_comment] = ACTIONS(3), + }, + [343] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), @@ -43069,162 +42510,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [353] = { - [sym_identifier] = ACTIONS(1116), - [aux_sym_preproc_include_token1] = ACTIONS(1116), - [aux_sym_preproc_def_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token2] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), - [sym_preproc_directive] = ACTIONS(1116), - [anon_sym_LPAREN2] = ACTIONS(1118), - [anon_sym_BANG] = ACTIONS(1118), - [anon_sym_TILDE] = ACTIONS(1118), - [anon_sym_DASH] = ACTIONS(1116), - [anon_sym_PLUS] = ACTIONS(1116), - [anon_sym_STAR] = ACTIONS(1118), - [anon_sym_AMP] = ACTIONS(1118), - [anon_sym_SEMI] = ACTIONS(1118), - [anon_sym_typedef] = ACTIONS(1116), - [anon_sym_extern] = ACTIONS(1116), - [anon_sym___attribute__] = ACTIONS(1116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), - [anon_sym___declspec] = ACTIONS(1116), - [anon_sym___cdecl] = ACTIONS(1116), - [anon_sym___clrcall] = ACTIONS(1116), - [anon_sym___stdcall] = ACTIONS(1116), - [anon_sym___fastcall] = ACTIONS(1116), - [anon_sym___thiscall] = ACTIONS(1116), - [anon_sym___vectorcall] = ACTIONS(1116), - [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_static] = ACTIONS(1116), - [anon_sym_auto] = ACTIONS(1116), - [anon_sym_register] = ACTIONS(1116), - [anon_sym_inline] = ACTIONS(1116), - [anon_sym_const] = ACTIONS(1116), - [anon_sym_volatile] = ACTIONS(1116), - [anon_sym_restrict] = ACTIONS(1116), - [anon_sym__Atomic] = ACTIONS(1116), - [anon_sym_signed] = ACTIONS(1116), - [anon_sym_unsigned] = ACTIONS(1116), - [anon_sym_long] = ACTIONS(1116), - [anon_sym_short] = ACTIONS(1116), - [sym_primitive_type] = ACTIONS(1116), - [anon_sym_enum] = ACTIONS(1116), - [anon_sym_struct] = ACTIONS(1116), - [anon_sym_union] = ACTIONS(1116), - [anon_sym_if] = ACTIONS(1116), - [anon_sym_switch] = ACTIONS(1116), - [anon_sym_case] = ACTIONS(1116), - [anon_sym_default] = ACTIONS(1116), - [anon_sym_while] = ACTIONS(1116), - [anon_sym_do] = ACTIONS(1116), - [anon_sym_for] = ACTIONS(1116), - [anon_sym_return] = ACTIONS(1116), - [anon_sym_break] = ACTIONS(1116), - [anon_sym_continue] = ACTIONS(1116), - [anon_sym_goto] = ACTIONS(1116), - [anon_sym_DASH_DASH] = ACTIONS(1118), - [anon_sym_PLUS_PLUS] = ACTIONS(1118), - [anon_sym_sizeof] = ACTIONS(1116), - [sym_number_literal] = ACTIONS(1118), - [anon_sym_L_SQUOTE] = ACTIONS(1118), - [anon_sym_u_SQUOTE] = ACTIONS(1118), - [anon_sym_U_SQUOTE] = ACTIONS(1118), - [anon_sym_u8_SQUOTE] = ACTIONS(1118), - [anon_sym_SQUOTE] = ACTIONS(1118), - [anon_sym_L_DQUOTE] = ACTIONS(1118), - [anon_sym_u_DQUOTE] = ACTIONS(1118), - [anon_sym_U_DQUOTE] = ACTIONS(1118), - [anon_sym_u8_DQUOTE] = ACTIONS(1118), - [anon_sym_DQUOTE] = ACTIONS(1118), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), + [344] = { + [ts_builtin_sym_end] = ACTIONS(1030), + [sym_identifier] = ACTIONS(1028), + [aux_sym_preproc_include_token1] = ACTIONS(1028), + [aux_sym_preproc_def_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), + [sym_preproc_directive] = ACTIONS(1028), + [anon_sym_LPAREN2] = ACTIONS(1030), + [anon_sym_BANG] = ACTIONS(1030), + [anon_sym_TILDE] = ACTIONS(1030), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1030), + [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1030), + [anon_sym_typedef] = ACTIONS(1028), + [anon_sym_extern] = ACTIONS(1028), + [anon_sym___attribute__] = ACTIONS(1028), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), + [anon_sym___declspec] = ACTIONS(1028), + [anon_sym___cdecl] = ACTIONS(1028), + [anon_sym___clrcall] = ACTIONS(1028), + [anon_sym___stdcall] = ACTIONS(1028), + [anon_sym___fastcall] = ACTIONS(1028), + [anon_sym___thiscall] = ACTIONS(1028), + [anon_sym___vectorcall] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1030), + [anon_sym_static] = ACTIONS(1028), + [anon_sym_auto] = ACTIONS(1028), + [anon_sym_register] = ACTIONS(1028), + [anon_sym_inline] = ACTIONS(1028), + [anon_sym_const] = ACTIONS(1028), + [anon_sym_volatile] = ACTIONS(1028), + [anon_sym_restrict] = ACTIONS(1028), + [anon_sym__Atomic] = ACTIONS(1028), + [anon_sym_signed] = ACTIONS(1028), + [anon_sym_unsigned] = ACTIONS(1028), + [anon_sym_long] = ACTIONS(1028), + [anon_sym_short] = ACTIONS(1028), + [sym_primitive_type] = ACTIONS(1028), + [anon_sym_enum] = ACTIONS(1028), + [anon_sym_struct] = ACTIONS(1028), + [anon_sym_union] = ACTIONS(1028), + [anon_sym_if] = ACTIONS(1028), + [anon_sym_switch] = ACTIONS(1028), + [anon_sym_case] = ACTIONS(1028), + [anon_sym_default] = ACTIONS(1028), + [anon_sym_while] = ACTIONS(1028), + [anon_sym_do] = ACTIONS(1028), + [anon_sym_for] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_break] = ACTIONS(1028), + [anon_sym_continue] = ACTIONS(1028), + [anon_sym_goto] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1030), + [anon_sym_PLUS_PLUS] = ACTIONS(1030), + [anon_sym_sizeof] = ACTIONS(1028), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1030), + [anon_sym_u_SQUOTE] = ACTIONS(1030), + [anon_sym_U_SQUOTE] = ACTIONS(1030), + [anon_sym_u8_SQUOTE] = ACTIONS(1030), + [anon_sym_SQUOTE] = ACTIONS(1030), + [anon_sym_L_DQUOTE] = ACTIONS(1030), + [anon_sym_u_DQUOTE] = ACTIONS(1030), + [anon_sym_U_DQUOTE] = ACTIONS(1030), + [anon_sym_u8_DQUOTE] = ACTIONS(1030), + [anon_sym_DQUOTE] = ACTIONS(1030), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [354] = { - [sym_identifier] = ACTIONS(1084), - [aux_sym_preproc_include_token1] = ACTIONS(1084), - [aux_sym_preproc_def_token1] = ACTIONS(1084), - [aux_sym_preproc_if_token1] = ACTIONS(1084), - [aux_sym_preproc_if_token2] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), - [sym_preproc_directive] = ACTIONS(1084), - [anon_sym_LPAREN2] = ACTIONS(1086), - [anon_sym_BANG] = ACTIONS(1086), - [anon_sym_TILDE] = ACTIONS(1086), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_STAR] = ACTIONS(1086), - [anon_sym_AMP] = ACTIONS(1086), - [anon_sym_SEMI] = ACTIONS(1086), - [anon_sym_typedef] = ACTIONS(1084), - [anon_sym_extern] = ACTIONS(1084), - [anon_sym___attribute__] = ACTIONS(1084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym___declspec] = ACTIONS(1084), - [anon_sym___cdecl] = ACTIONS(1084), - [anon_sym___clrcall] = ACTIONS(1084), - [anon_sym___stdcall] = ACTIONS(1084), - [anon_sym___fastcall] = ACTIONS(1084), - [anon_sym___thiscall] = ACTIONS(1084), - [anon_sym___vectorcall] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_static] = ACTIONS(1084), - [anon_sym_auto] = ACTIONS(1084), - [anon_sym_register] = ACTIONS(1084), - [anon_sym_inline] = ACTIONS(1084), - [anon_sym_const] = ACTIONS(1084), - [anon_sym_volatile] = ACTIONS(1084), - [anon_sym_restrict] = ACTIONS(1084), - [anon_sym__Atomic] = ACTIONS(1084), - [anon_sym_signed] = ACTIONS(1084), - [anon_sym_unsigned] = ACTIONS(1084), - [anon_sym_long] = ACTIONS(1084), - [anon_sym_short] = ACTIONS(1084), - [sym_primitive_type] = ACTIONS(1084), - [anon_sym_enum] = ACTIONS(1084), - [anon_sym_struct] = ACTIONS(1084), - [anon_sym_union] = ACTIONS(1084), - [anon_sym_if] = ACTIONS(1084), - [anon_sym_switch] = ACTIONS(1084), - [anon_sym_case] = ACTIONS(1084), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1084), - [anon_sym_do] = ACTIONS(1084), - [anon_sym_for] = ACTIONS(1084), - [anon_sym_return] = ACTIONS(1084), - [anon_sym_break] = ACTIONS(1084), - [anon_sym_continue] = ACTIONS(1084), - [anon_sym_goto] = ACTIONS(1084), - [anon_sym_DASH_DASH] = ACTIONS(1086), - [anon_sym_PLUS_PLUS] = ACTIONS(1086), - [anon_sym_sizeof] = ACTIONS(1084), - [sym_number_literal] = ACTIONS(1086), - [anon_sym_L_SQUOTE] = ACTIONS(1086), - [anon_sym_u_SQUOTE] = ACTIONS(1086), - [anon_sym_U_SQUOTE] = ACTIONS(1086), - [anon_sym_u8_SQUOTE] = ACTIONS(1086), - [anon_sym_SQUOTE] = ACTIONS(1086), - [anon_sym_L_DQUOTE] = ACTIONS(1086), - [anon_sym_u_DQUOTE] = ACTIONS(1086), - [anon_sym_U_DQUOTE] = ACTIONS(1086), - [anon_sym_u8_DQUOTE] = ACTIONS(1086), - [anon_sym_DQUOTE] = ACTIONS(1086), - [sym_true] = ACTIONS(1084), - [sym_false] = ACTIONS(1084), - [sym_null] = ACTIONS(1084), + [345] = { + [ts_builtin_sym_end] = ACTIONS(1090), + [sym_identifier] = ACTIONS(1088), + [aux_sym_preproc_include_token1] = ACTIONS(1088), + [aux_sym_preproc_def_token1] = ACTIONS(1088), + [aux_sym_preproc_if_token1] = ACTIONS(1088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1088), + [sym_preproc_directive] = ACTIONS(1088), + [anon_sym_LPAREN2] = ACTIONS(1090), + [anon_sym_BANG] = ACTIONS(1090), + [anon_sym_TILDE] = ACTIONS(1090), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_AMP] = ACTIONS(1090), + [anon_sym_SEMI] = ACTIONS(1090), + [anon_sym_typedef] = ACTIONS(1088), + [anon_sym_extern] = ACTIONS(1088), + [anon_sym___attribute__] = ACTIONS(1088), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1090), + [anon_sym___declspec] = ACTIONS(1088), + [anon_sym___cdecl] = ACTIONS(1088), + [anon_sym___clrcall] = ACTIONS(1088), + [anon_sym___stdcall] = ACTIONS(1088), + [anon_sym___fastcall] = ACTIONS(1088), + [anon_sym___thiscall] = ACTIONS(1088), + [anon_sym___vectorcall] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1090), + [anon_sym_static] = ACTIONS(1088), + [anon_sym_auto] = ACTIONS(1088), + [anon_sym_register] = ACTIONS(1088), + [anon_sym_inline] = ACTIONS(1088), + [anon_sym_const] = ACTIONS(1088), + [anon_sym_volatile] = ACTIONS(1088), + [anon_sym_restrict] = ACTIONS(1088), + [anon_sym__Atomic] = ACTIONS(1088), + [anon_sym_signed] = ACTIONS(1088), + [anon_sym_unsigned] = ACTIONS(1088), + [anon_sym_long] = ACTIONS(1088), + [anon_sym_short] = ACTIONS(1088), + [sym_primitive_type] = ACTIONS(1088), + [anon_sym_enum] = ACTIONS(1088), + [anon_sym_struct] = ACTIONS(1088), + [anon_sym_union] = ACTIONS(1088), + [anon_sym_if] = ACTIONS(1088), + [anon_sym_switch] = ACTIONS(1088), + [anon_sym_case] = ACTIONS(1088), + [anon_sym_default] = ACTIONS(1088), + [anon_sym_while] = ACTIONS(1088), + [anon_sym_do] = ACTIONS(1088), + [anon_sym_for] = ACTIONS(1088), + [anon_sym_return] = ACTIONS(1088), + [anon_sym_break] = ACTIONS(1088), + [anon_sym_continue] = ACTIONS(1088), + [anon_sym_goto] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(1090), + [anon_sym_PLUS_PLUS] = ACTIONS(1090), + [anon_sym_sizeof] = ACTIONS(1088), + [sym_number_literal] = ACTIONS(1090), + [anon_sym_L_SQUOTE] = ACTIONS(1090), + [anon_sym_u_SQUOTE] = ACTIONS(1090), + [anon_sym_U_SQUOTE] = ACTIONS(1090), + [anon_sym_u8_SQUOTE] = ACTIONS(1090), + [anon_sym_SQUOTE] = ACTIONS(1090), + [anon_sym_L_DQUOTE] = ACTIONS(1090), + [anon_sym_u_DQUOTE] = ACTIONS(1090), + [anon_sym_U_DQUOTE] = ACTIONS(1090), + [anon_sym_u8_DQUOTE] = ACTIONS(1090), + [anon_sym_DQUOTE] = ACTIONS(1090), + [sym_true] = ACTIONS(1088), + [sym_false] = ACTIONS(1088), + [sym_null] = ACTIONS(1088), [sym_comment] = ACTIONS(3), }, - [355] = { - [ts_builtin_sym_end] = ACTIONS(1106), + [346] = { [sym_identifier] = ACTIONS(1104), [aux_sym_preproc_include_token1] = ACTIONS(1104), [aux_sym_preproc_def_token1] = ACTIONS(1104), [aux_sym_preproc_if_token1] = ACTIONS(1104), + [aux_sym_preproc_if_token2] = ACTIONS(1104), [aux_sym_preproc_ifdef_token1] = ACTIONS(1104), [aux_sym_preproc_ifdef_token2] = ACTIONS(1104), [sym_preproc_directive] = ACTIONS(1104), @@ -43294,7 +42735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1104), [sym_comment] = ACTIONS(3), }, - [356] = { + [347] = { [sym_identifier] = ACTIONS(1100), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), @@ -43339,417 +42780,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(1100), [anon_sym_struct] = ACTIONS(1100), [anon_sym_union] = ACTIONS(1100), - [anon_sym_if] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(1100), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(1100), - [anon_sym_do] = ACTIONS(1100), - [anon_sym_for] = ACTIONS(1100), - [anon_sym_return] = ACTIONS(1100), - [anon_sym_break] = ACTIONS(1100), - [anon_sym_continue] = ACTIONS(1100), - [anon_sym_goto] = ACTIONS(1100), - [anon_sym_DASH_DASH] = ACTIONS(1102), - [anon_sym_PLUS_PLUS] = ACTIONS(1102), - [anon_sym_sizeof] = ACTIONS(1100), - [sym_number_literal] = ACTIONS(1102), - [anon_sym_L_SQUOTE] = ACTIONS(1102), - [anon_sym_u_SQUOTE] = ACTIONS(1102), - [anon_sym_U_SQUOTE] = ACTIONS(1102), - [anon_sym_u8_SQUOTE] = ACTIONS(1102), - [anon_sym_SQUOTE] = ACTIONS(1102), - [anon_sym_L_DQUOTE] = ACTIONS(1102), - [anon_sym_u_DQUOTE] = ACTIONS(1102), - [anon_sym_U_DQUOTE] = ACTIONS(1102), - [anon_sym_u8_DQUOTE] = ACTIONS(1102), - [anon_sym_DQUOTE] = ACTIONS(1102), - [sym_true] = ACTIONS(1100), - [sym_false] = ACTIONS(1100), - [sym_null] = ACTIONS(1100), - [sym_comment] = ACTIONS(3), - }, - [357] = { - [sym_identifier] = ACTIONS(1060), - [aux_sym_preproc_include_token1] = ACTIONS(1060), - [aux_sym_preproc_def_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token2] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), - [sym_preproc_directive] = ACTIONS(1060), - [anon_sym_LPAREN2] = ACTIONS(1062), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1062), - [anon_sym_AMP] = ACTIONS(1062), - [anon_sym_SEMI] = ACTIONS(1062), - [anon_sym_typedef] = ACTIONS(1060), - [anon_sym_extern] = ACTIONS(1060), - [anon_sym___attribute__] = ACTIONS(1060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), - [anon_sym___declspec] = ACTIONS(1060), - [anon_sym___cdecl] = ACTIONS(1060), - [anon_sym___clrcall] = ACTIONS(1060), - [anon_sym___stdcall] = ACTIONS(1060), - [anon_sym___fastcall] = ACTIONS(1060), - [anon_sym___thiscall] = ACTIONS(1060), - [anon_sym___vectorcall] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_static] = ACTIONS(1060), - [anon_sym_auto] = ACTIONS(1060), - [anon_sym_register] = ACTIONS(1060), - [anon_sym_inline] = ACTIONS(1060), - [anon_sym_const] = ACTIONS(1060), - [anon_sym_volatile] = ACTIONS(1060), - [anon_sym_restrict] = ACTIONS(1060), - [anon_sym__Atomic] = ACTIONS(1060), - [anon_sym_signed] = ACTIONS(1060), - [anon_sym_unsigned] = ACTIONS(1060), - [anon_sym_long] = ACTIONS(1060), - [anon_sym_short] = ACTIONS(1060), - [sym_primitive_type] = ACTIONS(1060), - [anon_sym_enum] = ACTIONS(1060), - [anon_sym_struct] = ACTIONS(1060), - [anon_sym_union] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1060), - [anon_sym_switch] = ACTIONS(1060), - [anon_sym_case] = ACTIONS(1060), - [anon_sym_default] = ACTIONS(1060), - [anon_sym_while] = ACTIONS(1060), - [anon_sym_do] = ACTIONS(1060), - [anon_sym_for] = ACTIONS(1060), - [anon_sym_return] = ACTIONS(1060), - [anon_sym_break] = ACTIONS(1060), - [anon_sym_continue] = ACTIONS(1060), - [anon_sym_goto] = ACTIONS(1060), - [anon_sym_DASH_DASH] = ACTIONS(1062), - [anon_sym_PLUS_PLUS] = ACTIONS(1062), - [anon_sym_sizeof] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1062), - [anon_sym_L_SQUOTE] = ACTIONS(1062), - [anon_sym_u_SQUOTE] = ACTIONS(1062), - [anon_sym_U_SQUOTE] = ACTIONS(1062), - [anon_sym_u8_SQUOTE] = ACTIONS(1062), - [anon_sym_SQUOTE] = ACTIONS(1062), - [anon_sym_L_DQUOTE] = ACTIONS(1062), - [anon_sym_u_DQUOTE] = ACTIONS(1062), - [anon_sym_U_DQUOTE] = ACTIONS(1062), - [anon_sym_u8_DQUOTE] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1062), - [sym_true] = ACTIONS(1060), - [sym_false] = ACTIONS(1060), - [sym_null] = ACTIONS(1060), - [sym_comment] = ACTIONS(3), - }, - [358] = { - [sym_identifier] = ACTIONS(1112), - [aux_sym_preproc_include_token1] = ACTIONS(1112), - [aux_sym_preproc_def_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token1] = ACTIONS(1112), - [aux_sym_preproc_if_token2] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1112), - [sym_preproc_directive] = ACTIONS(1112), - [anon_sym_LPAREN2] = ACTIONS(1114), - [anon_sym_BANG] = ACTIONS(1114), - [anon_sym_TILDE] = ACTIONS(1114), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_PLUS] = ACTIONS(1112), - [anon_sym_STAR] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1114), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_typedef] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym___attribute__] = ACTIONS(1112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1114), - [anon_sym___declspec] = ACTIONS(1112), - [anon_sym___cdecl] = ACTIONS(1112), - [anon_sym___clrcall] = ACTIONS(1112), - [anon_sym___stdcall] = ACTIONS(1112), - [anon_sym___fastcall] = ACTIONS(1112), - [anon_sym___thiscall] = ACTIONS(1112), - [anon_sym___vectorcall] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1114), - [anon_sym_static] = ACTIONS(1112), - [anon_sym_auto] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_inline] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [anon_sym_volatile] = ACTIONS(1112), - [anon_sym_restrict] = ACTIONS(1112), - [anon_sym__Atomic] = ACTIONS(1112), - [anon_sym_signed] = ACTIONS(1112), - [anon_sym_unsigned] = ACTIONS(1112), - [anon_sym_long] = ACTIONS(1112), - [anon_sym_short] = ACTIONS(1112), - [sym_primitive_type] = ACTIONS(1112), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_struct] = ACTIONS(1112), - [anon_sym_union] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_switch] = ACTIONS(1112), - [anon_sym_case] = ACTIONS(1112), - [anon_sym_default] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_goto] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1114), - [anon_sym_PLUS_PLUS] = ACTIONS(1114), - [anon_sym_sizeof] = ACTIONS(1112), - [sym_number_literal] = ACTIONS(1114), - [anon_sym_L_SQUOTE] = ACTIONS(1114), - [anon_sym_u_SQUOTE] = ACTIONS(1114), - [anon_sym_U_SQUOTE] = ACTIONS(1114), - [anon_sym_u8_SQUOTE] = ACTIONS(1114), - [anon_sym_SQUOTE] = ACTIONS(1114), - [anon_sym_L_DQUOTE] = ACTIONS(1114), - [anon_sym_u_DQUOTE] = ACTIONS(1114), - [anon_sym_U_DQUOTE] = ACTIONS(1114), - [anon_sym_u8_DQUOTE] = ACTIONS(1114), - [anon_sym_DQUOTE] = ACTIONS(1114), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_comment] = ACTIONS(3), - }, - [359] = { - [sym_identifier] = ACTIONS(1108), - [aux_sym_preproc_include_token1] = ACTIONS(1108), - [aux_sym_preproc_def_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token1] = ACTIONS(1108), - [aux_sym_preproc_if_token2] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1108), - [sym_preproc_directive] = ACTIONS(1108), - [anon_sym_LPAREN2] = ACTIONS(1110), - [anon_sym_BANG] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1110), - [anon_sym_DASH] = ACTIONS(1108), - [anon_sym_PLUS] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1110), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1110), - [anon_sym_typedef] = ACTIONS(1108), - [anon_sym_extern] = ACTIONS(1108), - [anon_sym___attribute__] = ACTIONS(1108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1110), - [anon_sym___declspec] = ACTIONS(1108), - [anon_sym___cdecl] = ACTIONS(1108), - [anon_sym___clrcall] = ACTIONS(1108), - [anon_sym___stdcall] = ACTIONS(1108), - [anon_sym___fastcall] = ACTIONS(1108), - [anon_sym___thiscall] = ACTIONS(1108), - [anon_sym___vectorcall] = ACTIONS(1108), - [anon_sym_LBRACE] = ACTIONS(1110), - [anon_sym_static] = ACTIONS(1108), - [anon_sym_auto] = ACTIONS(1108), - [anon_sym_register] = ACTIONS(1108), - [anon_sym_inline] = ACTIONS(1108), - [anon_sym_const] = ACTIONS(1108), - [anon_sym_volatile] = ACTIONS(1108), - [anon_sym_restrict] = ACTIONS(1108), - [anon_sym__Atomic] = ACTIONS(1108), - [anon_sym_signed] = ACTIONS(1108), - [anon_sym_unsigned] = ACTIONS(1108), - [anon_sym_long] = ACTIONS(1108), - [anon_sym_short] = ACTIONS(1108), - [sym_primitive_type] = ACTIONS(1108), - [anon_sym_enum] = ACTIONS(1108), - [anon_sym_struct] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1108), - [anon_sym_if] = ACTIONS(1108), - [anon_sym_switch] = ACTIONS(1108), - [anon_sym_case] = ACTIONS(1108), - [anon_sym_default] = ACTIONS(1108), - [anon_sym_while] = ACTIONS(1108), - [anon_sym_do] = ACTIONS(1108), - [anon_sym_for] = ACTIONS(1108), - [anon_sym_return] = ACTIONS(1108), - [anon_sym_break] = ACTIONS(1108), - [anon_sym_continue] = ACTIONS(1108), - [anon_sym_goto] = ACTIONS(1108), - [anon_sym_DASH_DASH] = ACTIONS(1110), - [anon_sym_PLUS_PLUS] = ACTIONS(1110), - [anon_sym_sizeof] = ACTIONS(1108), - [sym_number_literal] = ACTIONS(1110), - [anon_sym_L_SQUOTE] = ACTIONS(1110), - [anon_sym_u_SQUOTE] = ACTIONS(1110), - [anon_sym_U_SQUOTE] = ACTIONS(1110), - [anon_sym_u8_SQUOTE] = ACTIONS(1110), - [anon_sym_SQUOTE] = ACTIONS(1110), - [anon_sym_L_DQUOTE] = ACTIONS(1110), - [anon_sym_u_DQUOTE] = ACTIONS(1110), - [anon_sym_U_DQUOTE] = ACTIONS(1110), - [anon_sym_u8_DQUOTE] = ACTIONS(1110), - [anon_sym_DQUOTE] = ACTIONS(1110), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), + [anon_sym_if] = ACTIONS(1100), + [anon_sym_switch] = ACTIONS(1100), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), + [anon_sym_while] = ACTIONS(1100), + [anon_sym_do] = ACTIONS(1100), + [anon_sym_for] = ACTIONS(1100), + [anon_sym_return] = ACTIONS(1100), + [anon_sym_break] = ACTIONS(1100), + [anon_sym_continue] = ACTIONS(1100), + [anon_sym_goto] = ACTIONS(1100), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_PLUS_PLUS] = ACTIONS(1102), + [anon_sym_sizeof] = ACTIONS(1100), + [sym_number_literal] = ACTIONS(1102), + [anon_sym_L_SQUOTE] = ACTIONS(1102), + [anon_sym_u_SQUOTE] = ACTIONS(1102), + [anon_sym_U_SQUOTE] = ACTIONS(1102), + [anon_sym_u8_SQUOTE] = ACTIONS(1102), + [anon_sym_SQUOTE] = ACTIONS(1102), + [anon_sym_L_DQUOTE] = ACTIONS(1102), + [anon_sym_u_DQUOTE] = ACTIONS(1102), + [anon_sym_U_DQUOTE] = ACTIONS(1102), + [anon_sym_u8_DQUOTE] = ACTIONS(1102), + [anon_sym_DQUOTE] = ACTIONS(1102), + [sym_true] = ACTIONS(1100), + [sym_false] = ACTIONS(1100), + [sym_null] = ACTIONS(1100), [sym_comment] = ACTIONS(3), }, - [360] = { - [sym_identifier] = ACTIONS(1052), - [aux_sym_preproc_include_token1] = ACTIONS(1052), - [aux_sym_preproc_def_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token2] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), - [sym_preproc_directive] = ACTIONS(1052), - [anon_sym_LPAREN2] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(1052), - [anon_sym___attribute__] = ACTIONS(1052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), - [anon_sym___declspec] = ACTIONS(1052), - [anon_sym___cdecl] = ACTIONS(1052), - [anon_sym___clrcall] = ACTIONS(1052), - [anon_sym___stdcall] = ACTIONS(1052), - [anon_sym___fastcall] = ACTIONS(1052), - [anon_sym___thiscall] = ACTIONS(1052), - [anon_sym___vectorcall] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_auto] = ACTIONS(1052), - [anon_sym_register] = ACTIONS(1052), - [anon_sym_inline] = ACTIONS(1052), - [anon_sym_const] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_restrict] = ACTIONS(1052), - [anon_sym__Atomic] = ACTIONS(1052), - [anon_sym_signed] = ACTIONS(1052), - [anon_sym_unsigned] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [sym_primitive_type] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_struct] = ACTIONS(1052), - [anon_sym_union] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_case] = ACTIONS(1052), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_goto] = ACTIONS(1052), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_sizeof] = ACTIONS(1052), - [sym_number_literal] = ACTIONS(1054), - [anon_sym_L_SQUOTE] = ACTIONS(1054), - [anon_sym_u_SQUOTE] = ACTIONS(1054), - [anon_sym_U_SQUOTE] = ACTIONS(1054), - [anon_sym_u8_SQUOTE] = ACTIONS(1054), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_L_DQUOTE] = ACTIONS(1054), - [anon_sym_u_DQUOTE] = ACTIONS(1054), - [anon_sym_U_DQUOTE] = ACTIONS(1054), - [anon_sym_u8_DQUOTE] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1054), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_null] = ACTIONS(1052), + [348] = { + [sym_identifier] = ACTIONS(1096), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token2] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), + [anon_sym_LPAREN2] = ACTIONS(1098), + [anon_sym_BANG] = ACTIONS(1098), + [anon_sym_TILDE] = ACTIONS(1098), + [anon_sym_DASH] = ACTIONS(1096), + [anon_sym_PLUS] = ACTIONS(1096), + [anon_sym_STAR] = ACTIONS(1098), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1098), + [anon_sym_typedef] = ACTIONS(1096), + [anon_sym_extern] = ACTIONS(1096), + [anon_sym___attribute__] = ACTIONS(1096), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1098), + [anon_sym___declspec] = ACTIONS(1096), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_static] = ACTIONS(1096), + [anon_sym_auto] = ACTIONS(1096), + [anon_sym_register] = ACTIONS(1096), + [anon_sym_inline] = ACTIONS(1096), + [anon_sym_const] = ACTIONS(1096), + [anon_sym_volatile] = ACTIONS(1096), + [anon_sym_restrict] = ACTIONS(1096), + [anon_sym__Atomic] = ACTIONS(1096), + [anon_sym_signed] = ACTIONS(1096), + [anon_sym_unsigned] = ACTIONS(1096), + [anon_sym_long] = ACTIONS(1096), + [anon_sym_short] = ACTIONS(1096), + [sym_primitive_type] = ACTIONS(1096), + [anon_sym_enum] = ACTIONS(1096), + [anon_sym_struct] = ACTIONS(1096), + [anon_sym_union] = ACTIONS(1096), + [anon_sym_if] = ACTIONS(1096), + [anon_sym_switch] = ACTIONS(1096), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), + [anon_sym_while] = ACTIONS(1096), + [anon_sym_do] = ACTIONS(1096), + [anon_sym_for] = ACTIONS(1096), + [anon_sym_return] = ACTIONS(1096), + [anon_sym_break] = ACTIONS(1096), + [anon_sym_continue] = ACTIONS(1096), + [anon_sym_goto] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_PLUS_PLUS] = ACTIONS(1098), + [anon_sym_sizeof] = ACTIONS(1096), + [sym_number_literal] = ACTIONS(1098), + [anon_sym_L_SQUOTE] = ACTIONS(1098), + [anon_sym_u_SQUOTE] = ACTIONS(1098), + [anon_sym_U_SQUOTE] = ACTIONS(1098), + [anon_sym_u8_SQUOTE] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1098), + [anon_sym_L_DQUOTE] = ACTIONS(1098), + [anon_sym_u_DQUOTE] = ACTIONS(1098), + [anon_sym_U_DQUOTE] = ACTIONS(1098), + [anon_sym_u8_DQUOTE] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(1098), + [sym_true] = ACTIONS(1096), + [sym_false] = ACTIONS(1096), + [sym_null] = ACTIONS(1096), [sym_comment] = ACTIONS(3), }, - [361] = { - [ts_builtin_sym_end] = ACTIONS(1050), - [sym_identifier] = ACTIONS(1048), - [aux_sym_preproc_include_token1] = ACTIONS(1048), - [aux_sym_preproc_def_token1] = ACTIONS(1048), - [aux_sym_preproc_if_token1] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), - [sym_preproc_directive] = ACTIONS(1048), - [anon_sym_LPAREN2] = ACTIONS(1050), - [anon_sym_BANG] = ACTIONS(1050), - [anon_sym_TILDE] = ACTIONS(1050), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_PLUS] = ACTIONS(1048), - [anon_sym_STAR] = ACTIONS(1050), - [anon_sym_AMP] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1050), - [anon_sym_typedef] = ACTIONS(1048), - [anon_sym_extern] = ACTIONS(1048), - [anon_sym___attribute__] = ACTIONS(1048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), - [anon_sym___declspec] = ACTIONS(1048), - [anon_sym___cdecl] = ACTIONS(1048), - [anon_sym___clrcall] = ACTIONS(1048), - [anon_sym___stdcall] = ACTIONS(1048), - [anon_sym___fastcall] = ACTIONS(1048), - [anon_sym___thiscall] = ACTIONS(1048), - [anon_sym___vectorcall] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_static] = ACTIONS(1048), - [anon_sym_auto] = ACTIONS(1048), - [anon_sym_register] = ACTIONS(1048), - [anon_sym_inline] = ACTIONS(1048), - [anon_sym_const] = ACTIONS(1048), - [anon_sym_volatile] = ACTIONS(1048), - [anon_sym_restrict] = ACTIONS(1048), - [anon_sym__Atomic] = ACTIONS(1048), - [anon_sym_signed] = ACTIONS(1048), - [anon_sym_unsigned] = ACTIONS(1048), - [anon_sym_long] = ACTIONS(1048), - [anon_sym_short] = ACTIONS(1048), - [sym_primitive_type] = ACTIONS(1048), - [anon_sym_enum] = ACTIONS(1048), - [anon_sym_struct] = ACTIONS(1048), - [anon_sym_union] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_switch] = ACTIONS(1048), - [anon_sym_case] = ACTIONS(1048), - [anon_sym_default] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_goto] = ACTIONS(1048), - [anon_sym_DASH_DASH] = ACTIONS(1050), - [anon_sym_PLUS_PLUS] = ACTIONS(1050), - [anon_sym_sizeof] = ACTIONS(1048), - [sym_number_literal] = ACTIONS(1050), - [anon_sym_L_SQUOTE] = ACTIONS(1050), - [anon_sym_u_SQUOTE] = ACTIONS(1050), - [anon_sym_U_SQUOTE] = ACTIONS(1050), - [anon_sym_u8_SQUOTE] = ACTIONS(1050), - [anon_sym_SQUOTE] = ACTIONS(1050), - [anon_sym_L_DQUOTE] = ACTIONS(1050), - [anon_sym_u_DQUOTE] = ACTIONS(1050), - [anon_sym_U_DQUOTE] = ACTIONS(1050), - [anon_sym_u8_DQUOTE] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1050), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), + [349] = { + [ts_builtin_sym_end] = ACTIONS(1098), + [sym_identifier] = ACTIONS(1096), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), + [anon_sym_LPAREN2] = ACTIONS(1098), + [anon_sym_BANG] = ACTIONS(1098), + [anon_sym_TILDE] = ACTIONS(1098), + [anon_sym_DASH] = ACTIONS(1096), + [anon_sym_PLUS] = ACTIONS(1096), + [anon_sym_STAR] = ACTIONS(1098), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1098), + [anon_sym_typedef] = ACTIONS(1096), + [anon_sym_extern] = ACTIONS(1096), + [anon_sym___attribute__] = ACTIONS(1096), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1098), + [anon_sym___declspec] = ACTIONS(1096), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_static] = ACTIONS(1096), + [anon_sym_auto] = ACTIONS(1096), + [anon_sym_register] = ACTIONS(1096), + [anon_sym_inline] = ACTIONS(1096), + [anon_sym_const] = ACTIONS(1096), + [anon_sym_volatile] = ACTIONS(1096), + [anon_sym_restrict] = ACTIONS(1096), + [anon_sym__Atomic] = ACTIONS(1096), + [anon_sym_signed] = ACTIONS(1096), + [anon_sym_unsigned] = ACTIONS(1096), + [anon_sym_long] = ACTIONS(1096), + [anon_sym_short] = ACTIONS(1096), + [sym_primitive_type] = ACTIONS(1096), + [anon_sym_enum] = ACTIONS(1096), + [anon_sym_struct] = ACTIONS(1096), + [anon_sym_union] = ACTIONS(1096), + [anon_sym_if] = ACTIONS(1096), + [anon_sym_switch] = ACTIONS(1096), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), + [anon_sym_while] = ACTIONS(1096), + [anon_sym_do] = ACTIONS(1096), + [anon_sym_for] = ACTIONS(1096), + [anon_sym_return] = ACTIONS(1096), + [anon_sym_break] = ACTIONS(1096), + [anon_sym_continue] = ACTIONS(1096), + [anon_sym_goto] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_PLUS_PLUS] = ACTIONS(1098), + [anon_sym_sizeof] = ACTIONS(1096), + [sym_number_literal] = ACTIONS(1098), + [anon_sym_L_SQUOTE] = ACTIONS(1098), + [anon_sym_u_SQUOTE] = ACTIONS(1098), + [anon_sym_U_SQUOTE] = ACTIONS(1098), + [anon_sym_u8_SQUOTE] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1098), + [anon_sym_L_DQUOTE] = ACTIONS(1098), + [anon_sym_u_DQUOTE] = ACTIONS(1098), + [anon_sym_U_DQUOTE] = ACTIONS(1098), + [anon_sym_u8_DQUOTE] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(1098), + [sym_true] = ACTIONS(1096), + [sym_false] = ACTIONS(1096), + [sym_null] = ACTIONS(1096), [sym_comment] = ACTIONS(3), }, - [362] = { + [350] = { [sym_identifier] = ACTIONS(1096), [aux_sym_preproc_include_token1] = ACTIONS(1096), [aux_sym_preproc_def_token1] = ACTIONS(1096), [aux_sym_preproc_if_token1] = ACTIONS(1096), - [aux_sym_preproc_if_token2] = ACTIONS(1096), [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), [sym_preproc_directive] = ACTIONS(1096), @@ -43773,6 +42988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1096), [anon_sym___vectorcall] = ACTIONS(1096), [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_RBRACE] = ACTIONS(1098), [anon_sym_static] = ACTIONS(1096), [anon_sym_auto] = ACTIONS(1096), [anon_sym_register] = ACTIONS(1096), @@ -43819,82 +43035,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1096), [sym_comment] = ACTIONS(3), }, - [363] = { - [ts_builtin_sym_end] = ACTIONS(1030), - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [351] = { + [sym_identifier] = ACTIONS(1080), + [aux_sym_preproc_include_token1] = ACTIONS(1080), + [aux_sym_preproc_def_token1] = ACTIONS(1080), + [aux_sym_preproc_if_token1] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), + [sym_preproc_directive] = ACTIONS(1080), + [anon_sym_LPAREN2] = ACTIONS(1082), + [anon_sym_BANG] = ACTIONS(1082), + [anon_sym_TILDE] = ACTIONS(1082), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_typedef] = ACTIONS(1080), + [anon_sym_extern] = ACTIONS(1080), + [anon_sym___attribute__] = ACTIONS(1080), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), + [anon_sym___declspec] = ACTIONS(1080), + [anon_sym___cdecl] = ACTIONS(1080), + [anon_sym___clrcall] = ACTIONS(1080), + [anon_sym___stdcall] = ACTIONS(1080), + [anon_sym___fastcall] = ACTIONS(1080), + [anon_sym___thiscall] = ACTIONS(1080), + [anon_sym___vectorcall] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1082), + [anon_sym_RBRACE] = ACTIONS(1082), + [anon_sym_static] = ACTIONS(1080), + [anon_sym_auto] = ACTIONS(1080), + [anon_sym_register] = ACTIONS(1080), + [anon_sym_inline] = ACTIONS(1080), + [anon_sym_const] = ACTIONS(1080), + [anon_sym_volatile] = ACTIONS(1080), + [anon_sym_restrict] = ACTIONS(1080), + [anon_sym__Atomic] = ACTIONS(1080), + [anon_sym_signed] = ACTIONS(1080), + [anon_sym_unsigned] = ACTIONS(1080), + [anon_sym_long] = ACTIONS(1080), + [anon_sym_short] = ACTIONS(1080), + [sym_primitive_type] = ACTIONS(1080), + [anon_sym_enum] = ACTIONS(1080), + [anon_sym_struct] = ACTIONS(1080), + [anon_sym_union] = ACTIONS(1080), + [anon_sym_if] = ACTIONS(1080), + [anon_sym_switch] = ACTIONS(1080), + [anon_sym_case] = ACTIONS(1080), + [anon_sym_default] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1080), + [anon_sym_do] = ACTIONS(1080), + [anon_sym_for] = ACTIONS(1080), + [anon_sym_return] = ACTIONS(1080), + [anon_sym_break] = ACTIONS(1080), + [anon_sym_continue] = ACTIONS(1080), + [anon_sym_goto] = ACTIONS(1080), + [anon_sym_DASH_DASH] = ACTIONS(1082), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_sizeof] = ACTIONS(1080), + [sym_number_literal] = ACTIONS(1082), + [anon_sym_L_SQUOTE] = ACTIONS(1082), + [anon_sym_u_SQUOTE] = ACTIONS(1082), + [anon_sym_U_SQUOTE] = ACTIONS(1082), + [anon_sym_u8_SQUOTE] = ACTIONS(1082), + [anon_sym_SQUOTE] = ACTIONS(1082), + [anon_sym_L_DQUOTE] = ACTIONS(1082), + [anon_sym_u_DQUOTE] = ACTIONS(1082), + [anon_sym_U_DQUOTE] = ACTIONS(1082), + [anon_sym_u8_DQUOTE] = ACTIONS(1082), + [anon_sym_DQUOTE] = ACTIONS(1082), + [sym_true] = ACTIONS(1080), + [sym_false] = ACTIONS(1080), + [sym_null] = ACTIONS(1080), + [sym_comment] = ACTIONS(3), + }, + [352] = { + [sym_identifier] = ACTIONS(1092), + [aux_sym_preproc_include_token1] = ACTIONS(1092), + [aux_sym_preproc_def_token1] = ACTIONS(1092), + [aux_sym_preproc_if_token1] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), + [sym_preproc_directive] = ACTIONS(1092), + [anon_sym_LPAREN2] = ACTIONS(1094), + [anon_sym_BANG] = ACTIONS(1094), + [anon_sym_TILDE] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1092), + [anon_sym_PLUS] = ACTIONS(1092), + [anon_sym_STAR] = ACTIONS(1094), + [anon_sym_AMP] = ACTIONS(1094), + [anon_sym_SEMI] = ACTIONS(1094), + [anon_sym_typedef] = ACTIONS(1092), + [anon_sym_extern] = ACTIONS(1092), + [anon_sym___attribute__] = ACTIONS(1092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), + [anon_sym___declspec] = ACTIONS(1092), + [anon_sym___cdecl] = ACTIONS(1092), + [anon_sym___clrcall] = ACTIONS(1092), + [anon_sym___stdcall] = ACTIONS(1092), + [anon_sym___fastcall] = ACTIONS(1092), + [anon_sym___thiscall] = ACTIONS(1092), + [anon_sym___vectorcall] = ACTIONS(1092), + [anon_sym_LBRACE] = ACTIONS(1094), + [anon_sym_RBRACE] = ACTIONS(1094), + [anon_sym_static] = ACTIONS(1092), + [anon_sym_auto] = ACTIONS(1092), + [anon_sym_register] = ACTIONS(1092), + [anon_sym_inline] = ACTIONS(1092), + [anon_sym_const] = ACTIONS(1092), + [anon_sym_volatile] = ACTIONS(1092), + [anon_sym_restrict] = ACTIONS(1092), + [anon_sym__Atomic] = ACTIONS(1092), + [anon_sym_signed] = ACTIONS(1092), + [anon_sym_unsigned] = ACTIONS(1092), + [anon_sym_long] = ACTIONS(1092), + [anon_sym_short] = ACTIONS(1092), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1092), + [anon_sym_struct] = ACTIONS(1092), + [anon_sym_union] = ACTIONS(1092), + [anon_sym_if] = ACTIONS(1092), + [anon_sym_switch] = ACTIONS(1092), + [anon_sym_case] = ACTIONS(1092), + [anon_sym_default] = ACTIONS(1092), + [anon_sym_while] = ACTIONS(1092), + [anon_sym_do] = ACTIONS(1092), + [anon_sym_for] = ACTIONS(1092), + [anon_sym_return] = ACTIONS(1092), + [anon_sym_break] = ACTIONS(1092), + [anon_sym_continue] = ACTIONS(1092), + [anon_sym_goto] = ACTIONS(1092), + [anon_sym_DASH_DASH] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1094), + [anon_sym_sizeof] = ACTIONS(1092), + [sym_number_literal] = ACTIONS(1094), + [anon_sym_L_SQUOTE] = ACTIONS(1094), + [anon_sym_u_SQUOTE] = ACTIONS(1094), + [anon_sym_U_SQUOTE] = ACTIONS(1094), + [anon_sym_u8_SQUOTE] = ACTIONS(1094), + [anon_sym_SQUOTE] = ACTIONS(1094), + [anon_sym_L_DQUOTE] = ACTIONS(1094), + [anon_sym_u_DQUOTE] = ACTIONS(1094), + [anon_sym_U_DQUOTE] = ACTIONS(1094), + [anon_sym_u8_DQUOTE] = ACTIONS(1094), + [anon_sym_DQUOTE] = ACTIONS(1094), + [sym_true] = ACTIONS(1092), + [sym_false] = ACTIONS(1092), + [sym_null] = ACTIONS(1092), [sym_comment] = ACTIONS(3), }, - [364] = { + [353] = { + [ts_builtin_sym_end] = ACTIONS(1058), + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), + [sym_comment] = ACTIONS(3), + }, + [354] = { [sym_identifier] = ACTIONS(1088), [aux_sym_preproc_include_token1] = ACTIONS(1088), [aux_sym_preproc_def_token1] = ACTIONS(1088), @@ -43969,7 +43335,382 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1088), [sym_comment] = ACTIONS(3), }, - [365] = { + [355] = { + [sym_identifier] = ACTIONS(1084), + [aux_sym_preproc_include_token1] = ACTIONS(1084), + [aux_sym_preproc_def_token1] = ACTIONS(1084), + [aux_sym_preproc_if_token1] = ACTIONS(1084), + [aux_sym_preproc_if_token2] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1084), + [sym_preproc_directive] = ACTIONS(1084), + [anon_sym_LPAREN2] = ACTIONS(1086), + [anon_sym_BANG] = ACTIONS(1086), + [anon_sym_TILDE] = ACTIONS(1086), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1086), + [anon_sym_SEMI] = ACTIONS(1086), + [anon_sym_typedef] = ACTIONS(1084), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym___attribute__] = ACTIONS(1084), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym___declspec] = ACTIONS(1084), + [anon_sym___cdecl] = ACTIONS(1084), + [anon_sym___clrcall] = ACTIONS(1084), + [anon_sym___stdcall] = ACTIONS(1084), + [anon_sym___fastcall] = ACTIONS(1084), + [anon_sym___thiscall] = ACTIONS(1084), + [anon_sym___vectorcall] = ACTIONS(1084), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1084), + [anon_sym_volatile] = ACTIONS(1084), + [anon_sym_restrict] = ACTIONS(1084), + [anon_sym__Atomic] = ACTIONS(1084), + [anon_sym_signed] = ACTIONS(1084), + [anon_sym_unsigned] = ACTIONS(1084), + [anon_sym_long] = ACTIONS(1084), + [anon_sym_short] = ACTIONS(1084), + [sym_primitive_type] = ACTIONS(1084), + [anon_sym_enum] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1084), + [anon_sym_union] = ACTIONS(1084), + [anon_sym_if] = ACTIONS(1084), + [anon_sym_switch] = ACTIONS(1084), + [anon_sym_case] = ACTIONS(1084), + [anon_sym_default] = ACTIONS(1084), + [anon_sym_while] = ACTIONS(1084), + [anon_sym_do] = ACTIONS(1084), + [anon_sym_for] = ACTIONS(1084), + [anon_sym_return] = ACTIONS(1084), + [anon_sym_break] = ACTIONS(1084), + [anon_sym_continue] = ACTIONS(1084), + [anon_sym_goto] = ACTIONS(1084), + [anon_sym_DASH_DASH] = ACTIONS(1086), + [anon_sym_PLUS_PLUS] = ACTIONS(1086), + [anon_sym_sizeof] = ACTIONS(1084), + [sym_number_literal] = ACTIONS(1086), + [anon_sym_L_SQUOTE] = ACTIONS(1086), + [anon_sym_u_SQUOTE] = ACTIONS(1086), + [anon_sym_U_SQUOTE] = ACTIONS(1086), + [anon_sym_u8_SQUOTE] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1086), + [anon_sym_L_DQUOTE] = ACTIONS(1086), + [anon_sym_u_DQUOTE] = ACTIONS(1086), + [anon_sym_U_DQUOTE] = ACTIONS(1086), + [anon_sym_u8_DQUOTE] = ACTIONS(1086), + [anon_sym_DQUOTE] = ACTIONS(1086), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [sym_null] = ACTIONS(1084), + [sym_comment] = ACTIONS(3), + }, + [356] = { + [sym_identifier] = ACTIONS(1080), + [aux_sym_preproc_include_token1] = ACTIONS(1080), + [aux_sym_preproc_def_token1] = ACTIONS(1080), + [aux_sym_preproc_if_token1] = ACTIONS(1080), + [aux_sym_preproc_if_token2] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), + [sym_preproc_directive] = ACTIONS(1080), + [anon_sym_LPAREN2] = ACTIONS(1082), + [anon_sym_BANG] = ACTIONS(1082), + [anon_sym_TILDE] = ACTIONS(1082), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_typedef] = ACTIONS(1080), + [anon_sym_extern] = ACTIONS(1080), + [anon_sym___attribute__] = ACTIONS(1080), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), + [anon_sym___declspec] = ACTIONS(1080), + [anon_sym___cdecl] = ACTIONS(1080), + [anon_sym___clrcall] = ACTIONS(1080), + [anon_sym___stdcall] = ACTIONS(1080), + [anon_sym___fastcall] = ACTIONS(1080), + [anon_sym___thiscall] = ACTIONS(1080), + [anon_sym___vectorcall] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1082), + [anon_sym_static] = ACTIONS(1080), + [anon_sym_auto] = ACTIONS(1080), + [anon_sym_register] = ACTIONS(1080), + [anon_sym_inline] = ACTIONS(1080), + [anon_sym_const] = ACTIONS(1080), + [anon_sym_volatile] = ACTIONS(1080), + [anon_sym_restrict] = ACTIONS(1080), + [anon_sym__Atomic] = ACTIONS(1080), + [anon_sym_signed] = ACTIONS(1080), + [anon_sym_unsigned] = ACTIONS(1080), + [anon_sym_long] = ACTIONS(1080), + [anon_sym_short] = ACTIONS(1080), + [sym_primitive_type] = ACTIONS(1080), + [anon_sym_enum] = ACTIONS(1080), + [anon_sym_struct] = ACTIONS(1080), + [anon_sym_union] = ACTIONS(1080), + [anon_sym_if] = ACTIONS(1080), + [anon_sym_switch] = ACTIONS(1080), + [anon_sym_case] = ACTIONS(1080), + [anon_sym_default] = ACTIONS(1080), + [anon_sym_while] = ACTIONS(1080), + [anon_sym_do] = ACTIONS(1080), + [anon_sym_for] = ACTIONS(1080), + [anon_sym_return] = ACTIONS(1080), + [anon_sym_break] = ACTIONS(1080), + [anon_sym_continue] = ACTIONS(1080), + [anon_sym_goto] = ACTIONS(1080), + [anon_sym_DASH_DASH] = ACTIONS(1082), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_sizeof] = ACTIONS(1080), + [sym_number_literal] = ACTIONS(1082), + [anon_sym_L_SQUOTE] = ACTIONS(1082), + [anon_sym_u_SQUOTE] = ACTIONS(1082), + [anon_sym_U_SQUOTE] = ACTIONS(1082), + [anon_sym_u8_SQUOTE] = ACTIONS(1082), + [anon_sym_SQUOTE] = ACTIONS(1082), + [anon_sym_L_DQUOTE] = ACTIONS(1082), + [anon_sym_u_DQUOTE] = ACTIONS(1082), + [anon_sym_U_DQUOTE] = ACTIONS(1082), + [anon_sym_u8_DQUOTE] = ACTIONS(1082), + [anon_sym_DQUOTE] = ACTIONS(1082), + [sym_true] = ACTIONS(1080), + [sym_false] = ACTIONS(1080), + [sym_null] = ACTIONS(1080), + [sym_comment] = ACTIONS(3), + }, + [357] = { + [ts_builtin_sym_end] = ACTIONS(1038), + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), + [anon_sym_BANG] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_comment] = ACTIONS(3), + }, + [358] = { + [sym_identifier] = ACTIONS(1044), + [aux_sym_preproc_include_token1] = ACTIONS(1044), + [aux_sym_preproc_def_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token2] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), + [sym_preproc_directive] = ACTIONS(1044), + [anon_sym_LPAREN2] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_PLUS] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym_typedef] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym___attribute__] = ACTIONS(1044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), + [anon_sym___declspec] = ACTIONS(1044), + [anon_sym___cdecl] = ACTIONS(1044), + [anon_sym___clrcall] = ACTIONS(1044), + [anon_sym___stdcall] = ACTIONS(1044), + [anon_sym___fastcall] = ACTIONS(1044), + [anon_sym___thiscall] = ACTIONS(1044), + [anon_sym___vectorcall] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(1044), + [anon_sym_auto] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_inline] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [anon_sym_volatile] = ACTIONS(1044), + [anon_sym_restrict] = ACTIONS(1044), + [anon_sym__Atomic] = ACTIONS(1044), + [anon_sym_signed] = ACTIONS(1044), + [anon_sym_unsigned] = ACTIONS(1044), + [anon_sym_long] = ACTIONS(1044), + [anon_sym_short] = ACTIONS(1044), + [sym_primitive_type] = ACTIONS(1044), + [anon_sym_enum] = ACTIONS(1044), + [anon_sym_struct] = ACTIONS(1044), + [anon_sym_union] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_switch] = ACTIONS(1044), + [anon_sym_case] = ACTIONS(1044), + [anon_sym_default] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_goto] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(1046), + [anon_sym_PLUS_PLUS] = ACTIONS(1046), + [anon_sym_sizeof] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(1046), + [anon_sym_L_SQUOTE] = ACTIONS(1046), + [anon_sym_u_SQUOTE] = ACTIONS(1046), + [anon_sym_U_SQUOTE] = ACTIONS(1046), + [anon_sym_u8_SQUOTE] = ACTIONS(1046), + [anon_sym_SQUOTE] = ACTIONS(1046), + [anon_sym_L_DQUOTE] = ACTIONS(1046), + [anon_sym_u_DQUOTE] = ACTIONS(1046), + [anon_sym_U_DQUOTE] = ACTIONS(1046), + [anon_sym_u8_DQUOTE] = ACTIONS(1046), + [anon_sym_DQUOTE] = ACTIONS(1046), + [sym_true] = ACTIONS(1044), + [sym_false] = ACTIONS(1044), + [sym_null] = ACTIONS(1044), + [sym_comment] = ACTIONS(3), + }, + [359] = { + [ts_builtin_sym_end] = ACTIONS(1034), + [sym_identifier] = ACTIONS(1032), + [aux_sym_preproc_include_token1] = ACTIONS(1032), + [aux_sym_preproc_def_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), + [sym_preproc_directive] = ACTIONS(1032), + [anon_sym_LPAREN2] = ACTIONS(1034), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1032), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_SEMI] = ACTIONS(1034), + [anon_sym_typedef] = ACTIONS(1032), + [anon_sym_extern] = ACTIONS(1032), + [anon_sym___attribute__] = ACTIONS(1032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), + [anon_sym___declspec] = ACTIONS(1032), + [anon_sym___cdecl] = ACTIONS(1032), + [anon_sym___clrcall] = ACTIONS(1032), + [anon_sym___stdcall] = ACTIONS(1032), + [anon_sym___fastcall] = ACTIONS(1032), + [anon_sym___thiscall] = ACTIONS(1032), + [anon_sym___vectorcall] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1034), + [anon_sym_static] = ACTIONS(1032), + [anon_sym_auto] = ACTIONS(1032), + [anon_sym_register] = ACTIONS(1032), + [anon_sym_inline] = ACTIONS(1032), + [anon_sym_const] = ACTIONS(1032), + [anon_sym_volatile] = ACTIONS(1032), + [anon_sym_restrict] = ACTIONS(1032), + [anon_sym__Atomic] = ACTIONS(1032), + [anon_sym_signed] = ACTIONS(1032), + [anon_sym_unsigned] = ACTIONS(1032), + [anon_sym_long] = ACTIONS(1032), + [anon_sym_short] = ACTIONS(1032), + [sym_primitive_type] = ACTIONS(1032), + [anon_sym_enum] = ACTIONS(1032), + [anon_sym_struct] = ACTIONS(1032), + [anon_sym_union] = ACTIONS(1032), + [anon_sym_if] = ACTIONS(1032), + [anon_sym_switch] = ACTIONS(1032), + [anon_sym_case] = ACTIONS(1032), + [anon_sym_default] = ACTIONS(1032), + [anon_sym_while] = ACTIONS(1032), + [anon_sym_do] = ACTIONS(1032), + [anon_sym_for] = ACTIONS(1032), + [anon_sym_return] = ACTIONS(1032), + [anon_sym_break] = ACTIONS(1032), + [anon_sym_continue] = ACTIONS(1032), + [anon_sym_goto] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1034), + [anon_sym_PLUS_PLUS] = ACTIONS(1034), + [anon_sym_sizeof] = ACTIONS(1032), + [sym_number_literal] = ACTIONS(1034), + [anon_sym_L_SQUOTE] = ACTIONS(1034), + [anon_sym_u_SQUOTE] = ACTIONS(1034), + [anon_sym_U_SQUOTE] = ACTIONS(1034), + [anon_sym_u8_SQUOTE] = ACTIONS(1034), + [anon_sym_SQUOTE] = ACTIONS(1034), + [anon_sym_L_DQUOTE] = ACTIONS(1034), + [anon_sym_u_DQUOTE] = ACTIONS(1034), + [anon_sym_U_DQUOTE] = ACTIONS(1034), + [anon_sym_u8_DQUOTE] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(1034), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_comment] = ACTIONS(3), + }, + [360] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), @@ -44044,233 +43785,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, - [366] = { - [ts_builtin_sym_end] = ACTIONS(1090), - [sym_identifier] = ACTIONS(1088), - [aux_sym_preproc_include_token1] = ACTIONS(1088), - [aux_sym_preproc_def_token1] = ACTIONS(1088), - [aux_sym_preproc_if_token1] = ACTIONS(1088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1088), - [sym_preproc_directive] = ACTIONS(1088), - [anon_sym_LPAREN2] = ACTIONS(1090), - [anon_sym_BANG] = ACTIONS(1090), - [anon_sym_TILDE] = ACTIONS(1090), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_STAR] = ACTIONS(1090), - [anon_sym_AMP] = ACTIONS(1090), - [anon_sym_SEMI] = ACTIONS(1090), - [anon_sym_typedef] = ACTIONS(1088), - [anon_sym_extern] = ACTIONS(1088), - [anon_sym___attribute__] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1090), - [anon_sym___declspec] = ACTIONS(1088), - [anon_sym___cdecl] = ACTIONS(1088), - [anon_sym___clrcall] = ACTIONS(1088), - [anon_sym___stdcall] = ACTIONS(1088), - [anon_sym___fastcall] = ACTIONS(1088), - [anon_sym___thiscall] = ACTIONS(1088), - [anon_sym___vectorcall] = ACTIONS(1088), - [anon_sym_LBRACE] = ACTIONS(1090), - [anon_sym_static] = ACTIONS(1088), - [anon_sym_auto] = ACTIONS(1088), - [anon_sym_register] = ACTIONS(1088), - [anon_sym_inline] = ACTIONS(1088), - [anon_sym_const] = ACTIONS(1088), - [anon_sym_volatile] = ACTIONS(1088), - [anon_sym_restrict] = ACTIONS(1088), - [anon_sym__Atomic] = ACTIONS(1088), - [anon_sym_signed] = ACTIONS(1088), - [anon_sym_unsigned] = ACTIONS(1088), - [anon_sym_long] = ACTIONS(1088), - [anon_sym_short] = ACTIONS(1088), - [sym_primitive_type] = ACTIONS(1088), - [anon_sym_enum] = ACTIONS(1088), - [anon_sym_struct] = ACTIONS(1088), - [anon_sym_union] = ACTIONS(1088), - [anon_sym_if] = ACTIONS(1088), - [anon_sym_switch] = ACTIONS(1088), - [anon_sym_case] = ACTIONS(1088), - [anon_sym_default] = ACTIONS(1088), - [anon_sym_while] = ACTIONS(1088), - [anon_sym_do] = ACTIONS(1088), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(1088), - [anon_sym_break] = ACTIONS(1088), - [anon_sym_continue] = ACTIONS(1088), - [anon_sym_goto] = ACTIONS(1088), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_sizeof] = ACTIONS(1088), - [sym_number_literal] = ACTIONS(1090), - [anon_sym_L_SQUOTE] = ACTIONS(1090), - [anon_sym_u_SQUOTE] = ACTIONS(1090), - [anon_sym_U_SQUOTE] = ACTIONS(1090), - [anon_sym_u8_SQUOTE] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1090), - [anon_sym_L_DQUOTE] = ACTIONS(1090), - [anon_sym_u_DQUOTE] = ACTIONS(1090), - [anon_sym_U_DQUOTE] = ACTIONS(1090), - [anon_sym_u8_DQUOTE] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(1090), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [sym_null] = ACTIONS(1088), - [sym_comment] = ACTIONS(3), - }, - [367] = { - [ts_builtin_sym_end] = ACTIONS(1118), - [sym_identifier] = ACTIONS(1116), - [aux_sym_preproc_include_token1] = ACTIONS(1116), - [aux_sym_preproc_def_token1] = ACTIONS(1116), - [aux_sym_preproc_if_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1116), - [sym_preproc_directive] = ACTIONS(1116), - [anon_sym_LPAREN2] = ACTIONS(1118), - [anon_sym_BANG] = ACTIONS(1118), - [anon_sym_TILDE] = ACTIONS(1118), - [anon_sym_DASH] = ACTIONS(1116), - [anon_sym_PLUS] = ACTIONS(1116), - [anon_sym_STAR] = ACTIONS(1118), - [anon_sym_AMP] = ACTIONS(1118), - [anon_sym_SEMI] = ACTIONS(1118), - [anon_sym_typedef] = ACTIONS(1116), - [anon_sym_extern] = ACTIONS(1116), - [anon_sym___attribute__] = ACTIONS(1116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1118), - [anon_sym___declspec] = ACTIONS(1116), - [anon_sym___cdecl] = ACTIONS(1116), - [anon_sym___clrcall] = ACTIONS(1116), - [anon_sym___stdcall] = ACTIONS(1116), - [anon_sym___fastcall] = ACTIONS(1116), - [anon_sym___thiscall] = ACTIONS(1116), - [anon_sym___vectorcall] = ACTIONS(1116), - [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_static] = ACTIONS(1116), - [anon_sym_auto] = ACTIONS(1116), - [anon_sym_register] = ACTIONS(1116), - [anon_sym_inline] = ACTIONS(1116), - [anon_sym_const] = ACTIONS(1116), - [anon_sym_volatile] = ACTIONS(1116), - [anon_sym_restrict] = ACTIONS(1116), - [anon_sym__Atomic] = ACTIONS(1116), - [anon_sym_signed] = ACTIONS(1116), - [anon_sym_unsigned] = ACTIONS(1116), - [anon_sym_long] = ACTIONS(1116), - [anon_sym_short] = ACTIONS(1116), - [sym_primitive_type] = ACTIONS(1116), - [anon_sym_enum] = ACTIONS(1116), - [anon_sym_struct] = ACTIONS(1116), - [anon_sym_union] = ACTIONS(1116), - [anon_sym_if] = ACTIONS(1116), - [anon_sym_switch] = ACTIONS(1116), - [anon_sym_case] = ACTIONS(1116), - [anon_sym_default] = ACTIONS(1116), - [anon_sym_while] = ACTIONS(1116), - [anon_sym_do] = ACTIONS(1116), - [anon_sym_for] = ACTIONS(1116), - [anon_sym_return] = ACTIONS(1116), - [anon_sym_break] = ACTIONS(1116), - [anon_sym_continue] = ACTIONS(1116), - [anon_sym_goto] = ACTIONS(1116), - [anon_sym_DASH_DASH] = ACTIONS(1118), - [anon_sym_PLUS_PLUS] = ACTIONS(1118), - [anon_sym_sizeof] = ACTIONS(1116), - [sym_number_literal] = ACTIONS(1118), - [anon_sym_L_SQUOTE] = ACTIONS(1118), - [anon_sym_u_SQUOTE] = ACTIONS(1118), - [anon_sym_U_SQUOTE] = ACTIONS(1118), - [anon_sym_u8_SQUOTE] = ACTIONS(1118), - [anon_sym_SQUOTE] = ACTIONS(1118), - [anon_sym_L_DQUOTE] = ACTIONS(1118), - [anon_sym_u_DQUOTE] = ACTIONS(1118), - [anon_sym_U_DQUOTE] = ACTIONS(1118), - [anon_sym_u8_DQUOTE] = ACTIONS(1118), - [anon_sym_DQUOTE] = ACTIONS(1118), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), + [361] = { + [sym_identifier] = ACTIONS(1044), + [aux_sym_preproc_include_token1] = ACTIONS(1044), + [aux_sym_preproc_def_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), + [sym_preproc_directive] = ACTIONS(1044), + [anon_sym_LPAREN2] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_PLUS] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym_typedef] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym___attribute__] = ACTIONS(1044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), + [anon_sym___declspec] = ACTIONS(1044), + [anon_sym___cdecl] = ACTIONS(1044), + [anon_sym___clrcall] = ACTIONS(1044), + [anon_sym___stdcall] = ACTIONS(1044), + [anon_sym___fastcall] = ACTIONS(1044), + [anon_sym___thiscall] = ACTIONS(1044), + [anon_sym___vectorcall] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_RBRACE] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(1044), + [anon_sym_auto] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_inline] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [anon_sym_volatile] = ACTIONS(1044), + [anon_sym_restrict] = ACTIONS(1044), + [anon_sym__Atomic] = ACTIONS(1044), + [anon_sym_signed] = ACTIONS(1044), + [anon_sym_unsigned] = ACTIONS(1044), + [anon_sym_long] = ACTIONS(1044), + [anon_sym_short] = ACTIONS(1044), + [sym_primitive_type] = ACTIONS(1044), + [anon_sym_enum] = ACTIONS(1044), + [anon_sym_struct] = ACTIONS(1044), + [anon_sym_union] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_switch] = ACTIONS(1044), + [anon_sym_case] = ACTIONS(1044), + [anon_sym_default] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_goto] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(1046), + [anon_sym_PLUS_PLUS] = ACTIONS(1046), + [anon_sym_sizeof] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(1046), + [anon_sym_L_SQUOTE] = ACTIONS(1046), + [anon_sym_u_SQUOTE] = ACTIONS(1046), + [anon_sym_U_SQUOTE] = ACTIONS(1046), + [anon_sym_u8_SQUOTE] = ACTIONS(1046), + [anon_sym_SQUOTE] = ACTIONS(1046), + [anon_sym_L_DQUOTE] = ACTIONS(1046), + [anon_sym_u_DQUOTE] = ACTIONS(1046), + [anon_sym_U_DQUOTE] = ACTIONS(1046), + [anon_sym_u8_DQUOTE] = ACTIONS(1046), + [anon_sym_DQUOTE] = ACTIONS(1046), + [sym_true] = ACTIONS(1044), + [sym_false] = ACTIONS(1044), + [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [368] = { - [sym_identifier] = ACTIONS(1052), - [aux_sym_preproc_include_token1] = ACTIONS(1052), - [aux_sym_preproc_def_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), - [sym_preproc_directive] = ACTIONS(1052), - [anon_sym_LPAREN2] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(1052), - [anon_sym___attribute__] = ACTIONS(1052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), - [anon_sym___declspec] = ACTIONS(1052), - [anon_sym___cdecl] = ACTIONS(1052), - [anon_sym___clrcall] = ACTIONS(1052), - [anon_sym___stdcall] = ACTIONS(1052), - [anon_sym___fastcall] = ACTIONS(1052), - [anon_sym___thiscall] = ACTIONS(1052), - [anon_sym___vectorcall] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_RBRACE] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_auto] = ACTIONS(1052), - [anon_sym_register] = ACTIONS(1052), - [anon_sym_inline] = ACTIONS(1052), - [anon_sym_const] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_restrict] = ACTIONS(1052), - [anon_sym__Atomic] = ACTIONS(1052), - [anon_sym_signed] = ACTIONS(1052), - [anon_sym_unsigned] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [sym_primitive_type] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_struct] = ACTIONS(1052), - [anon_sym_union] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_case] = ACTIONS(1052), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_goto] = ACTIONS(1052), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_sizeof] = ACTIONS(1052), - [sym_number_literal] = ACTIONS(1054), - [anon_sym_L_SQUOTE] = ACTIONS(1054), - [anon_sym_u_SQUOTE] = ACTIONS(1054), - [anon_sym_U_SQUOTE] = ACTIONS(1054), - [anon_sym_u8_SQUOTE] = ACTIONS(1054), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_L_DQUOTE] = ACTIONS(1054), - [anon_sym_u_DQUOTE] = ACTIONS(1054), - [anon_sym_U_DQUOTE] = ACTIONS(1054), - [anon_sym_u8_DQUOTE] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1054), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_null] = ACTIONS(1052), + [362] = { + [sym_identifier] = ACTIONS(1048), + [aux_sym_preproc_include_token1] = ACTIONS(1048), + [aux_sym_preproc_def_token1] = ACTIONS(1048), + [aux_sym_preproc_if_token1] = ACTIONS(1048), + [aux_sym_preproc_if_token2] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), + [sym_preproc_directive] = ACTIONS(1048), + [anon_sym_LPAREN2] = ACTIONS(1050), + [anon_sym_BANG] = ACTIONS(1050), + [anon_sym_TILDE] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1050), + [anon_sym_AMP] = ACTIONS(1050), + [anon_sym_SEMI] = ACTIONS(1050), + [anon_sym_typedef] = ACTIONS(1048), + [anon_sym_extern] = ACTIONS(1048), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), + [anon_sym___declspec] = ACTIONS(1048), + [anon_sym___cdecl] = ACTIONS(1048), + [anon_sym___clrcall] = ACTIONS(1048), + [anon_sym___stdcall] = ACTIONS(1048), + [anon_sym___fastcall] = ACTIONS(1048), + [anon_sym___thiscall] = ACTIONS(1048), + [anon_sym___vectorcall] = ACTIONS(1048), + [anon_sym_LBRACE] = ACTIONS(1050), + [anon_sym_static] = ACTIONS(1048), + [anon_sym_auto] = ACTIONS(1048), + [anon_sym_register] = ACTIONS(1048), + [anon_sym_inline] = ACTIONS(1048), + [anon_sym_const] = ACTIONS(1048), + [anon_sym_volatile] = ACTIONS(1048), + [anon_sym_restrict] = ACTIONS(1048), + [anon_sym__Atomic] = ACTIONS(1048), + [anon_sym_signed] = ACTIONS(1048), + [anon_sym_unsigned] = ACTIONS(1048), + [anon_sym_long] = ACTIONS(1048), + [anon_sym_short] = ACTIONS(1048), + [sym_primitive_type] = ACTIONS(1048), + [anon_sym_enum] = ACTIONS(1048), + [anon_sym_struct] = ACTIONS(1048), + [anon_sym_union] = ACTIONS(1048), + [anon_sym_if] = ACTIONS(1048), + [anon_sym_switch] = ACTIONS(1048), + [anon_sym_case] = ACTIONS(1048), + [anon_sym_default] = ACTIONS(1048), + [anon_sym_while] = ACTIONS(1048), + [anon_sym_do] = ACTIONS(1048), + [anon_sym_for] = ACTIONS(1048), + [anon_sym_return] = ACTIONS(1048), + [anon_sym_break] = ACTIONS(1048), + [anon_sym_continue] = ACTIONS(1048), + [anon_sym_goto] = ACTIONS(1048), + [anon_sym_DASH_DASH] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1050), + [anon_sym_sizeof] = ACTIONS(1048), + [sym_number_literal] = ACTIONS(1050), + [anon_sym_L_SQUOTE] = ACTIONS(1050), + [anon_sym_u_SQUOTE] = ACTIONS(1050), + [anon_sym_U_SQUOTE] = ACTIONS(1050), + [anon_sym_u8_SQUOTE] = ACTIONS(1050), + [anon_sym_SQUOTE] = ACTIONS(1050), + [anon_sym_L_DQUOTE] = ACTIONS(1050), + [anon_sym_u_DQUOTE] = ACTIONS(1050), + [anon_sym_U_DQUOTE] = ACTIONS(1050), + [anon_sym_u8_DQUOTE] = ACTIONS(1050), + [anon_sym_DQUOTE] = ACTIONS(1050), + [sym_true] = ACTIONS(1048), + [sym_false] = ACTIONS(1048), + [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [369] = { - [ts_builtin_sym_end] = ACTIONS(1070), + [363] = { [sym_identifier] = ACTIONS(1068), [aux_sym_preproc_include_token1] = ACTIONS(1068), [aux_sym_preproc_def_token1] = ACTIONS(1068), @@ -44298,6 +43963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1068), [anon_sym___vectorcall] = ACTIONS(1068), [anon_sym_LBRACE] = ACTIONS(1070), + [anon_sym_RBRACE] = ACTIONS(1070), [anon_sym_static] = ACTIONS(1068), [anon_sym_auto] = ACTIONS(1068), [anon_sym_register] = ACTIONS(1068), @@ -44344,82 +44010,457 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1068), [sym_comment] = ACTIONS(3), }, - [370] = { - [ts_builtin_sym_end] = ACTIONS(1082), - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), + [364] = { + [sym_identifier] = ACTIONS(1060), + [aux_sym_preproc_include_token1] = ACTIONS(1060), + [aux_sym_preproc_def_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), + [sym_preproc_directive] = ACTIONS(1060), + [anon_sym_LPAREN2] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_PLUS] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_typedef] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym___attribute__] = ACTIONS(1060), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), + [anon_sym___declspec] = ACTIONS(1060), + [anon_sym___cdecl] = ACTIONS(1060), + [anon_sym___clrcall] = ACTIONS(1060), + [anon_sym___stdcall] = ACTIONS(1060), + [anon_sym___fastcall] = ACTIONS(1060), + [anon_sym___thiscall] = ACTIONS(1060), + [anon_sym___vectorcall] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_RBRACE] = ACTIONS(1062), + [anon_sym_static] = ACTIONS(1060), + [anon_sym_auto] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_inline] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1060), + [anon_sym_unsigned] = ACTIONS(1060), + [anon_sym_long] = ACTIONS(1060), + [anon_sym_short] = ACTIONS(1060), + [sym_primitive_type] = ACTIONS(1060), + [anon_sym_enum] = ACTIONS(1060), + [anon_sym_struct] = ACTIONS(1060), + [anon_sym_union] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_switch] = ACTIONS(1060), + [anon_sym_case] = ACTIONS(1060), + [anon_sym_default] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_goto] = ACTIONS(1060), + [anon_sym_DASH_DASH] = ACTIONS(1062), + [anon_sym_PLUS_PLUS] = ACTIONS(1062), + [anon_sym_sizeof] = ACTIONS(1060), + [sym_number_literal] = ACTIONS(1062), + [anon_sym_L_SQUOTE] = ACTIONS(1062), + [anon_sym_u_SQUOTE] = ACTIONS(1062), + [anon_sym_U_SQUOTE] = ACTIONS(1062), + [anon_sym_u8_SQUOTE] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_L_DQUOTE] = ACTIONS(1062), + [anon_sym_u_DQUOTE] = ACTIONS(1062), + [anon_sym_U_DQUOTE] = ACTIONS(1062), + [anon_sym_u8_DQUOTE] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [sym_true] = ACTIONS(1060), + [sym_false] = ACTIONS(1060), + [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [371] = { + [365] = { + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_RBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), + [sym_comment] = ACTIONS(3), + }, + [366] = { + [ts_builtin_sym_end] = ACTIONS(1074), + [sym_identifier] = ACTIONS(1072), + [aux_sym_preproc_include_token1] = ACTIONS(1072), + [aux_sym_preproc_def_token1] = ACTIONS(1072), + [aux_sym_preproc_if_token1] = ACTIONS(1072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), + [sym_preproc_directive] = ACTIONS(1072), + [anon_sym_LPAREN2] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_TILDE] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1072), + [anon_sym_PLUS] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1074), + [anon_sym_AMP] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(1074), + [anon_sym_typedef] = ACTIONS(1072), + [anon_sym_extern] = ACTIONS(1072), + [anon_sym___attribute__] = ACTIONS(1072), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), + [anon_sym___declspec] = ACTIONS(1072), + [anon_sym___cdecl] = ACTIONS(1072), + [anon_sym___clrcall] = ACTIONS(1072), + [anon_sym___stdcall] = ACTIONS(1072), + [anon_sym___fastcall] = ACTIONS(1072), + [anon_sym___thiscall] = ACTIONS(1072), + [anon_sym___vectorcall] = ACTIONS(1072), + [anon_sym_LBRACE] = ACTIONS(1074), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_auto] = ACTIONS(1072), + [anon_sym_register] = ACTIONS(1072), + [anon_sym_inline] = ACTIONS(1072), + [anon_sym_const] = ACTIONS(1072), + [anon_sym_volatile] = ACTIONS(1072), + [anon_sym_restrict] = ACTIONS(1072), + [anon_sym__Atomic] = ACTIONS(1072), + [anon_sym_signed] = ACTIONS(1072), + [anon_sym_unsigned] = ACTIONS(1072), + [anon_sym_long] = ACTIONS(1072), + [anon_sym_short] = ACTIONS(1072), + [sym_primitive_type] = ACTIONS(1072), + [anon_sym_enum] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1072), + [anon_sym_union] = ACTIONS(1072), + [anon_sym_if] = ACTIONS(1072), + [anon_sym_switch] = ACTIONS(1072), + [anon_sym_case] = ACTIONS(1072), + [anon_sym_default] = ACTIONS(1072), + [anon_sym_while] = ACTIONS(1072), + [anon_sym_do] = ACTIONS(1072), + [anon_sym_for] = ACTIONS(1072), + [anon_sym_return] = ACTIONS(1072), + [anon_sym_break] = ACTIONS(1072), + [anon_sym_continue] = ACTIONS(1072), + [anon_sym_goto] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(1074), + [anon_sym_PLUS_PLUS] = ACTIONS(1074), + [anon_sym_sizeof] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1074), + [anon_sym_L_SQUOTE] = ACTIONS(1074), + [anon_sym_u_SQUOTE] = ACTIONS(1074), + [anon_sym_U_SQUOTE] = ACTIONS(1074), + [anon_sym_u8_SQUOTE] = ACTIONS(1074), + [anon_sym_SQUOTE] = ACTIONS(1074), + [anon_sym_L_DQUOTE] = ACTIONS(1074), + [anon_sym_u_DQUOTE] = ACTIONS(1074), + [anon_sym_U_DQUOTE] = ACTIONS(1074), + [anon_sym_u8_DQUOTE] = ACTIONS(1074), + [anon_sym_DQUOTE] = ACTIONS(1074), + [sym_true] = ACTIONS(1072), + [sym_false] = ACTIONS(1072), + [sym_null] = ACTIONS(1072), + [sym_comment] = ACTIONS(3), + }, + [367] = { + [ts_builtin_sym_end] = ACTIONS(1066), + [sym_identifier] = ACTIONS(1064), + [aux_sym_preproc_include_token1] = ACTIONS(1064), + [aux_sym_preproc_def_token1] = ACTIONS(1064), + [aux_sym_preproc_if_token1] = ACTIONS(1064), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), + [sym_preproc_directive] = ACTIONS(1064), + [anon_sym_LPAREN2] = ACTIONS(1066), + [anon_sym_BANG] = ACTIONS(1066), + [anon_sym_TILDE] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1064), + [anon_sym_PLUS] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1066), + [anon_sym_typedef] = ACTIONS(1064), + [anon_sym_extern] = ACTIONS(1064), + [anon_sym___attribute__] = ACTIONS(1064), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym___declspec] = ACTIONS(1064), + [anon_sym___cdecl] = ACTIONS(1064), + [anon_sym___clrcall] = ACTIONS(1064), + [anon_sym___stdcall] = ACTIONS(1064), + [anon_sym___fastcall] = ACTIONS(1064), + [anon_sym___thiscall] = ACTIONS(1064), + [anon_sym___vectorcall] = ACTIONS(1064), + [anon_sym_LBRACE] = ACTIONS(1066), + [anon_sym_static] = ACTIONS(1064), + [anon_sym_auto] = ACTIONS(1064), + [anon_sym_register] = ACTIONS(1064), + [anon_sym_inline] = ACTIONS(1064), + [anon_sym_const] = ACTIONS(1064), + [anon_sym_volatile] = ACTIONS(1064), + [anon_sym_restrict] = ACTIONS(1064), + [anon_sym__Atomic] = ACTIONS(1064), + [anon_sym_signed] = ACTIONS(1064), + [anon_sym_unsigned] = ACTIONS(1064), + [anon_sym_long] = ACTIONS(1064), + [anon_sym_short] = ACTIONS(1064), + [sym_primitive_type] = ACTIONS(1064), + [anon_sym_enum] = ACTIONS(1064), + [anon_sym_struct] = ACTIONS(1064), + [anon_sym_union] = ACTIONS(1064), + [anon_sym_if] = ACTIONS(1064), + [anon_sym_switch] = ACTIONS(1064), + [anon_sym_case] = ACTIONS(1064), + [anon_sym_default] = ACTIONS(1064), + [anon_sym_while] = ACTIONS(1064), + [anon_sym_do] = ACTIONS(1064), + [anon_sym_for] = ACTIONS(1064), + [anon_sym_return] = ACTIONS(1064), + [anon_sym_break] = ACTIONS(1064), + [anon_sym_continue] = ACTIONS(1064), + [anon_sym_goto] = ACTIONS(1064), + [anon_sym_DASH_DASH] = ACTIONS(1066), + [anon_sym_PLUS_PLUS] = ACTIONS(1066), + [anon_sym_sizeof] = ACTIONS(1064), + [sym_number_literal] = ACTIONS(1066), + [anon_sym_L_SQUOTE] = ACTIONS(1066), + [anon_sym_u_SQUOTE] = ACTIONS(1066), + [anon_sym_U_SQUOTE] = ACTIONS(1066), + [anon_sym_u8_SQUOTE] = ACTIONS(1066), + [anon_sym_SQUOTE] = ACTIONS(1066), + [anon_sym_L_DQUOTE] = ACTIONS(1066), + [anon_sym_u_DQUOTE] = ACTIONS(1066), + [anon_sym_U_DQUOTE] = ACTIONS(1066), + [anon_sym_u8_DQUOTE] = ACTIONS(1066), + [anon_sym_DQUOTE] = ACTIONS(1066), + [sym_true] = ACTIONS(1064), + [sym_false] = ACTIONS(1064), + [sym_null] = ACTIONS(1064), + [sym_comment] = ACTIONS(3), + }, + [368] = { + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token2] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), + [sym_comment] = ACTIONS(3), + }, + [369] = { + [sym_identifier] = ACTIONS(1032), + [aux_sym_preproc_include_token1] = ACTIONS(1032), + [aux_sym_preproc_def_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token2] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), + [sym_preproc_directive] = ACTIONS(1032), + [anon_sym_LPAREN2] = ACTIONS(1034), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1032), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_SEMI] = ACTIONS(1034), + [anon_sym_typedef] = ACTIONS(1032), + [anon_sym_extern] = ACTIONS(1032), + [anon_sym___attribute__] = ACTIONS(1032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), + [anon_sym___declspec] = ACTIONS(1032), + [anon_sym___cdecl] = ACTIONS(1032), + [anon_sym___clrcall] = ACTIONS(1032), + [anon_sym___stdcall] = ACTIONS(1032), + [anon_sym___fastcall] = ACTIONS(1032), + [anon_sym___thiscall] = ACTIONS(1032), + [anon_sym___vectorcall] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1034), + [anon_sym_static] = ACTIONS(1032), + [anon_sym_auto] = ACTIONS(1032), + [anon_sym_register] = ACTIONS(1032), + [anon_sym_inline] = ACTIONS(1032), + [anon_sym_const] = ACTIONS(1032), + [anon_sym_volatile] = ACTIONS(1032), + [anon_sym_restrict] = ACTIONS(1032), + [anon_sym__Atomic] = ACTIONS(1032), + [anon_sym_signed] = ACTIONS(1032), + [anon_sym_unsigned] = ACTIONS(1032), + [anon_sym_long] = ACTIONS(1032), + [anon_sym_short] = ACTIONS(1032), + [sym_primitive_type] = ACTIONS(1032), + [anon_sym_enum] = ACTIONS(1032), + [anon_sym_struct] = ACTIONS(1032), + [anon_sym_union] = ACTIONS(1032), + [anon_sym_if] = ACTIONS(1032), + [anon_sym_switch] = ACTIONS(1032), + [anon_sym_case] = ACTIONS(1032), + [anon_sym_default] = ACTIONS(1032), + [anon_sym_while] = ACTIONS(1032), + [anon_sym_do] = ACTIONS(1032), + [anon_sym_for] = ACTIONS(1032), + [anon_sym_return] = ACTIONS(1032), + [anon_sym_break] = ACTIONS(1032), + [anon_sym_continue] = ACTIONS(1032), + [anon_sym_goto] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1034), + [anon_sym_PLUS_PLUS] = ACTIONS(1034), + [anon_sym_sizeof] = ACTIONS(1032), + [sym_number_literal] = ACTIONS(1034), + [anon_sym_L_SQUOTE] = ACTIONS(1034), + [anon_sym_u_SQUOTE] = ACTIONS(1034), + [anon_sym_U_SQUOTE] = ACTIONS(1034), + [anon_sym_u8_SQUOTE] = ACTIONS(1034), + [anon_sym_SQUOTE] = ACTIONS(1034), + [anon_sym_L_DQUOTE] = ACTIONS(1034), + [anon_sym_u_DQUOTE] = ACTIONS(1034), + [anon_sym_U_DQUOTE] = ACTIONS(1034), + [anon_sym_u8_DQUOTE] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(1034), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_comment] = ACTIONS(3), + }, + [370] = { [sym_identifier] = ACTIONS(1064), [aux_sym_preproc_include_token1] = ACTIONS(1064), [aux_sym_preproc_def_token1] = ACTIONS(1064), @@ -44494,100 +44535,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1064), [sym_comment] = ACTIONS(3), }, + [371] = { + [sym_identifier] = ACTIONS(1052), + [aux_sym_preproc_include_token1] = ACTIONS(1052), + [aux_sym_preproc_def_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), + [sym_preproc_directive] = ACTIONS(1052), + [anon_sym_LPAREN2] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_DASH] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(1052), + [anon_sym___attribute__] = ACTIONS(1052), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), + [anon_sym___declspec] = ACTIONS(1052), + [anon_sym___cdecl] = ACTIONS(1052), + [anon_sym___clrcall] = ACTIONS(1052), + [anon_sym___stdcall] = ACTIONS(1052), + [anon_sym___fastcall] = ACTIONS(1052), + [anon_sym___thiscall] = ACTIONS(1052), + [anon_sym___vectorcall] = ACTIONS(1052), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_RBRACE] = ACTIONS(1054), + [anon_sym_static] = ACTIONS(1052), + [anon_sym_auto] = ACTIONS(1052), + [anon_sym_register] = ACTIONS(1052), + [anon_sym_inline] = ACTIONS(1052), + [anon_sym_const] = ACTIONS(1052), + [anon_sym_volatile] = ACTIONS(1052), + [anon_sym_restrict] = ACTIONS(1052), + [anon_sym__Atomic] = ACTIONS(1052), + [anon_sym_signed] = ACTIONS(1052), + [anon_sym_unsigned] = ACTIONS(1052), + [anon_sym_long] = ACTIONS(1052), + [anon_sym_short] = ACTIONS(1052), + [sym_primitive_type] = ACTIONS(1052), + [anon_sym_enum] = ACTIONS(1052), + [anon_sym_struct] = ACTIONS(1052), + [anon_sym_union] = ACTIONS(1052), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_switch] = ACTIONS(1052), + [anon_sym_case] = ACTIONS(1052), + [anon_sym_default] = ACTIONS(1052), + [anon_sym_while] = ACTIONS(1052), + [anon_sym_do] = ACTIONS(1052), + [anon_sym_for] = ACTIONS(1052), + [anon_sym_return] = ACTIONS(1052), + [anon_sym_break] = ACTIONS(1052), + [anon_sym_continue] = ACTIONS(1052), + [anon_sym_goto] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(1052), + [sym_number_literal] = ACTIONS(1054), + [anon_sym_L_SQUOTE] = ACTIONS(1054), + [anon_sym_u_SQUOTE] = ACTIONS(1054), + [anon_sym_U_SQUOTE] = ACTIONS(1054), + [anon_sym_u8_SQUOTE] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_L_DQUOTE] = ACTIONS(1054), + [anon_sym_u_DQUOTE] = ACTIONS(1054), + [anon_sym_U_DQUOTE] = ACTIONS(1054), + [anon_sym_u8_DQUOTE] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym_true] = ACTIONS(1052), + [sym_false] = ACTIONS(1052), + [sym_null] = ACTIONS(1052), + [sym_comment] = ACTIONS(3), + }, [372] = { - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token2] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), + [ts_builtin_sym_end] = ACTIONS(1094), + [sym_identifier] = ACTIONS(1092), + [aux_sym_preproc_include_token1] = ACTIONS(1092), + [aux_sym_preproc_def_token1] = ACTIONS(1092), + [aux_sym_preproc_if_token1] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1092), + [sym_preproc_directive] = ACTIONS(1092), + [anon_sym_LPAREN2] = ACTIONS(1094), + [anon_sym_BANG] = ACTIONS(1094), + [anon_sym_TILDE] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1092), + [anon_sym_PLUS] = ACTIONS(1092), + [anon_sym_STAR] = ACTIONS(1094), + [anon_sym_AMP] = ACTIONS(1094), + [anon_sym_SEMI] = ACTIONS(1094), + [anon_sym_typedef] = ACTIONS(1092), + [anon_sym_extern] = ACTIONS(1092), + [anon_sym___attribute__] = ACTIONS(1092), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1094), + [anon_sym___declspec] = ACTIONS(1092), + [anon_sym___cdecl] = ACTIONS(1092), + [anon_sym___clrcall] = ACTIONS(1092), + [anon_sym___stdcall] = ACTIONS(1092), + [anon_sym___fastcall] = ACTIONS(1092), + [anon_sym___thiscall] = ACTIONS(1092), + [anon_sym___vectorcall] = ACTIONS(1092), + [anon_sym_LBRACE] = ACTIONS(1094), + [anon_sym_static] = ACTIONS(1092), + [anon_sym_auto] = ACTIONS(1092), + [anon_sym_register] = ACTIONS(1092), + [anon_sym_inline] = ACTIONS(1092), + [anon_sym_const] = ACTIONS(1092), + [anon_sym_volatile] = ACTIONS(1092), + [anon_sym_restrict] = ACTIONS(1092), + [anon_sym__Atomic] = ACTIONS(1092), + [anon_sym_signed] = ACTIONS(1092), + [anon_sym_unsigned] = ACTIONS(1092), + [anon_sym_long] = ACTIONS(1092), + [anon_sym_short] = ACTIONS(1092), + [sym_primitive_type] = ACTIONS(1092), + [anon_sym_enum] = ACTIONS(1092), + [anon_sym_struct] = ACTIONS(1092), + [anon_sym_union] = ACTIONS(1092), + [anon_sym_if] = ACTIONS(1092), + [anon_sym_switch] = ACTIONS(1092), + [anon_sym_case] = ACTIONS(1092), + [anon_sym_default] = ACTIONS(1092), + [anon_sym_while] = ACTIONS(1092), + [anon_sym_do] = ACTIONS(1092), + [anon_sym_for] = ACTIONS(1092), + [anon_sym_return] = ACTIONS(1092), + [anon_sym_break] = ACTIONS(1092), + [anon_sym_continue] = ACTIONS(1092), + [anon_sym_goto] = ACTIONS(1092), + [anon_sym_DASH_DASH] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1094), + [anon_sym_sizeof] = ACTIONS(1092), + [sym_number_literal] = ACTIONS(1094), + [anon_sym_L_SQUOTE] = ACTIONS(1094), + [anon_sym_u_SQUOTE] = ACTIONS(1094), + [anon_sym_U_SQUOTE] = ACTIONS(1094), + [anon_sym_u8_SQUOTE] = ACTIONS(1094), + [anon_sym_SQUOTE] = ACTIONS(1094), + [anon_sym_L_DQUOTE] = ACTIONS(1094), + [anon_sym_u_DQUOTE] = ACTIONS(1094), + [anon_sym_U_DQUOTE] = ACTIONS(1094), + [anon_sym_u8_DQUOTE] = ACTIONS(1094), + [anon_sym_DQUOTE] = ACTIONS(1094), + [sym_true] = ACTIONS(1092), + [sym_false] = ACTIONS(1092), + [sym_null] = ACTIONS(1092), [sym_comment] = ACTIONS(3), }, [373] = { - [sym__expression] = STATE(506), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_initializer_list] = STATE(516), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), + [sym__expression] = STATE(547), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_initializer_list] = STATE(549), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), [sym_identifier] = ACTIONS(1341), [anon_sym_COMMA] = ACTIONS(872), [anon_sym_RPAREN] = ACTIONS(872), @@ -44640,34 +44756,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [374] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1429), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1309), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -44708,34 +44824,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [375] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1366), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1404), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -44776,34 +44892,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [376] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1432), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1352), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -44844,34 +44960,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [377] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1408), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1374), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -44912,34 +45028,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [378] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1344), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1467), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -44980,34 +45096,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [379] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1455), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1419), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -45048,34 +45164,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [380] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1436), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1440), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -45116,34 +45232,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [381] = { - [sym_type_qualifier] = STATE(857), - [sym__type_specifier] = STATE(988), - [sym_sized_type_specifier] = STATE(884), - [sym_enum_specifier] = STATE(884), - [sym_struct_specifier] = STATE(884), - [sym_union_specifier] = STATE(884), - [sym__expression] = STATE(744), - [sym_comma_expression] = STATE(1430), - [sym_conditional_expression] = STATE(513), - [sym_assignment_expression] = STATE(513), - [sym_pointer_expression] = STATE(609), - [sym_unary_expression] = STATE(513), - [sym_binary_expression] = STATE(513), - [sym_update_expression] = STATE(513), - [sym_cast_expression] = STATE(513), - [sym_type_descriptor] = STATE(1346), - [sym_sizeof_expression] = STATE(513), - [sym_subscript_expression] = STATE(609), - [sym_call_expression] = STATE(609), - [sym_field_expression] = STATE(609), - [sym_compound_literal_expression] = STATE(513), - [sym_parenthesized_expression] = STATE(609), - [sym_char_literal] = STATE(513), - [sym_concatenated_string] = STATE(513), - [sym_string_literal] = STATE(427), - [sym_macro_type_specifier] = STATE(884), - [aux_sym_type_definition_repeat1] = STATE(857), - [aux_sym_sized_type_specifier_repeat1] = STATE(994), + [sym_type_qualifier] = STATE(871), + [sym__type_specifier] = STATE(995), + [sym_sized_type_specifier] = STATE(899), + [sym_enum_specifier] = STATE(899), + [sym_struct_specifier] = STATE(899), + [sym_union_specifier] = STATE(899), + [sym__expression] = STATE(708), + [sym_comma_expression] = STATE(1405), + [sym_conditional_expression] = STATE(562), + [sym_assignment_expression] = STATE(562), + [sym_pointer_expression] = STATE(614), + [sym_unary_expression] = STATE(562), + [sym_binary_expression] = STATE(562), + [sym_update_expression] = STATE(562), + [sym_cast_expression] = STATE(562), + [sym_type_descriptor] = STATE(1336), + [sym_sizeof_expression] = STATE(562), + [sym_subscript_expression] = STATE(614), + [sym_call_expression] = STATE(614), + [sym_field_expression] = STATE(614), + [sym_compound_literal_expression] = STATE(562), + [sym_parenthesized_expression] = STATE(614), + [sym_char_literal] = STATE(562), + [sym_concatenated_string] = STATE(562), + [sym_string_literal] = STATE(425), + [sym_macro_type_specifier] = STATE(899), + [aux_sym_type_definition_repeat1] = STATE(871), + [aux_sym_sized_type_specifier_repeat1] = STATE(1002), [sym_identifier] = ACTIONS(1343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -45329,7 +45445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(884), 1, anon_sym_LBRACE, - ACTIONS(1042), 1, + ACTIONS(1114), 1, anon_sym_AMP, ACTIONS(1355), 1, sym_identifier, @@ -45341,11 +45457,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(516), 1, + STATE(549), 1, sym_initializer_list, - STATE(630), 1, + STATE(631), 1, sym__expression, ACTIONS(1365), 2, anon_sym_DASH_DASH, @@ -45376,13 +45492,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -45505,21 +45621,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1393), 1, anon_sym_LBRACK, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(946), 1, + STATE(953), 1, sym__declaration_specifiers, - STATE(1095), 1, + STATE(1102), 1, sym__declarator, - STATE(1139), 1, + STATE(1132), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1150), 2, + STATE(1197), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, @@ -45532,7 +45648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -45543,19 +45659,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45594,16 +45710,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elif_token1, ACTIONS(1409), 1, sym_preproc_directive, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1363), 2, + STATE(1280), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -45622,13 +45738,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45636,7 +45752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(396), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -45676,16 +45792,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1411), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1435), 2, + STATE(1420), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -45704,13 +45820,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45718,7 +45834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(400), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -45758,16 +45874,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1413), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1392), 2, + STATE(1357), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -45786,13 +45902,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45800,7 +45916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(400), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -45840,16 +45956,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1415), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1299), 2, + STATE(1460), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -45868,13 +45984,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45882,7 +45998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(395), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -45922,16 +46038,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1417), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1357), 2, + STATE(1421), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -45950,13 +46066,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -45964,7 +46080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46004,16 +46120,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1419), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1340), 2, + STATE(1390), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46032,13 +46148,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46046,7 +46162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(393), 8, + STATE(391), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46086,16 +46202,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1421), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1290), 2, + STATE(1398), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46114,13 +46230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46128,7 +46244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(387), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46168,16 +46284,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1423), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1287), 2, + STATE(1459), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46196,13 +46312,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46210,7 +46326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(390), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46250,16 +46366,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1425), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1370), 2, + STATE(1338), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46278,13 +46394,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46292,7 +46408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(399), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46332,16 +46448,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1427), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1416), 2, + STATE(1377), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46360,13 +46476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46374,7 +46490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(389), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46414,16 +46530,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1429), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1433), 2, + STATE(1379), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46442,13 +46558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46456,7 +46572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(388), 8, + STATE(398), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46496,16 +46612,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1431), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1358), 2, + STATE(1402), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46524,13 +46640,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46538,7 +46654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(394), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46578,16 +46694,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1433), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1373), 2, + STATE(1383), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46606,13 +46722,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46620,7 +46736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(391), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46660,16 +46776,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1435), 1, aux_sym_preproc_if_token2, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, + STATE(1005), 1, sym__declaration_specifiers, ACTIONS(1403), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1336), 2, + STATE(1455), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(45), 4, @@ -46688,13 +46804,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -46702,7 +46818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -46841,7 +46957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [2102] = 10, + [2102] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -46853,6 +46969,8 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1452), 1, anon_sym_EQ, ACTIONS(1460), 1, + anon_sym_SEMI, + ACTIONS(1463), 1, anon_sym_COLON, ACTIONS(1456), 10, anon_sym_STAR_EQ, @@ -46865,6 +46983,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(1439), 12, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, ACTIONS(1445), 12, anon_sym_DASH, anon_sym_PLUS, @@ -46892,21 +47023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - ACTIONS(1439), 13, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [2177] = 11, + [2179] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -46917,10 +47034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1462), 1, - anon_sym_SEMI, - ACTIONS(1465), 1, + ACTIONS(1454), 1, anon_sym_COLON, + ACTIONS(1460), 1, + anon_sym_SEMI, ACTIONS(1456), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -46972,7 +47089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [2254] = 11, + [2256] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -46983,10 +47100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1454), 1, - anon_sym_COLON, - ACTIONS(1462), 1, + ACTIONS(1460), 1, anon_sym_SEMI, + ACTIONS(1465), 1, + anon_sym_COLON, ACTIONS(1456), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -47038,7 +47155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [2331] = 10, + [2333] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -47049,7 +47166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1465), 1, + ACTIONS(1463), 1, anon_sym_COLON, ACTIONS(1456), 10, anon_sym_STAR_EQ, @@ -47103,7 +47220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [2406] = 11, + [2408] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -47114,10 +47231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1460), 1, + ACTIONS(1465), 1, anon_sym_COLON, - ACTIONS(1462), 1, - anon_sym_SEMI, ACTIONS(1456), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -47129,19 +47244,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1439), 12, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, ACTIONS(1445), 12, anon_sym_DASH, anon_sym_PLUS, @@ -47169,6 +47271,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, + ACTIONS(1439), 13, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, [2483] = 11, ACTIONS(3), 1, sym_comment, @@ -47182,7 +47298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(1458), 1, anon_sym_COLON, - ACTIONS(1462), 1, + ACTIONS(1460), 1, anon_sym_SEMI, ACTIONS(1456), 10, anon_sym_STAR_EQ, @@ -47235,7 +47351,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [2560] = 9, + [2560] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1467), 1, + sym_identifier, + ACTIONS(1470), 1, + aux_sym_preproc_def_token1, + ACTIONS(1473), 1, + aux_sym_preproc_if_token1, + ACTIONS(1481), 1, + sym_preproc_directive, + ACTIONS(1487), 1, + anon_sym___attribute__, + ACTIONS(1490), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1493), 1, + anon_sym___declspec, + ACTIONS(1502), 1, + sym_primitive_type, + ACTIONS(1505), 1, + anon_sym_enum, + ACTIONS(1508), 1, + anon_sym_struct, + ACTIONS(1511), 1, + anon_sym_union, + STATE(719), 1, + sym__type_specifier, + STATE(801), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1005), 1, + sym__declaration_specifiers, + ACTIONS(1478), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(1476), 3, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + ACTIONS(1496), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(1499), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1484), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(899), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(651), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + STATE(409), 8, + sym_preproc_def, + sym_preproc_function_def, + sym_preproc_call, + sym_preproc_if_in_field_declaration_list, + sym_preproc_ifdef_in_field_declaration_list, + sym__field_declaration_list_item, + sym_field_declaration, + aux_sym_preproc_if_in_field_declaration_list_repeat1, + [2660] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -47298,7 +47491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [2632] = 23, + [2732] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -47311,17 +47504,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1467), 1, + ACTIONS(1514), 1, anon_sym_COMMA, - ACTIONS(1469), 1, + ACTIONS(1516), 1, anon_sym_RBRACE, - ACTIONS(1471), 1, + ACTIONS(1518), 1, anon_sym_LBRACK, - ACTIONS(1473), 1, + ACTIONS(1520), 1, anon_sym_DOT, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(690), 1, + STATE(688), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -47335,14 +47528,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(1149), 2, + STATE(1212), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, - STATE(1105), 3, + STATE(1112), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -47358,13 +47551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -47375,83 +47568,6 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [2732] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1475), 1, - sym_identifier, - ACTIONS(1478), 1, - aux_sym_preproc_def_token1, - ACTIONS(1481), 1, - aux_sym_preproc_if_token1, - ACTIONS(1489), 1, - sym_preproc_directive, - ACTIONS(1495), 1, - anon_sym___attribute__, - ACTIONS(1498), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1501), 1, - anon_sym___declspec, - ACTIONS(1510), 1, - sym_primitive_type, - ACTIONS(1513), 1, - anon_sym_enum, - ACTIONS(1516), 1, - anon_sym_struct, - ACTIONS(1519), 1, - anon_sym_union, - STATE(707), 1, - sym__type_specifier, - STATE(758), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(997), 1, - sym__declaration_specifiers, - ACTIONS(1486), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(1484), 3, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - ACTIONS(1504), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(1507), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1492), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(884), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(645), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, - sym_preproc_def, - sym_preproc_function_def, - sym_preproc_call, - sym_preproc_if_in_field_declaration_list, - sym_preproc_ifdef_in_field_declaration_list, - sym__field_declaration_list_item, - sym_field_declaration, - aux_sym_preproc_if_in_field_declaration_list_repeat1, [2832] = 22, ACTIONS(3), 1, sym_comment, @@ -47465,15 +47581,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1471), 1, + ACTIONS(1518), 1, anon_sym_LBRACK, - ACTIONS(1473), 1, + ACTIONS(1520), 1, anon_sym_DOT, ACTIONS(1522), 1, anon_sym_RBRACE, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(751), 1, + STATE(712), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -47487,14 +47603,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(1235), 2, + STATE(1256), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, - STATE(1105), 3, + STATE(1112), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -47510,13 +47626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -47540,163 +47656,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1471), 1, + ACTIONS(1518), 1, anon_sym_LBRACK, - ACTIONS(1473), 1, + ACTIONS(1520), 1, anon_sym_DOT, ACTIONS(1524), 1, anon_sym_RBRACE, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(751), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - STATE(1235), 2, - sym_initializer_list, - sym_initializer_pair, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - STATE(1105), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [3026] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1475), 1, - sym_identifier, - ACTIONS(1495), 1, - anon_sym___attribute__, - ACTIONS(1498), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1501), 1, - anon_sym___declspec, - ACTIONS(1510), 1, - sym_primitive_type, - ACTIONS(1513), 1, - anon_sym_enum, - ACTIONS(1516), 1, - anon_sym_struct, - ACTIONS(1519), 1, - anon_sym_union, - ACTIONS(1526), 1, - aux_sym_preproc_def_token1, - ACTIONS(1529), 1, - aux_sym_preproc_if_token1, - ACTIONS(1535), 1, - sym_preproc_directive, - ACTIONS(1538), 1, - anon_sym_RBRACE, - STATE(707), 1, - sym__type_specifier, - STATE(758), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(995), 1, - sym__declaration_specifiers, - ACTIONS(1532), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(1504), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(1507), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1492), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(884), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(645), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - STATE(414), 8, - sym_preproc_def, - sym_preproc_function_def, - sym_preproc_call, - sym_preproc_if_in_field_declaration_list, - sym_preproc_ifdef_in_field_declaration_list, - sym__field_declaration_list_item, - sym_field_declaration, - aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3124] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(884), 1, - anon_sym_LBRACE, - ACTIONS(1341), 1, - sym_identifier, - ACTIONS(1471), 1, - anon_sym_LBRACK, - ACTIONS(1473), 1, - anon_sym_DOT, - STATE(427), 1, - sym_string_literal, - STATE(751), 1, + STATE(712), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -47710,14 +47678,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(1235), 2, + STATE(1256), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(89), 3, sym_true, sym_false, sym_null, - STATE(1105), 3, + STATE(1112), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -47733,13 +47701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -47750,7 +47718,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [3218] = 23, + [3026] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -47769,21 +47737,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - ACTIONS(1540), 1, + ACTIONS(1526), 1, aux_sym_preproc_def_token1, - ACTIONS(1542), 1, + ACTIONS(1528), 1, aux_sym_preproc_if_token1, - ACTIONS(1546), 1, + ACTIONS(1530), 1, + aux_sym_preproc_if_token2, + ACTIONS(1534), 1, sym_preproc_directive, - ACTIONS(1548), 1, - anon_sym_RBRACE, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(995), 1, + STATE(1004), 1, sym__declaration_specifiers, - ACTIONS(1544), 2, + ACTIONS(1532), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, @@ -47802,13 +47770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -47816,7 +47784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(414), 8, + STATE(419), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -47825,7 +47793,7 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3316] = 23, + [3124] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -47844,21 +47812,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - ACTIONS(1550), 1, + ACTIONS(1536), 1, aux_sym_preproc_def_token1, - ACTIONS(1552), 1, + ACTIONS(1538), 1, aux_sym_preproc_if_token1, - ACTIONS(1554), 1, - aux_sym_preproc_if_token2, - ACTIONS(1558), 1, + ACTIONS(1542), 1, sym_preproc_directive, - STATE(707), 1, + ACTIONS(1544), 1, + anon_sym_RBRACE, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(996), 1, + STATE(1003), 1, sym__declaration_specifiers, - ACTIONS(1556), 2, + ACTIONS(1540), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, @@ -47877,13 +47845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -47891,7 +47859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(420), 8, + STATE(418), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -47900,7 +47868,80 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3414] = 23, + [3222] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(884), 1, + anon_sym_LBRACE, + ACTIONS(1341), 1, + sym_identifier, + ACTIONS(1518), 1, + anon_sym_LBRACK, + ACTIONS(1520), 1, + anon_sym_DOT, + STATE(425), 1, + sym_string_literal, + STATE(712), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + STATE(1256), 2, + sym_initializer_list, + sym_initializer_pair, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + STATE(1112), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [3316] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -47919,21 +47960,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - ACTIONS(1540), 1, + ACTIONS(1526), 1, aux_sym_preproc_def_token1, - ACTIONS(1542), 1, + ACTIONS(1528), 1, aux_sym_preproc_if_token1, - ACTIONS(1546), 1, + ACTIONS(1534), 1, sym_preproc_directive, - ACTIONS(1560), 1, - anon_sym_RBRACE, - STATE(707), 1, + ACTIONS(1546), 1, + aux_sym_preproc_if_token2, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(995), 1, + STATE(1004), 1, sym__declaration_specifiers, - ACTIONS(1544), 2, + ACTIONS(1532), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, @@ -47952,13 +47993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -47966,7 +48007,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(416), 8, + STATE(414), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -47975,7 +48016,7 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3512] = 23, + [3414] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -47994,21 +48035,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - ACTIONS(1550), 1, + ACTIONS(1536), 1, aux_sym_preproc_def_token1, - ACTIONS(1552), 1, + ACTIONS(1538), 1, aux_sym_preproc_if_token1, - ACTIONS(1558), 1, + ACTIONS(1542), 1, sym_preproc_directive, - ACTIONS(1562), 1, - aux_sym_preproc_if_token2, - STATE(707), 1, + ACTIONS(1548), 1, + anon_sym_RBRACE, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(996), 1, + STATE(1003), 1, sym__declaration_specifiers, - ACTIONS(1556), 2, + ACTIONS(1540), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(45), 4, @@ -48027,13 +48068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -48041,7 +48082,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(417), 8, + STATE(420), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -48050,65 +48091,65 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3610] = 23, + [3512] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(1467), 1, sym_identifier, - ACTIONS(1484), 1, + ACTIONS(1476), 1, aux_sym_preproc_if_token2, - ACTIONS(1495), 1, + ACTIONS(1487), 1, anon_sym___attribute__, - ACTIONS(1498), 1, + ACTIONS(1490), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1501), 1, + ACTIONS(1493), 1, anon_sym___declspec, - ACTIONS(1510), 1, + ACTIONS(1502), 1, sym_primitive_type, - ACTIONS(1513), 1, + ACTIONS(1505), 1, anon_sym_enum, - ACTIONS(1516), 1, + ACTIONS(1508), 1, anon_sym_struct, - ACTIONS(1519), 1, + ACTIONS(1511), 1, anon_sym_union, - ACTIONS(1564), 1, + ACTIONS(1550), 1, aux_sym_preproc_def_token1, - ACTIONS(1567), 1, + ACTIONS(1553), 1, aux_sym_preproc_if_token1, - ACTIONS(1573), 1, + ACTIONS(1559), 1, sym_preproc_directive, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(996), 1, + STATE(1004), 1, sym__declaration_specifiers, - ACTIONS(1570), 2, + ACTIONS(1556), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - ACTIONS(1504), 4, + ACTIONS(1496), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(1507), 4, + ACTIONS(1499), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1492), 5, + ACTIONS(1484), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -48116,7 +48157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(420), 8, + STATE(419), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -48125,78 +48166,82 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declaration_list_item, sym_field_declaration, aux_sym_preproc_if_in_field_declaration_list_repeat1, - [3708] = 20, + [3610] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(1467), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1363), 1, - anon_sym_AMP, - ACTIONS(1367), 1, - anon_sym_sizeof, - ACTIONS(1576), 1, - anon_sym_STAR, - ACTIONS(1578), 1, - anon_sym_RBRACK, - STATE(427), 1, - sym_string_literal, - STATE(753), 1, - sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - STATE(647), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(1580), 4, + ACTIONS(1487), 1, + anon_sym___attribute__, + ACTIONS(1490), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1493), 1, + anon_sym___declspec, + ACTIONS(1502), 1, + sym_primitive_type, + ACTIONS(1505), 1, + anon_sym_enum, + ACTIONS(1508), 1, + anon_sym_struct, + ACTIONS(1511), 1, + anon_sym_union, + ACTIONS(1562), 1, + aux_sym_preproc_def_token1, + ACTIONS(1565), 1, + aux_sym_preproc_if_token1, + ACTIONS(1571), 1, + sym_preproc_directive, + ACTIONS(1574), 1, + anon_sym_RBRACE, + STATE(719), 1, + sym__type_specifier, + STATE(801), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1003), 1, + sym__declaration_specifiers, + ACTIONS(1568), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(1496), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(637), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [3799] = 20, + ACTIONS(1499), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1484), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(899), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(651), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + STATE(420), 8, + sym_preproc_def, + sym_preproc_function_def, + sym_preproc_call, + sym_preproc_if_in_field_declaration_list, + sym_preproc_ifdef_in_field_declaration_list, + sym__field_declaration_list_item, + sym_field_declaration, + aux_sym_preproc_if_in_field_declaration_list_repeat1, + [3708] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48209,13 +48254,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(1367), 1, anon_sym_sizeof, - ACTIONS(1582), 1, + ACTIONS(1576), 1, anon_sym_STAR, - ACTIONS(1584), 1, + ACTIONS(1578), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(755), 1, + STATE(812), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48226,7 +48271,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(647), 2, + STATE(653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48250,13 +48295,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48267,19 +48312,19 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [3890] = 5, + [3799] = 5, ACTIONS(3), 1, sym_comment, - STATE(423), 2, + STATE(422), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(1590), 5, + ACTIONS(1586), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1588), 13, + ACTIONS(1584), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -48293,7 +48338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1586), 29, + ACTIONS(1582), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -48323,7 +48368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [3951] = 20, + [3860] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48336,13 +48381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(1367), 1, anon_sym_sizeof, - ACTIONS(1593), 1, + ACTIONS(1589), 1, anon_sym_STAR, - ACTIONS(1595), 1, + ACTIONS(1591), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(796), 1, + STATE(831), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48353,7 +48398,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(432), 2, + STATE(431), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48377,13 +48422,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48394,7 +48439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4042] = 20, + [3951] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48407,13 +48452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(1367), 1, anon_sym_sizeof, - ACTIONS(1597), 1, + ACTIONS(1593), 1, anon_sym_STAR, - ACTIONS(1599), 1, + ACTIONS(1595), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(783), 1, + STATE(766), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48424,7 +48469,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(421), 2, + STATE(433), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48448,13 +48493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48465,7 +48510,63 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4133] = 20, + [4042] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(427), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1445), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1439), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [4103] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48478,13 +48579,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(1367), 1, anon_sym_sizeof, - ACTIONS(1601), 1, + ACTIONS(1597), 1, anon_sym_STAR, - ACTIONS(1603), 1, + ACTIONS(1599), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(780), 1, + STATE(789), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48495,7 +48596,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(422), 2, + STATE(421), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48519,13 +48620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48536,10 +48637,10 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4224] = 5, + [4194] = 5, ACTIONS(3), 1, sym_comment, - STATE(433), 2, + STATE(422), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(87), 5, @@ -48548,7 +48649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1445), 13, + ACTIONS(1603), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -48562,7 +48663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1439), 29, + ACTIONS(1601), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -48592,7 +48693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [4285] = 20, + [4255] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48609,9 +48710,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1607), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(826), 1, + STATE(760), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48622,7 +48723,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(429), 2, + STATE(653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48646,13 +48747,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48663,7 +48764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4376] = 20, + [4346] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48680,9 +48781,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1611), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(777), 1, + STATE(784), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48693,7 +48794,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(647), 2, + STATE(653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48717,13 +48818,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48734,7 +48835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4467] = 20, + [4437] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48751,9 +48852,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1615), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(812), 1, + STATE(796), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48764,7 +48865,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(647), 2, + STATE(428), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48788,13 +48889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48805,7 +48906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4558] = 20, + [4528] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48822,9 +48923,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1619), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(781), 1, + STATE(807), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48835,7 +48936,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(430), 2, + STATE(653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48859,13 +48960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48876,7 +48977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4649] = 20, + [4619] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -48893,9 +48994,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1623), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(803), 1, + STATE(791), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -48906,7 +49007,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(647), 2, + STATE(429), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(89), 3, @@ -48930,13 +49031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48947,62 +49048,77 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4740] = 5, + [4710] = 20, ACTIONS(3), 1, sym_comment, - STATE(423), 2, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1355), 1, + sym_identifier, + ACTIONS(1357), 1, + anon_sym_LPAREN2, + ACTIONS(1363), 1, + anon_sym_AMP, + ACTIONS(1367), 1, + anon_sym_sizeof, + ACTIONS(1625), 1, + anon_sym_STAR, + ACTIONS(1627), 1, + anon_sym_RBRACK, + STATE(425), 1, sym_string_literal, - aux_sym_concatenated_string_repeat1, + STATE(806), 1, + sym__expression, + ACTIONS(1359), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1361), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + STATE(653), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(1580), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, ACTIONS(87), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1627), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1625), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, + STATE(642), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, [4801] = 26, ACTIONS(3), 1, sym_comment, @@ -49032,17 +49148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(946), 1, + STATE(953), 1, sym__declaration_specifiers, - STATE(1139), 1, + STATE(1132), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(1150), 2, + STATE(1197), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, @@ -49055,7 +49171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -49066,13 +49182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -49101,15 +49217,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1633), 1, anon_sym_LBRACE, - STATE(642), 1, + STATE(647), 1, sym_ms_call_modifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1004), 1, + STATE(1009), 1, sym__declaration_specifiers, - STATE(326), 3, + STATE(368), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -49129,7 +49245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -49142,7 +49258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -49223,15 +49339,85 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1639), 1, anon_sym_LBRACE, - STATE(643), 1, + STATE(650), 1, sym_ms_call_modifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1008), 1, + STATE(1010), 1, + sym__declaration_specifiers, + STATE(313), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(899), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(39), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(651), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [5141] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1395), 1, + sym_identifier, + ACTIONS(1641), 1, + anon_sym_LBRACE, + STATE(648), 1, + sym_ms_call_modifier, + STATE(719), 1, + sym__type_specifier, + STATE(801), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1017), 1, sym__declaration_specifiers, - STATE(115), 3, + STATE(353), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -49251,7 +49437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -49264,7 +49450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -49272,77 +49458,59 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [5141] = 21, + [5232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(51), 1, - anon_sym_enum, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(862), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1395), 1, - sym_identifier, - ACTIONS(1641), 1, - anon_sym_LBRACE, - STATE(644), 1, - sym_ms_call_modifier, - STATE(707), 1, - sym__type_specifier, - STATE(758), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1012), 1, - sym__declaration_specifiers, - STATE(319), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(884), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(39), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(645), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [5232] = 21, + ACTIONS(1645), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1643), 34, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [5287] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -49361,17 +49529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - ACTIONS(1643), 1, + ACTIONS(1647), 1, anon_sym_LBRACE, - STATE(641), 1, + STATE(646), 1, sym_ms_call_modifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1003), 1, + STATE(1018), 1, sym__declaration_specifiers, - STATE(370), 3, + STATE(111), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -49391,7 +49559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -49404,7 +49572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -49412,58 +49580,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [5323] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1647), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1645), 34, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, [5378] = 18, ACTIONS(3), 1, sym_comment, @@ -49476,12 +49592,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1649), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(726), 1, + STATE(758), 1, sym__expression, - STATE(1347), 1, + STATE(1291), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49511,13 +49627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49540,12 +49656,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1651), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(719), 1, + STATE(730), 1, sym__expression, - STATE(1281), 1, + STATE(1326), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49575,13 +49691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49595,32 +49711,32 @@ static const uint16_t ts_small_parse_table[] = { [5542] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, ACTIONS(884), 1, anon_sym_LBRACE, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, sym_string_literal, - STATE(506), 1, + STATE(547), 1, sym__expression, - STATE(516), 1, + STATE(549), 1, sym_initializer_list, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -49639,13 +49755,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49668,12 +49784,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1653), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(718), 1, + STATE(725), 1, sym__expression, - STATE(1313), 1, + STATE(1292), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49703,13 +49819,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49733,11 +49849,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1655), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(716), 1, + STATE(726), 1, sym__expression, - STATE(1348), 1, + STATE(1290), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49767,13 +49883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49796,12 +49912,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1657), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(713), 1, + STATE(727), 1, sym__expression, - STATE(1351), 1, + STATE(1288), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49831,13 +49947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49860,12 +49976,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1659), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(701), 1, + STATE(728), 1, sym__expression, - STATE(1349), 1, + STATE(1284), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49895,13 +50011,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49915,32 +50031,32 @@ static const uint16_t ts_small_parse_table[] = { [5952] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(884), 1, - anon_sym_LBRACE, - ACTIONS(1355), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1661), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(516), 1, - sym_initializer_list, - STATE(630), 1, + STATE(729), 1, sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, + STATE(1281), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -49959,13 +50075,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49985,16 +50101,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, + ACTIONS(884), 1, + anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1661), 1, - anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(733), 1, + STATE(710), 1, sym__expression, - STATE(1314), 1, - sym_comma_expression, + STATE(1267), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -50023,13 +50139,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50052,12 +50168,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1663), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(736), 1, + STATE(707), 1, sym__expression, - STATE(1288), 1, + STATE(1406), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50087,13 +50203,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50116,12 +50232,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1665), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(735), 1, + STATE(711), 1, sym__expression, - STATE(1316), 1, + STATE(1401), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50151,13 +50267,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50181,11 +50297,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1667), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(700), 1, + STATE(752), 1, sym__expression, - STATE(1323), 1, + STATE(1415), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50215,13 +50331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50245,11 +50361,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1669), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(694), 1, + STATE(715), 1, sym__expression, - STATE(1388), 1, + STATE(1427), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50279,13 +50395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50308,12 +50424,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1671), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(722), 1, + STATE(706), 1, sym__expression, - STATE(1307), 1, + STATE(1423), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50343,13 +50459,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50372,12 +50488,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1673), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(749), 1, + STATE(756), 1, sym__expression, - STATE(1296), 1, + STATE(1330), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50407,13 +50523,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50436,12 +50552,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1675), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(731), 1, + STATE(733), 1, sym__expression, - STATE(1417), 1, + STATE(1361), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50471,13 +50587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50491,32 +50607,32 @@ static const uint16_t ts_small_parse_table[] = { [6690] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(884), 1, + anon_sym_LBRACE, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1677), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(1357), 1, + anon_sym_LPAREN2, + ACTIONS(1367), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(734), 1, + STATE(549), 1, + sym_initializer_list, + STATE(631), 1, sym__expression, - STATE(1285), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1361), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -50535,13 +50651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50563,13 +50679,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1677), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(708), 1, + STATE(732), 1, sym__expression, - STATE(1382), 1, + STATE(1351), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50599,13 +50715,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50619,34 +50735,34 @@ static const uint16_t ts_small_parse_table[] = { [6854] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1681), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(884), 1, + anon_sym_LBRACE, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(725), 1, + STATE(549), 1, + sym_initializer_list, + STATE(631), 1, sym__expression, - STATE(1283), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -50663,13 +50779,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50691,13 +50807,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1683), 1, - anon_sym_SEMI, - STATE(427), 1, + ACTIONS(1679), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(738), 1, + STATE(750), 1, sym__expression, - STATE(1317), 1, + STATE(1389), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50727,13 +50843,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50753,16 +50869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(884), 1, - anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1681), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(728), 1, + STATE(755), 1, sym__expression, - STATE(1229), 1, - sym_initializer_list, + STATE(1293), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -50791,13 +50907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50819,13 +50935,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1685), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(1683), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(695), 1, + STATE(722), 1, sym__expression, - STATE(1284), 1, + STATE(1358), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50855,13 +50971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50883,13 +50999,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1687), 1, + ACTIONS(1685), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(727), 1, + STATE(748), 1, sym__expression, - STATE(1381), 1, + STATE(1407), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50919,13 +51035,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -50947,13 +51063,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1689), 1, - anon_sym_SEMI, - STATE(427), 1, + ACTIONS(1687), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(699), 1, + STATE(749), 1, sym__expression, - STATE(1413), 1, + STATE(1396), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -50983,13 +51099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51011,13 +51127,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1691), 1, - anon_sym_SEMI, - STATE(427), 1, + ACTIONS(1689), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(745), 1, + STATE(753), 1, sym__expression, - STATE(1355), 1, + STATE(1349), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51047,13 +51163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51075,13 +51191,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1693), 1, + ACTIONS(1691), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(698), 1, + STATE(734), 1, sym__expression, - STATE(1277), 1, + STATE(1363), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51111,13 +51227,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51139,13 +51255,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1695), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(1693), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(693), 1, + STATE(704), 1, sym__expression, - STATE(1275), 1, + STATE(1428), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51175,13 +51291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51203,13 +51319,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1697), 1, + ACTIONS(1695), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(746), 1, + STATE(740), 1, sym__expression, - STATE(1428), 1, + STATE(1369), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51239,13 +51355,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51259,34 +51375,34 @@ static const uint16_t ts_small_parse_table[] = { [7674] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(884), 1, - anon_sym_LBRACE, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1697), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(516), 1, - sym_initializer_list, - STATE(630), 1, + STATE(737), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + STATE(1397), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -51303,13 +51419,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51332,12 +51448,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1699), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(721), 1, + STATE(751), 1, sym__expression, - STATE(1420), 1, + STATE(1388), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51367,13 +51483,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51396,12 +51512,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1701), 1, - anon_sym_RPAREN, - STATE(427), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(711), 1, + STATE(718), 1, sym__expression, - STATE(1385), 1, + STATE(1362), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51431,13 +51547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51461,11 +51577,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1703), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(702), 1, + STATE(738), 1, sym__expression, - STATE(1333), 1, + STATE(1394), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51495,13 +51611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51524,12 +51640,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1705), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(739), 1, + STATE(741), 1, sym__expression, - STATE(1324), 1, + STATE(1382), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51559,13 +51675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51588,12 +51704,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1341), 1, sym_identifier, ACTIONS(1707), 1, - anon_sym_SEMI, - STATE(427), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(710), 1, + STATE(739), 1, sym__expression, - STATE(1325), 1, + STATE(1393), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51623,13 +51739,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51653,11 +51769,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1709), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(741), 1, + STATE(742), 1, sym__expression, - STATE(1360), 1, + STATE(1385), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51687,13 +51803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51713,16 +51829,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(884), 1, - anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1711), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(506), 1, + STATE(703), 1, sym__expression, - STATE(516), 1, - sym_initializer_list, + STATE(1456), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -51751,13 +51867,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51779,13 +51895,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1711), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(1713), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(732), 1, + STATE(745), 1, sym__expression, - STATE(1359), 1, + STATE(1453), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51815,13 +51931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51835,32 +51951,32 @@ static const uint16_t ts_small_parse_table[] = { [8412] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1713), 1, - anon_sym_SEMI, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(884), 1, + anon_sym_LBRACE, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(714), 1, + STATE(547), 1, sym__expression, - STATE(1393), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, + STATE(549), 1, + sym_initializer_list, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -51879,13 +51995,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51909,11 +52025,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1715), 1, anon_sym_SEMI, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(715), 1, + STATE(705), 1, sym__expression, - STATE(1395), 1, + STATE(1425), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -51943,13 +52059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -51969,16 +52085,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, + ACTIONS(884), 1, + anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1717), 1, - anon_sym_SEMI, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(747), 1, + STATE(757), 1, sym__expression, - STATE(1398), 1, - sym_comma_expression, + STATE(1253), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52007,13 +52123,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52035,13 +52151,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1719), 1, + ACTIONS(1717), 1, anon_sym_SEMI, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(724), 1, + STATE(723), 1, sym__expression, - STATE(1415), 1, + STATE(1356), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52071,13 +52187,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52099,13 +52215,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1721), 1, + ACTIONS(1719), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(720), 1, + STATE(714), 1, sym__expression, - STATE(1341), 1, + STATE(1432), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52135,13 +52251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52163,13 +52279,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1723), 1, - anon_sym_SEMI, - STATE(427), 1, + ACTIONS(1721), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(696), 1, + STATE(724), 1, sym__expression, - STATE(1280), 1, + STATE(1295), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52199,13 +52315,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52225,16 +52341,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(884), 1, - anon_sym_LBRACE, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1723), 1, + anon_sym_SEMI, + STATE(425), 1, sym_string_literal, - STATE(742), 1, + STATE(709), 1, sym__expression, - STATE(1236), 1, - sym_initializer_list, + STATE(1403), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52263,13 +52379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52293,11 +52409,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1725), 1, anon_sym_SEMI, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(704), 1, + STATE(713), 1, sym__expression, - STATE(1426), 1, + STATE(1372), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52327,13 +52443,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52357,11 +52473,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1727), 1, anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(691), 1, + STATE(716), 1, sym__expression, - STATE(1345), 1, + STATE(1426), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52391,13 +52507,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52415,23 +52531,23 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, ACTIONS(1729), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -52453,13 +52569,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52470,78 +52586,30 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9229] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1733), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1731), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [9280] = 17, + [9229] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - ACTIONS(1735), 1, + ACTIONS(1731), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -52563,13 +52631,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52580,30 +52648,92 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9359] = 17, + [9308] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(674), 1, + sym__expression, + STATE(1248), 1, + sym_comma_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [9387] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - ACTIONS(1737), 1, + ACTIONS(1733), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -52625,13 +52755,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52642,7 +52772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9438] = 17, + [9466] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52653,12 +52783,12 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1735), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(689), 1, + STATE(676), 1, sym__expression, - STATE(1217), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52687,13 +52817,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52704,35 +52834,35 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9517] = 17, + [9545] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - ACTIONS(1739), 1, - anon_sym_RBRACK, - STATE(427), 1, + ACTIONS(1737), 1, + anon_sym_COLON, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(798), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -52749,13 +52879,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52766,7 +52896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9596] = 17, + [9624] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52777,12 +52907,12 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1741), 1, - anon_sym_RPAREN, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(664), 1, + STATE(754), 1, sym__expression, + STATE(1337), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52811,13 +52941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52828,30 +52958,30 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9675] = 17, + [9703] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - ACTIONS(1743), 1, + ACTIONS(1739), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -52873,13 +53003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52890,30 +53020,92 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9754] = 17, + [9782] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + ACTIONS(1741), 1, + anon_sym_COLON, + STATE(425), 1, + sym_string_literal, + STATE(799), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [9861] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - ACTIONS(1745), 1, + ACTIONS(1743), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -52935,13 +53127,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52952,35 +53144,35 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9833] = 17, + [9940] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + ACTIONS(1745), 1, + anon_sym_RBRACK, + STATE(425), 1, sym_string_literal, - STATE(744), 1, + STATE(624), 1, sym__expression, - STATE(1430), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -52997,13 +53189,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53014,35 +53206,35 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9912] = 17, + [10019] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + ACTIONS(1747), 1, + anon_sym_RBRACK, + STATE(425), 1, sym_string_literal, - STATE(705), 1, + STATE(624), 1, sym__expression, - STATE(1273), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -53059,13 +53251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53076,35 +53268,35 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9991] = 17, + [10098] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - ACTIONS(1747), 1, - anon_sym_RBRACK, - STATE(427), 1, + ACTIONS(1749), 1, + anon_sym_COLON, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(779), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -53121,13 +53313,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53138,7 +53330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10070] = 17, + [10177] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53149,11 +53341,11 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - ACTIONS(1749), 1, - anon_sym_RPAREN, - STATE(427), 1, + ACTIONS(1751), 1, + anon_sym_COLON, + STATE(425), 1, sym_string_literal, - STATE(678), 1, + STATE(838), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53183,13 +53375,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53200,35 +53392,35 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10149] = 17, + [10256] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - ACTIONS(1751), 1, - anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(708), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + STATE(1405), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -53245,13 +53437,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53262,30 +53454,30 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10228] = 17, + [10335] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, ACTIONS(1753), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -53307,13 +53499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53324,30 +53516,78 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10307] = 17, + [10414] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1757), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1755), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [10465] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - ACTIONS(1755), 1, + ACTIONS(1759), 1, anon_sym_RBRACK, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -53369,13 +53609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53386,88 +53626,30 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10386] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(756), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [10462] = 16, + [10544] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1761), 1, + anon_sym_RBRACK, + STATE(425), 1, sym_string_literal, - STATE(619), 1, + STATE(624), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -53489,13 +53671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53506,31 +53688,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10538] = 16, + [10623] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1763), 1, + anon_sym_RPAREN, + STATE(425), 1, sym_string_literal, - STATE(529), 1, + STATE(683), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -53549,13 +53733,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53566,59 +53750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10614] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1761), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1757), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [10674] = 16, + [10702] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53629,9 +53761,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(762), 1, + STATE(765), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53661,13 +53793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53678,31 +53810,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10750] = 16, + [10778] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(522), 1, + STATE(773), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -53721,13 +53853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53738,20 +53870,72 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10826] = 16, + [10854] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1769), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1765), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [10914] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(1355), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1777), 1, + anon_sym_LPAREN2, + STATE(425), 1, sym_string_literal, - STATE(807), 1, + STATE(824), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -53781,13 +53965,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53798,7 +53982,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10902] = 16, + [10990] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -53809,9 +53993,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(806), 1, + STATE(632), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -53841,13 +54025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53858,33 +54042,80 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10978] = 16, + [11066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, + ACTIONS(1781), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1779), 29, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [11116] = 16, + ACTIONS(3), 1, + sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(529), 1, + STATE(624), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -53901,13 +54132,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53918,31 +54149,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11054] = 16, + [11192] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1769), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - STATE(427), 1, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(659), 1, + STATE(591), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -53961,13 +54192,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53978,10 +54209,10 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11130] = 3, + [11268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 13, + ACTIONS(1785), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -53995,7 +54226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1439), 29, + ACTIONS(1783), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -54025,7 +54256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [11180] = 16, + [11318] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -54036,9 +54267,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(805), 1, + STATE(636), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -54068,13 +54299,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54085,70 +54316,74 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11256] = 16, + [11394] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(706), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1795), 1, + anon_sym_AMP_AMP, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1799), 1, + anon_sym_CARET, + ACTIONS(1801), 1, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1811), 1, + anon_sym_EQ, + ACTIONS(1813), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [11332] = 3, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1803), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1805), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1807), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1809), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1787), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [11478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1773), 13, + ACTIONS(1817), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -54162,7 +54397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1771), 29, + ACTIONS(1815), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -54173,9 +54408,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -54192,33 +54427,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [11382] = 16, + [11528] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(825), 1, + STATE(638), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(1116), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -54235,13 +54470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54252,31 +54487,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11458] = 16, + [11604] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(802), 1, + STATE(814), 1, sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54295,13 +54530,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54312,7 +54547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11534] = 9, + [11680] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -54321,7 +54556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1462), 2, + ACTIONS(1460), 2, anon_sym_RPAREN, anon_sym_LBRACK, ACTIONS(1450), 4, @@ -54365,31 +54600,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [11596] = 16, + [11742] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1367), 1, - anon_sym_sizeof, - ACTIONS(1775), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - STATE(427), 1, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(754), 1, + STATE(580), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54408,13 +54643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54425,31 +54660,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11672] = 16, + [11818] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(627), 1, + STATE(586), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54468,13 +54703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54485,183 +54720,153 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11748] = 7, + [11894] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1779), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(589), 1, + sym__expression, + ACTIONS(25), 2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1777), 24, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [11806] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 13, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1781), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [11856] = 8, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [11970] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1787), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(590), 1, + sym__expression, + ACTIONS(25), 2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1785), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [11916] = 16, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [12046] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(621), 1, + STATE(593), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -54678,13 +54883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54695,31 +54900,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11992] = 16, + [12122] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(622), 1, + STATE(596), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54738,13 +54943,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54755,78 +54960,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12068] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1439), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [12118] = 16, + [12198] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(752), 1, + STATE(597), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54845,13 +55003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54862,22 +55020,10 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12194] = 8, + [12274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1791), 13, + ACTIONS(1821), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -54891,9 +55037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1789), 22, + ACTIONS(1819), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -54902,6 +55049,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -54914,31 +55063,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12254] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [12324] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(649), 1, + STATE(599), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -54957,13 +55110,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54974,31 +55127,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12330] = 16, + [12400] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(760), 1, + STATE(509), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -55017,13 +55170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55034,31 +55187,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12406] = 16, + [12476] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(582), 1, + STATE(605), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -55077,13 +55230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55094,33 +55247,88 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12482] = 16, + [12552] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1809), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1825), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(1823), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [12618] = 16, + ACTIONS(3), 1, + sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(657), 1, + STATE(628), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -55137,13 +55345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55154,70 +55362,125 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12558] = 16, + [12694] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(656), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1795), 1, + anon_sym_AMP_AMP, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1799), 1, + anon_sym_CARET, + ACTIONS(1801), 1, + anon_sym_AMP, + ACTIONS(1813), 1, + anon_sym_QMARK, + ACTIONS(1829), 1, + anon_sym_EQ, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1803), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1805), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1807), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1809), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1827), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [12778] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1833), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(79), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1831), 24, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [12634] = 3, + [12836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 13, + ACTIONS(1837), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -55231,7 +55494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1793), 29, + ACTIONS(1835), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -55261,151 +55524,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [12684] = 16, + [12886] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(655), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [12760] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(654), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1841), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [12836] = 16, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1839), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [12946] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(874), 1, + anon_sym_LPAREN2, + ACTIONS(888), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(653), 1, + STATE(517), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(876), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(878), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -55424,13 +55619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55441,7 +55636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12912] = 16, + [13022] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55452,9 +55647,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(648), 1, + STATE(746), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55484,13 +55679,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55501,7 +55696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12988] = 16, + [13098] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55512,9 +55707,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(652), 1, + STATE(735), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55544,13 +55739,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55561,7 +55756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13064] = 16, + [13174] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55572,9 +55767,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(651), 1, + STATE(795), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55604,13 +55799,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55621,127 +55816,101 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13140] = 16, + [13250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1355), 1, - sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, - sym_string_literal, - STATE(757), 1, - sym__expression, - ACTIONS(1359), 2, + ACTIONS(1845), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1363), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(1365), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1843), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(637), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [13216] = 16, + anon_sym_DOT, + anon_sym_DASH_GT, + [13300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(650), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1849), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(79), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1847), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [13292] = 16, + anon_sym_DOT, + anon_sym_DASH_GT, + [13350] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -55752,9 +55921,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(808), 1, + STATE(815), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -55784,13 +55953,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55801,10 +55970,10 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13368] = 3, + [13426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1799), 13, + ACTIONS(1853), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -55818,7 +55987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1797), 29, + ACTIONS(1851), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -55848,10 +56017,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [13418] = 3, + [13476] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1803), 13, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1857), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -55865,10 +56046,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1801), 29, + ACTIONS(1855), 22, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -55877,8 +56057,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -55891,14 +56069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [13468] = 3, + [13536] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1807), 13, + ACTIONS(1861), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -55912,7 +56086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1805), 29, + ACTIONS(1859), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -55942,70 +56116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [13518] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1355), 1, - sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, - sym_string_literal, - STATE(635), 1, - sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(637), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [13594] = 3, + [13586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1811), 13, + ACTIONS(1865), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -56019,7 +56133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1809), 29, + ACTIONS(1863), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -56030,9 +56144,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -56049,20 +56163,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [13644] = 16, + [13636] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + STATE(425), 1, sym_string_literal, - STATE(759), 1, + STATE(659), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -56092,13 +56206,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56109,216 +56223,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13720] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1819), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1821), 1, - anon_sym_AMP_AMP, - ACTIONS(1823), 1, - anon_sym_PIPE, - ACTIONS(1825), 1, - anon_sym_CARET, - ACTIONS(1827), 1, - anon_sym_AMP, - ACTIONS(1837), 1, - anon_sym_EQ, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1815), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1831), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1817), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1813), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [13802] = 16, + [13712] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1869), 1, + anon_sym_LPAREN2, + STATE(425), 1, sym_string_literal, - STATE(820), 1, + STATE(637), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(637), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [13878] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(723), 1, - sym__expression, - ACTIONS(21), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [13954] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(522), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -56335,13 +56266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56352,7 +56283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14030] = 16, + [13788] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -56363,9 +56294,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(771), 1, + STATE(662), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -56395,73 +56326,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [14106] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1355), 1, - sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, - sym_string_literal, - STATE(801), 1, - sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(637), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56472,93 +56343,80 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14182] = 16, + [13864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(1341), 1, - sym_identifier, - STATE(427), 1, - sym_string_literal, - STATE(824), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1445), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(79), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1439), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(609), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [14258] = 16, + anon_sym_DOT, + anon_sym_DASH_GT, + [13914] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(870), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(827), 1, + STATE(632), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -56575,13 +56433,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56592,33 +56450,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14334] = 16, + [13990] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(524), 1, + STATE(636), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -56635,13 +56493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56652,31 +56510,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14410] = 16, + [14066] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(594), 1, + STATE(769), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -56695,13 +56553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56712,31 +56570,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14486] = 16, + [14142] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1341), 1, + ACTIONS(1355), 1, sym_identifier, - STATE(427), 1, + ACTIONS(1357), 1, + anon_sym_LPAREN2, + ACTIONS(1367), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(658), 1, + STATE(770), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1361), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -56755,13 +56613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56772,33 +56630,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14562] = 16, + [14218] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1046), 1, - anon_sym_sizeof, - ACTIONS(1839), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - STATE(427), 1, + ACTIONS(1367), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(625), 1, + STATE(628), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -56815,13 +56673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56832,33 +56690,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14638] = 16, + [14294] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(627), 1, + STATE(771), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -56875,13 +56733,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56892,7 +56750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14714] = 16, + [14370] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -56903,9 +56761,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(798), 1, + STATE(772), 1, sym__expression, ACTIONS(1359), 2, anon_sym_DASH, @@ -56935,13 +56793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56952,31 +56810,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14790] = 16, + [14446] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(595), 1, + STATE(591), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -56995,13 +56853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57012,93 +56870,80 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14866] = 16, + [14522] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(83), 1, - sym_number_literal, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, - sym_string_literal, - STATE(596), 1, - sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1445), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1439), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(85), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(87), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(527), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [14942] = 16, + anon_sym_DOT, + anon_sym_DASH_GT, + [14572] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(622), 1, + STATE(774), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57115,13 +56960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57132,7 +56977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15018] = 16, + [14648] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57143,9 +56988,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(597), 1, + STATE(536), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -57175,13 +57020,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57192,33 +57037,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15094] = 16, + [14724] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(620), 1, + STATE(775), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57235,13 +57080,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57252,80 +57097,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15170] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1843), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1841), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [15220] = 16, + [14800] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(632), 1, + STATE(776), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57342,13 +57140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57359,33 +57157,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15296] = 16, + [14876] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(631), 1, + STATE(777), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57402,13 +57200,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57419,31 +57217,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15372] = 16, + [14952] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(598), 1, + STATE(778), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -57462,13 +57260,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57479,33 +57277,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15448] = 16, + [15028] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(629), 1, + STATE(836), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57522,13 +57320,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57539,33 +57337,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15524] = 16, + [15104] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1036), 1, - anon_sym_LPAREN2, - ACTIONS(1046), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(628), 1, + STATE(663), 1, sym__expression, - ACTIONS(1038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -57582,13 +57380,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57599,31 +57397,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15600] = 16, + [15180] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(599), 1, + STATE(759), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -57642,13 +57440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57659,31 +57457,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15676] = 16, + [15256] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(888), 1, - anon_sym_sizeof, - ACTIONS(1845), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - STATE(427), 1, + ACTIONS(1367), 1, + anon_sym_sizeof, + STATE(425), 1, sym_string_literal, - STATE(606), 1, + STATE(782), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -57702,13 +57500,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57719,28 +57517,28 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15752] = 16, + [15332] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(626), 1, + STATE(625), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -57762,13 +57560,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57779,28 +57577,28 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15828] = 16, + [15408] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(624), 1, + STATE(640), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -57822,13 +57620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57839,243 +57637,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15904] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1849), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1847), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [15954] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1853), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1851), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [16004] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1857), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1855), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [16064] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1819), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1821), 1, - anon_sym_AMP_AMP, - ACTIONS(1823), 1, - anon_sym_PIPE, - ACTIONS(1825), 1, - anon_sym_CARET, - ACTIONS(1827), 1, - anon_sym_AMP, - ACTIONS(1861), 1, - anon_sym_EQ, - ACTIONS(1863), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1815), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1831), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1817), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1859), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [16148] = 16, + [15484] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(600), 1, + STATE(641), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -58091,75 +57679,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(527), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(513), 10, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [16224] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1867), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1865), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [16274] = 3, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [15560] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1871), 13, + ACTIONS(1873), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -58173,7 +57714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1869), 29, + ACTIONS(1871), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -58203,33 +57744,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [16324] = 16, + [15610] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(623), 1, + STATE(535), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 3, sym_true, sym_false, @@ -58246,13 +57787,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58263,28 +57804,28 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16400] = 16, + [15686] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(633), 1, + STATE(639), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1363), 2, @@ -58306,13 +57847,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58323,20 +57864,184 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16476] = 16, + [15762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1877), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1875), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [15812] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1769), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1765), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [15876] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1795), 1, + anon_sym_AMP_AMP, + ACTIONS(1797), 1, + anon_sym_PIPE, + ACTIONS(1799), 1, + anon_sym_CARET, + ACTIONS(1801), 1, + anon_sym_AMP, + ACTIONS(1881), 1, + anon_sym_EQ, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1803), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1805), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1807), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1809), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1879), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [15958] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + ACTIONS(1883), 1, + anon_sym_LPAREN2, + STATE(425), 1, sym_string_literal, - STATE(583), 1, + STATE(533), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -58366,13 +58071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58383,31 +58088,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16552] = 16, + [16034] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1355), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1357), 1, anon_sym_LPAREN2, - ACTIONS(888), 1, + ACTIONS(1367), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(601), 1, + STATE(767), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(876), 2, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(878), 2, + ACTIONS(1361), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1365), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -58426,13 +58131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(642), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58443,31 +58148,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16628] = 16, + [16110] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(1357), 1, - anon_sym_LPAREN2, - ACTIONS(1367), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(788), 1, + STATE(666), 1, sym__expression, - ACTIONS(1359), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1363), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -58486,13 +58191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58503,31 +58208,31 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16704] = 16, + [16186] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(582), 1, + STATE(656), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -58546,13 +58251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58563,31 +58268,86 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16780] = 16, + [16262] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1809), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1769), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(1765), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [16328] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, sym_number_literal, - ACTIONS(870), 1, + ACTIONS(1341), 1, sym_identifier, - ACTIONS(874), 1, - anon_sym_LPAREN2, - ACTIONS(888), 1, - anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(604), 1, + STATE(657), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(876), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(878), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(886), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -58606,13 +58366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58623,29 +58383,15 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16856] = 10, + [16404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1887), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -58654,9 +58400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1855), 22, + ACTIONS(1885), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -58665,6 +58412,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -58677,47 +58426,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [16920] = 11, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [16454] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1835), 2, + ACTIONS(1805), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1807), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 6, + ACTIONS(1769), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, anon_sym_EQ, - ACTIONS(1855), 22, + ACTIONS(1765), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -58732,49 +58487,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [16986] = 13, + [16524] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1831), 2, + ACTIONS(1803), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1805), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1833), 2, + ACTIONS(1807), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1835), 2, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 4, + ACTIONS(1769), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(1855), 20, + ACTIONS(1765), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -58789,50 +58545,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17056] = 14, + [16596] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1891), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1831), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1855), 18, + ACTIONS(1889), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -58847,47 +58597,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17128] = 15, + [16656] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(658), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [16732] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1827), 1, + ACTIONS(1801), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1829), 2, + ACTIONS(1803), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1831), 2, + ACTIONS(1805), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1833), 2, + ACTIONS(1807), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1835), 2, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1817), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1857), 3, + ACTIONS(1769), 3, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, - ACTIONS(1855), 18, + ACTIONS(1791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1765), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -58906,48 +58716,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17202] = 16, + [16806] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(660), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [16882] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(661), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [16958] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1825), 1, + ACTIONS(1799), 1, anon_sym_CARET, - ACTIONS(1827), 1, + ACTIONS(1801), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1769), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1829), 2, + ACTIONS(1803), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1831), 2, + ACTIONS(1805), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1833), 2, + ACTIONS(1807), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1835), 2, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1855), 18, + ACTIONS(1765), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -58966,49 +58896,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17278] = 17, + [17034] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1769), 1, + anon_sym_EQ, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1823), 1, + ACTIONS(1797), 1, anon_sym_PIPE, - ACTIONS(1825), 1, + ACTIONS(1799), 1, anon_sym_CARET, - ACTIONS(1827), 1, + ACTIONS(1801), 1, anon_sym_AMP, - ACTIONS(1857), 1, - anon_sym_EQ, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1829), 2, + ACTIONS(1803), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1831), 2, + ACTIONS(1805), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1833), 2, + ACTIONS(1807), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1835), 2, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1855), 18, + ACTIONS(1765), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -59027,51 +58957,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17356] = 18, + [17112] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(665), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17188] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1769), 1, + anon_sym_EQ, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1821), 1, + ACTIONS(1795), 1, anon_sym_AMP_AMP, - ACTIONS(1823), 1, + ACTIONS(1797), 1, anon_sym_PIPE, - ACTIONS(1825), 1, + ACTIONS(1799), 1, anon_sym_CARET, - ACTIONS(1827), 1, + ACTIONS(1801), 1, anon_sym_AMP, - ACTIONS(1857), 1, - anon_sym_EQ, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1829), 2, + ACTIONS(1803), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1831), 2, + ACTIONS(1805), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1833), 2, + ACTIONS(1807), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1835), 2, + ACTIONS(1809), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1855), 17, + ACTIONS(1765), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -59089,7 +59079,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17436] = 16, + [17268] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(509), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17344] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -59100,9 +59150,9 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1341), 1, sym_identifier, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(828), 1, + STATE(654), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -59132,13 +59182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(609), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59149,33 +59199,93 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17512] = 16, + [17420] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, ACTIONS(870), 1, sym_identifier, - ACTIONS(1036), 1, + ACTIONS(874), 1, anon_sym_LPAREN2, - ACTIONS(1046), 1, + ACTIONS(888), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(635), 1, + STATE(538), 1, sym__expression, - ACTIONS(1038), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(876), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1040), 2, + ACTIONS(878), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1044), 2, + ACTIONS(886), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1363), 2, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17496] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(536), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -59192,13 +59302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(527), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59209,26 +59319,86 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17588] = 9, + [17572] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(667), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(614), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17648] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, anon_sym_LBRACK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1817), 3, + ACTIONS(1791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 10, + ACTIONS(1769), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -59239,7 +59409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1855), 22, + ACTIONS(1765), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -59262,133 +59432,391 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17650] = 3, + [17710] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1875), 13, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1355), 1, + sym_identifier, + ACTIONS(1357), 1, + anon_sym_LPAREN2, + ACTIONS(1367), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(787), 1, + sym__expression, + ACTIONS(1359), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1361), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1363), 2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1873), 29, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1365), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(642), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17786] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(1108), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(629), 1, + sym__expression, + ACTIONS(1110), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [17700] = 11, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17862] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(627), 1, + sym__expression, + ACTIONS(1110), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1815), 2, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [17938] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(626), 1, + sym__expression, + ACTIONS(1110), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [18014] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(1108), 1, + anon_sym_LPAREN2, + ACTIONS(1118), 1, + anon_sym_sizeof, + STATE(425), 1, + sym_string_literal, + STATE(635), 1, + sym__expression, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1817), 3, + ACTIONS(1112), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1116), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1363), 2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1879), 6, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(1877), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [17766] = 16, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [18090] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(804), 1, + STATE(633), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(1116), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, + ACTIONS(89), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(85), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(87), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(553), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(562), 10, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [18166] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + sym_number_literal, + ACTIONS(1341), 1, + sym_identifier, + STATE(425), 1, + sym_string_literal, + STATE(655), 1, + sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 3, @@ -59407,13 +59835,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(614), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59424,33 +59852,33 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17842] = 16, + [18242] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, sym_number_literal, - ACTIONS(1355), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(1357), 1, + ACTIONS(1108), 1, anon_sym_LPAREN2, - ACTIONS(1367), 1, + ACTIONS(1118), 1, anon_sym_sizeof, - STATE(427), 1, + STATE(425), 1, sym_string_literal, - STATE(810), 1, + STATE(634), 1, sym__expression, - ACTIONS(1359), 2, + ACTIONS(1110), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1361), 2, + ACTIONS(1112), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(1116), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1363), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1365), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 3, sym_true, sym_false, @@ -59467,13 +59895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(637), 5, + STATE(553), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(513), 10, + STATE(562), 10, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59484,7 +59912,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17918] = 5, + [18318] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1452), 1, @@ -59532,7 +59960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17971] = 20, + [18371] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -59555,13 +59983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, ACTIONS(1395), 1, sym_identifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(946), 1, + STATE(953), 1, sym__declaration_specifiers, - STATE(1150), 2, + STATE(1197), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, @@ -59580,13 +60008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -59594,10 +60022,57 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [18053] = 3, + [18453] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1351), 18, + ACTIONS(1452), 1, + anon_sym_EQ, + ACTIONS(1458), 1, + anon_sym_COLON, + ACTIONS(1456), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(1445), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1439), 15, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [18506] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1757), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -59616,7 +60091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - ACTIONS(1353), 21, + ACTIONS(1755), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -59638,12 +60113,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [18100] = 6, + [18553] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1460), 1, + ACTIONS(1463), 1, anon_sym_COLON, ACTIONS(1456), 10, anon_sym_STAR_EQ, @@ -59685,10 +60160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18153] = 3, + [18606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1733), 18, + ACTIONS(1351), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -59707,7 +60182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - ACTIONS(1731), 21, + ACTIONS(1353), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -59729,7 +60204,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [18200] = 3, + [18653] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1452), 1, + anon_sym_EQ, + ACTIONS(1465), 1, + anon_sym_COLON, + ACTIONS(1456), 10, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(1445), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1439), 15, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [18706] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1383), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1395), 1, + sym_identifier, + STATE(719), 1, + sym__type_specifier, + STATE(801), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(953), 1, + sym__declaration_specifiers, + STATE(1241), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(899), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(651), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [18785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1347), 18, @@ -59773,12 +60355,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [18247] = 6, + [18832] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1452), 1, anon_sym_EQ, - ACTIONS(1458), 1, + ACTIONS(1454), 1, anon_sym_COLON, ACTIONS(1456), 10, anon_sym_STAR_EQ, @@ -59820,25 +60402,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18300] = 6, + [18885] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1452), 1, - anon_sym_EQ, - ACTIONS(1454), 1, - anon_sym_COLON, - ACTIONS(1456), 10, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1445), 12, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1841), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -59851,30 +60430,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1439), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_EQ, + ACTIONS(1839), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [18353] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1452), 1, - anon_sym_EQ, - ACTIONS(1465), 1, - anon_sym_COLON, - ACTIONS(1456), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -59885,140 +60450,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1445), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1439), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [18406] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(51), 1, - anon_sym_enum, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(862), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1383), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1395), 1, - sym_identifier, - STATE(707), 1, - sym__type_specifier, - STATE(758), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(946), 1, - sym__declaration_specifiers, - STATE(1224), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(884), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(645), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [18485] = 15, + [18941] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1811), 1, + anon_sym_EQ, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, + ACTIONS(1899), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1901), 1, + anon_sym_AMP_AMP, + ACTIONS(1903), 1, + anon_sym_PIPE, + ACTIONS(1905), 1, + anon_sym_CARET, + ACTIONS(1907), 1, anon_sym_AMP, - STATE(546), 1, + ACTIONS(1917), 1, + anon_sym_QMARK, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1909), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1891), 2, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1857), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1855), 14, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(1787), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -60029,56 +60510,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18555] = 20, + [19021] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1861), 1, + ACTIONS(1769), 1, anon_sym_EQ, - ACTIONS(1881), 1, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, - anon_sym_AMP, - ACTIONS(1897), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1899), 1, - anon_sym_AMP_AMP, - ACTIONS(1901), 1, - anon_sym_PIPE, ACTIONS(1903), 1, - anon_sym_CARET, + anon_sym_PIPE, ACTIONS(1905), 1, - anon_sym_QMARK, - STATE(546), 1, + anon_sym_CARET, + ACTIONS(1907), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1909), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1891), 2, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1859), 11, + ACTIONS(1765), 14, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -60089,42 +60567,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18635] = 8, + [19095] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1769), 1, + anon_sym_EQ, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + ACTIONS(1901), 1, + anon_sym_AMP_AMP, + ACTIONS(1903), 1, + anon_sym_PIPE, + ACTIONS(1905), 1, + anon_sym_CARET, + ACTIONS(1907), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1787), 13, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(1909), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(1913), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1785), 18, + ACTIONS(1897), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1765), 13, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60137,19 +60625,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18691] = 7, + [19171] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1767), 2, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1779), 13, + ACTIONS(1769), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -60163,7 +60654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1777), 20, + ACTIONS(1765), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -60182,54 +60673,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [18745] = 18, + [19227] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1857), 1, - anon_sym_EQ, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, - anon_sym_AMP, - ACTIONS(1899), 1, - anon_sym_AMP_AMP, - ACTIONS(1901), 1, - anon_sym_PIPE, - ACTIONS(1903), 1, - anon_sym_CARET, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1897), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1769), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1891), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1895), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1855), 13, + anon_sym_EQ, + ACTIONS(1765), 18, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60242,51 +60722,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18821] = 17, + [19285] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1857), 1, - anon_sym_EQ, ACTIONS(1881), 1, + anon_sym_EQ, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, - anon_sym_AMP, + ACTIONS(1899), 1, + anon_sym_PIPE_PIPE, ACTIONS(1901), 1, - anon_sym_PIPE, + anon_sym_AMP_AMP, ACTIONS(1903), 1, + anon_sym_PIPE, + ACTIONS(1905), 1, anon_sym_CARET, - STATE(546), 1, + ACTIONS(1907), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1909), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1891), 2, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1855), 14, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(1879), 12, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60299,39 +60781,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18895] = 11, + [19363] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1857), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1895), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1885), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1879), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1877), 18, + ACTIONS(1855), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -60350,50 +60829,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18957] = 16, + [19419] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, - anon_sym_AMP, - ACTIONS(1903), 1, - anon_sym_CARET, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(1883), 2, + ACTIONS(1891), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1891), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1895), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1855), 14, + anon_sym_EQ, + ACTIONS(1889), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60406,42 +60877,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19029] = 8, + [19475] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + ACTIONS(1907), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1791), 13, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(1909), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(1913), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(1769), 3, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - ACTIONS(1789), 18, + ACTIONS(1897), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1765), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60454,46 +60932,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19085] = 14, + [19545] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1909), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1891), 2, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 4, + ACTIONS(1769), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(1855), 14, + ACTIONS(1765), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, @@ -60508,47 +60986,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19153] = 13, + [19613] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + ACTIONS(1905), 1, + anon_sym_CARET, + ACTIONS(1907), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1769), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1891), 2, + ACTIONS(1909), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(1855), 16, + ACTIONS(1765), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60561,22 +61042,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19219] = 8, + [19685] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1761), 13, + ACTIONS(1833), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -60590,7 +61068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1757), 18, + ACTIONS(1831), 20, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -60609,39 +61087,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19275] = 11, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [19739] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 6, + ACTIONS(1825), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, - ACTIONS(1855), 18, + ACTIONS(1823), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -60660,44 +61140,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19337] = 10, + [19801] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1885), 3, + ACTIONS(1911), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1913), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1915), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 8, + ACTIONS(1769), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1855), 18, + ACTIONS(1765), 16, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60710,37 +61193,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19397] = 9, + [19867] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1885), 3, + ACTIONS(1895), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1915), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1857), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1769), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1855), 18, + ACTIONS(1765), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -60759,55 +61244,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19455] = 19, + [19929] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1837), 1, + ACTIONS(1829), 1, anon_sym_EQ, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1887), 1, - anon_sym_AMP, - ACTIONS(1897), 1, - anon_sym_PIPE_PIPE, ACTIONS(1899), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(1901), 1, - anon_sym_PIPE, + anon_sym_AMP_AMP, ACTIONS(1903), 1, + anon_sym_PIPE, + ACTIONS(1905), 1, anon_sym_CARET, - STATE(546), 1, + ACTIONS(1907), 1, + anon_sym_AMP, + ACTIONS(1917), 1, + anon_sym_QMARK, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1883), 2, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1909), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1891), 2, + ACTIONS(1911), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1893), 2, + ACTIONS(1913), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1895), 2, + ACTIONS(1915), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 3, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1813), 12, + ACTIONS(1827), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -60818,63 +61304,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19533] = 8, + [20009] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1857), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1855), 18, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [19589] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1853), 13, + ACTIONS(1895), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1897), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(1769), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -60883,15 +61335,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1851), 24, - anon_sym_LPAREN2, + ACTIONS(1765), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -60904,16 +61354,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [19634] = 5, + [20069] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, + ACTIONS(1919), 1, anon_sym_EQ, - ACTIONS(1909), 10, + ACTIONS(1921), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -60952,10 +61398,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19683] = 3, + [20118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 13, + ACTIONS(1817), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -60969,7 +61415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1781), 24, + ACTIONS(1815), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -60994,10 +61440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19728] = 3, + [20163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1811), 13, + ACTIONS(1781), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -61011,7 +61457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1809), 24, + ACTIONS(1779), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -61036,54 +61482,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19773] = 9, + [20208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1918), 1, - anon_sym___attribute__, - ACTIONS(1921), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1924), 1, - anon_sym___declspec, - ACTIONS(1927), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(1915), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - ACTIONS(1913), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(1845), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_COLON, - STATE(640), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(1911), 11, - anon_sym___based, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1843), 24, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LBRACK, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [19829] = 17, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20253] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -61102,11 +61543,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1018), 1, + STATE(1024), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, @@ -61124,13 +61565,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -61138,7 +61579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [19901] = 17, + [20325] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -61157,11 +61598,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1031), 1, + STATE(1047), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, @@ -61179,13 +61620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -61193,7 +61634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [19973] = 17, + [20397] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -61212,11 +61653,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1014), 1, + STATE(1034), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, @@ -61234,13 +61675,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [20469] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1930), 1, + anon_sym___attribute__, + ACTIONS(1933), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1936), 1, + anon_sym___declspec, + ACTIONS(1939), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(1927), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(1925), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_COLON, + STATE(649), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -61248,7 +61724,19 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [20045] = 17, + ACTIONS(1923), 11, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [20525] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -61267,11 +61755,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1395), 1, sym_identifier, - STATE(707), 1, + STATE(719), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1029), 1, + STATE(1021), 1, sym__declaration_specifiers, ACTIONS(45), 4, anon_sym_const, @@ -61289,13 +61777,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(645), 7, + STATE(651), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -61303,7 +61791,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [20117] = 16, + [20597] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -61324,7 +61812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, STATE(743), 1, sym__type_specifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(45), 4, anon_sym_const, @@ -61342,13 +61830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(640), 7, + STATE(649), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -61356,7 +61844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [20186] = 19, + [20666] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1387), 1, @@ -61365,33 +61853,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1017), 1, + STATE(1032), 1, sym__declarator, - STATE(1108), 1, + STATE(1121), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(1932), 2, + ACTIONS(1944), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(831), 2, + STATE(839), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(837), 2, + STATE(850), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -61400,29 +61888,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [20260] = 5, + [20740] = 5, ACTIONS(3), 1, sym_comment, - STATE(647), 2, + STATE(653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1944), 4, + ACTIONS(1956), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(1940), 7, + ACTIONS(1952), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -61430,7 +61918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - ACTIONS(1942), 19, + ACTIONS(1954), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -61450,42 +61938,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [20304] = 14, + [20784] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1769), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 11, + ACTIONS(1765), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61493,191 +61973,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20365] = 19, + [20837] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1813), 6, + ACTIONS(1879), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20436] = 20, + [20908] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1769), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1765), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, - STATE(546), 1, + [20965] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1769), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1859), 5, + ACTIONS(1765), 11, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, - [20509] = 11, + anon_sym_QMARK, + [21026] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1769), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1857), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1855), 15, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1765), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20564] = 12, + [21089] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1957), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1857), 4, + ACTIONS(1825), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1855), 13, + ACTIONS(1823), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61691,45 +62218,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20621] = 15, + [21146] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1769), 1, + anon_sym_PIPE, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + ACTIONS(1973), 1, + anon_sym_AMP, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1855), 9, + ACTIONS(1765), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61739,147 +62267,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20684] = 16, + [21211] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1857), 1, + ACTIONS(1769), 1, anon_sym_PIPE, - ACTIONS(1951), 1, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1967), 1, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1855), 9, + ACTIONS(1765), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20749] = 17, + [21278] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1857), 1, - anon_sym_PIPE, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, ACTIONS(1965), 1, - anon_sym_CARET, + anon_sym_PIPE_PIPE, ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, anon_sym_AMP, - STATE(546), 1, + ACTIONS(1983), 1, + anon_sym_QMARK, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1855), 8, + ACTIONS(1787), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [20816] = 17, + [21351] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1855), 8, + ACTIONS(1765), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61888,50 +62420,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20883] = 18, + [21418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1987), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1763), 1, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(1985), 22, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [21457] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, - anon_sym_SLASH, ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1855), 7, + ACTIONS(1765), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61939,34 +62507,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [20952] = 10, + [21526] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1857), 6, + ACTIONS(1963), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1769), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1855), 15, + ACTIONS(1765), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -61982,91 +62551,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [21005] = 12, + [21581] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - STATE(546), 1, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1879), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1877), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1827), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [21062] = 3, + [21654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1975), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(1973), 22, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, + ACTIONS(1989), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, sym_identifier, - [21101] = 3, + ACTIONS(1991), 19, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_RBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [21692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1979), 8, + ACTIONS(1995), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -62075,7 +62651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(1977), 22, + ACTIONS(1993), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -62098,47 +62674,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21139] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1981), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - ACTIONS(1983), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [21177] = 3, + [21730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1054), 1, + ACTIONS(1999), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1052), 28, + ACTIONS(1997), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62167,76 +62708,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21214] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1951), 1, - anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(1985), 1, - anon_sym_COMMA, - ACTIONS(1987), 1, - anon_sym_RPAREN, - STATE(546), 1, - sym_argument_list, - STATE(1184), 1, - aux_sym_argument_list_repeat1, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1953), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1955), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [21289] = 3, + [21767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2003), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(1351), 22, + ACTIONS(2001), 28, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -62254,12 +62742,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21326] = 3, + [21804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(2007), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1989), 28, + ACTIONS(2005), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62288,12 +62776,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21363] = 3, + [21841] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1349), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(1347), 22, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [21878] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2011), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [21951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 1, + ACTIONS(1094), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1993), 28, + ACTIONS(1092), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62322,12 +62896,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21400] = 3, + [21988] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1999), 1, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2013), 1, + anon_sym_COMMA, + ACTIONS(2015), 1, + anon_sym_RPAREN, + STATE(576), 1, + sym_argument_list, + STATE(1185), 1, + aux_sym_argument_list_repeat1, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22063] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2019), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1997), 28, + ACTIONS(2017), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62356,12 +62983,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21437] = 3, + [22100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(2023), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1048), 28, + ACTIONS(2021), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62390,12 +63017,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21474] = 3, + [22137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1078), 1, + ACTIONS(2027), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1076), 28, + ACTIONS(2025), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62424,12 +63051,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21511] = 3, + [22174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1090), 1, + ACTIONS(2031), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1088), 28, + ACTIONS(2029), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62458,12 +63085,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21548] = 3, + [22211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1070), 1, + ACTIONS(2035), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1068), 28, + ACTIONS(2033), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62492,12 +63119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21585] = 3, + [22248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1058), 1, + ACTIONS(2039), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1056), 28, + ACTIONS(2037), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62526,12 +63153,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21622] = 3, + [22285] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2003), 1, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2013), 1, + anon_sym_COMMA, + ACTIONS(2041), 1, + anon_sym_RPAREN, + STATE(576), 1, + sym_argument_list, + STATE(1175), 1, + aux_sym_argument_list_repeat1, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22360] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1030), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2001), 28, + ACTIONS(1028), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62560,12 +63240,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21659] = 3, + [22397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2007), 1, + ACTIONS(2045), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2005), 28, + ACTIONS(2043), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62594,12 +63274,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21696] = 3, + [22434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2011), 1, + ACTIONS(2049), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2009), 28, + ACTIONS(2047), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62628,12 +63308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21733] = 3, + [22471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2015), 1, + ACTIONS(2053), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2013), 28, + ACTIONS(2051), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62662,65 +63342,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21770] = 22, + [22508] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(1985), 1, + ACTIONS(2055), 1, anon_sym_COMMA, - ACTIONS(2017), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2057), 1, + anon_sym_RBRACE, + STATE(576), 1, sym_argument_list, - STATE(1164), 1, - aux_sym_argument_list_repeat1, - ACTIONS(1765), 2, + STATE(1189), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [21845] = 3, + [22583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2021), 1, + ACTIONS(1062), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2019), 28, + ACTIONS(1060), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62749,12 +63429,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21882] = 3, + [22620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(1042), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2023), 28, + ACTIONS(1040), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62783,10 +63463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21919] = 3, + [22657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 7, + ACTIONS(1991), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -62794,7 +63474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(1347), 22, + ACTIONS(1989), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -62817,57 +63497,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21956] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2029), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2027), 28, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [21993] = 3, + [22694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2033), 1, + ACTIONS(2061), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2031), 28, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, + anon_sym_COLON, + ACTIONS(2059), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -62885,12 +63531,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22030] = 3, + [22731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2037), 1, + ACTIONS(2065), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2035), 28, + ACTIONS(2063), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62919,12 +63565,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22067] = 3, + [22768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2041), 1, + ACTIONS(1038), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2039), 28, + ACTIONS(1036), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -62953,10 +63599,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22104] = 3, + [22805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2045), 7, + ACTIONS(1353), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -62964,7 +63610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2043), 22, + ACTIONS(1351), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -62987,23 +63633,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22141] = 3, + [22842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1983), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(1074), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(1981), 22, + ACTIONS(1072), 28, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -63021,12 +63667,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22178] = 3, + [22879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2049), 1, + ACTIONS(2069), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2047), 28, + ACTIONS(2067), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -63055,3447 +63701,3968 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22215] = 21, + [22916] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2071), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [22988] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2073), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23060] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23132] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2077), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23204] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - STATE(546), 1, + ACTIONS(2079), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23276] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2081), 1, + anon_sym_RPAREN, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, + [23348] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2083), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2053), 2, - anon_sym_RPAREN, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23420] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2085), 1, anon_sym_SEMI, - [22288] = 22, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [23492] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2055), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2057), 1, - anon_sym_RBRACE, - STATE(546), 1, + ACTIONS(2087), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - STATE(1167), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22363] = 21, + [23564] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2059), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2089), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22435] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(1637), 26, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [22471] = 21, + [23636] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2061), 1, + ACTIONS(2091), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22543] = 21, + [23708] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2063), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2093), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22615] = 21, + [23780] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2065), 1, - anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22687] = 21, + ACTIONS(2095), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [23850] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2067), 1, + ACTIONS(2097), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22759] = 21, + [23922] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2069), 1, - anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22831] = 21, + ACTIONS(2099), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [23992] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2071), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2101), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22903] = 21, + [24064] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2073), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2103), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [22975] = 21, + [24136] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2075), 1, + ACTIONS(2105), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23047] = 21, + [24208] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2077), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2107), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23119] = 21, + [24280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1635), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(1637), 26, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24316] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2079), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2109), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23191] = 21, + [24388] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2111), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(2113), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1763), 1, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_COLON, + STATE(720), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [24436] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2115), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(2117), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_COLON, + STATE(649), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [24484] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2081), 1, + ACTIONS(2119), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23263] = 21, + [24556] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2083), 1, + ACTIONS(2121), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23335] = 21, + [24628] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2085), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2123), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23407] = 20, + [24700] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - STATE(546), 1, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2125), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2087), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [23477] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(862), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2089), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - ACTIONS(2091), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_COLON, - STATE(712), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [23525] = 21, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [24772] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2093), 1, + ACTIONS(2127), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23597] = 21, + [24844] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2095), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2129), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23669] = 21, + [24916] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2097), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2131), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23741] = 21, + [24988] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2099), 1, + ACTIONS(2133), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23813] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(862), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2101), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - ACTIONS(2103), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_COLON, - STATE(640), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [23861] = 21, + [25060] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2105), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2135), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [23933] = 21, + [25132] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2107), 1, + ACTIONS(2137), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24005] = 21, + [25204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1643), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(1645), 26, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25240] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2109), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2139), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24077] = 21, + [25312] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2111), 1, + ACTIONS(2141), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24149] = 21, + [25384] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2113), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2143), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24221] = 21, + [25456] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2115), 1, - anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24293] = 21, + ACTIONS(2145), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [25526] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2117), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2147), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24365] = 21, + [25598] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2119), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2149), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24437] = 21, + [25670] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2121), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2151), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24509] = 21, + [25742] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2123), 1, + ACTIONS(2153), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24581] = 20, + [25814] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - STATE(546), 1, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2155), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2125), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [24651] = 21, + [25886] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2127), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2157), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24723] = 21, + [25958] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2129), 1, + ACTIONS(2159), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24795] = 21, + [26030] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2161), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(2163), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1763), 1, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_COLON, + STATE(744), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [26078] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(862), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2165), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(2167), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_COLON, + STATE(649), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + [26126] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2131), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2169), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24867] = 21, + [26198] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2133), 1, - anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [24939] = 20, + ACTIONS(2171), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [26268] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - STATE(546), 1, + ACTIONS(2009), 1, + anon_sym_COMMA, + ACTIONS(2173), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2135), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [25009] = 21, + [26340] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2137), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2175), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25081] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1645), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(1647), 26, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [25117] = 21, + [26412] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2139), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2177), 1, + anon_sym_RPAREN, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25189] = 21, + [26484] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2141), 1, + ACTIONS(2179), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25261] = 21, + [26556] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2143), 1, + ACTIONS(2181), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25333] = 21, + [26628] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2145), 1, + ACTIONS(2183), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25405] = 21, + [26700] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2147), 1, + ACTIONS(2185), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25477] = 21, + [26772] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2149), 1, + ACTIONS(2187), 1, anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25549] = 21, + [26844] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2151), 1, + ACTIONS(2189), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25621] = 21, + [26916] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2153), 1, + ACTIONS(2191), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25693] = 21, + [26988] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2155), 1, - anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25765] = 21, + ACTIONS(2193), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [27058] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, + ACTIONS(2009), 1, anon_sym_COMMA, - ACTIONS(2157), 1, + ACTIONS(2195), 1, anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25837] = 21, + [27130] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2159), 1, - anon_sym_RPAREN, - STATE(546), 1, + ACTIONS(2197), 1, + anon_sym_SEMI, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [25909] = 20, + [27199] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1731), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2161), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [25979] = 9, + [27268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(1042), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1040), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(862), 1, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27303] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1062), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2163), 3, - anon_sym___based, - anon_sym_LBRACK, + ACTIONS(1060), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - ACTIONS(45), 4, + [27338] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1030), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1028), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(43), 5, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27373] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2031), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2029), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, - ACTIONS(2165), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27408] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, anon_sym_COLON, - STATE(750), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [26027] = 21, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27477] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1753), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2167), 1, - anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26099] = 21, + [27546] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2169), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2227), 1, + anon_sym_RBRACK, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26171] = 21, + [27615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(2053), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2051), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27650] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2171), 1, - anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(1879), 2, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26243] = 21, + [27717] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2173), 1, - anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1769), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1765), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26315] = 21, + anon_sym_RBRACK, + anon_sym_QMARK, + [27766] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2175), 1, - anon_sym_SEMI, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26387] = 21, + ACTIONS(1765), 3, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + [27831] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2177), 1, - anon_sym_RPAREN, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26459] = 9, + ACTIONS(1765), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [27894] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(862), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2179), 3, - anon_sym___based, + ACTIONS(1769), 1, + anon_sym_PIPE, + ACTIONS(1771), 1, anon_sym_LBRACK, - sym_identifier, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - ACTIONS(2181), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_COLON, - STATE(640), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - [26507] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2183), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [26577] = 20, + ACTIONS(1765), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [27957] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1769), 1, + anon_sym_PIPE, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2185), 1, - anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26646] = 20, + ACTIONS(1765), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + [28018] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1753), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, + STATE(576), 1, + sym_argument_list, + ACTIONS(1769), 2, anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [26715] = 12, + ACTIONS(1765), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + [28077] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1769), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1879), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1877), 9, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1765), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [26768] = 20, + [28134] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1769), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(1765), 9, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [26837] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [28187] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2213), 1, - anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1769), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1765), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [26906] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [28238] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(2193), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(2197), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(2199), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(2201), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(2211), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2215), 1, - anon_sym_RBRACK, - STATE(546), 1, + ACTIONS(2229), 1, + anon_sym_COLON, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [26975] = 7, + [28307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - sym_identifier, - ACTIONS(2226), 1, - sym_primitive_type, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2224), 4, + ACTIONS(2007), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2005), 25, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2220), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [28342] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1999), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2222), 13, + ACTIONS(1997), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -66504,111 +67671,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - [27018] = 20, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [28377] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1827), 1, + anon_sym_RBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - ACTIONS(2228), 1, - anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1955), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1969), 2, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [27087] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1951), 1, - anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2230), 1, - anon_sym_COLON, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [27156] = 3, + [28446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 2, + ACTIONS(1094), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1993), 25, + ACTIONS(1092), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -66634,69 +67761,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27191] = 20, + [28481] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1743), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - ACTIONS(2232), 1, - anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [27260] = 5, + [28550] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2045), 1, + ACTIONS(2061), 1, anon_sym_LBRACK_LBRACK, - STATE(435), 1, + STATE(438), 1, sym_string_literal, - ACTIONS(2234), 5, + ACTIONS(2231), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2043), 20, + ACTIONS(2059), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -66717,12 +67844,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27299] = 3, + [28589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(2065), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1048), 26, + ACTIONS(2063), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -66749,44 +67876,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27334] = 3, + [28624] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1078), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1076), 26, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [27369] = 3, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1787), 1, + anon_sym_RBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1090), 1, + ACTIONS(1074), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1088), 26, + ACTIONS(1072), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -66813,12 +67957,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27404] = 3, + [28728] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1745), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1070), 1, + ACTIONS(2069), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1068), 26, + ACTIONS(2067), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -66845,12 +68038,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27439] = 3, + [28832] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1729), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1058), 1, + ACTIONS(1094), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1056), 26, + ACTIONS(1092), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -66877,12 +68119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27474] = 3, + [28936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1054), 1, + ACTIONS(2023), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1052), 26, + ACTIONS(2021), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -66909,15 +68151,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27509] = 3, + [28971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 2, + ACTIONS(2035), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1989), 25, + ACTIONS(2033), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -66941,62 +68183,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27544] = 20, + [29006] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2236), 1, - anon_sym_SEMI, - STATE(546), 1, + ACTIONS(2233), 1, + anon_sym_COLON, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, + [29075] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1759), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [27613] = 3, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1058), 2, + ACTIONS(2035), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1056), 25, + ACTIONS(2033), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67022,15 +68313,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27648] = 3, + [29179] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_COLON, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29248] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2237), 1, + anon_sym_COLON, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2029), 2, + ACTIONS(2003), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2027), 25, + ACTIONS(2001), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -67054,21 +68443,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27683] = 3, + [29352] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2037), 2, + ACTIONS(2239), 1, + sym_identifier, + ACTIONS(2248), 1, + sym_primitive_type, + STATE(825), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2246), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2242), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2035), 25, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_COLON, + ACTIONS(2244), 13, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -67077,16 +68479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [27718] = 3, + [29395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2003), 2, @@ -67118,13 +68511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27753] = 3, + [29430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2041), 2, + ACTIONS(2039), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2039), 25, + ACTIONS(2037), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67150,62 +68543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27788] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1747), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [27857] = 3, + [29465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2049), 2, + ACTIONS(2023), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2047), 25, + ACTIONS(2021), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67231,13 +68575,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27892] = 3, + [29500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1070), 2, + ACTIONS(2065), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1068), 25, + ACTIONS(2063), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67263,113 +68607,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27927] = 20, + [29535] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1745), 1, + ACTIONS(1761), 1, anon_sym_RBRACK, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(2193), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(2197), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2199), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(2201), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(2211), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [27996] = 20, + [29604] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1743), 1, + ACTIONS(1733), 1, anon_sym_RBRACK, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(2193), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(2197), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2199), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(2201), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(2211), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28065] = 3, + [29673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2029), 1, + ACTIONS(2019), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2027), 26, + anon_sym_RBRACE, + ACTIONS(2017), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -67393,96 +68737,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28100] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1739), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [28169] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2045), 1, - anon_sym_LBRACK_LBRACK, - STATE(439), 1, - sym_string_literal, - ACTIONS(2234), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2043), 20, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [28208] = 3, + [29708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2011), 2, + ACTIONS(1030), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2009), 25, + ACTIONS(1028), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67508,18 +68769,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28243] = 3, + [29743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2033), 2, + ACTIONS(2061), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2031), 25, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(435), 1, + sym_string_literal, + ACTIONS(2231), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2059), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -67540,20 +68803,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28278] = 5, + [29782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2045), 1, + ACTIONS(2027), 2, anon_sym_LBRACK_LBRACK, - STATE(437), 1, - sym_string_literal, - ACTIONS(2234), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2043), 20, + anon_sym_RBRACE, + ACTIONS(2025), 25, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -67574,61 +68835,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28317] = 20, + [29817] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1859), 1, + ACTIONS(1747), 1, anon_sym_RBRACK, - ACTIONS(1881), 1, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - ACTIONS(2193), 1, + ACTIONS(2205), 1, anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, + ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(2197), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2199), 1, + ACTIONS(2211), 1, anon_sym_CARET, - ACTIONS(2201), 1, + ACTIONS(2213), 1, anon_sym_AMP, - ACTIONS(2211), 1, + ACTIONS(2223), 1, anon_sym_QMARK, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(2215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(2217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(2219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28386] = 3, + [29886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2049), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2023), 26, + ACTIONS(2047), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -67655,79 +68916,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28421] = 3, + [29921] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2021), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2019), 26, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [28456] = 3, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_SLASH, + ACTIONS(1965), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1967), 1, + anon_sym_AMP_AMP, + ACTIONS(1969), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_CARET, + ACTIONS(1973), 1, + anon_sym_AMP, + ACTIONS(1983), 1, + anon_sym_QMARK, + ACTIONS(2250), 1, + anon_sym_COLON, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1959), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1979), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1981), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [29990] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2015), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2013), 26, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [28491] = 3, + ACTIONS(1771), 1, + anon_sym_LBRACK, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + ACTIONS(2252), 1, + anon_sym_RBRACK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1090), 2, + ACTIONS(1038), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1088), 25, + ACTIONS(1036), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -67751,15 +69046,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28526] = 3, + [30094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2011), 1, + ACTIONS(1999), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2009), 26, + anon_sym_RBRACE, + ACTIONS(1997), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -67783,13 +69078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28561] = 3, + [30129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1078), 2, + ACTIONS(2045), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1076), 25, + ACTIONS(2043), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67815,15 +69110,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28596] = 3, + [30164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2007), 1, + ACTIONS(1062), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2005), 26, + anon_sym_RBRACE, + ACTIONS(1060), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -67847,62 +69142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28631] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [28700] = 3, + [30199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1054), 2, + ACTIONS(2031), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1052), 25, + ACTIONS(2029), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -67928,63 +69174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28735] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1813), 2, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [28802] = 3, + [30234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 1, + ACTIONS(2049), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1993), 26, + anon_sym_RBRACE, + ACTIONS(2047), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68008,15 +69206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28837] = 3, + [30269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(1042), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1989), 26, + anon_sym_RBRACE, + ACTIONS(1040), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68040,383 +69238,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28872] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1857), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1855), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [28921] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 3, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [28986] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1751), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [29055] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - ACTIONS(2238), 1, - anon_sym_RBRACK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [29124] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [29187] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1857), 1, - anon_sym_PIPE, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [29250] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1857), 1, - anon_sym_PIPE, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2201), 1, - anon_sym_AMP, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [29311] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1855), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [29370] = 3, + [30304] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 2, + ACTIONS(2061), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1048), 25, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(437), 1, + sym_string_literal, + ACTIONS(2231), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2059), 20, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -68437,64 +69272,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29405] = 14, + [30343] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1893), 1, anon_sym_LPAREN2, - ACTIONS(2191), 1, + ACTIONS(2203), 1, anon_sym_SLASH, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1857), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2187), 2, + ACTIONS(2199), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(2201), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(2221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1855), 7, + ACTIONS(1825), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1823), 9, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [29462] = 3, + [30396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 2, + STATE(825), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2258), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2256), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2023), 25, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + anon_sym_COLON, + ACTIONS(2254), 15, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -68503,70 +69345,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [29497] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1755), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2205), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2207), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [29566] = 3, + [30435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2003), 1, + ACTIONS(2045), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2001), 26, + ACTIONS(2043), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68593,15 +69379,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29601] = 3, + [30470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2007), 2, + ACTIONS(2027), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2005), 25, + ACTIONS(2025), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68625,20 +69411,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29636] = 5, + [30505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2045), 1, + ACTIONS(2019), 1, anon_sym_LBRACK_LBRACK, - STATE(438), 1, - sym_string_literal, - ACTIONS(2234), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2043), 20, + ACTIONS(2017), 26, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -68659,12 +69443,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29675] = 3, + [30540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2033), 1, + ACTIONS(2039), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2031), 26, + ACTIONS(2037), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68691,15 +69475,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29710] = 3, + [30575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1999), 2, + ACTIONS(2007), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1997), 25, + ACTIONS(2005), 26, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68723,49 +69507,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29745] = 5, + [30610] = 20, ACTIONS(3), 1, sym_comment, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2244), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2242), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2240), 15, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(1739), 1, + anon_sym_RBRACK, + ACTIONS(1771), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_primitive_type, - sym_identifier, - [29784] = 3, + ACTIONS(1893), 1, + anon_sym_LPAREN2, + ACTIONS(2203), 1, + anon_sym_SLASH, + ACTIONS(2205), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP_AMP, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2211), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_AMP, + ACTIONS(2223), 1, + anon_sym_QMARK, + STATE(576), 1, + sym_argument_list, + ACTIONS(1773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1775), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2199), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2201), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [30679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2049), 1, + ACTIONS(1074), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2047), 26, + anon_sym_RBRACE, + ACTIONS(1072), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68789,56 +69588,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29819] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2209), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1857), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1855), 9, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - [29872] = 3, + [30714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2041), 1, + ACTIONS(2053), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2039), 26, + anon_sym_RBRACE, + ACTIONS(2051), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68862,13 +69620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29907] = 3, + [30749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2021), 2, + ACTIONS(1038), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2019), 25, + ACTIONS(1036), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -68894,15 +69652,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29942] = 3, + [30784] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2037), 1, + ACTIONS(2069), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2035), 26, + anon_sym_RBRACE, + ACTIONS(2067), 25, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -68926,307 +69684,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29977] = 20, + [30819] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2247), 1, + ACTIONS(2261), 1, anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1953), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1955), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [30046] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2189), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1857), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1855), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [30097] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1737), 1, - anon_sym_RBRACK, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1881), 1, - anon_sym_LPAREN2, - ACTIONS(2191), 1, - anon_sym_SLASH, - ACTIONS(2193), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2195), 1, - anon_sym_AMP_AMP, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2199), 1, - anon_sym_CARET, - ACTIONS(2201), 1, - anon_sym_AMP, - ACTIONS(2211), 1, - anon_sym_QMARK, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2187), 2, + ACTIONS(1963), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2203), 2, + ACTIONS(1975), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2205), 2, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2207), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2209), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30166] = 20, + [30888] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - ACTIONS(1763), 1, - anon_sym_LBRACK, - ACTIONS(1951), 1, - anon_sym_SLASH, - ACTIONS(1959), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, - anon_sym_AMP_AMP, - ACTIONS(1963), 1, - anon_sym_PIPE, - ACTIONS(1965), 1, - anon_sym_CARET, - ACTIONS(1967), 1, - anon_sym_AMP, - ACTIONS(1971), 1, - anon_sym_QMARK, - ACTIONS(2249), 1, - anon_sym_COLON, - STATE(546), 1, - sym_argument_list, - ACTIONS(1765), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1953), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1955), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1957), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [30235] = 20, + ACTIONS(2061), 1, + anon_sym_LBRACK_LBRACK, + STATE(440), 1, + sym_string_literal, + ACTIONS(2231), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [30927] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(1763), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - ACTIONS(1951), 1, + ACTIONS(1961), 1, anon_sym_SLASH, - ACTIONS(1959), 1, + ACTIONS(1965), 1, anon_sym_PIPE_PIPE, - ACTIONS(1961), 1, + ACTIONS(1967), 1, anon_sym_AMP_AMP, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_PIPE, - ACTIONS(1965), 1, + ACTIONS(1971), 1, anon_sym_CARET, - ACTIONS(1967), 1, + ACTIONS(1973), 1, anon_sym_AMP, - ACTIONS(1971), 1, + ACTIONS(1983), 1, anon_sym_QMARK, - ACTIONS(2251), 1, + ACTIONS(2263), 1, anon_sym_COLON, - STATE(546), 1, + STATE(576), 1, sym_argument_list, - ACTIONS(1765), 2, + ACTIONS(1773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1767), 2, + ACTIONS(1775), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1949), 2, + ACTIONS(1959), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1953), 2, + ACTIONS(1963), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1975), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1977), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1955), 2, + ACTIONS(1979), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1957), 2, + ACTIONS(1981), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [30304] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1999), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1997), 26, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [30339] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2015), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2013), 25, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [30374] = 15, + [30996] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1387), 1, @@ -69235,22 +69825,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - STATE(1020), 1, + STATE(1029), 1, sym__declarator, - STATE(1107), 1, + STATE(1114), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(2253), 2, + ACTIONS(2265), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -69258,44 +69848,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [30432] = 14, + [31054] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1048), 1, - sym__field_declarator, - STATE(1328), 1, + STATE(1067), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(984), 2, + STATE(990), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(992), 2, + STATE(996), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(1946), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [31109] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(2273), 1, + sym_identifier, + ACTIONS(2275), 1, + anon_sym_LPAREN2, + ACTIONS(2277), 1, + anon_sym_STAR, + STATE(1007), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1057), 1, + sym__field_declarator, + STATE(1376), 1, + sym_ms_based_modifier, + ACTIONS(1948), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(846), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + STATE(987), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69304,39 +69935,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [30487] = 14, + [31164] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1061), 1, + STATE(1064), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(836), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(978), 2, + STATE(992), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + STATE(996), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69345,39 +69976,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [30542] = 14, + [31219] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1044), 1, + STATE(1057), 1, sym__field_declarator, - STATE(1328), 1, + STATE(1376), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(842), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(981), 2, + STATE(987), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + STATE(996), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69386,39 +70017,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [30597] = 14, + [31274] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1070), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1050), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(840), 2, + STATE(843), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(980), 2, + STATE(993), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69428,38 +70059,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [30652] = 14, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [31329] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1070), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1032), 1, + sym__declarator, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(980), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(992), 2, + STATE(850), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + STATE(989), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69468,39 +70099,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [30707] = 14, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [31384] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1020), 1, - sym__declarator, - STATE(1407), 1, + STATE(1051), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(983), 2, + STATE(994), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(992), 2, + STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69509,39 +70140,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [30762] = 14, + STATE(1098), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [31439] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1020), 1, - sym__declarator, - STATE(1407), 1, + STATE(1071), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(841), 2, + STATE(840), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(983), 2, + STATE(991), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69550,39 +70181,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [30817] = 14, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [31494] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1017), 1, + STATE(1029), 1, sym__declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(837), 2, + STATE(851), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(979), 2, + STATE(986), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69591,39 +70222,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [30872] = 14, + [31549] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1059), 1, + STATE(1067), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(986), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(992), 2, + STATE(842), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + STATE(990), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69632,39 +70263,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [30927] = 14, + [31604] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1015), 1, + STATE(1029), 1, sym__declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(985), 2, + STATE(986), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(992), 2, + STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69673,80 +70304,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [30982] = 14, + [31659] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1007), 1, sym_ms_unaligned_ptr_modifier, - STATE(1052), 1, - sym__field_declarator, - STATE(1328), 1, + STATE(1027), 1, + sym__declarator, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(1936), 2, + ACTIONS(1948), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(982), 2, + STATE(988), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(992), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(1934), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [31037] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(2255), 1, - sym_identifier, - ACTIONS(2257), 1, - anon_sym_LPAREN2, - ACTIONS(2259), 1, - anon_sym_STAR, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1052), 1, - sym__field_declarator, - STATE(1328), 1, - sym_ms_based_modifier, - ACTIONS(1936), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(832), 2, + STATE(996), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(982), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1934), 3, + ACTIONS(1946), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -69755,13 +70345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [31092] = 10, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [31714] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -69770,12 +70360,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2271), 1, + ACTIONS(2283), 1, anon_sym_SEMI, - ACTIONS(2089), 2, + ACTIONS(2111), 2, anon_sym___based, sym_identifier, - ACTIONS(2091), 2, + ACTIONS(2113), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, @@ -69789,7 +70379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(712), 7, + STATE(720), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -69797,7 +70387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [31138] = 10, + [31760] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -69806,12 +70396,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2273), 1, + ACTIONS(2285), 1, anon_sym_SEMI, - ACTIONS(2089), 2, + ACTIONS(2111), 2, anon_sym___based, sym_identifier, - ACTIONS(2091), 2, + ACTIONS(2113), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, @@ -69825,7 +70415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(712), 7, + STATE(720), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -69833,7 +70423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [31184] = 10, + [31806] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -69842,12 +70432,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2275), 1, + ACTIONS(2287), 1, anon_sym_SEMI, - ACTIONS(2089), 2, + ACTIONS(2111), 2, anon_sym___based, sym_identifier, - ACTIONS(2091), 2, + ACTIONS(2113), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, @@ -69861,7 +70451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(712), 7, + STATE(720), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -69869,7 +70459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [31230] = 10, + [31852] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -69878,12 +70468,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(862), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2277), 1, + ACTIONS(2289), 1, anon_sym_SEMI, - ACTIONS(2089), 2, + ACTIONS(2111), 2, anon_sym___based, sym_identifier, - ACTIONS(2091), 2, + ACTIONS(2113), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(45), 4, @@ -69897,7 +70487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(712), 7, + STATE(720), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -69905,14 +70495,14 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [31276] = 5, + [31898] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2295), 1, anon_sym_LBRACE, - STATE(871), 1, + STATE(883), 1, sym_field_declaration_list, - ACTIONS(2281), 7, + ACTIONS(2293), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -69920,7 +70510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2279), 14, + ACTIONS(2291), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -69935,14 +70525,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [31311] = 5, + [31933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 1, + ACTIONS(2295), 1, anon_sym_LBRACE, - STATE(887), 1, - sym_enumerator_list, - ACTIONS(2287), 7, + STATE(897), 1, + sym_field_declaration_list, + ACTIONS(2299), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -69950,7 +70540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2285), 14, + ACTIONS(2297), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -69965,14 +70555,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [31346] = 5, + [31968] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2295), 1, anon_sym_LBRACE, - STATE(865), 1, + STATE(881), 1, sym_field_declaration_list, - ACTIONS(2293), 7, + ACTIONS(2303), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -69980,7 +70570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2291), 14, + ACTIONS(2301), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -69995,14 +70585,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [31381] = 5, + [32003] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2295), 1, anon_sym_LBRACE, - STATE(886), 1, + STATE(898), 1, sym_field_declaration_list, - ACTIONS(2297), 7, + ACTIONS(2307), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70010,7 +70600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2295), 14, + ACTIONS(2305), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70025,7 +70615,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [31416] = 13, + [32038] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2313), 1, + anon_sym_LBRACE, + STATE(889), 1, + sym_enumerator_list, + ACTIONS(2311), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2309), 14, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [32073] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70038,13 +70658,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(988), 1, + STATE(995), 1, sym__type_specifier, - STATE(994), 1, + STATE(1002), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1364), 1, + STATE(1378), 1, sym_type_descriptor, - STATE(857), 2, + STATE(871), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70057,43 +70677,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31467] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2283), 1, - anon_sym_LBRACE, - STATE(870), 1, - sym_field_declaration_list, - ACTIONS(2301), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2299), 14, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [31502] = 12, + [32124] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70106,11 +70696,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, STATE(1022), 1, sym__type_specifier, - STATE(882), 2, + STATE(870), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70123,13 +70713,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31550] = 12, + [32172] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70142,11 +70732,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, STATE(1023), 1, sym__type_specifier, - STATE(858), 2, + STATE(864), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70159,13 +70749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31598] = 12, + [32220] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70178,11 +70768,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1026), 1, + STATE(1025), 1, sym__type_specifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70195,13 +70785,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31646] = 12, + [32268] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2317), 1, + anon_sym_LPAREN2, + STATE(906), 1, + sym_preproc_argument_list, + ACTIONS(2319), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2315), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32302] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70214,11 +70833,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(987), 1, - sym__type_specifier, - STATE(994), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(882), 2, + STATE(1044), 1, + sym__type_specifier, + STATE(867), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70226,18 +70845,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(1345), 4, + ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31694] = 12, + [32350] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70250,11 +70869,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1037), 1, + STATE(1046), 1, sym__type_specifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70267,13 +70886,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31742] = 12, + [32398] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70286,11 +70905,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1021), 1, + STATE(1041), 1, sym__type_specifier, - STATE(860), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70303,13 +70922,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31790] = 12, + [32446] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70322,11 +70941,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1035), 1, + STATE(1036), 1, sym__type_specifier, - STATE(882), 2, + STATE(868), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70339,13 +70958,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31838] = 12, + [32494] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70358,11 +70977,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, + STATE(801), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1034), 1, + STATE(1035), 1, sym__type_specifier, - STATE(854), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70375,13 +70994,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31886] = 12, + [32542] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -70394,11 +71013,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1395), 1, sym_identifier, - STATE(758), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1027), 1, + STATE(1000), 1, sym__type_specifier, - STATE(856), 2, + STATE(1002), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -70406,76 +71025,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(47), 4, + ACTIONS(1345), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(884), 5, + STATE(899), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - [31934] = 5, + [32590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 1, - anon_sym_LPAREN2, - STATE(895), 1, - sym_preproc_argument_list, - ACTIONS(2307), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2303), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [31968] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2311), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2309), 14, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [31997] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2315), 7, + ACTIONS(2323), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70483,7 +71047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2313), 14, + ACTIONS(2321), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70498,109 +71062,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32026] = 3, + [32619] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2317), 14, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, + ACTIONS(2325), 1, sym_identifier, - [32055] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2323), 1, + ACTIONS(2327), 1, anon_sym_RPAREN, ACTIONS(2329), 1, - anon_sym_SLASH, + anon_sym_LPAREN2, ACTIONS(2331), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2333), 1, - anon_sym_AMP_AMP, - ACTIONS(2335), 1, - anon_sym_PIPE, + anon_sym_defined, ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - STATE(1181), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(2325), 2, + sym_number_literal, + ACTIONS(2333), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32110] = 3, + ACTIONS(2339), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(893), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [32662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2341), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2349), 14, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [32139] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2355), 7, + ACTIONS(1450), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2353), 14, + ACTIONS(1437), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70615,10 +71122,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32168] = 3, + [32693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2359), 7, + ACTIONS(2346), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70626,7 +71133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2357), 14, + ACTIONS(2344), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70641,10 +71148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32197] = 3, + [32722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2363), 7, + ACTIONS(2350), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70652,7 +71159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2361), 14, + ACTIONS(2348), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70667,49 +71174,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32226] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2331), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2333), 1, - anon_sym_AMP_AMP, - ACTIONS(2335), 1, - anon_sym_PIPE, - ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2365), 1, - anon_sym_RPAREN, - STATE(1166), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32281] = 3, + [32751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2369), 7, + ACTIONS(2354), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70717,7 +71185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2367), 14, + ACTIONS(2352), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70732,10 +71200,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32310] = 3, + [32780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2373), 7, + ACTIONS(2358), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70743,7 +71211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2371), 14, + ACTIONS(2356), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70758,10 +71226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32339] = 3, + [32809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2377), 7, + ACTIONS(2362), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70769,7 +71237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2375), 14, + ACTIONS(2360), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70784,71 +71252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32368] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2379), 1, - sym_identifier, - ACTIONS(2381), 1, - anon_sym_RPAREN, - ACTIONS(2383), 1, - anon_sym_LPAREN2, - ACTIONS(2385), 1, - anon_sym_defined, - ACTIONS(2391), 1, - sym_number_literal, - ACTIONS(2387), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2389), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2393), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(872), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [32411] = 5, - ACTIONS(2303), 1, - anon_sym_LF, - ACTIONS(2395), 1, - anon_sym_LPAREN2, - ACTIONS(2397), 1, - sym_comment, - STATE(962), 1, - sym_preproc_argument_list, - ACTIONS(2307), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32444] = 3, + [32838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 7, + ACTIONS(2366), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70856,7 +71263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2399), 14, + ACTIONS(2364), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70871,63 +71278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32473] = 3, + [32867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2405), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2403), 20, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [32502] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2407), 1, - anon_sym_LPAREN2, - ACTIONS(1450), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(1437), 14, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [32533] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2412), 7, + ACTIONS(2370), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70935,7 +71289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2410), 14, + ACTIONS(2368), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70948,40 +71302,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_volatile, anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [32562] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(882), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2414), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - ACTIONS(1942), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - ACTIONS(1940), 10, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, + anon_sym__Atomic, sym_identifier, - [32595] = 3, + [32896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2419), 7, + ACTIONS(2374), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -70989,7 +71315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2417), 14, + ACTIONS(2372), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71004,10 +71330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32624] = 3, + [32925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2423), 7, + ACTIONS(2378), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71015,7 +71341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2421), 14, + ACTIONS(2376), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71030,10 +71356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32653] = 3, + [32954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2427), 7, + ACTIONS(2382), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71041,7 +71367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2425), 14, + ACTIONS(2380), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71056,10 +71382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32682] = 3, + [32983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 7, + ACTIONS(2386), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71067,7 +71393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2429), 14, + ACTIONS(2384), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71082,10 +71408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32711] = 3, + [33012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2435), 7, + ACTIONS(2390), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71093,7 +71419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2433), 14, + ACTIONS(2388), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71108,32 +71434,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32740] = 10, + [33041] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2437), 1, + ACTIONS(2392), 1, anon_sym_RPAREN, - ACTIONS(2439), 1, + ACTIONS(2394), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(867), 7, + STATE(894), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71141,10 +71467,10 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [32783] = 3, + [33084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 7, + ACTIONS(2398), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71152,7 +71478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2441), 14, + ACTIONS(2396), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71167,10 +71493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32812] = 3, + [33113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2447), 7, + ACTIONS(2402), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71178,7 +71504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2445), 14, + ACTIONS(2400), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71193,10 +71519,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32841] = 3, + [33142] = 5, + ACTIONS(2315), 1, + anon_sym_LF, + ACTIONS(2404), 1, + anon_sym_LPAREN2, + ACTIONS(2406), 1, + sym_comment, + STATE(979), 1, + sym_preproc_argument_list, + ACTIONS(2319), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2451), 7, + ACTIONS(2410), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -71204,7 +71558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2449), 14, + ACTIONS(2408), 14, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71219,338 +71573,359 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [32870] = 6, + [33204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2455), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2453), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32904] = 3, + ACTIONS(2414), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2412), 20, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [33233] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2455), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2453), 15, + ACTIONS(2416), 1, anon_sym_COMMA, + ACTIONS(2418), 1, anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2426), 1, anon_sym_PIPE_PIPE, + ACTIONS(2428), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32932] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - sym_identifier, - ACTIONS(2459), 1, - anon_sym_LPAREN2, - ACTIONS(2461), 1, - anon_sym_defined, - ACTIONS(2467), 1, - sym_number_literal, - ACTIONS(2463), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2465), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2469), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(954), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [32972] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2473), 5, - anon_sym_SLASH, + ACTIONS(2430), 1, anon_sym_PIPE, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2471), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1180), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(2420), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2422), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2436), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2442), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33000] = 13, + [33288] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, + ACTIONS(2416), 1, + anon_sym_COMMA, + ACTIONS(2424), 1, anon_sym_SLASH, - ACTIONS(2333), 1, + ACTIONS(2426), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2335), 1, + ACTIONS(2430), 1, anon_sym_PIPE, - ACTIONS(2337), 1, + ACTIONS(2432), 1, anon_sym_CARET, - ACTIONS(2339), 1, + ACTIONS(2434), 1, anon_sym_AMP, - ACTIONS(2325), 2, + ACTIONS(2444), 1, + anon_sym_RPAREN, + STATE(1200), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(2420), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, + ACTIONS(2422), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2341), 2, + ACTIONS(2436), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2343), 2, + ACTIONS(2438), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2345), 2, + ACTIONS(2440), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2347), 2, + ACTIONS(2442), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2453), 3, + [33343] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2448), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [33048] = 12, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2446), 14, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [33372] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2335), 1, - anon_sym_PIPE, - ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, + STATE(896), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2450), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + ACTIONS(1954), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2453), 4, + anon_sym_LBRACK, + ACTIONS(1952), 10, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [33405] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2455), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [33094] = 12, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2453), 14, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [33434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2455), 1, - anon_sym_PIPE, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, + ACTIONS(2459), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2453), 4, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2457), 14, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [33463] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2463), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [33140] = 11, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2461), 14, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [33492] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(2325), 1, + sym_identifier, ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2455), 1, - anon_sym_PIPE, - ACTIONS(2325), 2, + anon_sym_LPAREN2, + ACTIONS(2331), 1, + anon_sym_defined, + ACTIONS(2465), 1, + sym_number_literal, + ACTIONS(2333), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2453), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [33184] = 10, + ACTIONS(2339), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(941), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [33532] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(2325), 1, + sym_identifier, ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2325), 2, + anon_sym_LPAREN2, + ACTIONS(2331), 1, + anon_sym_defined, + ACTIONS(2467), 1, + sym_number_literal, + ACTIONS(2333), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2455), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2453), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [33226] = 9, + ACTIONS(2339), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(940), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [33572] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(2325), 1, + sym_identifier, ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2325), 2, + anon_sym_LPAREN2, + ACTIONS(2331), 1, + anon_sym_defined, + ACTIONS(2469), 1, + sym_number_literal, + ACTIONS(2333), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2455), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2453), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [33266] = 9, + ACTIONS(2339), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(939), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [33612] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2475), 1, + ACTIONS(2471), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(914), 7, + STATE(937), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71558,16 +71933,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33306] = 3, + [33652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2479), 5, + ACTIONS(2475), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2477), 15, + ACTIONS(2473), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -71583,28 +71958,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [33334] = 7, + [33680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, + ACTIONS(2479), 5, anon_sym_SLASH, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2455), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2453), 9, + ACTIONS(2477), 15, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -71612,47 +71981,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - [33370] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - sym_identifier, - ACTIONS(2459), 1, - anon_sym_LPAREN2, - ACTIONS(2461), 1, - anon_sym_defined, - ACTIONS(2481), 1, - sym_number_literal, - ACTIONS(2463), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2465), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2469), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(971), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [33410] = 3, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 5, + ACTIONS(2483), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2483), 15, + ACTIONS(2481), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -71668,30 +72008,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [33438] = 9, + [33736] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2487), 1, + ACTIONS(2485), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(970), 7, + STATE(942), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71699,55 +72039,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33478] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1843), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1841), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [33506] = 9, + [33776] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2489), 1, + ACTIONS(2487), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(969), 7, + STATE(943), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71755,30 +72070,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33546] = 9, + [33816] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2491), 1, + ACTIONS(2499), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(951), 7, + STATE(984), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71786,30 +72101,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33586] = 9, + [33856] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2493), 1, + ACTIONS(2503), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(955), 7, + STATE(944), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71817,30 +72132,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33626] = 9, + [33896] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2495), 1, + ACTIONS(2505), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(926), 7, + STATE(945), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71848,30 +72163,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33666] = 9, + [33936] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2497), 1, + ACTIONS(2507), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(893), 7, + STATE(965), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71879,66 +72194,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33706] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2331), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2333), 1, - anon_sym_AMP_AMP, - ACTIONS(2335), 1, - anon_sym_PIPE, - ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2499), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [33756] = 9, + [33976] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2501), 1, + ACTIONS(2509), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(960), 7, + STATE(946), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71946,30 +72225,66 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33796] = 9, + [34016] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2426), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2428), 1, + anon_sym_AMP_AMP, + ACTIONS(2430), 1, + anon_sym_PIPE, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2511), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [34066] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2503), 1, + ACTIONS(2513), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(961), 7, + STATE(959), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -71977,30 +72292,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33836] = 9, + [34106] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2505), 1, + ACTIONS(2515), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(896), 7, + STATE(975), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72008,30 +72323,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33876] = 9, + [34146] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2507), 1, + ACTIONS(2517), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(958), 7, + STATE(985), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72039,30 +72354,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33916] = 9, + [34186] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2509), 1, + ACTIONS(2519), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(950), 7, + STATE(983), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72070,30 +72385,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33956] = 9, + [34226] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2511), 1, + ACTIONS(2521), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(897), 7, + STATE(947), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72101,80 +72416,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [33996] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2515), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2513), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [34024] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2519), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2517), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [34052] = 9, + [34266] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2521), 1, + ACTIONS(2523), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(898), 7, + STATE(982), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72182,30 +72447,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34092] = 9, + [34306] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2523), 1, + ACTIONS(2525), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(956), 7, + STATE(978), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72213,30 +72478,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34132] = 9, + [34346] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2525), 1, + ACTIONS(2527), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(899), 7, + STATE(980), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72244,57 +72509,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34172] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2455), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2453), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [34204] = 9, + [34386] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2527), 1, + ACTIONS(2529), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(900), 7, + STATE(914), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72302,30 +72540,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34244] = 9, + [34426] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2529), 1, + ACTIONS(2531), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(901), 7, + STATE(981), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72333,16 +72571,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34284] = 3, + [34466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 5, + ACTIONS(2535), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2531), 15, + ACTIONS(2533), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -72358,30 +72596,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [34312] = 9, + [34494] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2535), 1, + ACTIONS(2537), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(963), 7, + STATE(962), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72389,30 +72627,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34352] = 9, + [34534] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2537), 1, + ACTIONS(2539), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(904), 7, + STATE(971), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72420,30 +72658,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34392] = 9, + [34574] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2539), 1, + ACTIONS(2541), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(964), 7, + STATE(970), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72451,30 +72689,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34432] = 9, + [34614] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2541), 1, + ACTIONS(2543), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(892), 7, + STATE(969), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72482,55 +72720,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2545), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2543), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [34500] = 9, + [34654] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2547), 1, + ACTIONS(2545), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(967), 7, + STATE(974), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72538,30 +72751,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34540] = 9, + [34694] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2383), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2385), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2549), 1, + ACTIONS(2547), 1, sym_number_literal, - ACTIONS(2387), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2389), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2393), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(906), 7, + STATE(972), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72569,30 +72782,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34580] = 9, + [34734] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2551), 1, + ACTIONS(2549), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(974), 7, + STATE(968), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72600,16 +72813,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34620] = 3, + [34774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2555), 5, + ACTIONS(2553), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2553), 15, + ACTIONS(2551), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -72625,30 +72838,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [34648] = 9, + [34802] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2557), 1, + ACTIONS(2555), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(975), 7, + STATE(967), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72656,30 +72869,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34688] = 9, + [34842] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2325), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2331), 1, anon_sym_defined, - ACTIONS(2559), 1, + ACTIONS(2557), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2333), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2335), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2339), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(977), 7, + STATE(904), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72687,30 +72900,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34728] = 9, + [34882] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2561), 1, + ACTIONS(2559), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(948), 7, + STATE(955), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72718,61 +72931,57 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34768] = 9, + [34922] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - sym_identifier, - ACTIONS(2459), 1, - anon_sym_LPAREN2, - ACTIONS(2461), 1, - anon_sym_defined, - ACTIONS(2563), 1, - sym_number_literal, - ACTIONS(2463), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2563), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2561), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(966), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [34808] = 9, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34954] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, ACTIONS(2565), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(976), 7, + STATE(958), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72780,30 +72989,386 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34848] = 9, + [34994] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2563), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2561), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35022] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2428), 1, + anon_sym_AMP_AMP, + ACTIONS(2430), 1, + anon_sym_PIPE, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2561), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [35070] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2430), 1, + anon_sym_PIPE, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2561), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [35116] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2563), 1, + anon_sym_PIPE, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2561), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [35162] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2563), 1, + anon_sym_PIPE, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2561), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [35206] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2563), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2561), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [35248] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2563), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2561), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [35288] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2563), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2561), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [35324] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2563), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2561), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35358] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2569), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2567), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35386] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2573), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2571), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35414] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2577), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2575), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35442] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2567), 1, + ACTIONS(2579), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(973), 7, + STATE(976), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72811,30 +73376,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34888] = 9, + [35482] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2489), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2491), 1, anon_sym_LPAREN2, - ACTIONS(2461), 1, + ACTIONS(2493), 1, anon_sym_defined, - ACTIONS(2569), 1, + ACTIONS(2581), 1, sym_number_literal, - ACTIONS(2463), 2, + ACTIONS(2495), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2465), 2, + ACTIONS(2497), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2469), 5, + ACTIONS(2501), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(965), 7, + STATE(977), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -72842,7 +73407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [34928] = 13, + [35522] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1387), 1, @@ -72851,97 +73416,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - STATE(1082), 1, + STATE(1080), 1, sym__declarator, - STATE(1113), 1, + STATE(1119), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - ACTIONS(2571), 2, + ACTIONS(2583), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [34976] = 6, + [35570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2576), 1, - anon_sym_LPAREN2, - ACTIONS(2580), 1, - anon_sym_LBRACK, - ACTIONS(1450), 2, - anon_sym_COMMA, - anon_sym_STAR, - ACTIONS(2573), 2, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - ACTIONS(1437), 13, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [35009] = 11, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2453), 1, - anon_sym_LF, - ACTIONS(2587), 1, + ACTIONS(1821), 5, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, - ACTIONS(2591), 1, anon_sym_AMP, - ACTIONS(2455), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2583), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1819), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + [35598] = 4, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2561), 1, + anon_sym_LF, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2563), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35052] = 3, - ACTIONS(2397), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35627] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2531), 1, + ACTIONS(2571), 1, anon_sym_LF, - ACTIONS(2533), 18, + ACTIONS(2573), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -72960,78 +73516,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35079] = 12, - ACTIONS(2397), 1, + [35654] = 3, + ACTIONS(1819), 1, + anon_sym_LF, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(1821), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, - ACTIONS(2589), 1, anon_sym_CARET, - ACTIONS(2591), 1, anon_sym_AMP, - ACTIONS(2599), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35681] = 12, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2587), 1, anon_sym_LF, - ACTIONS(2601), 1, + ACTIONS(2591), 1, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2583), 2, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35124] = 12, - ACTIONS(2397), 1, + [35726] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2424), 1, + anon_sym_SLASH, + ACTIONS(2426), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2428), 1, + anon_sym_AMP_AMP, + ACTIONS(2430), 1, + anon_sym_PIPE, + ACTIONS(2432), 1, + anon_sym_CARET, + ACTIONS(2434), 1, + anon_sym_AMP, + ACTIONS(2607), 1, + anon_sym_RPAREN, + ACTIONS(2420), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2422), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2436), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2438), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2440), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2442), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35775] = 3, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2533), 1, + anon_sym_LF, + ACTIONS(2535), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, - ACTIONS(2589), 1, anon_sym_CARET, - ACTIONS(2591), 1, anon_sym_AMP, - ACTIONS(2601), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35802] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2612), 1, + anon_sym_LPAREN2, + ACTIONS(2616), 1, + anon_sym_LBRACK, + ACTIONS(1450), 2, + anon_sym_COMMA, + anon_sym_STAR, + ACTIONS(2609), 2, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + ACTIONS(1437), 13, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [35835] = 12, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2591), 1, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2605), 1, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2619), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35169] = 3, - ACTIONS(2397), 1, + [35880] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2543), 1, + ACTIONS(2575), 1, anon_sym_LF, - ACTIONS(2545), 18, + ACTIONS(2577), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -73050,12 +73716,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35196] = 3, - ACTIONS(1841), 1, - anon_sym_LF, - ACTIONS(2397), 1, + [35907] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(1843), 18, + ACTIONS(2551), 1, + anon_sym_LF, + ACTIONS(2553), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -73074,159 +73740,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35223] = 12, - ACTIONS(2397), 1, + [35934] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, - anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2601), 1, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2607), 1, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2621), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35268] = 12, - ACTIONS(2397), 1, + [35979] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2567), 1, + anon_sym_LF, + ACTIONS(2569), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, - ACTIONS(2589), 1, anon_sym_CARET, - ACTIONS(2591), 1, anon_sym_AMP, - ACTIONS(2601), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36006] = 3, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2561), 1, + anon_sym_LF, + ACTIONS(2563), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, anon_sym_AMP_AMP, - ACTIONS(2609), 1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [36033] = 12, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2563), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2593), 1, + anon_sym_AMP_AMP, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35313] = 12, - ACTIONS(2397), 1, + [36078] = 11, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2561), 1, + anon_sym_LF, + ACTIONS(2595), 1, anon_sym_PIPE, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_CARET, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_AMP, - ACTIONS(2601), 1, + ACTIONS(2563), 2, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, anon_sym_AMP_AMP, - ACTIONS(2611), 1, - anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35358] = 3, - ACTIONS(2397), 1, + [36121] = 10, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2517), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2519), 18, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(2601), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2563), 3, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2585), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35385] = 3, - ACTIONS(2397), 1, + [36162] = 9, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2483), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2485), 18, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2601), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2563), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35412] = 3, - ACTIONS(2397), 1, + [36201] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2477), 1, + ACTIONS(2473), 1, anon_sym_LF, - ACTIONS(2479), 18, + ACTIONS(2475), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -73245,19 +73971,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35439] = 5, - ACTIONS(2397), 1, + [36228] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2477), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2479), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2455), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -73271,238 +73995,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35470] = 14, + [36255] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, + ACTIONS(2424), 1, anon_sym_SLASH, - ACTIONS(2331), 1, + ACTIONS(2426), 1, anon_sym_PIPE_PIPE, - ACTIONS(2333), 1, + ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2335), 1, + ACTIONS(2430), 1, anon_sym_PIPE, - ACTIONS(2337), 1, + ACTIONS(2432), 1, anon_sym_CARET, - ACTIONS(2339), 1, + ACTIONS(2434), 1, anon_sym_AMP, - ACTIONS(2613), 1, + ACTIONS(2623), 1, anon_sym_RPAREN, - ACTIONS(2325), 2, + ACTIONS(2420), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2327), 2, + ACTIONS(2422), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2341), 2, + ACTIONS(2436), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2343), 2, + ACTIONS(2438), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2345), 2, + ACTIONS(2440), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2347), 2, + ACTIONS(2442), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35519] = 3, - ACTIONS(2397), 1, + [36304] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2471), 1, - anon_sym_LF, - ACTIONS(2473), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(2591), 1, anon_sym_PIPE_PIPE, + ACTIONS(2593), 1, anon_sym_AMP_AMP, + ACTIONS(2595), 1, anon_sym_PIPE, + ACTIONS(2597), 1, anon_sym_CARET, + ACTIONS(2599), 1, anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35546] = 12, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2587), 1, - anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, - ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, - anon_sym_AMP_AMP, - ACTIONS(2615), 1, + ACTIONS(2625), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35591] = 14, - ACTIONS(3), 1, + [36349] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2329), 1, - anon_sym_SLASH, - ACTIONS(2331), 1, + ACTIONS(2591), 1, anon_sym_PIPE_PIPE, - ACTIONS(2333), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2335), 1, - anon_sym_PIPE, - ACTIONS(2337), 1, - anon_sym_CARET, - ACTIONS(2339), 1, - anon_sym_AMP, - ACTIONS(2617), 1, - anon_sym_RPAREN, - ACTIONS(2325), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2327), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2341), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2343), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2345), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2347), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35640] = 12, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, anon_sym_PIPE, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_CARET, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_AMP, - ACTIONS(2601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, - anon_sym_AMP_AMP, - ACTIONS(2619), 1, + ACTIONS(2627), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35685] = 12, - ACTIONS(2397), 1, + [36394] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, - anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2601), 1, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2621), 1, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2629), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35730] = 12, - ACTIONS(2397), 1, + [36439] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2587), 1, - anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2601), 1, anon_sym_PIPE_PIPE, - ACTIONS(2603), 1, + ACTIONS(2593), 1, anon_sym_AMP_AMP, - ACTIONS(2623), 1, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2631), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35775] = 3, - ACTIONS(2397), 1, + [36484] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2513), 1, + ACTIONS(2481), 1, anon_sym_LF, - ACTIONS(2515), 18, + ACTIONS(2483), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -73521,101 +74186,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [35802] = 6, - ACTIONS(2397), 1, + [36511] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2591), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2593), 1, + anon_sym_AMP_AMP, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, + anon_sym_AMP, + ACTIONS(2633), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2597), 2, + ACTIONS(2601), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2455), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [35835] = 7, - ACTIONS(2397), 1, + [36556] = 8, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2597), 2, + ACTIONS(2601), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(2455), 7, + ACTIONS(2563), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [35870] = 8, - ACTIONS(2397), 1, + [36593] = 7, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2583), 2, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2595), 4, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(2455), 5, + ACTIONS(2563), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - [35907] = 3, - ACTIONS(2397), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [36628] = 6, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2553), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2555), 18, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2605), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2563), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -73627,74 +74303,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35934] = 9, - ACTIONS(2397), 1, + [36661] = 12, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, - anon_sym_LF, ACTIONS(2591), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2593), 1, + anon_sym_AMP_AMP, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 1, + anon_sym_CARET, + ACTIONS(2599), 1, anon_sym_AMP, - ACTIONS(2583), 2, + ACTIONS(2635), 1, + anon_sym_LF, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2597), 2, + ACTIONS(2605), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2455), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(2595), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [35973] = 4, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2453), 1, - anon_sym_LF, - ACTIONS(2585), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2455), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2603), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [36002] = 3, - ACTIONS(2397), 1, + [36706] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2561), 1, anon_sym_LF, - ACTIONS(2455), 18, + ACTIONS(2589), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2585), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2563), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -73708,86 +74362,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [36029] = 10, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2453), 1, - anon_sym_LF, - ACTIONS(2589), 1, - anon_sym_CARET, - ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2583), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2593), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2597), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2455), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(2585), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2595), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [36070] = 12, - ACTIONS(2397), 1, + [36737] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 1, - anon_sym_LF, - ACTIONS(2455), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2587), 1, - anon_sym_PIPE, - ACTIONS(2589), 1, - anon_sym_CARET, - ACTIONS(2591), 1, - anon_sym_AMP, - ACTIONS(2603), 1, - anon_sym_AMP_AMP, - ACTIONS(2583), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2593), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2597), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2585), 3, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(1942), 1, + sym_identifier, + ACTIONS(2279), 1, + anon_sym_LPAREN2, + ACTIONS(2281), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2595), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [36115] = 10, + STATE(1027), 1, + sym__declarator, + STATE(1365), 1, + sym_ms_based_modifier, + STATE(896), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(45), 4, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [36776] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(1070), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1051), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73796,27 +74415,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [36154] = 10, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [36815] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1020), 1, + STATE(1031), 1, sym__declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73824,28 +74443,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [36193] = 10, + [36854] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1059), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1029), 1, + sym__declarator, + STATE(1365), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73853,28 +74472,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [36232] = 10, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [36893] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1052), 1, - sym__field_declarator, - STATE(1328), 1, + STATE(1064), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73882,28 +74501,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [36271] = 10, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [36932] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1048), 1, - sym__field_declarator, - STATE(1328), 1, + STATE(1067), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73911,28 +74530,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [36310] = 10, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [36971] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1015), 1, - sym__declarator, - STATE(1407), 1, + STATE(1079), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73940,28 +74559,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [36349] = 10, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [37010] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(1047), 1, + STATE(1057), 1, sym__field_declarator, - STATE(1328), 1, + STATE(1376), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -73969,57 +74588,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1085), 5, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [36388] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, - ACTIONS(2267), 1, - anon_sym_LPAREN2, - ACTIONS(2269), 1, - anon_sym_STAR, - STATE(1039), 1, - sym__declarator, - STATE(1407), 1, - sym_ms_based_modifier, - STATE(882), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(45), 4, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [36427] = 10, + [37049] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(1067), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1060), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(45), 4, @@ -74028,316 +74618,316 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [36466] = 10, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [37088] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2637), 1, anon_sym_RPAREN, - STATE(1126), 1, + STATE(1137), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(991), 2, + STATE(1001), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36504] = 10, + [37126] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(1007), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(2643), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(2648), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(996), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2645), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(2641), 6, + anon_sym___based, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + sym_identifier, + [37158] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1938), 1, - anon_sym_LBRACK, - ACTIONS(2629), 1, + ACTIONS(1944), 1, anon_sym_RPAREN, - STATE(1141), 1, - sym_parameter_list, - STATE(1144), 1, + ACTIONS(1950), 1, + anon_sym_LBRACK, + STATE(1121), 1, sym__abstract_declarator, - STATE(989), 2, + STATE(1153), 1, + sym_parameter_list, + STATE(999), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36542] = 10, + [37196] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(2631), 1, + ACTIONS(2651), 1, anon_sym_RPAREN, - STATE(1127), 1, + STATE(1139), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36580] = 10, + [37234] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1932), 1, - anon_sym_RPAREN, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - STATE(1108), 1, + ACTIONS(2265), 1, + anon_sym_RPAREN, + STATE(1114), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(993), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36618] = 10, + [37272] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(2633), 1, + ACTIONS(2653), 1, anon_sym_RPAREN, - STATE(1123), 1, + STATE(1125), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(882), 2, + STATE(998), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36656] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(2637), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(2642), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(992), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2639), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2635), 6, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - sym_identifier, - [36688] = 10, + [37310] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, anon_sym_LPAREN2, ACTIONS(1631), 1, anon_sym_STAR, - ACTIONS(1938), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(2253), 1, + ACTIONS(2655), 1, anon_sym_RPAREN, - STATE(1107), 1, + STATE(1127), 1, sym__abstract_declarator, - STATE(1141), 1, + STATE(1153), 1, sym_parameter_list, - STATE(882), 2, + STATE(896), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2627), 4, + ACTIONS(2639), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - STATE(1142), 4, + STATE(1152), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [36726] = 7, + [37348] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2226), 1, + ACTIONS(2248), 1, sym_primitive_type, - ACTIONS(2645), 1, + ACTIONS(2657), 1, sym_identifier, - STATE(818), 1, + STATE(825), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2220), 4, + ACTIONS(2242), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(2222), 4, + ACTIONS(2244), 4, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, - ACTIONS(2224), 4, + ACTIONS(2246), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [36757] = 11, + [37379] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2277), 1, anon_sym_STAR, - ACTIONS(2647), 1, + ACTIONS(2659), 1, anon_sym_SEMI, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - STATE(1028), 1, + STATE(1039), 1, sym__field_declarator, - STATE(1327), 1, + STATE(1287), 1, sym_bitfield_clause, - STATE(1328), 1, + STATE(1376), 1, sym_ms_based_modifier, - STATE(1085), 5, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [36795] = 11, + [37417] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2277), 1, anon_sym_STAR, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2651), 1, + ACTIONS(2663), 1, anon_sym_SEMI, - STATE(1040), 1, + STATE(1030), 1, sym__field_declarator, - STATE(1328), 1, + STATE(1376), 1, sym_ms_based_modifier, - STATE(1380), 1, + STATE(1414), 1, sym_bitfield_clause, - STATE(1085), 5, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [36833] = 11, + [37455] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2255), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2257), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, + ACTIONS(2277), 1, anon_sym_STAR, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2653), 1, + ACTIONS(2665), 1, anon_sym_SEMI, - STATE(1016), 1, + STATE(1043), 1, sym__field_declarator, - STATE(1328), 1, - sym_ms_based_modifier, - STATE(1329), 1, + STATE(1314), 1, sym_bitfield_clause, - STATE(1085), 5, + STATE(1376), 1, + sym_ms_based_modifier, + STATE(1098), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [36871] = 3, + [37493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2657), 2, + ACTIONS(2669), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(2655), 11, + ACTIONS(2667), 11, anon_sym___based, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, @@ -74349,13 +74939,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [36892] = 3, + [37514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 2, + ACTIONS(2673), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(2659), 11, + ACTIONS(2671), 11, anon_sym___based, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, @@ -74367,577 +74957,678 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym__Atomic, sym_identifier, - [36913] = 12, + [37535] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(1942), 1, + sym_identifier, + ACTIONS(2279), 1, + anon_sym_LPAREN2, + ACTIONS(2281), 1, + anon_sym_STAR, + STATE(1058), 1, + sym__declarator, + STATE(1174), 1, + sym_init_declarator, + STATE(1365), 1, + sym_ms_based_modifier, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [37567] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(1942), 1, + sym_identifier, + ACTIONS(2279), 1, + anon_sym_LPAREN2, + ACTIONS(2281), 1, + anon_sym_STAR, + STATE(1012), 1, + sym__declarator, + STATE(1172), 1, + sym_init_declarator, + STATE(1365), 1, + sym_ms_based_modifier, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [37599] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(1942), 1, + sym_identifier, + ACTIONS(2279), 1, + anon_sym_LPAREN2, + ACTIONS(2281), 1, + anon_sym_STAR, + STATE(1014), 1, + sym__declarator, + STATE(1183), 1, + sym_init_declarator, + STATE(1365), 1, + sym_ms_based_modifier, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [37631] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(1942), 1, + sym_identifier, + ACTIONS(2279), 1, + anon_sym_LPAREN2, + ACTIONS(2281), 1, + anon_sym_STAR, + STATE(1052), 1, + sym__declarator, + STATE(1183), 1, + sym_init_declarator, + STATE(1365), 1, + sym_ms_based_modifier, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [37663] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(511), 1, + ACTIONS(432), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2667), 1, + ACTIONS(2679), 1, anon_sym_SEMI, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, + ACTIONS(2683), 1, anon_sym_EQ, - STATE(334), 1, + STATE(360), 1, sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1160), 1, + STATE(1168), 1, aux_sym_declaration_repeat1, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [36951] = 12, + [37701] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(319), 1, + ACTIONS(41), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, + ACTIONS(2683), 1, anon_sym_EQ, - ACTIONS(2673), 1, + ACTIONS(2685), 1, anon_sym_SEMI, - STATE(313), 1, + STATE(332), 1, sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1206), 1, + STATE(1196), 1, aux_sym_declaration_repeat1, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [36989] = 12, + [37739] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(319), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, + ACTIONS(2683), 1, anon_sym_EQ, - ACTIONS(2675), 1, + ACTIONS(2687), 1, anon_sym_SEMI, - STATE(346), 1, + STATE(363), 1, sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1199), 1, + STATE(1164), 1, aux_sym_declaration_repeat1, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [37027] = 9, + [37777] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1002), 1, + STATE(1059), 1, sym__declarator, - STATE(1186), 1, + STATE(1210), 1, sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37059] = 9, + [37809] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(115), 1, + anon_sym_LBRACE, + ACTIONS(2675), 1, + anon_sym_COMMA, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2681), 1, + anon_sym_LBRACK, + ACTIONS(2683), 1, + anon_sym_EQ, + ACTIONS(2689), 1, + anon_sym_SEMI, + STATE(114), 1, + sym_compound_statement, + STATE(1037), 1, + sym_parameter_list, + STATE(1186), 1, + aux_sym_declaration_repeat1, + STATE(1054), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [37847] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1001), 1, + STATE(1013), 1, sym__declarator, - STATE(1169), 1, + STATE(1210), 1, sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37091] = 9, + [37879] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(1016), 1, sym__declarator, - STATE(1169), 1, + STATE(1174), 1, sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37123] = 9, + [37911] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1046), 1, + STATE(1073), 1, sym__declarator, - STATE(1176), 1, + STATE(1261), 1, sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37155] = 9, + [37943] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1053), 1, + STATE(1055), 1, sym__declarator, - STATE(1232), 1, + STATE(1172), 1, sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37187] = 9, + [37975] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1009), 1, + STATE(1088), 1, sym__declarator, - STATE(1176), 1, - sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37219] = 12, + [38004] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(115), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(2267), 1, + sym_identifier, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, - anon_sym_LBRACK, - ACTIONS(2671), 1, - anon_sym_EQ, - ACTIONS(2677), 1, - anon_sym_SEMI, - STATE(118), 1, - sym_compound_statement, - STATE(1032), 1, - sym_parameter_list, - STATE(1187), 1, - aux_sym_declaration_repeat1, - STATE(1043), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [37257] = 9, + ACTIONS(2271), 1, + anon_sym_STAR, + STATE(1069), 1, + sym__type_declarator, + STATE(1285), 1, + sym_ms_based_modifier, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38033] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1042), 1, - sym__declarator, - STATE(1170), 1, - sym_init_declarator, - STATE(1407), 1, + STATE(1063), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37289] = 9, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38062] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1045), 1, + STATE(1082), 1, sym__declarator, - STATE(1186), 1, - sym_init_declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37321] = 9, + [38091] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, + sym_identifier, + ACTIONS(2269), 1, anon_sym_LPAREN2, + ACTIONS(2271), 1, + anon_sym_STAR, + STATE(1075), 1, + sym__type_declarator, + STATE(1285), 1, + sym_ms_based_modifier, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38120] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1391), 1, + anon_sym___based, + ACTIONS(2267), 1, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1000), 1, - sym__declarator, - STATE(1170), 1, - sym_init_declarator, - STATE(1407), 1, + STATE(1103), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37353] = 5, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38149] = 7, ACTIONS(3), 1, sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2677), 1, + anon_sym_LPAREN2, ACTIONS(2681), 1, - anon_sym___attribute__, - ACTIONS(2683), 1, anon_sym_LBRACK, - STATE(1030), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(2679), 7, + STATE(1037), 1, + sym_parameter_list, + STATE(1054), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2691), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [37376] = 8, + [38176] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2269), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1074), 1, + STATE(1102), 1, sym__declarator, - STATE(1407), 1, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1075), 5, + STATE(1084), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [37405] = 7, + [38205] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2685), 5, + ACTIONS(2693), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [37432] = 11, + [38232] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2687), 1, + ACTIONS(2695), 1, anon_sym_COMMA, - ACTIONS(2689), 1, + ACTIONS(2697), 1, anon_sym_SEMI, - ACTIONS(2691), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - STATE(1091), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1106), 1, + STATE(1118), 1, aux_sym_field_declaration_repeat1, - STATE(1390), 1, + STATE(1392), 1, sym_bitfield_clause, - STATE(1056), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [37467] = 7, + [38267] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2693), 5, + ACTIONS(2701), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [37494] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, - ACTIONS(2267), 1, - anon_sym_LPAREN2, - ACTIONS(2269), 1, - anon_sym_STAR, - STATE(1080), 1, - sym__declarator, - STATE(1407), 1, - sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37523] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(2255), 1, - sym_identifier, - ACTIONS(2257), 1, - anon_sym_LPAREN2, - ACTIONS(2259), 1, - anon_sym_STAR, - STATE(1069), 1, - sym__field_declarator, - STATE(1328), 1, - sym_ms_based_modifier, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [37552] = 7, + [38294] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2695), 5, + ACTIONS(2703), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [38321] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2707), 1, + anon_sym___attribute__, + ACTIONS(2710), 1, + anon_sym_LBRACK, + STATE(1033), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(2705), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [37579] = 8, + [38344] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1066), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1086), 1, + sym__declarator, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [37608] = 8, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [38373] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1065), 1, + STATE(1072), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [37637] = 8, + [38402] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1055), 1, + STATE(1068), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [37666] = 8, + [38431] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, - ACTIONS(2267), 1, + ACTIONS(2714), 1, + anon_sym___attribute__, + ACTIONS(2716), 1, + anon_sym_LBRACK, + STATE(1042), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(2712), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2269), 1, - anon_sym_STAR, - STATE(1095), 1, - sym__declarator, - STATE(1407), 1, - sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37695] = 5, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [38454] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2699), 1, + ACTIONS(2720), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2702), 1, + ACTIONS(2723), 1, anon_sym_LBRACK, - STATE(1025), 2, + STATE(1038), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2697), 7, + ACTIONS(2718), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -74945,143 +75636,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [37718] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(2261), 1, - sym_identifier, - ACTIONS(2263), 1, - anon_sym_LPAREN2, - ACTIONS(2265), 1, - anon_sym_STAR, - STATE(1054), 1, - sym__type_declarator, - STATE(1386), 1, - sym_ms_based_modifier, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [37747] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(2261), 1, - sym_identifier, - ACTIONS(2263), 1, - anon_sym_LPAREN2, - ACTIONS(2265), 1, - anon_sym_STAR, - STATE(1058), 1, - sym__type_declarator, - STATE(1386), 1, - sym_ms_based_modifier, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [37776] = 11, + [38477] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2687), 1, + ACTIONS(2695), 1, anon_sym_COMMA, - ACTIONS(2691), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2725), 1, anon_sym_SEMI, - STATE(1091), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1109), 1, + STATE(1122), 1, aux_sym_field_declaration_repeat1, - STATE(1305), 1, + STATE(1391), 1, sym_bitfield_clause, - STATE(1056), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [37811] = 8, + [38512] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1076), 1, - sym__declarator, - STATE(1407), 1, + STATE(1087), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37840] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2708), 1, - anon_sym___attribute__, - ACTIONS(2711), 1, - anon_sym_LBRACK, - STATE(1030), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(2706), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [37863] = 8, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38541] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(1930), 1, - sym_identifier, ACTIONS(2267), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2269), 1, + anon_sym_LPAREN2, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1081), 1, - sym__declarator, - STATE(1407), 1, + STATE(1062), 1, + sym__type_declarator, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1075), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37892] = 5, + STATE(1104), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [38570] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 1, + ACTIONS(2714), 1, anon_sym___attribute__, - ACTIONS(2715), 1, + ACTIONS(2729), 1, anon_sym_LBRACK, - STATE(1013), 2, + STATE(1033), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(2713), 7, + ACTIONS(2727), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -75089,374 +75720,270 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [37915] = 8, + [38593] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1391), 1, - anon_sym___based, - ACTIONS(2255), 1, - sym_identifier, - ACTIONS(2257), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2661), 1, + anon_sym_COLON, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2259), 1, - anon_sym_STAR, - STATE(1090), 1, - sym__field_declarator, - STATE(1328), 1, - sym_ms_based_modifier, - STATE(1085), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [37944] = 8, + ACTIONS(2695), 1, + anon_sym_COMMA, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2731), 1, + anon_sym_SEMI, + STATE(1099), 1, + sym_parameter_list, + STATE(1120), 1, + aux_sym_field_declaration_repeat1, + STATE(1344), 1, + sym_bitfield_clause, + STATE(1078), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [38628] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1068), 1, + STATE(1076), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [37973] = 8, + [38657] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(1057), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1066), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [38002] = 8, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [38686] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2267), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2269), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2271), 1, anon_sym_STAR, - STATE(1088), 1, + STATE(1070), 1, sym__type_declarator, - STATE(1386), 1, + STATE(1285), 1, sym_ms_based_modifier, - STATE(1098), 5, + STATE(1104), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [38031] = 8, + [38715] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(1942), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2279), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2281), 1, anon_sym_STAR, - STATE(1060), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1083), 1, + sym__declarator, + STATE(1365), 1, sym_ms_based_modifier, - STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [38060] = 8, + STATE(1084), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [38744] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, anon_sym___based, - ACTIONS(2261), 1, + ACTIONS(2273), 1, sym_identifier, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_LPAREN2, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_STAR, - STATE(1072), 1, - sym__type_declarator, - STATE(1386), 1, + STATE(1093), 1, + sym__field_declarator, + STATE(1376), 1, sym_ms_based_modifier, STATE(1098), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [38089] = 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [38773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2735), 1, anon_sym_LBRACK, - STATE(1032), 1, - sym_parameter_list, - STATE(1043), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(2717), 5, + ACTIONS(2733), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [38116] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2649), 1, - anon_sym_COLON, - ACTIONS(2665), 1, anon_sym_LPAREN2, - ACTIONS(2687), 1, - anon_sym_COMMA, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2719), 1, anon_sym_SEMI, - STATE(1091), 1, - sym_parameter_list, - STATE(1111), 1, - aux_sym_field_declaration_repeat1, - STATE(1272), 1, - sym_bitfield_clause, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [38151] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(2663), 1, - anon_sym_COMMA, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2669), 1, - anon_sym_LBRACK, - ACTIONS(2671), 1, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(2673), 1, - anon_sym_SEMI, - STATE(1032), 1, - sym_parameter_list, - STATE(1206), 1, - aux_sym_declaration_repeat1, - STATE(1043), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [38183] = 10, + anon_sym_COLON, + [38791] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2663), 1, - anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2667), 1, - anon_sym_SEMI, - ACTIONS(2669), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, - anon_sym_EQ, - STATE(1032), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1160), 1, - aux_sym_declaration_repeat1, - STATE(1043), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [38215] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2723), 1, - anon_sym_LBRACK, - STATE(1025), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2721), 6, + ACTIONS(2737), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [38237] = 7, + anon_sym_COLON, + [38817] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - STATE(1091), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1056), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2725), 4, + ACTIONS(2739), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, - [38263] = 10, + [38843] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2663), 1, - anon_sym_COMMA, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2669), 1, - anon_sym_LBRACK, - ACTIONS(2671), 1, - anon_sym_EQ, ACTIONS(2675), 1, - anon_sym_SEMI, - STATE(1032), 1, - sym_parameter_list, - STATE(1199), 1, - aux_sym_declaration_repeat1, - STATE(1043), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [38295] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2663), 1, anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, + ACTIONS(2683), 1, anon_sym_EQ, - ACTIONS(2677), 1, + ACTIONS(2687), 1, anon_sym_SEMI, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1187), 1, + STATE(1164), 1, aux_sym_declaration_repeat1, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38327] = 7, + [38875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2743), 1, anon_sym_LBRACK, - STATE(1091), 1, - sym_parameter_list, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(2727), 4, + ACTIONS(2741), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - [38353] = 7, + [38893] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2747), 1, anon_sym_LBRACK, - STATE(1091), 1, - sym_parameter_list, - STATE(1056), 2, + STATE(1038), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2729), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [38379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2733), 1, - anon_sym_LBRACK, - ACTIONS(2731), 9, + ACTIONS(2745), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [38397] = 3, + [38915] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2737), 1, - anon_sym_LBRACK, - ACTIONS(2735), 9, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2675), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2677), 1, anon_sym_LPAREN2, + ACTIONS(2679), 1, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(2681), 1, + anon_sym_LBRACK, + ACTIONS(2683), 1, anon_sym_EQ, - anon_sym_COLON, - [38415] = 3, + STATE(1037), 1, + sym_parameter_list, + STATE(1168), 1, + aux_sym_declaration_repeat1, + STATE(1054), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [38947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2741), 1, + ACTIONS(2751), 1, anon_sym_LBRACK, - ACTIONS(2739), 9, + ACTIONS(2749), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -75466,428 +75993,460 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [38433] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(1091), 1, - sym_parameter_list, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(2743), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [38459] = 8, + [38965] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, - anon_sym_EQ, - STATE(1032), 1, + STATE(1099), 1, sym_parameter_list, - ACTIONS(2745), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1043), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38486] = 9, + ACTIONS(2753), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_COLON, + [38991] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(2749), 1, - anon_sym_SEMI, - ACTIONS(2751), 1, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1103), 1, + ACTIONS(2683), 1, + anon_sym_EQ, + ACTIONS(2689), 1, + anon_sym_SEMI, + STATE(1037), 1, sym_parameter_list, - STATE(1152), 1, - aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1186), 1, + aux_sym_declaration_repeat1, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38515] = 9, + [39023] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2753), 1, + ACTIONS(2683), 1, + anon_sym_EQ, + ACTIONS(2685), 1, anon_sym_SEMI, - STATE(1103), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1157), 1, - aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1196), 1, + aux_sym_declaration_repeat1, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38544] = 5, + [39055] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2757), 1, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2699), 1, anon_sym_LBRACK, - STATE(1025), 2, + STATE(1099), 1, + sym_parameter_list, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2755), 5, + ACTIONS(2755), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_COLON, - [38565] = 9, + [39081] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2757), 1, + sym_identifier, + ACTIONS(2761), 1, + sym_system_lib_string, + STATE(1424), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(2759), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [39102] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(2751), 1, - anon_sym_LBRACK, - ACTIONS(2759), 1, + ACTIONS(2765), 1, anon_sym_SEMI, - STATE(1103), 1, + ACTIONS(2767), 1, + anon_sym_LBRACK, + STATE(1111), 1, sym_parameter_list, - STATE(1201), 1, + STATE(1215), 1, aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38594] = 9, + [39131] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - ACTIONS(2761), 1, + ACTIONS(2769), 1, anon_sym_SEMI, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1155), 1, + STATE(1193), 1, aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38623] = 7, + [39160] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2763), 3, + ACTIONS(2771), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [38648] = 9, + [39185] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2773), 1, + sym_identifier, + ACTIONS(2775), 1, + sym_system_lib_string, + STATE(1434), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(2759), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [39206] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, - anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2765), 1, - anon_sym_SEMI, - STATE(1103), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1173), 1, - aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38677] = 7, + ACTIONS(2777), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON, + [39231] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2767), 3, + ACTIONS(2779), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [38702] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2769), 1, - sym_identifier, - ACTIONS(2773), 1, - sym_system_lib_string, - STATE(1320), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(2771), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [38723] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2775), 1, - sym_identifier, - ACTIONS(2777), 1, - sym_system_lib_string, - STATE(1319), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(2771), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [38744] = 5, + [39256] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 1, - sym_identifier, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2763), 1, + anon_sym_COMMA, + ACTIONS(2767), 1, + anon_sym_LBRACK, ACTIONS(2781), 1, - sym_system_lib_string, - STATE(1448), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(2771), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [38765] = 9, + anon_sym_SEMI, + STATE(1111), 1, + sym_parameter_list, + STATE(1205), 1, + aux_sym_type_definition_repeat2, + STATE(1085), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [39285] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, ACTIONS(2783), 1, anon_sym_SEMI, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1154), 1, + STATE(1165), 1, aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38794] = 9, + [39314] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, ACTIONS(2785), 1, anon_sym_SEMI, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1193), 1, + STATE(1179), 1, aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38823] = 7, + [39343] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2787), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [38848] = 9, + [39368] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(2751), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, ACTIONS(2789), 1, anon_sym_SEMI, - STATE(1103), 1, + STATE(1111), 1, sym_parameter_list, STATE(1198), 1, aux_sym_type_definition_repeat2, - STATE(1079), 2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38877] = 7, + [39397] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1091), 1, + ACTIONS(2683), 1, + anon_sym_EQ, + STATE(1037), 1, sym_parameter_list, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(2791), 3, + ACTIONS(2791), 2, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_COLON, - [38902] = 7, + STATE(1054), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [39424] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2793), 1, + sym_identifier, + ACTIONS(2795), 1, + sym_system_lib_string, + STATE(1342), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(2759), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [39445] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2763), 1, + anon_sym_COMMA, + ACTIONS(2767), 1, anon_sym_LBRACK, - STATE(1103), 1, + ACTIONS(2797), 1, + anon_sym_SEMI, + STATE(1111), 1, sym_parameter_list, - STATE(1079), 2, + STATE(1203), 1, + aux_sym_type_definition_repeat2, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2793), 3, + [39474] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2763), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2767), 1, + anon_sym_LBRACK, + ACTIONS(2799), 1, anon_sym_SEMI, - [38927] = 5, + STATE(1111), 1, + sym_parameter_list, + STATE(1161), 1, + aux_sym_type_definition_repeat2, + STATE(1085), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [39503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2795), 1, + ACTIONS(2801), 1, sym_identifier, - ACTIONS(2797), 1, + ACTIONS(2803), 1, sym_system_lib_string, - STATE(1437), 2, + STATE(1334), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(2771), 5, + ACTIONS(2759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [38948] = 7, + [39524] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2807), 1, anon_sym_LBRACK, - STATE(1103), 1, - sym_parameter_list, - ACTIONS(2799), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1079), 2, + STATE(1038), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [38972] = 3, + ACTIONS(2805), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_COLON, + [39545] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2803), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2767), 1, anon_sym_LBRACK, - ACTIONS(2801), 7, + STATE(1111), 1, + sym_parameter_list, + STATE(1085), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2809), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [38988] = 8, + [39570] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(115), 1, - anon_sym_LBRACE, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(110), 1, - sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + ACTIONS(2811), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39014] = 3, + [39594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2807), 1, + ACTIONS(2815), 1, anon_sym_LBRACK, - ACTIONS(2805), 7, + ACTIONS(2813), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -75895,43 +76454,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [39030] = 8, + [39610] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(511), 1, + ACTIONS(115), 1, anon_sym_LBRACE, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(357), 1, + STATE(121), 1, sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39056] = 3, + [39636] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2811), 1, - anon_sym_LBRACK, - ACTIONS(2809), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(432), 1, anon_sym_LBRACE, - anon_sym_EQ, - [39072] = 3, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2681), 1, + anon_sym_LBRACK, + STATE(348), 1, + sym_compound_statement, + STATE(1037), 1, + sym_parameter_list, + STATE(1054), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [39662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2815), 1, + ACTIONS(2819), 1, anon_sym_LBRACK, - ACTIONS(2813), 7, + ACTIONS(2817), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -75939,88 +76503,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [39088] = 5, + [39678] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2819), 1, + ACTIONS(2823), 1, anon_sym_LBRACK, - STATE(1025), 2, + STATE(1038), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2817), 4, + ACTIONS(2821), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - [39108] = 8, + [39698] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(41), 1, anon_sym_LBRACE, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(350), 1, + STATE(349), 1, sym_compound_statement, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39134] = 8, + [39724] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(319), 1, - anon_sym_LBRACE, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - STATE(332), 1, - sym_compound_statement, - STATE(1032), 1, + STATE(1111), 1, sym_parameter_list, - STATE(1043), 2, + ACTIONS(2825), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1085), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39160] = 7, + [39748] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(319), 1, + anon_sym_LBRACE, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - STATE(1032), 1, + STATE(350), 1, + sym_compound_statement, + STATE(1037), 1, sym_parameter_list, - ACTIONS(2821), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39184] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2825), 1, - anon_sym_LBRACK, - ACTIONS(2823), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [39200] = 3, + [39774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2829), 1, @@ -76033,59 +76584,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [39216] = 3, + [39790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2833), 1, anon_sym_LBRACK, - ACTIONS(2831), 6, + ACTIONS(2831), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [39231] = 3, + anon_sym_LBRACE, + anon_sym_EQ, + [39806] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2837), 1, anon_sym_LBRACK, - ACTIONS(2835), 6, + ACTIONS(2835), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [39246] = 3, + anon_sym_LBRACE, + anon_sym_EQ, + [39822] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2841), 1, anon_sym_LBRACK, - ACTIONS(2839), 6, + ACTIONS(2839), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [39261] = 7, + anon_sym_LBRACE, + anon_sym_EQ, + [39838] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2751), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, ACTIONS(2843), 1, anon_sym_RPAREN, - STATE(1103), 1, + STATE(1099), 1, sym_parameter_list, - STATE(1079), 2, + STATE(1078), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39284] = 3, + [39861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2847), 1, @@ -76097,579 +76651,585 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [39299] = 7, + [39876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, + ACTIONS(2851), 1, + anon_sym_LBRACK, + ACTIONS(2849), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + anon_sym_COLON, + [39891] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2855), 1, + anon_sym_LBRACK, + ACTIONS(2853), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2691), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [39906] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2859), 1, anon_sym_LBRACK, - ACTIONS(2849), 1, + ACTIONS(2857), 6, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1091), 1, - sym_parameter_list, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [39322] = 3, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [39921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2853), 1, + ACTIONS(2863), 1, anon_sym_LBRACK, - ACTIONS(2851), 6, + ACTIONS(2861), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [39337] = 3, + [39936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2857), 1, + ACTIONS(2867), 1, anon_sym_LBRACK, - ACTIONS(2855), 6, + ACTIONS(2865), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [39352] = 3, + [39951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2861), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - ACTIONS(2859), 6, + ACTIONS(2869), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [39367] = 3, + [39966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 1, + ACTIONS(2875), 1, anon_sym_LBRACK, - ACTIONS(2863), 6, + ACTIONS(2873), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [39382] = 7, + [39981] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2669), 1, + ACTIONS(2681), 1, anon_sym_LBRACK, - ACTIONS(2867), 1, + ACTIONS(2877), 1, anon_sym_RPAREN, - STATE(1032), 1, + STATE(1037), 1, sym_parameter_list, - STATE(1043), 2, + STATE(1054), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [39405] = 3, + [40004] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2871), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2767), 1, + anon_sym_LBRACK, + ACTIONS(2879), 1, + anon_sym_RPAREN, + STATE(1111), 1, + sym_parameter_list, + STATE(1085), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [40027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, anon_sym_LBRACK, - ACTIONS(2869), 5, + ACTIONS(2881), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39419] = 3, + [40041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2875), 1, + ACTIONS(2887), 1, anon_sym_LBRACK, - ACTIONS(2873), 5, + ACTIONS(2885), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39433] = 3, + [40055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(2891), 1, anon_sym_LBRACK, - ACTIONS(2877), 5, + ACTIONS(2889), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39447] = 5, + [40069] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2881), 1, + ACTIONS(2893), 1, anon_sym_LBRACK, - ACTIONS(2884), 1, + ACTIONS(2896), 1, anon_sym_EQ, - ACTIONS(2886), 1, + ACTIONS(2898), 1, anon_sym_DOT, - STATE(1099), 3, + STATE(1107), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [39465] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2891), 1, - anon_sym_LBRACK, - ACTIONS(2889), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [39479] = 3, + [40087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, + ACTIONS(2903), 1, anon_sym_LBRACK, - ACTIONS(2893), 5, + ACTIONS(2901), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39493] = 3, + [40101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, + ACTIONS(2907), 1, anon_sym_LBRACK, - ACTIONS(2897), 5, + ACTIONS(2905), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39507] = 3, + [40115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 1, + ACTIONS(2911), 1, anon_sym_LBRACK, - ACTIONS(2901), 5, + ACTIONS(2909), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39521] = 3, + [40129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 1, + ACTIONS(2915), 1, anon_sym_LBRACK, - ACTIONS(2905), 5, + ACTIONS(2913), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [39535] = 5, + [40143] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1471), 1, + ACTIONS(1518), 1, anon_sym_LBRACK, - ACTIONS(2909), 1, + ACTIONS(2917), 1, anon_sym_EQ, - ACTIONS(2911), 1, + ACTIONS(2919), 1, anon_sym_DOT, - STATE(1099), 3, + STATE(1107), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [39553] = 6, + [40161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 1, - anon_sym_COLON, - ACTIONS(2687), 1, + ACTIONS(2923), 1, + anon_sym_LBRACK, + ACTIONS(2921), 5, anon_sym_COMMA, - ACTIONS(2913), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(1136), 1, - aux_sym_field_declaration_repeat1, - STATE(1334), 1, - sym_bitfield_clause, - [39572] = 5, + anon_sym_LBRACK_LBRACK, + [40175] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, + ACTIONS(2927), 1, anon_sym_LBRACK, - STATE(1128), 1, + STATE(1129), 1, sym_parameter_list, - ACTIONS(2915), 2, + ACTIONS(2925), 2, anon_sym_COMMA, anon_sym_RPAREN, - [39589] = 5, + [40192] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, - anon_sym_LBRACK, - STATE(1128), 1, - sym_parameter_list, - ACTIONS(2919), 2, + ACTIONS(2931), 1, + anon_sym_COLON_COLON, + STATE(1274), 1, + sym_argument_list, + ACTIONS(2929), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [39606] = 6, + anon_sym_RBRACK_RBRACK, + [40209] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(2933), 1, + sym_identifier, + STATE(877), 1, + sym_field_declaration_list, + STATE(1214), 1, + sym_ms_declspec_modifier, + [40228] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(2935), 1, + sym_identifier, + STATE(878), 1, + sym_field_declaration_list, + STATE(1216), 1, + sym_ms_declspec_modifier, + [40247] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2687), 1, + ACTIONS(2695), 1, anon_sym_COMMA, - ACTIONS(2921), 1, + ACTIONS(2937), 1, anon_sym_SEMI, - STATE(1136), 1, + STATE(1143), 1, aux_sym_field_declaration_repeat1, - STATE(1376), 1, + STATE(1375), 1, sym_bitfield_clause, - [39625] = 5, + [40266] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2925), 1, - anon_sym_COLON_COLON, - STATE(1228), 1, - sym_argument_list, - ACTIONS(2923), 2, + ACTIONS(2927), 1, + anon_sym_LBRACK, + STATE(1129), 1, + sym_parameter_list, + ACTIONS(2811), 2, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [39642] = 6, + anon_sym_RPAREN, + [40283] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 1, + ACTIONS(2661), 1, anon_sym_COLON, - ACTIONS(2687), 1, + ACTIONS(2695), 1, anon_sym_COMMA, - ACTIONS(2927), 1, + ACTIONS(2939), 1, anon_sym_SEMI, - STATE(1136), 1, + STATE(1143), 1, aux_sym_field_declaration_repeat1, - STATE(1350), 1, + STATE(1384), 1, sym_bitfield_clause, - [39661] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(2283), 1, - anon_sym_LBRACE, - ACTIONS(2929), 1, - sym_identifier, - STATE(875), 1, - sym_field_declaration_list, - STATE(1175), 1, - sym_ms_declspec_modifier, - [39680] = 5, + [40302] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, + ACTIONS(2927), 1, anon_sym_LBRACK, - STATE(1128), 1, + STATE(1129), 1, sym_parameter_list, - ACTIONS(2821), 2, + ACTIONS(2941), 2, anon_sym_COMMA, anon_sym_RPAREN, - [39697] = 6, + [40319] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(2283), 1, - anon_sym_LBRACE, - ACTIONS(2931), 1, - sym_identifier, - STATE(873), 1, - sym_field_declaration_list, - STATE(1174), 1, - sym_ms_declspec_modifier, - [39716] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2933), 1, - anon_sym_LF, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2937), 1, - sym_preproc_arg, - STATE(1261), 1, - sym_preproc_params, - [39732] = 2, + ACTIONS(2661), 1, + anon_sym_COLON, + ACTIONS(2695), 1, + anon_sym_COMMA, + ACTIONS(2943), 1, + anon_sym_SEMI, + STATE(1143), 1, + aux_sym_field_declaration_repeat1, + STATE(1422), 1, + sym_bitfield_clause, + [40338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 4, + ACTIONS(2945), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39742] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2941), 1, - anon_sym_LF, - ACTIONS(2943), 1, - sym_preproc_arg, - STATE(1254), 1, - sym_preproc_params, - [39758] = 5, - ACTIONS(2397), 1, + [40348] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2945), 1, - anon_sym_DQUOTE, ACTIONS(2947), 1, - aux_sym_string_literal_token1, + anon_sym_DQUOTE, ACTIONS(2949), 1, + aux_sym_string_literal_token1, + ACTIONS(2951), 1, sym_escape_sequence, - STATE(1140), 1, + STATE(1156), 1, aux_sym_string_literal_repeat1, - [39774] = 2, + [40364] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2951), 4, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2677), 1, anon_sym_LPAREN2, + ACTIONS(2927), 1, anon_sym_LBRACK, - [39784] = 2, + ACTIONS(2953), 1, + anon_sym_RPAREN, + STATE(1129), 1, + sym_parameter_list, + [40380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2953), 4, + ACTIONS(2955), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39794] = 2, + [40390] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 4, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2677), 1, anon_sym_LPAREN2, + ACTIONS(2927), 1, anon_sym_LBRACK, - [39804] = 5, - ACTIONS(2397), 1, - sym_comment, ACTIONS(2957), 1, - anon_sym_DQUOTE, + anon_sym_RPAREN, + STATE(1129), 1, + sym_parameter_list, + [40406] = 5, + ACTIONS(2406), 1, + sym_comment, ACTIONS(2959), 1, - aux_sym_string_literal_token1, + anon_sym_DQUOTE, ACTIONS(2961), 1, + aux_sym_string_literal_token1, + ACTIONS(2964), 1, sym_escape_sequence, - STATE(1145), 1, + STATE(1128), 1, aux_sym_string_literal_repeat1, - [39820] = 5, + [40422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(2967), 4, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2917), 1, anon_sym_LBRACK, - ACTIONS(2963), 1, - anon_sym_RPAREN, - STATE(1128), 1, - sym_parameter_list, - [39836] = 2, + [40432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2965), 4, + ACTIONS(2969), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39846] = 4, + [40442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, - anon_sym_LPAREN2, - STATE(1263), 1, - sym_argument_list, - ACTIONS(2967), 2, + ACTIONS(2971), 4, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [39860] = 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [40452] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, + ACTIONS(2927), 1, anon_sym_LBRACK, - ACTIONS(2969), 1, + ACTIONS(2973), 1, anon_sym_RPAREN, - STATE(1128), 1, + STATE(1129), 1, sym_parameter_list, - [39876] = 5, + [40468] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, - anon_sym_LBRACK, - ACTIONS(2971), 1, - anon_sym_RPAREN, - STATE(1128), 1, - sym_parameter_list, - [39892] = 2, + STATE(1218), 1, + sym_argument_list, + ACTIONS(2975), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [40482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 4, + ACTIONS(2977), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39902] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2975), 1, - anon_sym_LF, - ACTIONS(2977), 1, - sym_preproc_arg, - STATE(1215), 1, - sym_preproc_params, - [39918] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2979), 1, - anon_sym_LF, - ACTIONS(2981), 1, - sym_preproc_arg, - STATE(1251), 1, - sym_preproc_params, - [39934] = 2, + [40492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2983), 4, + ACTIONS(2979), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39944] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2985), 1, - anon_sym_LF, - ACTIONS(2987), 1, - sym_preproc_arg, - STATE(1250), 1, - sym_preproc_params, - [39960] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2989), 1, - anon_sym_DQUOTE, - ACTIONS(2991), 1, - aux_sym_string_literal_token1, - ACTIONS(2993), 1, - sym_escape_sequence, - STATE(1118), 1, - aux_sym_string_literal_repeat1, - [39976] = 2, + [40502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 4, + ACTIONS(2981), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [39986] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2935), 1, - anon_sym_LPAREN, - ACTIONS(2997), 1, - anon_sym_LF, - ACTIONS(2999), 1, - sym_preproc_arg, - STATE(1243), 1, - sym_preproc_params, - [40002] = 4, + [40512] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 1, - anon_sym_COMMA, - STATE(1136), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(3004), 2, - anon_sym_SEMI, - anon_sym_COLON, - [40016] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2947), 1, - aux_sym_string_literal_token1, - ACTIONS(2949), 1, - sym_escape_sequence, - ACTIONS(3006), 1, - anon_sym_DQUOTE, - STATE(1140), 1, - aux_sym_string_literal_repeat1, - [40032] = 2, + ACTIONS(2677), 1, + anon_sym_LPAREN2, + ACTIONS(2927), 1, + anon_sym_LBRACK, + ACTIONS(2983), 1, + anon_sym_RPAREN, + STATE(1129), 1, + sym_parameter_list, + [40528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 4, + ACTIONS(2985), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [40042] = 5, + [40538] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 1, + ACTIONS(2677), 1, anon_sym_LPAREN2, - ACTIONS(2917), 1, + ACTIONS(2927), 1, anon_sym_LBRACK, - ACTIONS(3010), 1, + ACTIONS(2987), 1, anon_sym_RPAREN, - STATE(1128), 1, + STATE(1129), 1, sym_parameter_list, - [40058] = 5, - ACTIONS(2397), 1, + [40554] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3012), 1, + ACTIONS(2989), 1, + anon_sym_LF, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(2993), 1, + sym_preproc_arg, + STATE(1269), 1, + sym_preproc_params, + [40570] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(2995), 1, + anon_sym_LF, + ACTIONS(2997), 1, + sym_preproc_arg, + STATE(1258), 1, + sym_preproc_params, + [40586] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2999), 1, anon_sym_DQUOTE, - ACTIONS(3014), 1, + ACTIONS(3001), 1, aux_sym_string_literal_token1, - ACTIONS(3017), 1, + ACTIONS(3003), 1, sym_escape_sequence, - STATE(1140), 1, + STATE(1149), 1, aux_sym_string_literal_repeat1, - [40074] = 2, + [40602] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3020), 4, + ACTIONS(3005), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [40084] = 2, + STATE(1143), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(3008), 2, + anon_sym_SEMI, + anon_sym_COLON, + [40616] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_LF, + ACTIONS(3012), 1, + sym_preproc_arg, + STATE(1217), 1, + sym_preproc_params, + [40632] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LF, + ACTIONS(3016), 1, + sym_preproc_arg, + STATE(1257), 1, + sym_preproc_params, + [40648] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(3018), 1, + anon_sym_LF, + ACTIONS(3020), 1, + sym_preproc_arg, + STATE(1251), 1, + sym_preproc_params, + [40664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3022), 4, @@ -76677,8 +77237,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [40094] = 5, - ACTIONS(2397), 1, + [40674] = 5, + ACTIONS(2406), 1, sym_comment, ACTIONS(3024), 1, anon_sym_DQUOTE, @@ -76686,1984 +77246,2014 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, ACTIONS(3028), 1, sym_escape_sequence, - STATE(1137), 1, + STATE(1155), 1, aux_sym_string_literal_repeat1, - [40110] = 5, - ACTIONS(3), 1, + [40690] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2665), 1, - anon_sym_LPAREN2, - ACTIONS(2917), 1, - anon_sym_LBRACK, ACTIONS(3030), 1, - anon_sym_RPAREN, - STATE(1128), 1, - sym_parameter_list, - [40126] = 5, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(2947), 1, + anon_sym_DQUOTE, + ACTIONS(3032), 1, aux_sym_string_literal_token1, - ACTIONS(2949), 1, + ACTIONS(3034), 1, sym_escape_sequence, - ACTIONS(3032), 1, - anon_sym_DQUOTE, - STATE(1140), 1, + STATE(1128), 1, aux_sym_string_literal_repeat1, - [40142] = 5, + [40706] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(3036), 1, + anon_sym_LF, + ACTIONS(3038), 1, + sym_preproc_arg, + STATE(1264), 1, + sym_preproc_params, + [40722] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, + ACTIONS(3040), 1, sym_identifier, - ACTIONS(3036), 1, + ACTIONS(3042), 1, anon_sym_COMMA, - ACTIONS(3038), 1, + ACTIONS(3044), 1, anon_sym_RBRACE, - STATE(1202), 1, + STATE(1177), 1, sym_enumerator, - [40158] = 2, + [40738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3040), 4, + ACTIONS(3046), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - [40168] = 5, - ACTIONS(2397), 1, + [40748] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(3048), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [40758] = 5, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(2991), 1, anon_sym_LPAREN, - ACTIONS(3042), 1, + ACTIONS(3050), 1, anon_sym_LF, - ACTIONS(3044), 1, + ACTIONS(3052), 1, sym_preproc_arg, - STATE(1231), 1, + STATE(1275), 1, sym_preproc_params, - [40184] = 4, - ACTIONS(3), 1, + [40774] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2055), 1, - anon_sym_COMMA, - ACTIONS(2057), 1, - anon_sym_RBRACE, - STATE(1167), 1, - aux_sym_initializer_list_repeat1, - [40197] = 4, - ACTIONS(3), 1, + ACTIONS(3032), 1, + aux_sym_string_literal_token1, + ACTIONS(3034), 1, + sym_escape_sequence, + ACTIONS(3054), 1, + anon_sym_DQUOTE, + STATE(1128), 1, + aux_sym_string_literal_repeat1, + [40790] = 5, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3046), 1, - anon_sym_COMMA, - ACTIONS(3048), 1, - anon_sym_RPAREN, - STATE(1158), 1, - aux_sym_parameter_list_repeat1, - [40210] = 4, + ACTIONS(3032), 1, + aux_sym_string_literal_token1, + ACTIONS(3034), 1, + sym_escape_sequence, + ACTIONS(3056), 1, + anon_sym_DQUOTE, + STATE(1128), 1, + aux_sym_string_literal_repeat1, + [40806] = 4, + ACTIONS(2404), 1, + anon_sym_LPAREN2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LF, + STATE(979), 1, + sym_preproc_argument_list, + [40819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3050), 1, + ACTIONS(3060), 1, anon_sym_COMMA, - ACTIONS(3052), 1, + ACTIONS(3063), 1, anon_sym_RBRACK_RBRACK, - STATE(1203), 1, + STATE(1158), 1, aux_sym_attribute_declaration_repeat1, - [40223] = 4, + [40832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(3065), 1, anon_sym_COMMA, - ACTIONS(3054), 1, - anon_sym_SEMI, - STATE(1153), 1, - aux_sym_type_definition_repeat2, - [40236] = 4, + ACTIONS(3067), 1, + anon_sym_RBRACE, + STATE(1207), 1, + aux_sym_enumerator_list_repeat1, + [40845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3056), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3059), 1, + ACTIONS(3069), 1, anon_sym_SEMI, - STATE(1153), 1, - aux_sym_type_definition_repeat2, - [40249] = 4, + STATE(1184), 1, + aux_sym_declaration_repeat1, + [40858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(3061), 1, + ACTIONS(3071), 1, anon_sym_SEMI, - STATE(1153), 1, + STATE(1213), 1, aux_sym_type_definition_repeat2, - [40262] = 4, + [40871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(3073), 1, anon_sym_COMMA, - ACTIONS(3063), 1, - anon_sym_SEMI, - STATE(1153), 1, - aux_sym_type_definition_repeat2, - [40275] = 4, + ACTIONS(3075), 1, + anon_sym_RBRACK_RBRACK, + STATE(1182), 1, + aux_sym_attribute_declaration_repeat1, + [40884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 1, + ACTIONS(2313), 1, anon_sym_LBRACE, - ACTIONS(3065), 1, + ACTIONS(3077), 1, sym_identifier, - STATE(869), 1, + STATE(875), 1, sym_enumerator_list, - [40288] = 4, + [40897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3067), 1, + ACTIONS(3079), 1, anon_sym_SEMI, - STATE(1153), 1, + STATE(1184), 1, + aux_sym_declaration_repeat1, + [40910] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2763), 1, + anon_sym_COMMA, + ACTIONS(3081), 1, + anon_sym_SEMI, + STATE(1213), 1, aux_sym_type_definition_repeat2, - [40301] = 4, + [40923] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 1, + anon_sym_COMMA, + ACTIONS(3083), 1, + anon_sym_SEMI, + STATE(1184), 1, + aux_sym_declaration_repeat1, + [40936] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, + ACTIONS(3085), 1, anon_sym_COMMA, - ACTIONS(3069), 1, + ACTIONS(3087), 1, anon_sym_RPAREN, - STATE(1197), 1, - aux_sym_parameter_list_repeat1, - [40314] = 4, + STATE(1204), 1, + aux_sym_preproc_params_repeat1, + [40949] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3071), 1, + ACTIONS(3089), 1, anon_sym_SEMI, - STATE(1191), 1, + STATE(1184), 1, aux_sym_declaration_repeat1, - [40327] = 4, + [40962] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(3073), 1, + anon_sym_COMMA, + ACTIONS(3091), 1, + anon_sym_RBRACK_RBRACK, + STATE(1158), 1, + aux_sym_attribute_declaration_repeat1, + [40975] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2099), 1, + anon_sym_RBRACE, + ACTIONS(3093), 1, anon_sym_COMMA, + STATE(1170), 1, + aux_sym_initializer_list_repeat1, + [40988] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3073), 1, + anon_sym_COMMA, + ACTIONS(3096), 1, + anon_sym_RBRACK_RBRACK, + STATE(1158), 1, + aux_sym_attribute_declaration_repeat1, + [41001] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 1, + anon_sym_COMMA, + ACTIONS(3098), 1, anon_sym_SEMI, - STATE(1191), 1, + STATE(1166), 1, aux_sym_declaration_repeat1, - [40340] = 4, + [41014] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, + ACTIONS(3040), 1, sym_identifier, - ACTIONS(3075), 1, + ACTIONS(3067), 1, anon_sym_RBRACE, - STATE(1260), 1, + STATE(1220), 1, sym_enumerator, - [40353] = 4, + [41027] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3080), 1, - anon_sym_RBRACE, - STATE(1162), 1, - aux_sym_enumerator_list_repeat1, - [40366] = 4, - ACTIONS(2395), 1, - anon_sym_LPAREN2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3082), 1, - anon_sym_LF, - STATE(962), 1, - sym_preproc_argument_list, - [40379] = 4, + ACTIONS(3100), 1, + anon_sym_SEMI, + STATE(1187), 1, + aux_sym_declaration_repeat1, + [41040] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1985), 1, + ACTIONS(2013), 1, anon_sym_COMMA, - ACTIONS(3084), 1, + ACTIONS(3102), 1, anon_sym_RPAREN, - STATE(1178), 1, + STATE(1202), 1, aux_sym_argument_list_repeat1, - [40392] = 4, - ACTIONS(2395), 1, - anon_sym_LPAREN2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3086), 1, - anon_sym_LF, - STATE(962), 1, - sym_preproc_argument_list, - [40405] = 4, + [41053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2321), 1, + ACTIONS(3106), 1, + anon_sym_EQ, + ACTIONS(3104), 2, anon_sym_COMMA, - ACTIONS(3088), 1, - anon_sym_RPAREN, - STATE(1179), 1, - aux_sym_preproc_argument_list_repeat1, - [40418] = 4, + anon_sym_RBRACE, + [41064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 1, - anon_sym_RBRACE, - ACTIONS(3090), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_initializer_list_repeat1, - [40431] = 4, + ACTIONS(3110), 1, + anon_sym_RBRACE, + STATE(1159), 1, + aux_sym_enumerator_list_repeat1, + [41077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3050), 1, - anon_sym_COMMA, - ACTIONS(3092), 1, - anon_sym_RBRACK_RBRACK, - STATE(1183), 1, - aux_sym_attribute_declaration_repeat1, - [40444] = 4, + ACTIONS(3112), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [41086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(3094), 1, + ACTIONS(3114), 1, anon_sym_SEMI, - STATE(1204), 1, - aux_sym_declaration_repeat1, - [40457] = 4, + STATE(1213), 1, + aux_sym_type_definition_repeat2, + [41099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2416), 1, anon_sym_COMMA, - ACTIONS(3096), 1, - anon_sym_SEMI, - STATE(1159), 1, - aux_sym_declaration_repeat1, - [40470] = 4, - ACTIONS(2395), 1, + ACTIONS(3116), 1, + anon_sym_RPAREN, + STATE(1201), 1, + aux_sym_preproc_argument_list_repeat1, + [41112] = 4, + ACTIONS(2404), 1, anon_sym_LPAREN2, - ACTIONS(2397), 1, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3098), 1, + ACTIONS(3118), 1, anon_sym_LF, - STATE(962), 1, + STATE(979), 1, sym_preproc_argument_list, - [40483] = 4, + [41125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3050), 1, + ACTIONS(3073), 1, anon_sym_COMMA, - ACTIONS(3100), 1, + ACTIONS(3120), 1, anon_sym_RBRACK_RBRACK, - STATE(1196), 1, + STATE(1158), 1, aux_sym_attribute_declaration_repeat1, - [40496] = 4, + [41138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3102), 1, + ACTIONS(3122), 1, anon_sym_SEMI, - STATE(1153), 1, - aux_sym_type_definition_repeat2, - [40509] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2283), 1, - anon_sym_LBRACE, - ACTIONS(3104), 1, - sym_identifier, - STATE(864), 1, - sym_field_declaration_list, - [40522] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2283), 1, - anon_sym_LBRACE, - ACTIONS(3106), 1, - sym_identifier, - STATE(883), 1, - sym_field_declaration_list, - [40535] = 4, + STATE(1160), 1, + aux_sym_declaration_repeat1, + [41151] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(3124), 1, anon_sym_COMMA, - ACTIONS(3108), 1, + ACTIONS(3127), 1, anon_sym_SEMI, - STATE(1188), 1, + STATE(1184), 1, aux_sym_declaration_repeat1, - [40548] = 4, + [41164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 1, + ACTIONS(2013), 1, anon_sym_COMMA, - ACTIONS(3112), 1, + ACTIONS(3129), 1, anon_sym_RPAREN, - STATE(1189), 1, - aux_sym_preproc_params_repeat1, - [40561] = 4, + STATE(1202), 1, + aux_sym_argument_list_repeat1, + [41177] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2125), 1, - anon_sym_RPAREN, - ACTIONS(3114), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - STATE(1178), 1, - aux_sym_argument_list_repeat1, - [40574] = 4, + ACTIONS(3131), 1, + anon_sym_SEMI, + STATE(1184), 1, + aux_sym_declaration_repeat1, + [41190] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2499), 1, - anon_sym_RPAREN, - ACTIONS(3117), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - STATE(1179), 1, - aux_sym_preproc_argument_list_repeat1, - [40587] = 4, - ACTIONS(2395), 1, + ACTIONS(3133), 1, + anon_sym_SEMI, + STATE(1184), 1, + aux_sym_declaration_repeat1, + [41203] = 4, + ACTIONS(2404), 1, anon_sym_LPAREN2, - ACTIONS(2397), 1, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3120), 1, + ACTIONS(3135), 1, anon_sym_LF, - STATE(962), 1, + STATE(979), 1, sym_preproc_argument_list, - [40600] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2321), 1, - anon_sym_COMMA, - ACTIONS(3122), 1, - anon_sym_RPAREN, - STATE(1179), 1, - aux_sym_preproc_argument_list_repeat1, - [40613] = 4, + [41216] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(1522), 1, anon_sym_RBRACE, - ACTIONS(3124), 1, + ACTIONS(3137), 1, anon_sym_COMMA, - STATE(1182), 1, + STATE(1170), 1, aux_sym_initializer_list_repeat1, - [40626] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3050), 1, - anon_sym_COMMA, - ACTIONS(3127), 1, - anon_sym_RBRACK_RBRACK, - STATE(1195), 1, - aux_sym_attribute_declaration_repeat1, - [40639] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1985), 1, - anon_sym_COMMA, - ACTIONS(3129), 1, - anon_sym_RPAREN, - STATE(1178), 1, - aux_sym_argument_list_repeat1, - [40652] = 2, + [41229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3131), 3, + ACTIONS(3139), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [40661] = 4, + [41238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3133), 1, + ACTIONS(3141), 1, anon_sym_SEMI, - STATE(1205), 1, + STATE(1184), 1, aux_sym_declaration_repeat1, - [40674] = 4, + [41251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(3143), 1, anon_sym_COMMA, - ACTIONS(3135), 1, - anon_sym_SEMI, - STATE(1191), 1, - aux_sym_declaration_repeat1, - [40687] = 4, + ACTIONS(3146), 1, + anon_sym_RPAREN, + STATE(1192), 1, + aux_sym_parameter_list_repeat1, + [41264] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(3137), 1, + ACTIONS(3148), 1, anon_sym_SEMI, - STATE(1191), 1, - aux_sym_declaration_repeat1, - [40700] = 4, - ACTIONS(3), 1, + STATE(1213), 1, + aux_sym_type_definition_repeat2, + [41277] = 4, + ACTIONS(2404), 1, + anon_sym_LPAREN2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3139), 1, - anon_sym_COMMA, - ACTIONS(3142), 1, - anon_sym_RPAREN, - STATE(1189), 1, - aux_sym_preproc_params_repeat1, - [40713] = 3, + ACTIONS(3150), 1, + anon_sym_LF, + STATE(979), 1, + sym_preproc_argument_list, + [41290] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3146), 1, - anon_sym_RPAREN, - ACTIONS(3144), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [40724] = 4, + ACTIONS(3073), 1, + anon_sym_COMMA, + ACTIONS(3152), 1, + anon_sym_RBRACK_RBRACK, + STATE(1171), 1, + aux_sym_attribute_declaration_repeat1, + [41303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3151), 1, + ACTIONS(3154), 1, anon_sym_SEMI, - STATE(1191), 1, + STATE(1184), 1, aux_sym_declaration_repeat1, - [40737] = 4, + [41316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 1, + ACTIONS(3156), 1, anon_sym_COMMA, - ACTIONS(3155), 1, - anon_sym_RBRACE, - STATE(1162), 1, - aux_sym_enumerator_list_repeat1, - [40750] = 4, + ACTIONS(3158), 1, + anon_sym_RPAREN, + STATE(1209), 1, + aux_sym_parameter_list_repeat1, + [41329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(3157), 1, + ACTIONS(3160), 1, anon_sym_SEMI, - STATE(1153), 1, + STATE(1213), 1, aux_sym_type_definition_repeat2, - [40763] = 4, + [41342] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, - sym_identifier, - ACTIONS(3155), 1, - anon_sym_RBRACE, - STATE(1260), 1, - sym_enumerator, - [40776] = 4, + ACTIONS(3162), 1, + anon_sym_COMMA, + ACTIONS(3165), 1, + anon_sym_RPAREN, + STATE(1199), 1, + aux_sym_preproc_params_repeat1, + [41355] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(2416), 1, anon_sym_COMMA, - ACTIONS(3162), 1, - anon_sym_RBRACK_RBRACK, - STATE(1195), 1, - aux_sym_attribute_declaration_repeat1, - [40789] = 4, + ACTIONS(3167), 1, + anon_sym_RPAREN, + STATE(1201), 1, + aux_sym_preproc_argument_list_repeat1, + [41368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3050), 1, + ACTIONS(2511), 1, + anon_sym_RPAREN, + ACTIONS(3169), 1, anon_sym_COMMA, - ACTIONS(3164), 1, - anon_sym_RBRACK_RBRACK, - STATE(1195), 1, - aux_sym_attribute_declaration_repeat1, - [40802] = 4, + STATE(1201), 1, + aux_sym_preproc_argument_list_repeat1, + [41381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3166), 1, - anon_sym_COMMA, - ACTIONS(3169), 1, + ACTIONS(2145), 1, anon_sym_RPAREN, - STATE(1197), 1, - aux_sym_parameter_list_repeat1, - [40815] = 4, + ACTIONS(3172), 1, + anon_sym_COMMA, + STATE(1202), 1, + aux_sym_argument_list_repeat1, + [41394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - ACTIONS(3171), 1, + ACTIONS(3175), 1, anon_sym_SEMI, - STATE(1153), 1, + STATE(1213), 1, aux_sym_type_definition_repeat2, - [40828] = 4, + [41407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(3085), 1, anon_sym_COMMA, - ACTIONS(3173), 1, - anon_sym_SEMI, - STATE(1191), 1, - aux_sym_declaration_repeat1, - [40841] = 3, - ACTIONS(3), 1, - sym_comment, ACTIONS(3177), 1, - anon_sym_EQ, - ACTIONS(3175), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [40852] = 4, + anon_sym_RPAREN, + STATE(1199), 1, + aux_sym_preproc_params_repeat1, + [41420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 1, + ACTIONS(2763), 1, anon_sym_COMMA, ACTIONS(3179), 1, anon_sym_SEMI, - STATE(1153), 1, + STATE(1213), 1, aux_sym_type_definition_repeat2, - [40865] = 4, + [41433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 1, + ACTIONS(3073), 1, anon_sym_COMMA, + ACTIONS(3181), 1, + anon_sym_RBRACK_RBRACK, + STATE(1169), 1, + aux_sym_attribute_declaration_repeat1, + [41446] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3183), 1, + anon_sym_COMMA, + ACTIONS(3186), 1, anon_sym_RBRACE, - STATE(1192), 1, + STATE(1207), 1, aux_sym_enumerator_list_repeat1, - [40878] = 4, + [41459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3050), 1, - anon_sym_COMMA, - ACTIONS(3185), 1, - anon_sym_RBRACK_RBRACK, - STATE(1195), 1, - aux_sym_attribute_declaration_repeat1, - [40891] = 4, + ACTIONS(3190), 1, + anon_sym_RPAREN, + ACTIONS(3188), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [41470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(3156), 1, anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_SEMI, - STATE(1191), 1, - aux_sym_declaration_repeat1, - [40904] = 4, + ACTIONS(3192), 1, + anon_sym_RPAREN, + STATE(1192), 1, + aux_sym_parameter_list_repeat1, + [41483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2675), 1, anon_sym_COMMA, - ACTIONS(3189), 1, + ACTIONS(3194), 1, anon_sym_SEMI, STATE(1191), 1, aux_sym_declaration_repeat1, - [40917] = 4, + [41496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, - anon_sym_COMMA, - ACTIONS(3191), 1, - anon_sym_SEMI, - STATE(1191), 1, - aux_sym_declaration_repeat1, - [40930] = 2, + ACTIONS(3040), 1, + sym_identifier, + ACTIONS(3196), 1, + anon_sym_RBRACE, + STATE(1220), 1, + sym_enumerator, + [41509] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [40939] = 4, + ACTIONS(2055), 1, + anon_sym_COMMA, + ACTIONS(2057), 1, + anon_sym_RBRACE, + STATE(1189), 1, + aux_sym_initializer_list_repeat1, + [41522] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 1, + ACTIONS(3198), 1, anon_sym_COMMA, - ACTIONS(3195), 1, - anon_sym_RPAREN, - STATE(1177), 1, - aux_sym_preproc_params_repeat1, - [40952] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3197), 2, - anon_sym_LF, - sym_preproc_arg, - [40960] = 3, + ACTIONS(3201), 1, + anon_sym_SEMI, + STATE(1213), 1, + aux_sym_type_definition_repeat2, + [41535] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN2, - STATE(1368), 1, - sym_parenthesized_expression, - [40970] = 2, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3203), 1, + sym_identifier, + STATE(882), 1, + sym_field_declaration_list, + [41548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 2, + ACTIONS(2763), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [40978] = 3, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3203), 1, - anon_sym_LF, ACTIONS(3205), 1, - sym_preproc_arg, - [40988] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3207), 2, - anon_sym_LF, - sym_preproc_arg, - [40996] = 3, + anon_sym_SEMI, + STATE(1213), 1, + aux_sym_type_definition_repeat2, + [41561] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3207), 1, sym_identifier, - STATE(1260), 1, - sym_enumerator, - [41006] = 3, - ACTIONS(2397), 1, + STATE(880), 1, + sym_field_declaration_list, + [41574] = 3, + ACTIONS(2406), 1, sym_comment, ACTIONS(3209), 1, anon_sym_LF, ACTIONS(3211), 1, sym_preproc_arg, - [41016] = 3, + [41584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN2, - STATE(1276), 1, - sym_parenthesized_expression, - [41026] = 2, + ACTIONS(3213), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [41592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2053), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [41034] = 3, + ACTIONS(41), 1, + anon_sym_LBRACE, + STATE(228), 1, + sym_compound_statement, + [41602] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3186), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [41610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1767), 1, anon_sym_LPAREN2, - STATE(1326), 1, - sym_parenthesized_expression, - [41044] = 3, + STATE(1399), 1, + sym_argument_list, + [41620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 1, + ACTIONS(3215), 1, sym_identifier, - STATE(1168), 1, + STATE(1162), 1, sym_attribute, - [41054] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3162), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [41062] = 3, + [41630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(1252), 1, + STATE(1271), 1, sym_parenthesized_expression, - [41072] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3215), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [41080] = 3, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3217), 1, - anon_sym_LF, - ACTIONS(3219), 1, - sym_preproc_arg, - [41090] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3169), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [41098] = 3, + [41640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(151), 1, + STATE(1289), 1, sym_parenthesized_expression, - [41108] = 3, + [41650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 1, - sym_identifier, - STATE(1220), 1, - sym_attribute, - [41118] = 3, + ACTIONS(3219), 1, + anon_sym_LPAREN2, + STATE(217), 1, + sym_parenthesized_expression, + [41660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3219), 1, anon_sym_LPAREN2, - STATE(149), 1, + STATE(218), 1, sym_parenthesized_expression, - [41128] = 2, - ACTIONS(3), 1, + [41670] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3223), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [41136] = 2, + ACTIONS(3221), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [41678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2135), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [41144] = 3, + ACTIONS(3217), 1, + anon_sym_LPAREN2, + STATE(1411), 1, + sym_parenthesized_expression, + [41688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(1379), 1, + STATE(1318), 1, sym_parenthesized_expression, - [41154] = 3, - ACTIONS(2397), 1, + [41698] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3225), 1, + ACTIONS(3223), 1, anon_sym_LF, - ACTIONS(3227), 1, + ACTIONS(3225), 1, sym_preproc_arg, - [41164] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2745), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [41172] = 2, + [41708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3142), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [41180] = 3, + ACTIONS(1767), 1, + anon_sym_LPAREN2, + STATE(1297), 1, + sym_argument_list, + [41718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3219), 1, anon_sym_LPAREN2, - STATE(1242), 1, + STATE(184), 1, sym_parenthesized_expression, - [41190] = 2, - ACTIONS(3), 1, + [41728] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2183), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [41198] = 2, + ACTIONS(3227), 1, + anon_sym_LF, + ACTIONS(3229), 1, + sym_preproc_arg, + [41738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2161), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [41206] = 2, + ACTIONS(3219), 1, + anon_sym_LPAREN2, + STATE(183), 1, + sym_parenthesized_expression, + [41748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(3231), 1, sym_identifier, - [41214] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1759), 1, + ACTIONS(3233), 1, anon_sym_LPAREN2, - STATE(1362), 1, - sym_argument_list, - [41224] = 2, - ACTIONS(2397), 1, + [41758] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3231), 2, + ACTIONS(3235), 2, anon_sym_LF, sym_preproc_arg, - [41232] = 3, + [41766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(319), 1, - anon_sym_LBRACE, - STATE(301), 1, - sym_compound_statement, - [41242] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3233), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [41250] = 3, + ACTIONS(3237), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [41774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(511), 1, - anon_sym_LBRACE, - STATE(133), 1, - sym_compound_statement, - [41260] = 3, - ACTIONS(2397), 1, + ACTIONS(3165), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [41782] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3235), 1, - anon_sym_LF, - ACTIONS(3237), 1, - sym_preproc_arg, - [41270] = 3, + ACTIONS(3063), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [41790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(1240), 1, + STATE(1249), 1, sym_parenthesized_expression, - [41280] = 3, + [41800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(3146), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [41808] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(319), 1, anon_sym_LBRACE, - STATE(229), 1, + STATE(291), 1, sym_compound_statement, - [41290] = 3, + [41818] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3219), 1, + anon_sym_LPAREN2, + STATE(224), 1, + sym_parenthesized_expression, + [41828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 1, + ACTIONS(3040), 1, sym_identifier, - STATE(1151), 1, - sym_attribute, - [41300] = 3, - ACTIONS(2397), 1, + STATE(1220), 1, + sym_enumerator, + [41838] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - anon_sym_LF, - ACTIONS(3241), 1, - sym_preproc_arg, - [41310] = 3, + ACTIONS(3217), 1, + anon_sym_LPAREN2, + STATE(1302), 1, + sym_parenthesized_expression, + [41848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3239), 1, sym_identifier, - ACTIONS(3245), 1, + ACTIONS(3241), 1, anon_sym_LPAREN2, - [41320] = 3, + [41858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 1, + ACTIONS(3219), 1, anon_sym_LPAREN2, - STATE(1384), 1, - sym_argument_list, - [41330] = 3, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3247), 1, - anon_sym_LF, - ACTIONS(3249), 1, - sym_preproc_arg, - [41340] = 3, - ACTIONS(2397), 1, + STATE(230), 1, + sym_parenthesized_expression, + [41868] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, - anon_sym_LF, - ACTIONS(3253), 1, - sym_preproc_arg, - [41350] = 3, + ACTIONS(2011), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [41876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(115), 1, + ACTIONS(432), 1, anon_sym_LBRACE, - STATE(72), 1, + STATE(141), 1, sym_compound_statement, - [41360] = 3, - ACTIONS(2397), 1, + [41886] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3255), 1, - anon_sym_LF, - ACTIONS(3257), 1, - sym_preproc_arg, - [41370] = 3, - ACTIONS(2397), 1, + ACTIONS(3243), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [41894] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3259), 1, + ACTIONS(3245), 1, anon_sym_LF, - ACTIONS(3261), 1, + ACTIONS(3247), 1, sym_preproc_arg, - [41380] = 3, - ACTIONS(2397), 1, + [41904] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3263), 1, - anon_sym_LF, - ACTIONS(3265), 1, - sym_preproc_arg, - [41390] = 3, + ACTIONS(3249), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [41912] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3267), 1, - sym_identifier, - ACTIONS(3269), 1, - anon_sym_LPAREN2, - [41400] = 2, - ACTIONS(2397), 1, + ACTIONS(2193), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [41920] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3271), 2, + ACTIONS(3251), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [41408] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3221), 1, - anon_sym_LPAREN2, - STATE(160), 1, - sym_parenthesized_expression, - [41418] = 3, - ACTIONS(3), 1, + [41928] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN2, - STATE(1245), 1, - sym_parenthesized_expression, - [41428] = 2, + ACTIONS(3253), 1, + anon_sym_LF, + ACTIONS(3255), 1, + sym_preproc_arg, + [41938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3080), 2, + ACTIONS(2099), 2, anon_sym_COMMA, anon_sym_RBRACE, - [41436] = 3, - ACTIONS(2397), 1, + [41946] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3273), 1, + ACTIONS(3257), 1, anon_sym_LF, - ACTIONS(3275), 1, + ACTIONS(3259), 1, sym_preproc_arg, - [41446] = 3, - ACTIONS(2397), 1, + [41956] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3261), 1, anon_sym_LF, - ACTIONS(3279), 1, + ACTIONS(3263), 1, sym_preproc_arg, - [41456] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3281), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [41464] = 3, + [41966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(258), 1, + STATE(1242), 1, sym_parenthesized_expression, - [41474] = 3, + [41976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, - anon_sym_LPAREN2, - STATE(166), 1, - sym_parenthesized_expression, - [41484] = 3, + ACTIONS(3215), 1, + sym_identifier, + STATE(1195), 1, + sym_attribute, + [41986] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2791), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [41994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3219), 1, anon_sym_LPAREN2, - STATE(260), 1, + STATE(199), 1, sym_parenthesized_expression, - [41494] = 3, + [42004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3217), 1, anon_sym_LPAREN2, - STATE(240), 1, + STATE(1219), 1, sym_parenthesized_expression, - [41504] = 3, - ACTIONS(3), 1, + [42014] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3213), 1, - sym_identifier, - STATE(1172), 1, - sym_attribute, - [41514] = 3, + ACTIONS(3265), 1, + anon_sym_LF, + ACTIONS(3267), 1, + sym_preproc_arg, + [42024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3219), 1, anon_sym_LPAREN2, - STATE(243), 1, + STATE(201), 1, sym_parenthesized_expression, - [41524] = 3, - ACTIONS(2397), 1, + [42034] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3283), 1, + ACTIONS(3269), 2, anon_sym_LF, - ACTIONS(3285), 1, sym_preproc_arg, - [41534] = 2, + [42042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3287), 1, - sym_identifier, - [41541] = 2, - ACTIONS(3), 1, + ACTIONS(2095), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [42050] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3289), 1, - anon_sym_SEMI, - [41548] = 2, - ACTIONS(3), 1, + ACTIONS(3271), 1, + anon_sym_LF, + ACTIONS(3273), 1, + sym_preproc_arg, + [42060] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2085), 1, - anon_sym_RPAREN, - [41555] = 2, + ACTIONS(3275), 1, + anon_sym_LF, + ACTIONS(3277), 1, + sym_preproc_arg, + [42070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 1, - aux_sym_preproc_if_token2, - [41562] = 2, + ACTIONS(3215), 1, + sym_identifier, + STATE(1239), 1, + sym_attribute, + [42080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2061), 1, - anon_sym_RPAREN, - [41569] = 2, - ACTIONS(3), 1, + ACTIONS(115), 1, + anon_sym_LBRACE, + STATE(98), 1, + sym_compound_statement, + [42090] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3293), 1, - anon_sym_SEMI, - [41576] = 2, - ACTIONS(3), 1, + ACTIONS(3279), 2, + anon_sym_LF, + sym_preproc_arg, + [42098] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2071), 1, - anon_sym_RPAREN, - [41583] = 2, + ACTIONS(3281), 1, + anon_sym_LF, + ACTIONS(3283), 1, + sym_preproc_arg, + [42108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 1, - sym_identifier, - [41590] = 2, - ACTIONS(3), 1, + ACTIONS(3285), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [42116] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2057), 1, - anon_sym_RBRACE, - [41597] = 2, + ACTIONS(3287), 1, + anon_sym_LF, + ACTIONS(3289), 1, + sym_preproc_arg, + [42126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2067), 1, - anon_sym_SEMI, - [41604] = 2, - ACTIONS(3), 1, + ACTIONS(3215), 1, + sym_identifier, + STATE(1206), 1, + sym_attribute, + [42136] = 3, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2117), 1, - anon_sym_RPAREN, - [41611] = 2, - ACTIONS(3), 1, + ACTIONS(3291), 1, + anon_sym_LF, + ACTIONS(3293), 1, + sym_preproc_arg, + [42146] = 3, + ACTIONS(2406), 1, sym_comment, + ACTIONS(3295), 1, + anon_sym_LF, ACTIONS(3297), 1, - anon_sym_SEMI, - [41618] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2129), 1, - anon_sym_RPAREN, - [41625] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2065), 1, - anon_sym_RPAREN, - [41632] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2145), 1, - anon_sym_RPAREN, - [41639] = 2, + sym_preproc_arg, + [42156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3299), 1, - anon_sym_SQUOTE, - [41646] = 2, + sym_identifier, + [42163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3301), 1, aux_sym_preproc_if_token2, - [41653] = 2, + [42170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2149), 1, + ACTIONS(2135), 1, anon_sym_RPAREN, - [41660] = 2, + [42177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3303), 1, aux_sym_preproc_if_token2, - [41667] = 2, + [42184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3305), 1, - aux_sym_preproc_if_token2, - [41674] = 2, - ACTIONS(2397), 1, + anon_sym_RPAREN, + [42191] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2133), 1, + anon_sym_RPAREN, + [42198] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3307), 1, - anon_sym_LF, - [41681] = 2, - ACTIONS(2397), 1, + anon_sym_STAR, + [42205] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3309), 1, anon_sym_LF, - [41688] = 2, + [42212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3311), 1, - aux_sym_preproc_if_token2, - [41695] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3313), 1, - anon_sym_LF, - [41702] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3315), 1, - anon_sym_LF, - [41709] = 2, + anon_sym_SEMI, + [42219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2177), 1, + ACTIONS(2131), 1, anon_sym_RPAREN, - [41716] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3317), 1, - anon_sym_LF, - [41723] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3319), 1, - anon_sym_LF, - [41730] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3321), 1, - aux_sym_preproc_if_token2, - [41737] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3323), 1, - anon_sym_LF, - [41744] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3325), 1, - anon_sym_LF, - [41751] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3327), 1, - aux_sym_preproc_if_token2, - [41758] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3329), 1, - anon_sym_LF, - [41765] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3331), 1, - anon_sym_LF, - [41772] = 2, + [42226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, + ACTIONS(3313), 1, anon_sym_SEMI, - [41779] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3335), 1, - anon_sym_LF, - [41786] = 2, + [42233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2123), 1, + ACTIONS(2129), 1, anon_sym_RPAREN, - [41793] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3337), 1, - anon_sym_LF, - [41800] = 2, + [42240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 1, - sym_identifier, - [41807] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3341), 1, - anon_sym_LF, - [41814] = 2, + ACTIONS(2195), 1, + anon_sym_SEMI, + [42247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3343), 1, - aux_sym_preproc_if_token2, - [41821] = 2, + ACTIONS(2127), 1, + anon_sym_RPAREN, + [42254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, + ACTIONS(2189), 1, anon_sym_SEMI, - [41828] = 2, + [42261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2115), 1, + ACTIONS(3315), 1, anon_sym_SEMI, - [41835] = 2, + [42268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2143), 1, + ACTIONS(2125), 1, anon_sym_RPAREN, - [41842] = 2, + [42275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 1, - sym_identifier, - [41849] = 2, + ACTIONS(3317), 1, + aux_sym_preproc_if_token2, + [42282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2147), 1, + ACTIONS(3319), 1, anon_sym_RPAREN, - [41856] = 2, - ACTIONS(3), 1, + [42289] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2153), 1, - anon_sym_SEMI, - [41863] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3349), 1, + ACTIONS(3321), 1, anon_sym_LF, - [41870] = 2, - ACTIONS(2397), 1, + [42296] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3098), 1, + ACTIONS(3323), 1, anon_sym_LF, - [41877] = 2, - ACTIONS(2397), 1, + [42303] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3120), 1, + ACTIONS(3325), 1, + sym_identifier, + [42310] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3327), 1, anon_sym_LF, - [41884] = 2, + [42317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2175), 1, + ACTIONS(3329), 1, anon_sym_SEMI, - [41891] = 2, + [42324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3351), 1, - anon_sym_SEMI, - [41898] = 2, + ACTIONS(3331), 1, + aux_sym_preproc_if_token2, + [42331] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3333), 1, + anon_sym_LF, + [42338] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3335), 1, + anon_sym_LF, + [42345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2075), 1, - anon_sym_RPAREN, - [41905] = 2, + ACTIONS(3337), 1, + aux_sym_preproc_if_token2, + [42352] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3339), 1, + anon_sym_LF, + [42359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2155), 1, - anon_sym_SEMI, - [41912] = 2, + ACTIONS(3341), 1, + aux_sym_preproc_if_token2, + [42366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2097), 1, - anon_sym_SEMI, - [41919] = 2, + ACTIONS(3343), 1, + anon_sym_RPAREN, + [42373] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3345), 1, + anon_sym_LF, + [42380] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3347), 1, + anon_sym_LF, + [42387] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_LF, + [42394] = 2, + ACTIONS(2406), 1, + sym_comment, + ACTIONS(3351), 1, + anon_sym_LF, + [42401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3353), 1, anon_sym_SEMI, - [41926] = 2, + [42408] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3355), 1, - anon_sym_SEMI, - [41933] = 2, + sym_identifier, + [42415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3357), 1, - anon_sym_STAR, - [41940] = 2, + aux_sym_preproc_if_token2, + [42422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3359), 1, - anon_sym_SEMI, - [41947] = 2, + aux_sym_preproc_if_token2, + [42429] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3361), 1, anon_sym_SEMI, - [41954] = 2, + [42436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3363), 1, - aux_sym_preproc_if_token2, - [41961] = 2, + anon_sym_RPAREN, + [42443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3365), 1, - anon_sym_COLON, - [41968] = 2, + aux_sym_preproc_if_token2, + [42450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2079), 1, - anon_sym_RPAREN, - [41975] = 2, + ACTIONS(3110), 1, + anon_sym_RBRACE, + [42457] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3367), 1, - anon_sym_SEMI, - [41982] = 2, - ACTIONS(3), 1, + sym_identifier, + [42464] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3369), 1, - anon_sym_SEMI, - [41989] = 2, - ACTIONS(3), 1, + anon_sym_LF, + [42471] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3371), 1, - aux_sym_preproc_if_token2, - [41996] = 2, + anon_sym_LF, + [42478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2095), 1, + ACTIONS(3373), 1, anon_sym_SEMI, - [42003] = 2, + [42485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3373), 1, - aux_sym_preproc_if_token2, - [42010] = 2, + ACTIONS(2137), 1, + anon_sym_SEMI, + [42492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3375), 1, - sym_identifier, - [42017] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3377), 1, aux_sym_preproc_if_token2, - [42024] = 2, + [42499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2119), 1, - anon_sym_RPAREN, - [42031] = 2, + ACTIONS(3377), 1, + anon_sym_SQUOTE, + [42506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3379), 1, - sym_identifier, - [42038] = 2, + anon_sym_SEMI, + [42513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(2191), 1, anon_sym_SEMI, - [42045] = 2, - ACTIONS(3), 1, + [42520] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3383), 1, - anon_sym_RPAREN, - [42052] = 2, + ACTIONS(3381), 1, + anon_sym_LF, + [42527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2059), 1, - anon_sym_RPAREN, - [42059] = 2, + ACTIONS(3383), 1, + sym_identifier, + [42534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3385), 1, - anon_sym_RPAREN, - [42066] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2131), 1, - anon_sym_RPAREN, - [42073] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [42541] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(2111), 1, - anon_sym_RPAREN, - [42080] = 2, + ACTIONS(3150), 1, + anon_sym_LF, + [42548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2077), 1, + ACTIONS(2071), 1, anon_sym_SEMI, - [42087] = 2, + [42555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3387), 1, - anon_sym_SEMI, - [42094] = 2, + anon_sym_RPAREN, + [42562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, - anon_sym_SEMI, - [42101] = 2, + ACTIONS(2187), 1, + anon_sym_RPAREN, + [42569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3389), 1, aux_sym_preproc_if_token2, - [42108] = 2, - ACTIONS(3), 1, + [42576] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3391), 1, - aux_sym_preproc_if_token2, - [42115] = 2, - ACTIONS(3), 1, + anon_sym_LF, + [42583] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3393), 1, - anon_sym_RPAREN, - [42122] = 2, + anon_sym_LF, + [42590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2169), 1, + ACTIONS(3395), 1, anon_sym_SEMI, - [42129] = 2, - ACTIONS(2397), 1, + [42597] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3395), 1, + ACTIONS(3058), 1, anon_sym_LF, - [42136] = 2, + [42604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3397), 1, - aux_sym_preproc_if_token2, - [42143] = 2, + sym_identifier, + [42611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3399), 1, - aux_sym_preproc_if_token2, - [42150] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2141), 1, - anon_sym_RPAREN, - [42157] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2159), 1, - anon_sym_RPAREN, - [42164] = 2, + anon_sym_SEMI, + [42618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3401), 1, sym_identifier, - [42171] = 2, + [42625] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3403), 1, - anon_sym_STAR, - [42178] = 2, + sym_identifier, + [42632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3405), 1, - aux_sym_preproc_if_token2, - [42185] = 2, + anon_sym_COLON, + [42639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3407), 1, + sym_identifier, + [42646] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2185), 1, anon_sym_RPAREN, - [42192] = 2, - ACTIONS(2397), 1, + [42653] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3409), 1, anon_sym_LF, - [42199] = 2, + [42660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(2139), 1, anon_sym_RPAREN, - [42206] = 2, + [42667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2137), 1, - anon_sym_SEMI, - [42213] = 2, + ACTIONS(3411), 1, + anon_sym_RPAREN, + [42674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3413), 1, - anon_sym_SEMI, - [42220] = 2, + aux_sym_preproc_if_token2, + [42681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3415), 1, - sym_identifier, - [42227] = 2, + anon_sym_SEMI, + [42688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3417), 1, - aux_sym_preproc_if_token2, - [42234] = 2, + anon_sym_SEMI, + [42695] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_SEMI, + [42702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3419), 1, - sym_identifier, - [42241] = 2, + aux_sym_preproc_if_token2, + [42709] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2121), 1, + anon_sym_SEMI, + [42716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3421), 1, - sym_identifier, - [42248] = 2, + anon_sym_COLON, + [42723] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2073), 1, + anon_sym_SEMI, + [42730] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2141), 1, + anon_sym_RPAREN, + [42737] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2109), 1, + anon_sym_SEMI, + [42744] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2143), 1, + anon_sym_RPAREN, + [42751] = 2, + ACTIONS(1643), 1, + anon_sym_LF, + ACTIONS(2406), 1, + sym_comment, + [42758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3423), 1, - aux_sym_preproc_if_token2, - [42255] = 2, + anon_sym_STAR, + [42765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(2057), 1, anon_sym_RBRACE, - [42262] = 2, + [42772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3425), 1, - aux_sym_preproc_if_token2, - [42269] = 2, + ACTIONS(2147), 1, + anon_sym_SEMI, + [42779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3427), 1, - anon_sym_SEMI, - [42276] = 2, + ACTIONS(3425), 1, + sym_identifier, + [42786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3429), 1, + ACTIONS(2155), 1, anon_sym_RPAREN, - [42283] = 2, + [42793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, - sym_identifier, - [42290] = 2, + ACTIONS(3427), 1, + anon_sym_SQUOTE, + [42800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3433), 1, + ACTIONS(3429), 1, anon_sym_SEMI, - [42297] = 2, + [42807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3435), 1, + ACTIONS(2101), 1, anon_sym_SEMI, - [42304] = 2, + [42814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2133), 1, - anon_sym_RPAREN, - [42311] = 2, + ACTIONS(3431), 1, + anon_sym_while, + [42821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2093), 1, + ACTIONS(3433), 1, anon_sym_RPAREN, - [42318] = 2, + [42828] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3435), 1, + anon_sym_SEMI, + [42835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3437), 1, - sym_identifier, - [42325] = 2, + anon_sym_STAR, + [42842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3439), 1, - anon_sym_RPAREN, - [42332] = 2, + aux_sym_preproc_if_token2, + [42849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2099), 1, + ACTIONS(3441), 1, anon_sym_RPAREN, - [42339] = 2, + [42856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3441), 1, - anon_sym_STAR, - [42346] = 2, + ACTIONS(3443), 1, + aux_sym_preproc_if_token2, + [42863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3445), 1, sym_identifier, - [42353] = 2, + [42870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - anon_sym_RPAREN, - [42360] = 2, + ACTIONS(3447), 1, + sym_identifier, + [42877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3445), 1, + ACTIONS(2157), 1, anon_sym_RPAREN, - [42367] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3447), 1, - anon_sym_SEMI, - [42374] = 2, + [42884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3449), 1, aux_sym_preproc_if_token2, - [42381] = 2, + [42891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3451), 1, - aux_sym_preproc_if_token2, - [42388] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2107), 1, anon_sym_SEMI, - [42395] = 2, + [42898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3453), 1, - aux_sym_preproc_if_token2, - [42402] = 2, + ACTIONS(2159), 1, + anon_sym_RPAREN, + [42905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2109), 1, - anon_sym_SEMI, - [42409] = 2, + ACTIONS(3453), 1, + sym_identifier, + [42912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3455), 1, sym_identifier, - [42416] = 2, + [42919] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2181), 1, + anon_sym_RPAREN, + [42926] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2179), 1, + anon_sym_RPAREN, + [42933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3457), 1, aux_sym_preproc_if_token2, - [42423] = 2, + [42940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2173), 1, - anon_sym_SEMI, - [42430] = 2, - ACTIONS(2397), 1, - sym_comment, ACTIONS(3459), 1, - anon_sym_LF, - [42437] = 2, + anon_sym_SEMI, + [42947] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, - sym_identifier, - [42444] = 2, + anon_sym_SEMI, + [42954] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2153), 1, + anon_sym_RPAREN, + [42961] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2151), 1, + anon_sym_RPAREN, + [42968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3463), 1, sym_identifier, - [42451] = 2, + [42975] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2177), 1, + anon_sym_RPAREN, + [42982] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2149), 1, + anon_sym_SEMI, + [42989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3465), 1, aux_sym_preproc_if_token2, - [42458] = 2, + [42996] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3467), 1, - aux_sym_preproc_if_token2, - [42465] = 2, + anon_sym_STAR, + [43003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3469), 1, - sym_identifier, - [42472] = 2, + aux_sym_preproc_if_token2, + [43010] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2097), 1, + anon_sym_SEMI, + [43017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3471), 1, - sym_identifier, - [42479] = 2, - ACTIONS(2397), 1, + aux_sym_preproc_if_token2, + [43024] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2093), 1, + anon_sym_SEMI, + [43031] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3473), 1, - anon_sym_LF, - [42486] = 2, + anon_sym_RPAREN, + [43038] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2091), 1, + anon_sym_RPAREN, + [43045] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, + anon_sym_SEMI, + [43052] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2175), 1, + anon_sym_RPAREN, + [43059] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3475), 1, - anon_sym_STAR, - [42493] = 2, + sym_identifier, + [43066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3477), 1, - anon_sym_RPAREN, - [42500] = 2, + sym_identifier, + [43073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3479), 1, aux_sym_preproc_if_token2, - [42507] = 2, + [43080] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3481), 1, - anon_sym_SQUOTE, - [42514] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [43087] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3483), 1, - aux_sym_preproc_if_token2, - [42521] = 2, + anon_sym_LF, + [43094] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3485), 1, - anon_sym_SEMI, - [42528] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2073), 1, - anon_sym_SEMI, - [42535] = 2, + sym_identifier, + [43101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3487), 1, - anon_sym_while, - [42542] = 2, + anon_sym_SEMI, + [43108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2127), 1, - anon_sym_SEMI, - [42549] = 2, + ACTIONS(2183), 1, + anon_sym_RPAREN, + [43115] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, aux_sym_preproc_if_token2, - [42556] = 2, + [43122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, - anon_sym_SEMI, - [42563] = 2, - ACTIONS(2397), 1, - sym_comment, ACTIONS(3491), 1, - anon_sym_LF, - [42570] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [43129] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3493), 1, - anon_sym_SQUOTE, - [42577] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2121), 1, - anon_sym_SEMI, - [42584] = 2, + anon_sym_LF, + [43136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3495), 1, - sym_identifier, - [42591] = 2, + anon_sym_RPAREN, + [43143] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, - sym_identifier, - [42598] = 2, + aux_sym_preproc_if_token2, + [43150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3499), 1, - sym_identifier, - [42605] = 2, + aux_sym_preproc_if_token2, + [43157] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3501), 1, anon_sym_SEMI, - [42612] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3503), 1, - sym_identifier, - [42619] = 2, + [43164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2083), 1, + ACTIONS(2087), 1, anon_sym_SEMI, - [42626] = 2, - ACTIONS(3), 1, + [43171] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3505), 1, - aux_sym_preproc_if_token2, - [42633] = 2, + ACTIONS(3135), 1, + anon_sym_LF, + [43178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2171), 1, - anon_sym_RPAREN, - [42640] = 2, + ACTIONS(2085), 1, + anon_sym_SEMI, + [43185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3507), 1, + ACTIONS(2107), 1, anon_sym_RPAREN, - [42647] = 2, + [43192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2167), 1, + ACTIONS(2105), 1, anon_sym_RPAREN, - [42654] = 2, - ACTIONS(2397), 1, - sym_comment, - ACTIONS(3509), 1, - anon_sym_LF, - [42661] = 2, + [43199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3511), 1, - anon_sym_RPAREN, - [42668] = 2, + ACTIONS(2083), 1, + anon_sym_SEMI, + [43206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, - aux_sym_preproc_if_token2, - [42675] = 2, + ACTIONS(3503), 1, + sym_identifier, + [43213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_while, - [42682] = 2, + ACTIONS(3505), 1, + sym_identifier, + [43220] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3517), 1, - aux_sym_preproc_if_token2, - [42689] = 2, + ACTIONS(3507), 1, + sym_identifier, + [43227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(2103), 1, anon_sym_RPAREN, - [42696] = 2, - ACTIONS(2397), 1, + [43234] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2173), 1, + anon_sym_SEMI, + [43241] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3086), 1, + ACTIONS(3118), 1, anon_sym_LF, - [42703] = 2, + [43248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2157), 1, + ACTIONS(2079), 1, anon_sym_SEMI, - [42710] = 2, + [43255] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2151), 1, - anon_sym_SEMI, - [42717] = 2, + ACTIONS(3509), 1, + aux_sym_preproc_if_token2, + [43262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3521), 1, + ACTIONS(3511), 1, ts_builtin_sym_end, - [42724] = 2, - ACTIONS(2397), 1, + [43269] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, - anon_sym_LF, - [42731] = 2, - ACTIONS(1635), 1, - anon_sym_LF, - ACTIONS(2397), 1, + ACTIONS(3513), 1, + anon_sym_COLON, + [43276] = 2, + ACTIONS(3), 1, sym_comment, - [42738] = 2, + ACTIONS(3515), 1, + aux_sym_preproc_if_token2, + [43283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, - sym_identifier, - [42745] = 2, + ACTIONS(3517), 1, + anon_sym_RPAREN, + [43290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, - anon_sym_SEMI, - [42752] = 2, + ACTIONS(3519), 1, + sym_identifier, + [43297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3529), 1, + ACTIONS(3521), 1, anon_sym_while, - [42759] = 2, + [43304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3531), 1, + ACTIONS(3523), 1, anon_sym_SEMI, - [42766] = 2, + [43311] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3533), 1, + ACTIONS(3525), 1, + anon_sym_SEMI, + [43318] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3527), 1, anon_sym_LPAREN2, - [42773] = 2, - ACTIONS(2397), 1, + [43325] = 2, + ACTIONS(2406), 1, sym_comment, - ACTIONS(3082), 1, + ACTIONS(3529), 1, anon_sym_LF, - [42780] = 2, + [43332] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2113), 1, + ACTIONS(3531), 1, anon_sym_SEMI, - [42787] = 2, + [43339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3535), 1, - anon_sym_COLON, - [42794] = 2, + ACTIONS(2077), 1, + anon_sym_SEMI, + [43346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2069), 1, - anon_sym_SEMI, - [42801] = 2, - ACTIONS(1645), 1, - anon_sym_LF, - ACTIONS(2397), 1, + ACTIONS(3533), 1, + anon_sym_COLON, + [43353] = 2, + ACTIONS(3), 1, sym_comment, - [42808] = 2, + ACTIONS(3535), 1, + anon_sym_SQUOTE, + [43360] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, - anon_sym_COLON, - [42815] = 2, + anon_sym_SEMI, + [43367] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3539), 1, - anon_sym_while, - [42822] = 2, + anon_sym_SEMI, + [43374] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2169), 1, + anon_sym_SEMI, + [43381] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3541), 1, - anon_sym_RPAREN, - [42829] = 2, + anon_sym_while, + [43388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3543), 1, - anon_sym_SEMI, - [42836] = 2, + aux_sym_preproc_if_token2, + [43395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2081), 1, - anon_sym_SEMI, - [42843] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [43402] = 2, + ACTIONS(2406), 1, sym_comment, ACTIONS(3545), 1, - anon_sym_LPAREN2, - [42850] = 2, + anon_sym_LF, + [43409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3547), 1, + ACTIONS(2075), 1, anon_sym_SEMI, - [42857] = 2, + [43416] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3547), 1, + aux_sym_preproc_if_token2, + [43423] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3549), 1, - anon_sym_LPAREN2, - [42864] = 2, + aux_sym_preproc_if_token2, + [43430] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3551), 1, - anon_sym_LPAREN2, - [42871] = 2, + aux_sym_preproc_if_token2, + [43437] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3553), 1, - anon_sym_COLON, - [42878] = 2, + anon_sym_LPAREN2, + [43444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3555), 1, - anon_sym_LPAREN2, - [42885] = 2, + anon_sym_while, + [43451] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, - sym_identifier, - [42892] = 2, + anon_sym_RPAREN, + [43458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3559), 1, anon_sym_LPAREN2, + [43465] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2119), 1, + anon_sym_SEMI, + [43472] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3561), 1, + anon_sym_RPAREN, + [43479] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3563), 1, + sym_identifier, + [43486] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3565), 1, + anon_sym_LPAREN2, + [43493] = 2, + ACTIONS(1635), 1, + anon_sym_LF, + ACTIONS(2406), 1, + sym_comment, + [43500] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3567), 1, + anon_sym_LPAREN2, + [43507] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3569), 1, + sym_identifier, + [43514] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3571), 1, + anon_sym_LPAREN2, }; static const uint32_t ts_small_parse_table_map[] = { @@ -78689,43 +79279,43 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(401)] = 1952, [SMALL_STATE(402)] = 2027, [SMALL_STATE(403)] = 2102, - [SMALL_STATE(404)] = 2177, - [SMALL_STATE(405)] = 2254, - [SMALL_STATE(406)] = 2331, - [SMALL_STATE(407)] = 2406, + [SMALL_STATE(404)] = 2179, + [SMALL_STATE(405)] = 2256, + [SMALL_STATE(406)] = 2333, + [SMALL_STATE(407)] = 2408, [SMALL_STATE(408)] = 2483, [SMALL_STATE(409)] = 2560, - [SMALL_STATE(410)] = 2632, + [SMALL_STATE(410)] = 2660, [SMALL_STATE(411)] = 2732, [SMALL_STATE(412)] = 2832, [SMALL_STATE(413)] = 2929, [SMALL_STATE(414)] = 3026, [SMALL_STATE(415)] = 3124, - [SMALL_STATE(416)] = 3218, + [SMALL_STATE(416)] = 3222, [SMALL_STATE(417)] = 3316, [SMALL_STATE(418)] = 3414, [SMALL_STATE(419)] = 3512, [SMALL_STATE(420)] = 3610, [SMALL_STATE(421)] = 3708, [SMALL_STATE(422)] = 3799, - [SMALL_STATE(423)] = 3890, + [SMALL_STATE(423)] = 3860, [SMALL_STATE(424)] = 3951, [SMALL_STATE(425)] = 4042, - [SMALL_STATE(426)] = 4133, - [SMALL_STATE(427)] = 4224, - [SMALL_STATE(428)] = 4285, - [SMALL_STATE(429)] = 4376, - [SMALL_STATE(430)] = 4467, - [SMALL_STATE(431)] = 4558, - [SMALL_STATE(432)] = 4649, - [SMALL_STATE(433)] = 4740, + [SMALL_STATE(426)] = 4103, + [SMALL_STATE(427)] = 4194, + [SMALL_STATE(428)] = 4255, + [SMALL_STATE(429)] = 4346, + [SMALL_STATE(430)] = 4437, + [SMALL_STATE(431)] = 4528, + [SMALL_STATE(432)] = 4619, + [SMALL_STATE(433)] = 4710, [SMALL_STATE(434)] = 4801, [SMALL_STATE(435)] = 4904, [SMALL_STATE(436)] = 4995, [SMALL_STATE(437)] = 5050, [SMALL_STATE(438)] = 5141, [SMALL_STATE(439)] = 5232, - [SMALL_STATE(440)] = 5323, + [SMALL_STATE(440)] = 5287, [SMALL_STATE(441)] = 5378, [SMALL_STATE(442)] = 5460, [SMALL_STATE(443)] = 5542, @@ -78774,983 +79364,991 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(486)] = 9068, [SMALL_STATE(487)] = 9150, [SMALL_STATE(488)] = 9229, - [SMALL_STATE(489)] = 9280, - [SMALL_STATE(490)] = 9359, - [SMALL_STATE(491)] = 9438, - [SMALL_STATE(492)] = 9517, - [SMALL_STATE(493)] = 9596, - [SMALL_STATE(494)] = 9675, - [SMALL_STATE(495)] = 9754, - [SMALL_STATE(496)] = 9833, - [SMALL_STATE(497)] = 9912, - [SMALL_STATE(498)] = 9991, - [SMALL_STATE(499)] = 10070, - [SMALL_STATE(500)] = 10149, - [SMALL_STATE(501)] = 10228, - [SMALL_STATE(502)] = 10307, - [SMALL_STATE(503)] = 10386, - [SMALL_STATE(504)] = 10462, - [SMALL_STATE(505)] = 10538, - [SMALL_STATE(506)] = 10614, - [SMALL_STATE(507)] = 10674, - [SMALL_STATE(508)] = 10750, - [SMALL_STATE(509)] = 10826, - [SMALL_STATE(510)] = 10902, - [SMALL_STATE(511)] = 10978, - [SMALL_STATE(512)] = 11054, - [SMALL_STATE(513)] = 11130, - [SMALL_STATE(514)] = 11180, - [SMALL_STATE(515)] = 11256, - [SMALL_STATE(516)] = 11332, - [SMALL_STATE(517)] = 11382, - [SMALL_STATE(518)] = 11458, - [SMALL_STATE(519)] = 11534, - [SMALL_STATE(520)] = 11596, - [SMALL_STATE(521)] = 11672, - [SMALL_STATE(522)] = 11748, - [SMALL_STATE(523)] = 11806, - [SMALL_STATE(524)] = 11856, - [SMALL_STATE(525)] = 11916, - [SMALL_STATE(526)] = 11992, - [SMALL_STATE(527)] = 12068, - [SMALL_STATE(528)] = 12118, - [SMALL_STATE(529)] = 12194, - [SMALL_STATE(530)] = 12254, - [SMALL_STATE(531)] = 12330, - [SMALL_STATE(532)] = 12406, - [SMALL_STATE(533)] = 12482, - [SMALL_STATE(534)] = 12558, - [SMALL_STATE(535)] = 12634, - [SMALL_STATE(536)] = 12684, - [SMALL_STATE(537)] = 12760, - [SMALL_STATE(538)] = 12836, - [SMALL_STATE(539)] = 12912, - [SMALL_STATE(540)] = 12988, - [SMALL_STATE(541)] = 13064, - [SMALL_STATE(542)] = 13140, - [SMALL_STATE(543)] = 13216, - [SMALL_STATE(544)] = 13292, - [SMALL_STATE(545)] = 13368, - [SMALL_STATE(546)] = 13418, - [SMALL_STATE(547)] = 13468, - [SMALL_STATE(548)] = 13518, - [SMALL_STATE(549)] = 13594, - [SMALL_STATE(550)] = 13644, - [SMALL_STATE(551)] = 13720, - [SMALL_STATE(552)] = 13802, - [SMALL_STATE(553)] = 13878, - [SMALL_STATE(554)] = 13954, - [SMALL_STATE(555)] = 14030, - [SMALL_STATE(556)] = 14106, - [SMALL_STATE(557)] = 14182, - [SMALL_STATE(558)] = 14258, - [SMALL_STATE(559)] = 14334, - [SMALL_STATE(560)] = 14410, - [SMALL_STATE(561)] = 14486, - [SMALL_STATE(562)] = 14562, - [SMALL_STATE(563)] = 14638, - [SMALL_STATE(564)] = 14714, - [SMALL_STATE(565)] = 14790, - [SMALL_STATE(566)] = 14866, - [SMALL_STATE(567)] = 14942, - [SMALL_STATE(568)] = 15018, - [SMALL_STATE(569)] = 15094, - [SMALL_STATE(570)] = 15170, - [SMALL_STATE(571)] = 15220, - [SMALL_STATE(572)] = 15296, - [SMALL_STATE(573)] = 15372, - [SMALL_STATE(574)] = 15448, - [SMALL_STATE(575)] = 15524, - [SMALL_STATE(576)] = 15600, - [SMALL_STATE(577)] = 15676, - [SMALL_STATE(578)] = 15752, - [SMALL_STATE(579)] = 15828, - [SMALL_STATE(580)] = 15904, - [SMALL_STATE(581)] = 15954, - [SMALL_STATE(582)] = 16004, - [SMALL_STATE(583)] = 16064, - [SMALL_STATE(584)] = 16148, - [SMALL_STATE(585)] = 16224, - [SMALL_STATE(586)] = 16274, - [SMALL_STATE(587)] = 16324, - [SMALL_STATE(588)] = 16400, - [SMALL_STATE(589)] = 16476, - [SMALL_STATE(590)] = 16552, - [SMALL_STATE(591)] = 16628, - [SMALL_STATE(592)] = 16704, - [SMALL_STATE(593)] = 16780, - [SMALL_STATE(594)] = 16856, - [SMALL_STATE(595)] = 16920, - [SMALL_STATE(596)] = 16986, - [SMALL_STATE(597)] = 17056, - [SMALL_STATE(598)] = 17128, - [SMALL_STATE(599)] = 17202, - [SMALL_STATE(600)] = 17278, - [SMALL_STATE(601)] = 17356, - [SMALL_STATE(602)] = 17436, - [SMALL_STATE(603)] = 17512, - [SMALL_STATE(604)] = 17588, - [SMALL_STATE(605)] = 17650, - [SMALL_STATE(606)] = 17700, - [SMALL_STATE(607)] = 17766, - [SMALL_STATE(608)] = 17842, - [SMALL_STATE(609)] = 17918, - [SMALL_STATE(610)] = 17971, - [SMALL_STATE(611)] = 18053, - [SMALL_STATE(612)] = 18100, - [SMALL_STATE(613)] = 18153, - [SMALL_STATE(614)] = 18200, - [SMALL_STATE(615)] = 18247, - [SMALL_STATE(616)] = 18300, - [SMALL_STATE(617)] = 18353, - [SMALL_STATE(618)] = 18406, - [SMALL_STATE(619)] = 18485, - [SMALL_STATE(620)] = 18555, - [SMALL_STATE(621)] = 18635, - [SMALL_STATE(622)] = 18691, - [SMALL_STATE(623)] = 18745, - [SMALL_STATE(624)] = 18821, - [SMALL_STATE(625)] = 18895, - [SMALL_STATE(626)] = 18957, - [SMALL_STATE(627)] = 19029, - [SMALL_STATE(628)] = 19085, - [SMALL_STATE(629)] = 19153, - [SMALL_STATE(630)] = 19219, - [SMALL_STATE(631)] = 19275, - [SMALL_STATE(632)] = 19337, - [SMALL_STATE(633)] = 19397, - [SMALL_STATE(634)] = 19455, - [SMALL_STATE(635)] = 19533, - [SMALL_STATE(636)] = 19589, - [SMALL_STATE(637)] = 19634, - [SMALL_STATE(638)] = 19683, - [SMALL_STATE(639)] = 19728, - [SMALL_STATE(640)] = 19773, - [SMALL_STATE(641)] = 19829, - [SMALL_STATE(642)] = 19901, - [SMALL_STATE(643)] = 19973, - [SMALL_STATE(644)] = 20045, - [SMALL_STATE(645)] = 20117, - [SMALL_STATE(646)] = 20186, - [SMALL_STATE(647)] = 20260, - [SMALL_STATE(648)] = 20304, - [SMALL_STATE(649)] = 20365, - [SMALL_STATE(650)] = 20436, - [SMALL_STATE(651)] = 20509, - [SMALL_STATE(652)] = 20564, - [SMALL_STATE(653)] = 20621, - [SMALL_STATE(654)] = 20684, - [SMALL_STATE(655)] = 20749, - [SMALL_STATE(656)] = 20816, - [SMALL_STATE(657)] = 20883, - [SMALL_STATE(658)] = 20952, - [SMALL_STATE(659)] = 21005, - [SMALL_STATE(660)] = 21062, - [SMALL_STATE(661)] = 21101, - [SMALL_STATE(662)] = 21139, - [SMALL_STATE(663)] = 21177, - [SMALL_STATE(664)] = 21214, - [SMALL_STATE(665)] = 21289, - [SMALL_STATE(666)] = 21326, - [SMALL_STATE(667)] = 21363, - [SMALL_STATE(668)] = 21400, - [SMALL_STATE(669)] = 21437, - [SMALL_STATE(670)] = 21474, - [SMALL_STATE(671)] = 21511, - [SMALL_STATE(672)] = 21548, - [SMALL_STATE(673)] = 21585, - [SMALL_STATE(674)] = 21622, - [SMALL_STATE(675)] = 21659, - [SMALL_STATE(676)] = 21696, - [SMALL_STATE(677)] = 21733, - [SMALL_STATE(678)] = 21770, - [SMALL_STATE(679)] = 21845, - [SMALL_STATE(680)] = 21882, - [SMALL_STATE(681)] = 21919, - [SMALL_STATE(682)] = 21956, - [SMALL_STATE(683)] = 21993, - [SMALL_STATE(684)] = 22030, - [SMALL_STATE(685)] = 22067, - [SMALL_STATE(686)] = 22104, - [SMALL_STATE(687)] = 22141, - [SMALL_STATE(688)] = 22178, - [SMALL_STATE(689)] = 22215, - [SMALL_STATE(690)] = 22288, - [SMALL_STATE(691)] = 22363, - [SMALL_STATE(692)] = 22435, - [SMALL_STATE(693)] = 22471, - [SMALL_STATE(694)] = 22543, - [SMALL_STATE(695)] = 22615, - [SMALL_STATE(696)] = 22687, - [SMALL_STATE(697)] = 22759, - [SMALL_STATE(698)] = 22831, - [SMALL_STATE(699)] = 22903, - [SMALL_STATE(700)] = 22975, - [SMALL_STATE(701)] = 23047, - [SMALL_STATE(702)] = 23119, - [SMALL_STATE(703)] = 23191, - [SMALL_STATE(704)] = 23263, - [SMALL_STATE(705)] = 23335, - [SMALL_STATE(706)] = 23407, - [SMALL_STATE(707)] = 23477, - [SMALL_STATE(708)] = 23525, - [SMALL_STATE(709)] = 23597, - [SMALL_STATE(710)] = 23669, - [SMALL_STATE(711)] = 23741, - [SMALL_STATE(712)] = 23813, - [SMALL_STATE(713)] = 23861, - [SMALL_STATE(714)] = 23933, - [SMALL_STATE(715)] = 24005, - [SMALL_STATE(716)] = 24077, - [SMALL_STATE(717)] = 24149, - [SMALL_STATE(718)] = 24221, - [SMALL_STATE(719)] = 24293, - [SMALL_STATE(720)] = 24365, - [SMALL_STATE(721)] = 24437, - [SMALL_STATE(722)] = 24509, - [SMALL_STATE(723)] = 24581, - [SMALL_STATE(724)] = 24651, - [SMALL_STATE(725)] = 24723, - [SMALL_STATE(726)] = 24795, - [SMALL_STATE(727)] = 24867, - [SMALL_STATE(728)] = 24939, - [SMALL_STATE(729)] = 25009, - [SMALL_STATE(730)] = 25081, - [SMALL_STATE(731)] = 25117, - [SMALL_STATE(732)] = 25189, - [SMALL_STATE(733)] = 25261, - [SMALL_STATE(734)] = 25333, - [SMALL_STATE(735)] = 25405, - [SMALL_STATE(736)] = 25477, - [SMALL_STATE(737)] = 25549, - [SMALL_STATE(738)] = 25621, - [SMALL_STATE(739)] = 25693, - [SMALL_STATE(740)] = 25765, - [SMALL_STATE(741)] = 25837, - [SMALL_STATE(742)] = 25909, - [SMALL_STATE(743)] = 25979, - [SMALL_STATE(744)] = 26027, - [SMALL_STATE(745)] = 26099, - [SMALL_STATE(746)] = 26171, - [SMALL_STATE(747)] = 26243, - [SMALL_STATE(748)] = 26315, - [SMALL_STATE(749)] = 26387, - [SMALL_STATE(750)] = 26459, - [SMALL_STATE(751)] = 26507, - [SMALL_STATE(752)] = 26577, - [SMALL_STATE(753)] = 26646, - [SMALL_STATE(754)] = 26715, - [SMALL_STATE(755)] = 26768, - [SMALL_STATE(756)] = 26837, - [SMALL_STATE(757)] = 26906, - [SMALL_STATE(758)] = 26975, - [SMALL_STATE(759)] = 27018, - [SMALL_STATE(760)] = 27087, - [SMALL_STATE(761)] = 27156, - [SMALL_STATE(762)] = 27191, - [SMALL_STATE(763)] = 27260, - [SMALL_STATE(764)] = 27299, - [SMALL_STATE(765)] = 27334, - [SMALL_STATE(766)] = 27369, - [SMALL_STATE(767)] = 27404, - [SMALL_STATE(768)] = 27439, - [SMALL_STATE(769)] = 27474, - [SMALL_STATE(770)] = 27509, - [SMALL_STATE(771)] = 27544, - [SMALL_STATE(772)] = 27613, - [SMALL_STATE(773)] = 27648, - [SMALL_STATE(774)] = 27683, - [SMALL_STATE(775)] = 27718, - [SMALL_STATE(776)] = 27753, - [SMALL_STATE(777)] = 27788, - [SMALL_STATE(778)] = 27857, - [SMALL_STATE(779)] = 27892, - [SMALL_STATE(780)] = 27927, - [SMALL_STATE(781)] = 27996, - [SMALL_STATE(782)] = 28065, - [SMALL_STATE(783)] = 28100, - [SMALL_STATE(784)] = 28169, - [SMALL_STATE(785)] = 28208, - [SMALL_STATE(786)] = 28243, - [SMALL_STATE(787)] = 28278, - [SMALL_STATE(788)] = 28317, - [SMALL_STATE(789)] = 28386, - [SMALL_STATE(790)] = 28421, - [SMALL_STATE(791)] = 28456, - [SMALL_STATE(792)] = 28491, - [SMALL_STATE(793)] = 28526, - [SMALL_STATE(794)] = 28561, - [SMALL_STATE(795)] = 28596, - [SMALL_STATE(796)] = 28631, - [SMALL_STATE(797)] = 28700, - [SMALL_STATE(798)] = 28735, - [SMALL_STATE(799)] = 28802, - [SMALL_STATE(800)] = 28837, - [SMALL_STATE(801)] = 28872, - [SMALL_STATE(802)] = 28921, - [SMALL_STATE(803)] = 28986, - [SMALL_STATE(804)] = 29055, - [SMALL_STATE(805)] = 29124, - [SMALL_STATE(806)] = 29187, - [SMALL_STATE(807)] = 29250, - [SMALL_STATE(808)] = 29311, - [SMALL_STATE(809)] = 29370, - [SMALL_STATE(810)] = 29405, - [SMALL_STATE(811)] = 29462, - [SMALL_STATE(812)] = 29497, - [SMALL_STATE(813)] = 29566, - [SMALL_STATE(814)] = 29601, - [SMALL_STATE(815)] = 29636, - [SMALL_STATE(816)] = 29675, - [SMALL_STATE(817)] = 29710, - [SMALL_STATE(818)] = 29745, - [SMALL_STATE(819)] = 29784, - [SMALL_STATE(820)] = 29819, - [SMALL_STATE(821)] = 29872, - [SMALL_STATE(822)] = 29907, - [SMALL_STATE(823)] = 29942, - [SMALL_STATE(824)] = 29977, - [SMALL_STATE(825)] = 30046, - [SMALL_STATE(826)] = 30097, - [SMALL_STATE(827)] = 30166, - [SMALL_STATE(828)] = 30235, - [SMALL_STATE(829)] = 30304, - [SMALL_STATE(830)] = 30339, - [SMALL_STATE(831)] = 30374, - [SMALL_STATE(832)] = 30432, - [SMALL_STATE(833)] = 30487, - [SMALL_STATE(834)] = 30542, - [SMALL_STATE(835)] = 30597, - [SMALL_STATE(836)] = 30652, - [SMALL_STATE(837)] = 30707, - [SMALL_STATE(838)] = 30762, - [SMALL_STATE(839)] = 30817, - [SMALL_STATE(840)] = 30872, - [SMALL_STATE(841)] = 30927, - [SMALL_STATE(842)] = 30982, - [SMALL_STATE(843)] = 31037, - [SMALL_STATE(844)] = 31092, - [SMALL_STATE(845)] = 31138, - [SMALL_STATE(846)] = 31184, - [SMALL_STATE(847)] = 31230, - [SMALL_STATE(848)] = 31276, - [SMALL_STATE(849)] = 31311, - [SMALL_STATE(850)] = 31346, - [SMALL_STATE(851)] = 31381, - [SMALL_STATE(852)] = 31416, - [SMALL_STATE(853)] = 31467, - [SMALL_STATE(854)] = 31502, - [SMALL_STATE(855)] = 31550, - [SMALL_STATE(856)] = 31598, - [SMALL_STATE(857)] = 31646, - [SMALL_STATE(858)] = 31694, - [SMALL_STATE(859)] = 31742, - [SMALL_STATE(860)] = 31790, - [SMALL_STATE(861)] = 31838, - [SMALL_STATE(862)] = 31886, - [SMALL_STATE(863)] = 31934, - [SMALL_STATE(864)] = 31968, - [SMALL_STATE(865)] = 31997, - [SMALL_STATE(866)] = 32026, - [SMALL_STATE(867)] = 32055, - [SMALL_STATE(868)] = 32110, - [SMALL_STATE(869)] = 32139, - [SMALL_STATE(870)] = 32168, - [SMALL_STATE(871)] = 32197, - [SMALL_STATE(872)] = 32226, - [SMALL_STATE(873)] = 32281, - [SMALL_STATE(874)] = 32310, - [SMALL_STATE(875)] = 32339, - [SMALL_STATE(876)] = 32368, - [SMALL_STATE(877)] = 32411, - [SMALL_STATE(878)] = 32444, - [SMALL_STATE(879)] = 32473, - [SMALL_STATE(880)] = 32502, - [SMALL_STATE(881)] = 32533, - [SMALL_STATE(882)] = 32562, - [SMALL_STATE(883)] = 32595, - [SMALL_STATE(884)] = 32624, - [SMALL_STATE(885)] = 32653, - [SMALL_STATE(886)] = 32682, - [SMALL_STATE(887)] = 32711, - [SMALL_STATE(888)] = 32740, - [SMALL_STATE(889)] = 32783, - [SMALL_STATE(890)] = 32812, - [SMALL_STATE(891)] = 32841, - [SMALL_STATE(892)] = 32870, - [SMALL_STATE(893)] = 32904, - [SMALL_STATE(894)] = 32932, - [SMALL_STATE(895)] = 32972, - [SMALL_STATE(896)] = 33000, - [SMALL_STATE(897)] = 33048, - [SMALL_STATE(898)] = 33094, - [SMALL_STATE(899)] = 33140, - [SMALL_STATE(900)] = 33184, - [SMALL_STATE(901)] = 33226, - [SMALL_STATE(902)] = 33266, - [SMALL_STATE(903)] = 33306, - [SMALL_STATE(904)] = 33334, - [SMALL_STATE(905)] = 33370, - [SMALL_STATE(906)] = 33410, - [SMALL_STATE(907)] = 33438, - [SMALL_STATE(908)] = 33478, - [SMALL_STATE(909)] = 33506, - [SMALL_STATE(910)] = 33546, - [SMALL_STATE(911)] = 33586, - [SMALL_STATE(912)] = 33626, - [SMALL_STATE(913)] = 33666, - [SMALL_STATE(914)] = 33706, - [SMALL_STATE(915)] = 33756, - [SMALL_STATE(916)] = 33796, - [SMALL_STATE(917)] = 33836, - [SMALL_STATE(918)] = 33876, - [SMALL_STATE(919)] = 33916, - [SMALL_STATE(920)] = 33956, - [SMALL_STATE(921)] = 33996, - [SMALL_STATE(922)] = 34024, - [SMALL_STATE(923)] = 34052, - [SMALL_STATE(924)] = 34092, - [SMALL_STATE(925)] = 34132, - [SMALL_STATE(926)] = 34172, - [SMALL_STATE(927)] = 34204, - [SMALL_STATE(928)] = 34244, - [SMALL_STATE(929)] = 34284, - [SMALL_STATE(930)] = 34312, - [SMALL_STATE(931)] = 34352, - [SMALL_STATE(932)] = 34392, - [SMALL_STATE(933)] = 34432, - [SMALL_STATE(934)] = 34472, - [SMALL_STATE(935)] = 34500, - [SMALL_STATE(936)] = 34540, - [SMALL_STATE(937)] = 34580, - [SMALL_STATE(938)] = 34620, - [SMALL_STATE(939)] = 34648, - [SMALL_STATE(940)] = 34688, - [SMALL_STATE(941)] = 34728, - [SMALL_STATE(942)] = 34768, - [SMALL_STATE(943)] = 34808, - [SMALL_STATE(944)] = 34848, - [SMALL_STATE(945)] = 34888, - [SMALL_STATE(946)] = 34928, - [SMALL_STATE(947)] = 34976, - [SMALL_STATE(948)] = 35009, - [SMALL_STATE(949)] = 35052, - [SMALL_STATE(950)] = 35079, - [SMALL_STATE(951)] = 35124, - [SMALL_STATE(952)] = 35169, - [SMALL_STATE(953)] = 35196, - [SMALL_STATE(954)] = 35223, - [SMALL_STATE(955)] = 35268, - [SMALL_STATE(956)] = 35313, - [SMALL_STATE(957)] = 35358, - [SMALL_STATE(958)] = 35385, - [SMALL_STATE(959)] = 35412, - [SMALL_STATE(960)] = 35439, - [SMALL_STATE(961)] = 35470, - [SMALL_STATE(962)] = 35519, - [SMALL_STATE(963)] = 35546, - [SMALL_STATE(964)] = 35591, - [SMALL_STATE(965)] = 35640, - [SMALL_STATE(966)] = 35685, - [SMALL_STATE(967)] = 35730, - [SMALL_STATE(968)] = 35775, - [SMALL_STATE(969)] = 35802, - [SMALL_STATE(970)] = 35835, - [SMALL_STATE(971)] = 35870, - [SMALL_STATE(972)] = 35907, - [SMALL_STATE(973)] = 35934, - [SMALL_STATE(974)] = 35973, - [SMALL_STATE(975)] = 36002, - [SMALL_STATE(976)] = 36029, - [SMALL_STATE(977)] = 36070, - [SMALL_STATE(978)] = 36115, - [SMALL_STATE(979)] = 36154, - [SMALL_STATE(980)] = 36193, - [SMALL_STATE(981)] = 36232, - [SMALL_STATE(982)] = 36271, - [SMALL_STATE(983)] = 36310, - [SMALL_STATE(984)] = 36349, - [SMALL_STATE(985)] = 36388, - [SMALL_STATE(986)] = 36427, - [SMALL_STATE(987)] = 36466, - [SMALL_STATE(988)] = 36504, - [SMALL_STATE(989)] = 36542, - [SMALL_STATE(990)] = 36580, - [SMALL_STATE(991)] = 36618, - [SMALL_STATE(992)] = 36656, - [SMALL_STATE(993)] = 36688, - [SMALL_STATE(994)] = 36726, - [SMALL_STATE(995)] = 36757, - [SMALL_STATE(996)] = 36795, - [SMALL_STATE(997)] = 36833, - [SMALL_STATE(998)] = 36871, - [SMALL_STATE(999)] = 36892, - [SMALL_STATE(1000)] = 36913, - [SMALL_STATE(1001)] = 36951, - [SMALL_STATE(1002)] = 36989, - [SMALL_STATE(1003)] = 37027, - [SMALL_STATE(1004)] = 37059, - [SMALL_STATE(1005)] = 37091, - [SMALL_STATE(1006)] = 37123, - [SMALL_STATE(1007)] = 37155, - [SMALL_STATE(1008)] = 37187, - [SMALL_STATE(1009)] = 37219, - [SMALL_STATE(1010)] = 37257, - [SMALL_STATE(1011)] = 37289, - [SMALL_STATE(1012)] = 37321, - [SMALL_STATE(1013)] = 37353, - [SMALL_STATE(1014)] = 37376, - [SMALL_STATE(1015)] = 37405, - [SMALL_STATE(1016)] = 37432, - [SMALL_STATE(1017)] = 37467, - [SMALL_STATE(1018)] = 37494, - [SMALL_STATE(1019)] = 37523, - [SMALL_STATE(1020)] = 37552, - [SMALL_STATE(1021)] = 37579, - [SMALL_STATE(1022)] = 37608, - [SMALL_STATE(1023)] = 37637, - [SMALL_STATE(1024)] = 37666, - [SMALL_STATE(1025)] = 37695, - [SMALL_STATE(1026)] = 37718, - [SMALL_STATE(1027)] = 37747, - [SMALL_STATE(1028)] = 37776, - [SMALL_STATE(1029)] = 37811, - [SMALL_STATE(1030)] = 37840, - [SMALL_STATE(1031)] = 37863, - [SMALL_STATE(1032)] = 37892, - [SMALL_STATE(1033)] = 37915, - [SMALL_STATE(1034)] = 37944, - [SMALL_STATE(1035)] = 37973, - [SMALL_STATE(1036)] = 38002, - [SMALL_STATE(1037)] = 38031, - [SMALL_STATE(1038)] = 38060, - [SMALL_STATE(1039)] = 38089, - [SMALL_STATE(1040)] = 38116, - [SMALL_STATE(1041)] = 38151, - [SMALL_STATE(1042)] = 38183, - [SMALL_STATE(1043)] = 38215, - [SMALL_STATE(1044)] = 38237, - [SMALL_STATE(1045)] = 38263, - [SMALL_STATE(1046)] = 38295, - [SMALL_STATE(1047)] = 38327, - [SMALL_STATE(1048)] = 38353, - [SMALL_STATE(1049)] = 38379, - [SMALL_STATE(1050)] = 38397, - [SMALL_STATE(1051)] = 38415, - [SMALL_STATE(1052)] = 38433, - [SMALL_STATE(1053)] = 38459, - [SMALL_STATE(1054)] = 38486, - [SMALL_STATE(1055)] = 38515, - [SMALL_STATE(1056)] = 38544, - [SMALL_STATE(1057)] = 38565, - [SMALL_STATE(1058)] = 38594, - [SMALL_STATE(1059)] = 38623, - [SMALL_STATE(1060)] = 38648, - [SMALL_STATE(1061)] = 38677, - [SMALL_STATE(1062)] = 38702, - [SMALL_STATE(1063)] = 38723, - [SMALL_STATE(1064)] = 38744, - [SMALL_STATE(1065)] = 38765, - [SMALL_STATE(1066)] = 38794, - [SMALL_STATE(1067)] = 38823, - [SMALL_STATE(1068)] = 38848, - [SMALL_STATE(1069)] = 38877, - [SMALL_STATE(1070)] = 38902, - [SMALL_STATE(1071)] = 38927, - [SMALL_STATE(1072)] = 38948, - [SMALL_STATE(1073)] = 38972, - [SMALL_STATE(1074)] = 38988, - [SMALL_STATE(1075)] = 39014, - [SMALL_STATE(1076)] = 39030, - [SMALL_STATE(1077)] = 39056, - [SMALL_STATE(1078)] = 39072, - [SMALL_STATE(1079)] = 39088, - [SMALL_STATE(1080)] = 39108, - [SMALL_STATE(1081)] = 39134, - [SMALL_STATE(1082)] = 39160, - [SMALL_STATE(1083)] = 39184, - [SMALL_STATE(1084)] = 39200, - [SMALL_STATE(1085)] = 39216, - [SMALL_STATE(1086)] = 39231, - [SMALL_STATE(1087)] = 39246, - [SMALL_STATE(1088)] = 39261, - [SMALL_STATE(1089)] = 39284, - [SMALL_STATE(1090)] = 39299, - [SMALL_STATE(1091)] = 39322, - [SMALL_STATE(1092)] = 39337, - [SMALL_STATE(1093)] = 39352, - [SMALL_STATE(1094)] = 39367, - [SMALL_STATE(1095)] = 39382, - [SMALL_STATE(1096)] = 39405, - [SMALL_STATE(1097)] = 39419, - [SMALL_STATE(1098)] = 39433, - [SMALL_STATE(1099)] = 39447, - [SMALL_STATE(1100)] = 39465, - [SMALL_STATE(1101)] = 39479, - [SMALL_STATE(1102)] = 39493, - [SMALL_STATE(1103)] = 39507, - [SMALL_STATE(1104)] = 39521, - [SMALL_STATE(1105)] = 39535, - [SMALL_STATE(1106)] = 39553, - [SMALL_STATE(1107)] = 39572, - [SMALL_STATE(1108)] = 39589, - [SMALL_STATE(1109)] = 39606, - [SMALL_STATE(1110)] = 39625, - [SMALL_STATE(1111)] = 39642, - [SMALL_STATE(1112)] = 39661, - [SMALL_STATE(1113)] = 39680, - [SMALL_STATE(1114)] = 39697, - [SMALL_STATE(1115)] = 39716, - [SMALL_STATE(1116)] = 39732, - [SMALL_STATE(1117)] = 39742, - [SMALL_STATE(1118)] = 39758, - [SMALL_STATE(1119)] = 39774, - [SMALL_STATE(1120)] = 39784, - [SMALL_STATE(1121)] = 39794, - [SMALL_STATE(1122)] = 39804, - [SMALL_STATE(1123)] = 39820, - [SMALL_STATE(1124)] = 39836, - [SMALL_STATE(1125)] = 39846, - [SMALL_STATE(1126)] = 39860, - [SMALL_STATE(1127)] = 39876, - [SMALL_STATE(1128)] = 39892, - [SMALL_STATE(1129)] = 39902, - [SMALL_STATE(1130)] = 39918, - [SMALL_STATE(1131)] = 39934, - [SMALL_STATE(1132)] = 39944, - [SMALL_STATE(1133)] = 39960, - [SMALL_STATE(1134)] = 39976, - [SMALL_STATE(1135)] = 39986, - [SMALL_STATE(1136)] = 40002, - [SMALL_STATE(1137)] = 40016, - [SMALL_STATE(1138)] = 40032, - [SMALL_STATE(1139)] = 40042, - [SMALL_STATE(1140)] = 40058, - [SMALL_STATE(1141)] = 40074, - [SMALL_STATE(1142)] = 40084, - [SMALL_STATE(1143)] = 40094, - [SMALL_STATE(1144)] = 40110, - [SMALL_STATE(1145)] = 40126, - [SMALL_STATE(1146)] = 40142, - [SMALL_STATE(1147)] = 40158, - [SMALL_STATE(1148)] = 40168, - [SMALL_STATE(1149)] = 40184, - [SMALL_STATE(1150)] = 40197, - [SMALL_STATE(1151)] = 40210, - [SMALL_STATE(1152)] = 40223, - [SMALL_STATE(1153)] = 40236, - [SMALL_STATE(1154)] = 40249, - [SMALL_STATE(1155)] = 40262, - [SMALL_STATE(1156)] = 40275, - [SMALL_STATE(1157)] = 40288, - [SMALL_STATE(1158)] = 40301, - [SMALL_STATE(1159)] = 40314, - [SMALL_STATE(1160)] = 40327, - [SMALL_STATE(1161)] = 40340, - [SMALL_STATE(1162)] = 40353, - [SMALL_STATE(1163)] = 40366, - [SMALL_STATE(1164)] = 40379, - [SMALL_STATE(1165)] = 40392, - [SMALL_STATE(1166)] = 40405, - [SMALL_STATE(1167)] = 40418, - [SMALL_STATE(1168)] = 40431, - [SMALL_STATE(1169)] = 40444, - [SMALL_STATE(1170)] = 40457, - [SMALL_STATE(1171)] = 40470, - [SMALL_STATE(1172)] = 40483, - [SMALL_STATE(1173)] = 40496, - [SMALL_STATE(1174)] = 40509, - [SMALL_STATE(1175)] = 40522, - [SMALL_STATE(1176)] = 40535, - [SMALL_STATE(1177)] = 40548, - [SMALL_STATE(1178)] = 40561, - [SMALL_STATE(1179)] = 40574, - [SMALL_STATE(1180)] = 40587, - [SMALL_STATE(1181)] = 40600, - [SMALL_STATE(1182)] = 40613, - [SMALL_STATE(1183)] = 40626, - [SMALL_STATE(1184)] = 40639, - [SMALL_STATE(1185)] = 40652, - [SMALL_STATE(1186)] = 40661, - [SMALL_STATE(1187)] = 40674, - [SMALL_STATE(1188)] = 40687, - [SMALL_STATE(1189)] = 40700, - [SMALL_STATE(1190)] = 40713, - [SMALL_STATE(1191)] = 40724, - [SMALL_STATE(1192)] = 40737, - [SMALL_STATE(1193)] = 40750, - [SMALL_STATE(1194)] = 40763, - [SMALL_STATE(1195)] = 40776, - [SMALL_STATE(1196)] = 40789, - [SMALL_STATE(1197)] = 40802, - [SMALL_STATE(1198)] = 40815, - [SMALL_STATE(1199)] = 40828, - [SMALL_STATE(1200)] = 40841, - [SMALL_STATE(1201)] = 40852, - [SMALL_STATE(1202)] = 40865, - [SMALL_STATE(1203)] = 40878, - [SMALL_STATE(1204)] = 40891, - [SMALL_STATE(1205)] = 40904, - [SMALL_STATE(1206)] = 40917, - [SMALL_STATE(1207)] = 40930, - [SMALL_STATE(1208)] = 40939, - [SMALL_STATE(1209)] = 40952, - [SMALL_STATE(1210)] = 40960, - [SMALL_STATE(1211)] = 40970, - [SMALL_STATE(1212)] = 40978, - [SMALL_STATE(1213)] = 40988, - [SMALL_STATE(1214)] = 40996, - [SMALL_STATE(1215)] = 41006, - [SMALL_STATE(1216)] = 41016, - [SMALL_STATE(1217)] = 41026, - [SMALL_STATE(1218)] = 41034, - [SMALL_STATE(1219)] = 41044, - [SMALL_STATE(1220)] = 41054, - [SMALL_STATE(1221)] = 41062, - [SMALL_STATE(1222)] = 41072, - [SMALL_STATE(1223)] = 41080, - [SMALL_STATE(1224)] = 41090, - [SMALL_STATE(1225)] = 41098, - [SMALL_STATE(1226)] = 41108, - [SMALL_STATE(1227)] = 41118, - [SMALL_STATE(1228)] = 41128, - [SMALL_STATE(1229)] = 41136, - [SMALL_STATE(1230)] = 41144, - [SMALL_STATE(1231)] = 41154, - [SMALL_STATE(1232)] = 41164, - [SMALL_STATE(1233)] = 41172, - [SMALL_STATE(1234)] = 41180, - [SMALL_STATE(1235)] = 41190, - [SMALL_STATE(1236)] = 41198, - [SMALL_STATE(1237)] = 41206, - [SMALL_STATE(1238)] = 41214, - [SMALL_STATE(1239)] = 41224, - [SMALL_STATE(1240)] = 41232, - [SMALL_STATE(1241)] = 41242, - [SMALL_STATE(1242)] = 41250, - [SMALL_STATE(1243)] = 41260, - [SMALL_STATE(1244)] = 41270, - [SMALL_STATE(1245)] = 41280, - [SMALL_STATE(1246)] = 41290, - [SMALL_STATE(1247)] = 41300, - [SMALL_STATE(1248)] = 41310, - [SMALL_STATE(1249)] = 41320, - [SMALL_STATE(1250)] = 41330, - [SMALL_STATE(1251)] = 41340, - [SMALL_STATE(1252)] = 41350, - [SMALL_STATE(1253)] = 41360, - [SMALL_STATE(1254)] = 41370, - [SMALL_STATE(1255)] = 41380, - [SMALL_STATE(1256)] = 41390, - [SMALL_STATE(1257)] = 41400, - [SMALL_STATE(1258)] = 41408, - [SMALL_STATE(1259)] = 41418, - [SMALL_STATE(1260)] = 41428, - [SMALL_STATE(1261)] = 41436, - [SMALL_STATE(1262)] = 41446, - [SMALL_STATE(1263)] = 41456, - [SMALL_STATE(1264)] = 41464, - [SMALL_STATE(1265)] = 41474, - [SMALL_STATE(1266)] = 41484, - [SMALL_STATE(1267)] = 41494, - [SMALL_STATE(1268)] = 41504, - [SMALL_STATE(1269)] = 41514, - [SMALL_STATE(1270)] = 41524, - [SMALL_STATE(1271)] = 41534, - [SMALL_STATE(1272)] = 41541, - [SMALL_STATE(1273)] = 41548, - [SMALL_STATE(1274)] = 41555, - [SMALL_STATE(1275)] = 41562, - [SMALL_STATE(1276)] = 41569, - [SMALL_STATE(1277)] = 41576, - [SMALL_STATE(1278)] = 41583, - [SMALL_STATE(1279)] = 41590, - [SMALL_STATE(1280)] = 41597, - [SMALL_STATE(1281)] = 41604, - [SMALL_STATE(1282)] = 41611, - [SMALL_STATE(1283)] = 41618, - [SMALL_STATE(1284)] = 41625, - [SMALL_STATE(1285)] = 41632, - [SMALL_STATE(1286)] = 41639, - [SMALL_STATE(1287)] = 41646, - [SMALL_STATE(1288)] = 41653, - [SMALL_STATE(1289)] = 41660, - [SMALL_STATE(1290)] = 41667, - [SMALL_STATE(1291)] = 41674, - [SMALL_STATE(1292)] = 41681, - [SMALL_STATE(1293)] = 41688, - [SMALL_STATE(1294)] = 41695, - [SMALL_STATE(1295)] = 41702, - [SMALL_STATE(1296)] = 41709, - [SMALL_STATE(1297)] = 41716, - [SMALL_STATE(1298)] = 41723, - [SMALL_STATE(1299)] = 41730, - [SMALL_STATE(1300)] = 41737, - [SMALL_STATE(1301)] = 41744, - [SMALL_STATE(1302)] = 41751, - [SMALL_STATE(1303)] = 41758, - [SMALL_STATE(1304)] = 41765, - [SMALL_STATE(1305)] = 41772, - [SMALL_STATE(1306)] = 41779, - [SMALL_STATE(1307)] = 41786, - [SMALL_STATE(1308)] = 41793, - [SMALL_STATE(1309)] = 41800, - [SMALL_STATE(1310)] = 41807, - [SMALL_STATE(1311)] = 41814, - [SMALL_STATE(1312)] = 41821, - [SMALL_STATE(1313)] = 41828, - [SMALL_STATE(1314)] = 41835, - [SMALL_STATE(1315)] = 41842, - [SMALL_STATE(1316)] = 41849, - [SMALL_STATE(1317)] = 41856, - [SMALL_STATE(1318)] = 41863, - [SMALL_STATE(1319)] = 41870, - [SMALL_STATE(1320)] = 41877, - [SMALL_STATE(1321)] = 41884, - [SMALL_STATE(1322)] = 41891, - [SMALL_STATE(1323)] = 41898, - [SMALL_STATE(1324)] = 41905, - [SMALL_STATE(1325)] = 41912, - [SMALL_STATE(1326)] = 41919, - [SMALL_STATE(1327)] = 41926, - [SMALL_STATE(1328)] = 41933, - [SMALL_STATE(1329)] = 41940, - [SMALL_STATE(1330)] = 41947, - [SMALL_STATE(1331)] = 41954, - [SMALL_STATE(1332)] = 41961, - [SMALL_STATE(1333)] = 41968, - [SMALL_STATE(1334)] = 41975, - [SMALL_STATE(1335)] = 41982, - [SMALL_STATE(1336)] = 41989, - [SMALL_STATE(1337)] = 41996, - [SMALL_STATE(1338)] = 42003, - [SMALL_STATE(1339)] = 42010, - [SMALL_STATE(1340)] = 42017, - [SMALL_STATE(1341)] = 42024, - [SMALL_STATE(1342)] = 42031, - [SMALL_STATE(1343)] = 42038, - [SMALL_STATE(1344)] = 42045, - [SMALL_STATE(1345)] = 42052, - [SMALL_STATE(1346)] = 42059, - [SMALL_STATE(1347)] = 42066, - [SMALL_STATE(1348)] = 42073, - [SMALL_STATE(1349)] = 42080, - [SMALL_STATE(1350)] = 42087, - [SMALL_STATE(1351)] = 42094, - [SMALL_STATE(1352)] = 42101, - [SMALL_STATE(1353)] = 42108, - [SMALL_STATE(1354)] = 42115, - [SMALL_STATE(1355)] = 42122, - [SMALL_STATE(1356)] = 42129, - [SMALL_STATE(1357)] = 42136, - [SMALL_STATE(1358)] = 42143, - [SMALL_STATE(1359)] = 42150, - [SMALL_STATE(1360)] = 42157, - [SMALL_STATE(1361)] = 42164, - [SMALL_STATE(1362)] = 42171, - [SMALL_STATE(1363)] = 42178, - [SMALL_STATE(1364)] = 42185, - [SMALL_STATE(1365)] = 42192, - [SMALL_STATE(1366)] = 42199, - [SMALL_STATE(1367)] = 42206, - [SMALL_STATE(1368)] = 42213, - [SMALL_STATE(1369)] = 42220, - [SMALL_STATE(1370)] = 42227, - [SMALL_STATE(1371)] = 42234, - [SMALL_STATE(1372)] = 42241, - [SMALL_STATE(1373)] = 42248, - [SMALL_STATE(1374)] = 42255, - [SMALL_STATE(1375)] = 42262, - [SMALL_STATE(1376)] = 42269, - [SMALL_STATE(1377)] = 42276, - [SMALL_STATE(1378)] = 42283, - [SMALL_STATE(1379)] = 42290, - [SMALL_STATE(1380)] = 42297, - [SMALL_STATE(1381)] = 42304, - [SMALL_STATE(1382)] = 42311, - [SMALL_STATE(1383)] = 42318, - [SMALL_STATE(1384)] = 42325, - [SMALL_STATE(1385)] = 42332, - [SMALL_STATE(1386)] = 42339, - [SMALL_STATE(1387)] = 42346, - [SMALL_STATE(1388)] = 42353, - [SMALL_STATE(1389)] = 42360, - [SMALL_STATE(1390)] = 42367, - [SMALL_STATE(1391)] = 42374, - [SMALL_STATE(1392)] = 42381, - [SMALL_STATE(1393)] = 42388, - [SMALL_STATE(1394)] = 42395, - [SMALL_STATE(1395)] = 42402, - [SMALL_STATE(1396)] = 42409, - [SMALL_STATE(1397)] = 42416, - [SMALL_STATE(1398)] = 42423, - [SMALL_STATE(1399)] = 42430, - [SMALL_STATE(1400)] = 42437, - [SMALL_STATE(1401)] = 42444, - [SMALL_STATE(1402)] = 42451, - [SMALL_STATE(1403)] = 42458, - [SMALL_STATE(1404)] = 42465, - [SMALL_STATE(1405)] = 42472, - [SMALL_STATE(1406)] = 42479, - [SMALL_STATE(1407)] = 42486, - [SMALL_STATE(1408)] = 42493, - [SMALL_STATE(1409)] = 42500, - [SMALL_STATE(1410)] = 42507, - [SMALL_STATE(1411)] = 42514, - [SMALL_STATE(1412)] = 42521, - [SMALL_STATE(1413)] = 42528, - [SMALL_STATE(1414)] = 42535, - [SMALL_STATE(1415)] = 42542, - [SMALL_STATE(1416)] = 42549, - [SMALL_STATE(1417)] = 42556, - [SMALL_STATE(1418)] = 42563, - [SMALL_STATE(1419)] = 42570, - [SMALL_STATE(1420)] = 42577, - [SMALL_STATE(1421)] = 42584, - [SMALL_STATE(1422)] = 42591, - [SMALL_STATE(1423)] = 42598, - [SMALL_STATE(1424)] = 42605, - [SMALL_STATE(1425)] = 42612, - [SMALL_STATE(1426)] = 42619, - [SMALL_STATE(1427)] = 42626, - [SMALL_STATE(1428)] = 42633, - [SMALL_STATE(1429)] = 42640, - [SMALL_STATE(1430)] = 42647, - [SMALL_STATE(1431)] = 42654, - [SMALL_STATE(1432)] = 42661, - [SMALL_STATE(1433)] = 42668, - [SMALL_STATE(1434)] = 42675, - [SMALL_STATE(1435)] = 42682, - [SMALL_STATE(1436)] = 42689, - [SMALL_STATE(1437)] = 42696, - [SMALL_STATE(1438)] = 42703, - [SMALL_STATE(1439)] = 42710, - [SMALL_STATE(1440)] = 42717, - [SMALL_STATE(1441)] = 42724, - [SMALL_STATE(1442)] = 42731, - [SMALL_STATE(1443)] = 42738, - [SMALL_STATE(1444)] = 42745, - [SMALL_STATE(1445)] = 42752, - [SMALL_STATE(1446)] = 42759, - [SMALL_STATE(1447)] = 42766, - [SMALL_STATE(1448)] = 42773, - [SMALL_STATE(1449)] = 42780, - [SMALL_STATE(1450)] = 42787, - [SMALL_STATE(1451)] = 42794, - [SMALL_STATE(1452)] = 42801, - [SMALL_STATE(1453)] = 42808, - [SMALL_STATE(1454)] = 42815, - [SMALL_STATE(1455)] = 42822, - [SMALL_STATE(1456)] = 42829, - [SMALL_STATE(1457)] = 42836, - [SMALL_STATE(1458)] = 42843, - [SMALL_STATE(1459)] = 42850, - [SMALL_STATE(1460)] = 42857, - [SMALL_STATE(1461)] = 42864, - [SMALL_STATE(1462)] = 42871, - [SMALL_STATE(1463)] = 42878, - [SMALL_STATE(1464)] = 42885, - [SMALL_STATE(1465)] = 42892, + [SMALL_STATE(489)] = 9308, + [SMALL_STATE(490)] = 9387, + [SMALL_STATE(491)] = 9466, + [SMALL_STATE(492)] = 9545, + [SMALL_STATE(493)] = 9624, + [SMALL_STATE(494)] = 9703, + [SMALL_STATE(495)] = 9782, + [SMALL_STATE(496)] = 9861, + [SMALL_STATE(497)] = 9940, + [SMALL_STATE(498)] = 10019, + [SMALL_STATE(499)] = 10098, + [SMALL_STATE(500)] = 10177, + [SMALL_STATE(501)] = 10256, + [SMALL_STATE(502)] = 10335, + [SMALL_STATE(503)] = 10414, + [SMALL_STATE(504)] = 10465, + [SMALL_STATE(505)] = 10544, + [SMALL_STATE(506)] = 10623, + [SMALL_STATE(507)] = 10702, + [SMALL_STATE(508)] = 10778, + [SMALL_STATE(509)] = 10854, + [SMALL_STATE(510)] = 10914, + [SMALL_STATE(511)] = 10990, + [SMALL_STATE(512)] = 11066, + [SMALL_STATE(513)] = 11116, + [SMALL_STATE(514)] = 11192, + [SMALL_STATE(515)] = 11268, + [SMALL_STATE(516)] = 11318, + [SMALL_STATE(517)] = 11394, + [SMALL_STATE(518)] = 11478, + [SMALL_STATE(519)] = 11528, + [SMALL_STATE(520)] = 11604, + [SMALL_STATE(521)] = 11680, + [SMALL_STATE(522)] = 11742, + [SMALL_STATE(523)] = 11818, + [SMALL_STATE(524)] = 11894, + [SMALL_STATE(525)] = 11970, + [SMALL_STATE(526)] = 12046, + [SMALL_STATE(527)] = 12122, + [SMALL_STATE(528)] = 12198, + [SMALL_STATE(529)] = 12274, + [SMALL_STATE(530)] = 12324, + [SMALL_STATE(531)] = 12400, + [SMALL_STATE(532)] = 12476, + [SMALL_STATE(533)] = 12552, + [SMALL_STATE(534)] = 12618, + [SMALL_STATE(535)] = 12694, + [SMALL_STATE(536)] = 12778, + [SMALL_STATE(537)] = 12836, + [SMALL_STATE(538)] = 12886, + [SMALL_STATE(539)] = 12946, + [SMALL_STATE(540)] = 13022, + [SMALL_STATE(541)] = 13098, + [SMALL_STATE(542)] = 13174, + [SMALL_STATE(543)] = 13250, + [SMALL_STATE(544)] = 13300, + [SMALL_STATE(545)] = 13350, + [SMALL_STATE(546)] = 13426, + [SMALL_STATE(547)] = 13476, + [SMALL_STATE(548)] = 13536, + [SMALL_STATE(549)] = 13586, + [SMALL_STATE(550)] = 13636, + [SMALL_STATE(551)] = 13712, + [SMALL_STATE(552)] = 13788, + [SMALL_STATE(553)] = 13864, + [SMALL_STATE(554)] = 13914, + [SMALL_STATE(555)] = 13990, + [SMALL_STATE(556)] = 14066, + [SMALL_STATE(557)] = 14142, + [SMALL_STATE(558)] = 14218, + [SMALL_STATE(559)] = 14294, + [SMALL_STATE(560)] = 14370, + [SMALL_STATE(561)] = 14446, + [SMALL_STATE(562)] = 14522, + [SMALL_STATE(563)] = 14572, + [SMALL_STATE(564)] = 14648, + [SMALL_STATE(565)] = 14724, + [SMALL_STATE(566)] = 14800, + [SMALL_STATE(567)] = 14876, + [SMALL_STATE(568)] = 14952, + [SMALL_STATE(569)] = 15028, + [SMALL_STATE(570)] = 15104, + [SMALL_STATE(571)] = 15180, + [SMALL_STATE(572)] = 15256, + [SMALL_STATE(573)] = 15332, + [SMALL_STATE(574)] = 15408, + [SMALL_STATE(575)] = 15484, + [SMALL_STATE(576)] = 15560, + [SMALL_STATE(577)] = 15610, + [SMALL_STATE(578)] = 15686, + [SMALL_STATE(579)] = 15762, + [SMALL_STATE(580)] = 15812, + [SMALL_STATE(581)] = 15876, + [SMALL_STATE(582)] = 15958, + [SMALL_STATE(583)] = 16034, + [SMALL_STATE(584)] = 16110, + [SMALL_STATE(585)] = 16186, + [SMALL_STATE(586)] = 16262, + [SMALL_STATE(587)] = 16328, + [SMALL_STATE(588)] = 16404, + [SMALL_STATE(589)] = 16454, + [SMALL_STATE(590)] = 16524, + [SMALL_STATE(591)] = 16596, + [SMALL_STATE(592)] = 16656, + [SMALL_STATE(593)] = 16732, + [SMALL_STATE(594)] = 16806, + [SMALL_STATE(595)] = 16882, + [SMALL_STATE(596)] = 16958, + [SMALL_STATE(597)] = 17034, + [SMALL_STATE(598)] = 17112, + [SMALL_STATE(599)] = 17188, + [SMALL_STATE(600)] = 17268, + [SMALL_STATE(601)] = 17344, + [SMALL_STATE(602)] = 17420, + [SMALL_STATE(603)] = 17496, + [SMALL_STATE(604)] = 17572, + [SMALL_STATE(605)] = 17648, + [SMALL_STATE(606)] = 17710, + [SMALL_STATE(607)] = 17786, + [SMALL_STATE(608)] = 17862, + [SMALL_STATE(609)] = 17938, + [SMALL_STATE(610)] = 18014, + [SMALL_STATE(611)] = 18090, + [SMALL_STATE(612)] = 18166, + [SMALL_STATE(613)] = 18242, + [SMALL_STATE(614)] = 18318, + [SMALL_STATE(615)] = 18371, + [SMALL_STATE(616)] = 18453, + [SMALL_STATE(617)] = 18506, + [SMALL_STATE(618)] = 18553, + [SMALL_STATE(619)] = 18606, + [SMALL_STATE(620)] = 18653, + [SMALL_STATE(621)] = 18706, + [SMALL_STATE(622)] = 18785, + [SMALL_STATE(623)] = 18832, + [SMALL_STATE(624)] = 18885, + [SMALL_STATE(625)] = 18941, + [SMALL_STATE(626)] = 19021, + [SMALL_STATE(627)] = 19095, + [SMALL_STATE(628)] = 19171, + [SMALL_STATE(629)] = 19227, + [SMALL_STATE(630)] = 19285, + [SMALL_STATE(631)] = 19363, + [SMALL_STATE(632)] = 19419, + [SMALL_STATE(633)] = 19475, + [SMALL_STATE(634)] = 19545, + [SMALL_STATE(635)] = 19613, + [SMALL_STATE(636)] = 19685, + [SMALL_STATE(637)] = 19739, + [SMALL_STATE(638)] = 19801, + [SMALL_STATE(639)] = 19867, + [SMALL_STATE(640)] = 19929, + [SMALL_STATE(641)] = 20009, + [SMALL_STATE(642)] = 20069, + [SMALL_STATE(643)] = 20118, + [SMALL_STATE(644)] = 20163, + [SMALL_STATE(645)] = 20208, + [SMALL_STATE(646)] = 20253, + [SMALL_STATE(647)] = 20325, + [SMALL_STATE(648)] = 20397, + [SMALL_STATE(649)] = 20469, + [SMALL_STATE(650)] = 20525, + [SMALL_STATE(651)] = 20597, + [SMALL_STATE(652)] = 20666, + [SMALL_STATE(653)] = 20740, + [SMALL_STATE(654)] = 20784, + [SMALL_STATE(655)] = 20837, + [SMALL_STATE(656)] = 20908, + [SMALL_STATE(657)] = 20965, + [SMALL_STATE(658)] = 21026, + [SMALL_STATE(659)] = 21089, + [SMALL_STATE(660)] = 21146, + [SMALL_STATE(661)] = 21211, + [SMALL_STATE(662)] = 21278, + [SMALL_STATE(663)] = 21351, + [SMALL_STATE(664)] = 21418, + [SMALL_STATE(665)] = 21457, + [SMALL_STATE(666)] = 21526, + [SMALL_STATE(667)] = 21581, + [SMALL_STATE(668)] = 21654, + [SMALL_STATE(669)] = 21692, + [SMALL_STATE(670)] = 21730, + [SMALL_STATE(671)] = 21767, + [SMALL_STATE(672)] = 21804, + [SMALL_STATE(673)] = 21841, + [SMALL_STATE(674)] = 21878, + [SMALL_STATE(675)] = 21951, + [SMALL_STATE(676)] = 21988, + [SMALL_STATE(677)] = 22063, + [SMALL_STATE(678)] = 22100, + [SMALL_STATE(679)] = 22137, + [SMALL_STATE(680)] = 22174, + [SMALL_STATE(681)] = 22211, + [SMALL_STATE(682)] = 22248, + [SMALL_STATE(683)] = 22285, + [SMALL_STATE(684)] = 22360, + [SMALL_STATE(685)] = 22397, + [SMALL_STATE(686)] = 22434, + [SMALL_STATE(687)] = 22471, + [SMALL_STATE(688)] = 22508, + [SMALL_STATE(689)] = 22583, + [SMALL_STATE(690)] = 22620, + [SMALL_STATE(691)] = 22657, + [SMALL_STATE(692)] = 22694, + [SMALL_STATE(693)] = 22731, + [SMALL_STATE(694)] = 22768, + [SMALL_STATE(695)] = 22805, + [SMALL_STATE(696)] = 22842, + [SMALL_STATE(697)] = 22879, + [SMALL_STATE(698)] = 22916, + [SMALL_STATE(699)] = 22988, + [SMALL_STATE(700)] = 23060, + [SMALL_STATE(701)] = 23132, + [SMALL_STATE(702)] = 23204, + [SMALL_STATE(703)] = 23276, + [SMALL_STATE(704)] = 23348, + [SMALL_STATE(705)] = 23420, + [SMALL_STATE(706)] = 23492, + [SMALL_STATE(707)] = 23564, + [SMALL_STATE(708)] = 23636, + [SMALL_STATE(709)] = 23708, + [SMALL_STATE(710)] = 23780, + [SMALL_STATE(711)] = 23850, + [SMALL_STATE(712)] = 23922, + [SMALL_STATE(713)] = 23992, + [SMALL_STATE(714)] = 24064, + [SMALL_STATE(715)] = 24136, + [SMALL_STATE(716)] = 24208, + [SMALL_STATE(717)] = 24280, + [SMALL_STATE(718)] = 24316, + [SMALL_STATE(719)] = 24388, + [SMALL_STATE(720)] = 24436, + [SMALL_STATE(721)] = 24484, + [SMALL_STATE(722)] = 24556, + [SMALL_STATE(723)] = 24628, + [SMALL_STATE(724)] = 24700, + [SMALL_STATE(725)] = 24772, + [SMALL_STATE(726)] = 24844, + [SMALL_STATE(727)] = 24916, + [SMALL_STATE(728)] = 24988, + [SMALL_STATE(729)] = 25060, + [SMALL_STATE(730)] = 25132, + [SMALL_STATE(731)] = 25204, + [SMALL_STATE(732)] = 25240, + [SMALL_STATE(733)] = 25312, + [SMALL_STATE(734)] = 25384, + [SMALL_STATE(735)] = 25456, + [SMALL_STATE(736)] = 25526, + [SMALL_STATE(737)] = 25598, + [SMALL_STATE(738)] = 25670, + [SMALL_STATE(739)] = 25742, + [SMALL_STATE(740)] = 25814, + [SMALL_STATE(741)] = 25886, + [SMALL_STATE(742)] = 25958, + [SMALL_STATE(743)] = 26030, + [SMALL_STATE(744)] = 26078, + [SMALL_STATE(745)] = 26126, + [SMALL_STATE(746)] = 26198, + [SMALL_STATE(747)] = 26268, + [SMALL_STATE(748)] = 26340, + [SMALL_STATE(749)] = 26412, + [SMALL_STATE(750)] = 26484, + [SMALL_STATE(751)] = 26556, + [SMALL_STATE(752)] = 26628, + [SMALL_STATE(753)] = 26700, + [SMALL_STATE(754)] = 26772, + [SMALL_STATE(755)] = 26844, + [SMALL_STATE(756)] = 26916, + [SMALL_STATE(757)] = 26988, + [SMALL_STATE(758)] = 27058, + [SMALL_STATE(759)] = 27130, + [SMALL_STATE(760)] = 27199, + [SMALL_STATE(761)] = 27268, + [SMALL_STATE(762)] = 27303, + [SMALL_STATE(763)] = 27338, + [SMALL_STATE(764)] = 27373, + [SMALL_STATE(765)] = 27408, + [SMALL_STATE(766)] = 27477, + [SMALL_STATE(767)] = 27546, + [SMALL_STATE(768)] = 27615, + [SMALL_STATE(769)] = 27650, + [SMALL_STATE(770)] = 27717, + [SMALL_STATE(771)] = 27766, + [SMALL_STATE(772)] = 27831, + [SMALL_STATE(773)] = 27894, + [SMALL_STATE(774)] = 27957, + [SMALL_STATE(775)] = 28018, + [SMALL_STATE(776)] = 28077, + [SMALL_STATE(777)] = 28134, + [SMALL_STATE(778)] = 28187, + [SMALL_STATE(779)] = 28238, + [SMALL_STATE(780)] = 28307, + [SMALL_STATE(781)] = 28342, + [SMALL_STATE(782)] = 28377, + [SMALL_STATE(783)] = 28446, + [SMALL_STATE(784)] = 28481, + [SMALL_STATE(785)] = 28550, + [SMALL_STATE(786)] = 28589, + [SMALL_STATE(787)] = 28624, + [SMALL_STATE(788)] = 28693, + [SMALL_STATE(789)] = 28728, + [SMALL_STATE(790)] = 28797, + [SMALL_STATE(791)] = 28832, + [SMALL_STATE(792)] = 28901, + [SMALL_STATE(793)] = 28936, + [SMALL_STATE(794)] = 28971, + [SMALL_STATE(795)] = 29006, + [SMALL_STATE(796)] = 29075, + [SMALL_STATE(797)] = 29144, + [SMALL_STATE(798)] = 29179, + [SMALL_STATE(799)] = 29248, + [SMALL_STATE(800)] = 29317, + [SMALL_STATE(801)] = 29352, + [SMALL_STATE(802)] = 29395, + [SMALL_STATE(803)] = 29430, + [SMALL_STATE(804)] = 29465, + [SMALL_STATE(805)] = 29500, + [SMALL_STATE(806)] = 29535, + [SMALL_STATE(807)] = 29604, + [SMALL_STATE(808)] = 29673, + [SMALL_STATE(809)] = 29708, + [SMALL_STATE(810)] = 29743, + [SMALL_STATE(811)] = 29782, + [SMALL_STATE(812)] = 29817, + [SMALL_STATE(813)] = 29886, + [SMALL_STATE(814)] = 29921, + [SMALL_STATE(815)] = 29990, + [SMALL_STATE(816)] = 30059, + [SMALL_STATE(817)] = 30094, + [SMALL_STATE(818)] = 30129, + [SMALL_STATE(819)] = 30164, + [SMALL_STATE(820)] = 30199, + [SMALL_STATE(821)] = 30234, + [SMALL_STATE(822)] = 30269, + [SMALL_STATE(823)] = 30304, + [SMALL_STATE(824)] = 30343, + [SMALL_STATE(825)] = 30396, + [SMALL_STATE(826)] = 30435, + [SMALL_STATE(827)] = 30470, + [SMALL_STATE(828)] = 30505, + [SMALL_STATE(829)] = 30540, + [SMALL_STATE(830)] = 30575, + [SMALL_STATE(831)] = 30610, + [SMALL_STATE(832)] = 30679, + [SMALL_STATE(833)] = 30714, + [SMALL_STATE(834)] = 30749, + [SMALL_STATE(835)] = 30784, + [SMALL_STATE(836)] = 30819, + [SMALL_STATE(837)] = 30888, + [SMALL_STATE(838)] = 30927, + [SMALL_STATE(839)] = 30996, + [SMALL_STATE(840)] = 31054, + [SMALL_STATE(841)] = 31109, + [SMALL_STATE(842)] = 31164, + [SMALL_STATE(843)] = 31219, + [SMALL_STATE(844)] = 31274, + [SMALL_STATE(845)] = 31329, + [SMALL_STATE(846)] = 31384, + [SMALL_STATE(847)] = 31439, + [SMALL_STATE(848)] = 31494, + [SMALL_STATE(849)] = 31549, + [SMALL_STATE(850)] = 31604, + [SMALL_STATE(851)] = 31659, + [SMALL_STATE(852)] = 31714, + [SMALL_STATE(853)] = 31760, + [SMALL_STATE(854)] = 31806, + [SMALL_STATE(855)] = 31852, + [SMALL_STATE(856)] = 31898, + [SMALL_STATE(857)] = 31933, + [SMALL_STATE(858)] = 31968, + [SMALL_STATE(859)] = 32003, + [SMALL_STATE(860)] = 32038, + [SMALL_STATE(861)] = 32073, + [SMALL_STATE(862)] = 32124, + [SMALL_STATE(863)] = 32172, + [SMALL_STATE(864)] = 32220, + [SMALL_STATE(865)] = 32268, + [SMALL_STATE(866)] = 32302, + [SMALL_STATE(867)] = 32350, + [SMALL_STATE(868)] = 32398, + [SMALL_STATE(869)] = 32446, + [SMALL_STATE(870)] = 32494, + [SMALL_STATE(871)] = 32542, + [SMALL_STATE(872)] = 32590, + [SMALL_STATE(873)] = 32619, + [SMALL_STATE(874)] = 32662, + [SMALL_STATE(875)] = 32693, + [SMALL_STATE(876)] = 32722, + [SMALL_STATE(877)] = 32751, + [SMALL_STATE(878)] = 32780, + [SMALL_STATE(879)] = 32809, + [SMALL_STATE(880)] = 32838, + [SMALL_STATE(881)] = 32867, + [SMALL_STATE(882)] = 32896, + [SMALL_STATE(883)] = 32925, + [SMALL_STATE(884)] = 32954, + [SMALL_STATE(885)] = 32983, + [SMALL_STATE(886)] = 33012, + [SMALL_STATE(887)] = 33041, + [SMALL_STATE(888)] = 33084, + [SMALL_STATE(889)] = 33113, + [SMALL_STATE(890)] = 33142, + [SMALL_STATE(891)] = 33175, + [SMALL_STATE(892)] = 33204, + [SMALL_STATE(893)] = 33233, + [SMALL_STATE(894)] = 33288, + [SMALL_STATE(895)] = 33343, + [SMALL_STATE(896)] = 33372, + [SMALL_STATE(897)] = 33405, + [SMALL_STATE(898)] = 33434, + [SMALL_STATE(899)] = 33463, + [SMALL_STATE(900)] = 33492, + [SMALL_STATE(901)] = 33532, + [SMALL_STATE(902)] = 33572, + [SMALL_STATE(903)] = 33612, + [SMALL_STATE(904)] = 33652, + [SMALL_STATE(905)] = 33680, + [SMALL_STATE(906)] = 33708, + [SMALL_STATE(907)] = 33736, + [SMALL_STATE(908)] = 33776, + [SMALL_STATE(909)] = 33816, + [SMALL_STATE(910)] = 33856, + [SMALL_STATE(911)] = 33896, + [SMALL_STATE(912)] = 33936, + [SMALL_STATE(913)] = 33976, + [SMALL_STATE(914)] = 34016, + [SMALL_STATE(915)] = 34066, + [SMALL_STATE(916)] = 34106, + [SMALL_STATE(917)] = 34146, + [SMALL_STATE(918)] = 34186, + [SMALL_STATE(919)] = 34226, + [SMALL_STATE(920)] = 34266, + [SMALL_STATE(921)] = 34306, + [SMALL_STATE(922)] = 34346, + [SMALL_STATE(923)] = 34386, + [SMALL_STATE(924)] = 34426, + [SMALL_STATE(925)] = 34466, + [SMALL_STATE(926)] = 34494, + [SMALL_STATE(927)] = 34534, + [SMALL_STATE(928)] = 34574, + [SMALL_STATE(929)] = 34614, + [SMALL_STATE(930)] = 34654, + [SMALL_STATE(931)] = 34694, + [SMALL_STATE(932)] = 34734, + [SMALL_STATE(933)] = 34774, + [SMALL_STATE(934)] = 34802, + [SMALL_STATE(935)] = 34842, + [SMALL_STATE(936)] = 34882, + [SMALL_STATE(937)] = 34922, + [SMALL_STATE(938)] = 34954, + [SMALL_STATE(939)] = 34994, + [SMALL_STATE(940)] = 35022, + [SMALL_STATE(941)] = 35070, + [SMALL_STATE(942)] = 35116, + [SMALL_STATE(943)] = 35162, + [SMALL_STATE(944)] = 35206, + [SMALL_STATE(945)] = 35248, + [SMALL_STATE(946)] = 35288, + [SMALL_STATE(947)] = 35324, + [SMALL_STATE(948)] = 35358, + [SMALL_STATE(949)] = 35386, + [SMALL_STATE(950)] = 35414, + [SMALL_STATE(951)] = 35442, + [SMALL_STATE(952)] = 35482, + [SMALL_STATE(953)] = 35522, + [SMALL_STATE(954)] = 35570, + [SMALL_STATE(955)] = 35598, + [SMALL_STATE(956)] = 35627, + [SMALL_STATE(957)] = 35654, + [SMALL_STATE(958)] = 35681, + [SMALL_STATE(959)] = 35726, + [SMALL_STATE(960)] = 35775, + [SMALL_STATE(961)] = 35802, + [SMALL_STATE(962)] = 35835, + [SMALL_STATE(963)] = 35880, + [SMALL_STATE(964)] = 35907, + [SMALL_STATE(965)] = 35934, + [SMALL_STATE(966)] = 35979, + [SMALL_STATE(967)] = 36006, + [SMALL_STATE(968)] = 36033, + [SMALL_STATE(969)] = 36078, + [SMALL_STATE(970)] = 36121, + [SMALL_STATE(971)] = 36162, + [SMALL_STATE(972)] = 36201, + [SMALL_STATE(973)] = 36228, + [SMALL_STATE(974)] = 36255, + [SMALL_STATE(975)] = 36304, + [SMALL_STATE(976)] = 36349, + [SMALL_STATE(977)] = 36394, + [SMALL_STATE(978)] = 36439, + [SMALL_STATE(979)] = 36484, + [SMALL_STATE(980)] = 36511, + [SMALL_STATE(981)] = 36556, + [SMALL_STATE(982)] = 36593, + [SMALL_STATE(983)] = 36628, + [SMALL_STATE(984)] = 36661, + [SMALL_STATE(985)] = 36706, + [SMALL_STATE(986)] = 36737, + [SMALL_STATE(987)] = 36776, + [SMALL_STATE(988)] = 36815, + [SMALL_STATE(989)] = 36854, + [SMALL_STATE(990)] = 36893, + [SMALL_STATE(991)] = 36932, + [SMALL_STATE(992)] = 36971, + [SMALL_STATE(993)] = 37010, + [SMALL_STATE(994)] = 37049, + [SMALL_STATE(995)] = 37088, + [SMALL_STATE(996)] = 37126, + [SMALL_STATE(997)] = 37158, + [SMALL_STATE(998)] = 37196, + [SMALL_STATE(999)] = 37234, + [SMALL_STATE(1000)] = 37272, + [SMALL_STATE(1001)] = 37310, + [SMALL_STATE(1002)] = 37348, + [SMALL_STATE(1003)] = 37379, + [SMALL_STATE(1004)] = 37417, + [SMALL_STATE(1005)] = 37455, + [SMALL_STATE(1006)] = 37493, + [SMALL_STATE(1007)] = 37514, + [SMALL_STATE(1008)] = 37535, + [SMALL_STATE(1009)] = 37567, + [SMALL_STATE(1010)] = 37599, + [SMALL_STATE(1011)] = 37631, + [SMALL_STATE(1012)] = 37663, + [SMALL_STATE(1013)] = 37701, + [SMALL_STATE(1014)] = 37739, + [SMALL_STATE(1015)] = 37777, + [SMALL_STATE(1016)] = 37809, + [SMALL_STATE(1017)] = 37847, + [SMALL_STATE(1018)] = 37879, + [SMALL_STATE(1019)] = 37911, + [SMALL_STATE(1020)] = 37943, + [SMALL_STATE(1021)] = 37975, + [SMALL_STATE(1022)] = 38004, + [SMALL_STATE(1023)] = 38033, + [SMALL_STATE(1024)] = 38062, + [SMALL_STATE(1025)] = 38091, + [SMALL_STATE(1026)] = 38120, + [SMALL_STATE(1027)] = 38149, + [SMALL_STATE(1028)] = 38176, + [SMALL_STATE(1029)] = 38205, + [SMALL_STATE(1030)] = 38232, + [SMALL_STATE(1031)] = 38267, + [SMALL_STATE(1032)] = 38294, + [SMALL_STATE(1033)] = 38321, + [SMALL_STATE(1034)] = 38344, + [SMALL_STATE(1035)] = 38373, + [SMALL_STATE(1036)] = 38402, + [SMALL_STATE(1037)] = 38431, + [SMALL_STATE(1038)] = 38454, + [SMALL_STATE(1039)] = 38477, + [SMALL_STATE(1040)] = 38512, + [SMALL_STATE(1041)] = 38541, + [SMALL_STATE(1042)] = 38570, + [SMALL_STATE(1043)] = 38593, + [SMALL_STATE(1044)] = 38628, + [SMALL_STATE(1045)] = 38657, + [SMALL_STATE(1046)] = 38686, + [SMALL_STATE(1047)] = 38715, + [SMALL_STATE(1048)] = 38744, + [SMALL_STATE(1049)] = 38773, + [SMALL_STATE(1050)] = 38791, + [SMALL_STATE(1051)] = 38817, + [SMALL_STATE(1052)] = 38843, + [SMALL_STATE(1053)] = 38875, + [SMALL_STATE(1054)] = 38893, + [SMALL_STATE(1055)] = 38915, + [SMALL_STATE(1056)] = 38947, + [SMALL_STATE(1057)] = 38965, + [SMALL_STATE(1058)] = 38991, + [SMALL_STATE(1059)] = 39023, + [SMALL_STATE(1060)] = 39055, + [SMALL_STATE(1061)] = 39081, + [SMALL_STATE(1062)] = 39102, + [SMALL_STATE(1063)] = 39131, + [SMALL_STATE(1064)] = 39160, + [SMALL_STATE(1065)] = 39185, + [SMALL_STATE(1066)] = 39206, + [SMALL_STATE(1067)] = 39231, + [SMALL_STATE(1068)] = 39256, + [SMALL_STATE(1069)] = 39285, + [SMALL_STATE(1070)] = 39314, + [SMALL_STATE(1071)] = 39343, + [SMALL_STATE(1072)] = 39368, + [SMALL_STATE(1073)] = 39397, + [SMALL_STATE(1074)] = 39424, + [SMALL_STATE(1075)] = 39445, + [SMALL_STATE(1076)] = 39474, + [SMALL_STATE(1077)] = 39503, + [SMALL_STATE(1078)] = 39524, + [SMALL_STATE(1079)] = 39545, + [SMALL_STATE(1080)] = 39570, + [SMALL_STATE(1081)] = 39594, + [SMALL_STATE(1082)] = 39610, + [SMALL_STATE(1083)] = 39636, + [SMALL_STATE(1084)] = 39662, + [SMALL_STATE(1085)] = 39678, + [SMALL_STATE(1086)] = 39698, + [SMALL_STATE(1087)] = 39724, + [SMALL_STATE(1088)] = 39748, + [SMALL_STATE(1089)] = 39774, + [SMALL_STATE(1090)] = 39790, + [SMALL_STATE(1091)] = 39806, + [SMALL_STATE(1092)] = 39822, + [SMALL_STATE(1093)] = 39838, + [SMALL_STATE(1094)] = 39861, + [SMALL_STATE(1095)] = 39876, + [SMALL_STATE(1096)] = 39891, + [SMALL_STATE(1097)] = 39906, + [SMALL_STATE(1098)] = 39921, + [SMALL_STATE(1099)] = 39936, + [SMALL_STATE(1100)] = 39951, + [SMALL_STATE(1101)] = 39966, + [SMALL_STATE(1102)] = 39981, + [SMALL_STATE(1103)] = 40004, + [SMALL_STATE(1104)] = 40027, + [SMALL_STATE(1105)] = 40041, + [SMALL_STATE(1106)] = 40055, + [SMALL_STATE(1107)] = 40069, + [SMALL_STATE(1108)] = 40087, + [SMALL_STATE(1109)] = 40101, + [SMALL_STATE(1110)] = 40115, + [SMALL_STATE(1111)] = 40129, + [SMALL_STATE(1112)] = 40143, + [SMALL_STATE(1113)] = 40161, + [SMALL_STATE(1114)] = 40175, + [SMALL_STATE(1115)] = 40192, + [SMALL_STATE(1116)] = 40209, + [SMALL_STATE(1117)] = 40228, + [SMALL_STATE(1118)] = 40247, + [SMALL_STATE(1119)] = 40266, + [SMALL_STATE(1120)] = 40283, + [SMALL_STATE(1121)] = 40302, + [SMALL_STATE(1122)] = 40319, + [SMALL_STATE(1123)] = 40338, + [SMALL_STATE(1124)] = 40348, + [SMALL_STATE(1125)] = 40364, + [SMALL_STATE(1126)] = 40380, + [SMALL_STATE(1127)] = 40390, + [SMALL_STATE(1128)] = 40406, + [SMALL_STATE(1129)] = 40422, + [SMALL_STATE(1130)] = 40432, + [SMALL_STATE(1131)] = 40442, + [SMALL_STATE(1132)] = 40452, + [SMALL_STATE(1133)] = 40468, + [SMALL_STATE(1134)] = 40482, + [SMALL_STATE(1135)] = 40492, + [SMALL_STATE(1136)] = 40502, + [SMALL_STATE(1137)] = 40512, + [SMALL_STATE(1138)] = 40528, + [SMALL_STATE(1139)] = 40538, + [SMALL_STATE(1140)] = 40554, + [SMALL_STATE(1141)] = 40570, + [SMALL_STATE(1142)] = 40586, + [SMALL_STATE(1143)] = 40602, + [SMALL_STATE(1144)] = 40616, + [SMALL_STATE(1145)] = 40632, + [SMALL_STATE(1146)] = 40648, + [SMALL_STATE(1147)] = 40664, + [SMALL_STATE(1148)] = 40674, + [SMALL_STATE(1149)] = 40690, + [SMALL_STATE(1150)] = 40706, + [SMALL_STATE(1151)] = 40722, + [SMALL_STATE(1152)] = 40738, + [SMALL_STATE(1153)] = 40748, + [SMALL_STATE(1154)] = 40758, + [SMALL_STATE(1155)] = 40774, + [SMALL_STATE(1156)] = 40790, + [SMALL_STATE(1157)] = 40806, + [SMALL_STATE(1158)] = 40819, + [SMALL_STATE(1159)] = 40832, + [SMALL_STATE(1160)] = 40845, + [SMALL_STATE(1161)] = 40858, + [SMALL_STATE(1162)] = 40871, + [SMALL_STATE(1163)] = 40884, + [SMALL_STATE(1164)] = 40897, + [SMALL_STATE(1165)] = 40910, + [SMALL_STATE(1166)] = 40923, + [SMALL_STATE(1167)] = 40936, + [SMALL_STATE(1168)] = 40949, + [SMALL_STATE(1169)] = 40962, + [SMALL_STATE(1170)] = 40975, + [SMALL_STATE(1171)] = 40988, + [SMALL_STATE(1172)] = 41001, + [SMALL_STATE(1173)] = 41014, + [SMALL_STATE(1174)] = 41027, + [SMALL_STATE(1175)] = 41040, + [SMALL_STATE(1176)] = 41053, + [SMALL_STATE(1177)] = 41064, + [SMALL_STATE(1178)] = 41077, + [SMALL_STATE(1179)] = 41086, + [SMALL_STATE(1180)] = 41099, + [SMALL_STATE(1181)] = 41112, + [SMALL_STATE(1182)] = 41125, + [SMALL_STATE(1183)] = 41138, + [SMALL_STATE(1184)] = 41151, + [SMALL_STATE(1185)] = 41164, + [SMALL_STATE(1186)] = 41177, + [SMALL_STATE(1187)] = 41190, + [SMALL_STATE(1188)] = 41203, + [SMALL_STATE(1189)] = 41216, + [SMALL_STATE(1190)] = 41229, + [SMALL_STATE(1191)] = 41238, + [SMALL_STATE(1192)] = 41251, + [SMALL_STATE(1193)] = 41264, + [SMALL_STATE(1194)] = 41277, + [SMALL_STATE(1195)] = 41290, + [SMALL_STATE(1196)] = 41303, + [SMALL_STATE(1197)] = 41316, + [SMALL_STATE(1198)] = 41329, + [SMALL_STATE(1199)] = 41342, + [SMALL_STATE(1200)] = 41355, + [SMALL_STATE(1201)] = 41368, + [SMALL_STATE(1202)] = 41381, + [SMALL_STATE(1203)] = 41394, + [SMALL_STATE(1204)] = 41407, + [SMALL_STATE(1205)] = 41420, + [SMALL_STATE(1206)] = 41433, + [SMALL_STATE(1207)] = 41446, + [SMALL_STATE(1208)] = 41459, + [SMALL_STATE(1209)] = 41470, + [SMALL_STATE(1210)] = 41483, + [SMALL_STATE(1211)] = 41496, + [SMALL_STATE(1212)] = 41509, + [SMALL_STATE(1213)] = 41522, + [SMALL_STATE(1214)] = 41535, + [SMALL_STATE(1215)] = 41548, + [SMALL_STATE(1216)] = 41561, + [SMALL_STATE(1217)] = 41574, + [SMALL_STATE(1218)] = 41584, + [SMALL_STATE(1219)] = 41592, + [SMALL_STATE(1220)] = 41602, + [SMALL_STATE(1221)] = 41610, + [SMALL_STATE(1222)] = 41620, + [SMALL_STATE(1223)] = 41630, + [SMALL_STATE(1224)] = 41640, + [SMALL_STATE(1225)] = 41650, + [SMALL_STATE(1226)] = 41660, + [SMALL_STATE(1227)] = 41670, + [SMALL_STATE(1228)] = 41678, + [SMALL_STATE(1229)] = 41688, + [SMALL_STATE(1230)] = 41698, + [SMALL_STATE(1231)] = 41708, + [SMALL_STATE(1232)] = 41718, + [SMALL_STATE(1233)] = 41728, + [SMALL_STATE(1234)] = 41738, + [SMALL_STATE(1235)] = 41748, + [SMALL_STATE(1236)] = 41758, + [SMALL_STATE(1237)] = 41766, + [SMALL_STATE(1238)] = 41774, + [SMALL_STATE(1239)] = 41782, + [SMALL_STATE(1240)] = 41790, + [SMALL_STATE(1241)] = 41800, + [SMALL_STATE(1242)] = 41808, + [SMALL_STATE(1243)] = 41818, + [SMALL_STATE(1244)] = 41828, + [SMALL_STATE(1245)] = 41838, + [SMALL_STATE(1246)] = 41848, + [SMALL_STATE(1247)] = 41858, + [SMALL_STATE(1248)] = 41868, + [SMALL_STATE(1249)] = 41876, + [SMALL_STATE(1250)] = 41886, + [SMALL_STATE(1251)] = 41894, + [SMALL_STATE(1252)] = 41904, + [SMALL_STATE(1253)] = 41912, + [SMALL_STATE(1254)] = 41920, + [SMALL_STATE(1255)] = 41928, + [SMALL_STATE(1256)] = 41938, + [SMALL_STATE(1257)] = 41946, + [SMALL_STATE(1258)] = 41956, + [SMALL_STATE(1259)] = 41966, + [SMALL_STATE(1260)] = 41976, + [SMALL_STATE(1261)] = 41986, + [SMALL_STATE(1262)] = 41994, + [SMALL_STATE(1263)] = 42004, + [SMALL_STATE(1264)] = 42014, + [SMALL_STATE(1265)] = 42024, + [SMALL_STATE(1266)] = 42034, + [SMALL_STATE(1267)] = 42042, + [SMALL_STATE(1268)] = 42050, + [SMALL_STATE(1269)] = 42060, + [SMALL_STATE(1270)] = 42070, + [SMALL_STATE(1271)] = 42080, + [SMALL_STATE(1272)] = 42090, + [SMALL_STATE(1273)] = 42098, + [SMALL_STATE(1274)] = 42108, + [SMALL_STATE(1275)] = 42116, + [SMALL_STATE(1276)] = 42126, + [SMALL_STATE(1277)] = 42136, + [SMALL_STATE(1278)] = 42146, + [SMALL_STATE(1279)] = 42156, + [SMALL_STATE(1280)] = 42163, + [SMALL_STATE(1281)] = 42170, + [SMALL_STATE(1282)] = 42177, + [SMALL_STATE(1283)] = 42184, + [SMALL_STATE(1284)] = 42191, + [SMALL_STATE(1285)] = 42198, + [SMALL_STATE(1286)] = 42205, + [SMALL_STATE(1287)] = 42212, + [SMALL_STATE(1288)] = 42219, + [SMALL_STATE(1289)] = 42226, + [SMALL_STATE(1290)] = 42233, + [SMALL_STATE(1291)] = 42240, + [SMALL_STATE(1292)] = 42247, + [SMALL_STATE(1293)] = 42254, + [SMALL_STATE(1294)] = 42261, + [SMALL_STATE(1295)] = 42268, + [SMALL_STATE(1296)] = 42275, + [SMALL_STATE(1297)] = 42282, + [SMALL_STATE(1298)] = 42289, + [SMALL_STATE(1299)] = 42296, + [SMALL_STATE(1300)] = 42303, + [SMALL_STATE(1301)] = 42310, + [SMALL_STATE(1302)] = 42317, + [SMALL_STATE(1303)] = 42324, + [SMALL_STATE(1304)] = 42331, + [SMALL_STATE(1305)] = 42338, + [SMALL_STATE(1306)] = 42345, + [SMALL_STATE(1307)] = 42352, + [SMALL_STATE(1308)] = 42359, + [SMALL_STATE(1309)] = 42366, + [SMALL_STATE(1310)] = 42373, + [SMALL_STATE(1311)] = 42380, + [SMALL_STATE(1312)] = 42387, + [SMALL_STATE(1313)] = 42394, + [SMALL_STATE(1314)] = 42401, + [SMALL_STATE(1315)] = 42408, + [SMALL_STATE(1316)] = 42415, + [SMALL_STATE(1317)] = 42422, + [SMALL_STATE(1318)] = 42429, + [SMALL_STATE(1319)] = 42436, + [SMALL_STATE(1320)] = 42443, + [SMALL_STATE(1321)] = 42450, + [SMALL_STATE(1322)] = 42457, + [SMALL_STATE(1323)] = 42464, + [SMALL_STATE(1324)] = 42471, + [SMALL_STATE(1325)] = 42478, + [SMALL_STATE(1326)] = 42485, + [SMALL_STATE(1327)] = 42492, + [SMALL_STATE(1328)] = 42499, + [SMALL_STATE(1329)] = 42506, + [SMALL_STATE(1330)] = 42513, + [SMALL_STATE(1331)] = 42520, + [SMALL_STATE(1332)] = 42527, + [SMALL_STATE(1333)] = 42534, + [SMALL_STATE(1334)] = 42541, + [SMALL_STATE(1335)] = 42548, + [SMALL_STATE(1336)] = 42555, + [SMALL_STATE(1337)] = 42562, + [SMALL_STATE(1338)] = 42569, + [SMALL_STATE(1339)] = 42576, + [SMALL_STATE(1340)] = 42583, + [SMALL_STATE(1341)] = 42590, + [SMALL_STATE(1342)] = 42597, + [SMALL_STATE(1343)] = 42604, + [SMALL_STATE(1344)] = 42611, + [SMALL_STATE(1345)] = 42618, + [SMALL_STATE(1346)] = 42625, + [SMALL_STATE(1347)] = 42632, + [SMALL_STATE(1348)] = 42639, + [SMALL_STATE(1349)] = 42646, + [SMALL_STATE(1350)] = 42653, + [SMALL_STATE(1351)] = 42660, + [SMALL_STATE(1352)] = 42667, + [SMALL_STATE(1353)] = 42674, + [SMALL_STATE(1354)] = 42681, + [SMALL_STATE(1355)] = 42688, + [SMALL_STATE(1356)] = 42695, + [SMALL_STATE(1357)] = 42702, + [SMALL_STATE(1358)] = 42709, + [SMALL_STATE(1359)] = 42716, + [SMALL_STATE(1360)] = 42723, + [SMALL_STATE(1361)] = 42730, + [SMALL_STATE(1362)] = 42737, + [SMALL_STATE(1363)] = 42744, + [SMALL_STATE(1364)] = 42751, + [SMALL_STATE(1365)] = 42758, + [SMALL_STATE(1366)] = 42765, + [SMALL_STATE(1367)] = 42772, + [SMALL_STATE(1368)] = 42779, + [SMALL_STATE(1369)] = 42786, + [SMALL_STATE(1370)] = 42793, + [SMALL_STATE(1371)] = 42800, + [SMALL_STATE(1372)] = 42807, + [SMALL_STATE(1373)] = 42814, + [SMALL_STATE(1374)] = 42821, + [SMALL_STATE(1375)] = 42828, + [SMALL_STATE(1376)] = 42835, + [SMALL_STATE(1377)] = 42842, + [SMALL_STATE(1378)] = 42849, + [SMALL_STATE(1379)] = 42856, + [SMALL_STATE(1380)] = 42863, + [SMALL_STATE(1381)] = 42870, + [SMALL_STATE(1382)] = 42877, + [SMALL_STATE(1383)] = 42884, + [SMALL_STATE(1384)] = 42891, + [SMALL_STATE(1385)] = 42898, + [SMALL_STATE(1386)] = 42905, + [SMALL_STATE(1387)] = 42912, + [SMALL_STATE(1388)] = 42919, + [SMALL_STATE(1389)] = 42926, + [SMALL_STATE(1390)] = 42933, + [SMALL_STATE(1391)] = 42940, + [SMALL_STATE(1392)] = 42947, + [SMALL_STATE(1393)] = 42954, + [SMALL_STATE(1394)] = 42961, + [SMALL_STATE(1395)] = 42968, + [SMALL_STATE(1396)] = 42975, + [SMALL_STATE(1397)] = 42982, + [SMALL_STATE(1398)] = 42989, + [SMALL_STATE(1399)] = 42996, + [SMALL_STATE(1400)] = 43003, + [SMALL_STATE(1401)] = 43010, + [SMALL_STATE(1402)] = 43017, + [SMALL_STATE(1403)] = 43024, + [SMALL_STATE(1404)] = 43031, + [SMALL_STATE(1405)] = 43038, + [SMALL_STATE(1406)] = 43045, + [SMALL_STATE(1407)] = 43052, + [SMALL_STATE(1408)] = 43059, + [SMALL_STATE(1409)] = 43066, + [SMALL_STATE(1410)] = 43073, + [SMALL_STATE(1411)] = 43080, + [SMALL_STATE(1412)] = 43087, + [SMALL_STATE(1413)] = 43094, + [SMALL_STATE(1414)] = 43101, + [SMALL_STATE(1415)] = 43108, + [SMALL_STATE(1416)] = 43115, + [SMALL_STATE(1417)] = 43122, + [SMALL_STATE(1418)] = 43129, + [SMALL_STATE(1419)] = 43136, + [SMALL_STATE(1420)] = 43143, + [SMALL_STATE(1421)] = 43150, + [SMALL_STATE(1422)] = 43157, + [SMALL_STATE(1423)] = 43164, + [SMALL_STATE(1424)] = 43171, + [SMALL_STATE(1425)] = 43178, + [SMALL_STATE(1426)] = 43185, + [SMALL_STATE(1427)] = 43192, + [SMALL_STATE(1428)] = 43199, + [SMALL_STATE(1429)] = 43206, + [SMALL_STATE(1430)] = 43213, + [SMALL_STATE(1431)] = 43220, + [SMALL_STATE(1432)] = 43227, + [SMALL_STATE(1433)] = 43234, + [SMALL_STATE(1434)] = 43241, + [SMALL_STATE(1435)] = 43248, + [SMALL_STATE(1436)] = 43255, + [SMALL_STATE(1437)] = 43262, + [SMALL_STATE(1438)] = 43269, + [SMALL_STATE(1439)] = 43276, + [SMALL_STATE(1440)] = 43283, + [SMALL_STATE(1441)] = 43290, + [SMALL_STATE(1442)] = 43297, + [SMALL_STATE(1443)] = 43304, + [SMALL_STATE(1444)] = 43311, + [SMALL_STATE(1445)] = 43318, + [SMALL_STATE(1446)] = 43325, + [SMALL_STATE(1447)] = 43332, + [SMALL_STATE(1448)] = 43339, + [SMALL_STATE(1449)] = 43346, + [SMALL_STATE(1450)] = 43353, + [SMALL_STATE(1451)] = 43360, + [SMALL_STATE(1452)] = 43367, + [SMALL_STATE(1453)] = 43374, + [SMALL_STATE(1454)] = 43381, + [SMALL_STATE(1455)] = 43388, + [SMALL_STATE(1456)] = 43395, + [SMALL_STATE(1457)] = 43402, + [SMALL_STATE(1458)] = 43409, + [SMALL_STATE(1459)] = 43416, + [SMALL_STATE(1460)] = 43423, + [SMALL_STATE(1461)] = 43430, + [SMALL_STATE(1462)] = 43437, + [SMALL_STATE(1463)] = 43444, + [SMALL_STATE(1464)] = 43451, + [SMALL_STATE(1465)] = 43458, + [SMALL_STATE(1466)] = 43465, + [SMALL_STATE(1467)] = 43472, + [SMALL_STATE(1468)] = 43479, + [SMALL_STATE(1469)] = 43486, + [SMALL_STATE(1470)] = 43493, + [SMALL_STATE(1471)] = 43500, + [SMALL_STATE(1472)] = 43507, + [SMALL_STATE(1473)] = 43514, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -79758,1630 +80356,1636 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 35), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 35), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(404), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1064), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1371), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(910), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 35), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 35), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(405), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1061), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1380), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(921), [185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1372), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1247), - [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(374), - [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(554), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(554), - [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(559), - [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(88), - [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(859), - [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(787), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1461), - [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1268), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1458), - [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(879), - [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(25), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(686), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(687), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(758), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(884), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1156), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1114), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1112), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1269), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1221), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(558), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1462), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1267), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(139), - [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1463), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(485), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1459), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1456), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1378), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(511), - [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(512), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(513), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1257), - [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1122), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(513), + [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1381), + [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1255), + [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(375), + [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(603), + [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(603), + [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(602), + [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(84), + [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(863), + [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(837), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1465), + [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1276), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1462), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(892), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(38), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(692), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(691), + [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(801), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(899), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1163), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1116), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1117), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1247), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1223), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(542), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1438), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1243), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(130), + [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1471), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(477), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1451), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1447), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1387), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(561), + [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(550), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(562), + [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1252), + [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1148), + [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(562), [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(407), - [350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1062), - [353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1421), - [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(935), - [359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1401), - [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1262), - [365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(155), - [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(862), - [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(815), - [374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(35), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(408), + [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1074), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1315), + [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(926), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1279), + [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1233), + [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(208), + [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(862), + [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(823), + [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(27), + [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1225), - [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1234), - [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(531), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1332), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1227), - [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(131), - [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1465), - [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(444), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1330), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1322), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1405), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(405), - [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1071), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1404), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(945), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1464), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1212), - [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(158), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(861), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(784), - [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(31), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1265), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1259), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(507), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1450), - [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1258), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(200), - [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1447), - [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(464), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1446), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1444), - [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1443), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(408), - [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1063), - [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1271), - [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(942), - [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1309), - [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1270), - [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(236), - [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(855), - [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(763), - [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(27), - [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1264), - [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1244), - [575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(528), - [578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1453), - [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1266), - [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(162), - [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1460), - [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(483), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1335), - [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1343), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1315), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1259), + [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(507), + [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1359), + [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1226), + [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(137), + [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1469), + [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(455), + [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1355), + [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1354), + [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1322), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(403), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1077), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1429), + [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(909), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1409), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1277), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(268), + [489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(866), + [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(810), + [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(36), + [498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1232), + [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1240), + [504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(520), + [507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1347), + [510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1234), + [513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(127), + [516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1473), + [519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(442), + [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1341), + [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1294), + [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1413), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(404), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1065), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1472), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(951), + [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1468), + [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1278), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(182), + [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(869), + [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(785), + [574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(26), + [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1265), + [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1263), + [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(569), + [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1449), + [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1262), + [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(240), + [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1445), + [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(485), + [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1444), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1443), + [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1441), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(406), - [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(374), - [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(554), - [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(554), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(559), - [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(88), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(859), - [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(686), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1461), - [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1268), - [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1458), - [655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(25), - [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(687), - [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(758), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(884), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1156), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1114), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1112), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1269), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1221), - [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1267), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(139), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1463), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(485), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1459), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1456), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1378), - [703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(511), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(512), - [709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(513), - [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1257), - [715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1122), - [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(513), - [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(407), + [621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(375), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(603), + [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(603), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(602), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(84), + [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(863), + [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(692), + [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1465), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1276), + [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1462), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(38), + [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(691), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(801), + [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(899), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1163), + [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1116), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1117), + [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1247), + [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1223), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1243), + [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(130), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1471), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(477), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1451), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1447), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1387), + [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(561), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(550), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(562), + [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1252), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1148), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(562), + [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), [723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(401), - [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(158), - [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(861), - [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), - [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1265), - [748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1259), - [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1258), - [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(200), - [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1447), - [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(464), - [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1446), - [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1444), - [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1443), - [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(403), - [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(155), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(862), - [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(35), - [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1225), - [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1234), - [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1227), - [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(131), - [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1465), - [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(444), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1330), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1322), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1405), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(402), - [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(236), - [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(855), - [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(27), - [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1264), - [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1244), - [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1266), - [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(162), - [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1460), - [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(483), - [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1335), - [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1343), - [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1315), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(402), + [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(208), + [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(862), + [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(27), + [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1225), + [742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1259), + [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1226), + [748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(137), + [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1469), + [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(455), + [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1355), + [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1354), + [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1322), + [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(401), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(182), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(869), + [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(26), + [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1265), + [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1263), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1262), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(240), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1445), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(485), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1444), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1443), + [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1441), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(406), + [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(268), + [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(866), + [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(36), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1232), + [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1240), + [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1234), + [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(127), + [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1473), + [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(442), + [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1341), + [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1294), + [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1413), + [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 44), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 44), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 49), - [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 49), - [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 71), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 71), - [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 28), - [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 28), - [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 40), - [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 40), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 23), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 23), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 23), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 23), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 22), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 22), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 58), - [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 58), - [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 59), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 59), - [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 61), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 61), - [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 62), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 62), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 69), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 69), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 70), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 70), - [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 75), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 75), - [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 76), - [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 76), - [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 77), - [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 77), - [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 78), - [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 78), - [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 79), - [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 79), - [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 80), - [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 80), - [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 81), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 81), - [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 82), - [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 82), - [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 83), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 83), - [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 84), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 84), - [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 24), - [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 24), - [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), - [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 35), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 35), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 53), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 53), - [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), - [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), - [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 51), - [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 51), - [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 66), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 66), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 33), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 33), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 14), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 14), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 15), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 15), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 29), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 29), - [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 55), - [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 55), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 13), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 13), - [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 35), - [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 35), - [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 54), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 54), - [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), - [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), - [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), - [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), - [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(612), - [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(374), - [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(554), - [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(554), - [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(559), - [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(155), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1246), - [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(35), - [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1225), - [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1234), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(531), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1332), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1227), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(131), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1465), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(444), - [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1330), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1322), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1405), - [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(511), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(512), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(513), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1257), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1122), - [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(513), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(616), - [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(158), - [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(31), - [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1265), - [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1259), - [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(507), - [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1450), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1258), - [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(200), - [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1447), - [1241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(464), - [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1446), - [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1444), - [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1443), - [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(617), - [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(88), - [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(25), - [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1269), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1221), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(558), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1462), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1267), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(139), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1463), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(485), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1459), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1456), - [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1378), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(615), - [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(236), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 78), + [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 78), + [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 40), + [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 40), + [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 22), + [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 22), + [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 80), + [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 80), + [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 77), + [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 77), + [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 79), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 79), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 63), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 63), + [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 23), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 23), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 71), + [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 71), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 28), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 28), + [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 62), + [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 62), + [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 49), + [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 49), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 59), + [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 59), + [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 85), + [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 85), + [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 84), + [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 84), + [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 60), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 60), + [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 83), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 83), + [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 72), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 72), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 23), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 23), + [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 70), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 70), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 82), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 82), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 76), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 76), + [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 81), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 81), + [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 24), + [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 24), + [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 54), + [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 54), + [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), + [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 15), + [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 15), + [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 33), + [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 33), + [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 35), + [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 35), + [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 67), + [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 67), + [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), + [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 13), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 13), + [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 29), + [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 29), + [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 14), + [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 14), + [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), + [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), + [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), + [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), + [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 51), + [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 51), + [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 55), + [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 55), + [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 35), + [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 35), + [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 56), + [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 56), + [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(618), + [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(375), + [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(603), + [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(603), + [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(602), + [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(268), + [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1260), + [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(36), + [1154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1232), + [1157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1240), + [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(520), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1347), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1234), + [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(127), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1473), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(442), + [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1341), + [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1294), + [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1413), + [1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(561), + [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(550), + [1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(562), + [1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1252), + [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1148), + [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(562), + [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(623), + [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(182), + [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(26), + [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1265), + [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1263), + [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(569), + [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1449), + [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1262), + [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(240), + [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1445), + [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(485), + [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1444), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1443), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1441), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(620), + [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(84), + [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(38), + [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1247), + [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1223), + [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(542), + [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1438), + [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1243), + [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(130), + [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1471), + [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(477), + [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1451), + [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1447), + [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1387), + [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(616), + [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(208), [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(27), - [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1264), - [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1244), - [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(528), - [1315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1453), - [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1266), - [1321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(162), - [1324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1460), - [1327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(483), - [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1335), - [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1343), - [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1315), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), - [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1225), + [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1259), + [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(507), + [1315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1359), + [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1226), + [1321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(137), + [1324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1469), + [1327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(455), + [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1355), + [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1354), + [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1322), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), + [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), + [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), + [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), [1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 35), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 35), - [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 35), + [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 35), + [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [1441] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(852), + [1441] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(861), [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [1452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(880), - [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1422), - [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(911), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1342), - [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1255), - [1492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(686), - [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1461), - [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1219), - [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1458), - [1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(687), - [1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(758), - [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(884), - [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1156), - [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1114), - [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1112), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1400), - [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(894), - [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1369), - [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1223), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [1544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [1564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1423), - [1567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(919), - [1570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1387), - [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1253), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1122), - [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [1452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(874), + [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1430), + [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(922), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1348), + [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1273), + [1484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(692), + [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1465), + [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1222), + [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1462), + [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(691), + [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(801), + [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(899), + [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1163), + [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1116), + [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1117), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1431), + [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(912), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1395), + [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1268), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1408), + [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(938), + [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1332), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1230), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1148), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 39), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 39), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), - [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [1791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), - [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), - [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), - [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), - [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), - [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 65), - [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 65), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 32), - [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 32), - [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(686), - [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1461), - [1921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1219), - [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1458), - [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(687), - [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [1932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [1944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(662), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 28), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 28), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 37), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 37), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 37), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 37), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 28), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 28), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 54), - [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 54), - [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 66), - [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 66), - [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), - [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), - [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 55), - [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 55), - [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 49), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 49), - [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 31), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 66), + [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 66), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 53), + [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 53), + [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), + [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 52), + [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 39), + [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 39), + [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 32), + [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 32), + [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), + [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), + [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), + [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), + [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [1891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(692), + [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1465), + [1933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1222), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1462), + [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(691), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(668), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), + [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 67), + [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 67), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 37), + [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 37), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 31), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 56), + [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 56), + [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 28), + [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 28), + [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), + [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), + [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), + [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), + [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), + [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), + [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 49), + [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 49), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 55), + [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 55), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 28), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 28), [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 60), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 48), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 74), - [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), - [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), - [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), - [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(889), - [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [2222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(818), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), - [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 37), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 37), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 75), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 61), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 48), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(886), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(825), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), - [2295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 20), - [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 20), - [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), - [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), - [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 43), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 43), - [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [2407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(852), - [2410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(687), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 19), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 19), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), - [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 20), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 20), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(861), + [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), + [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), + [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 19), + [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 19), + [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), + [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), + [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), + [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), + [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), + [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), + [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), + [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 45), + [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(691), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 43), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 43), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), + [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 43), + [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 37), - [2573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2576] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(852), - [2580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 11), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 11), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [2639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(998), - [2642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(999), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 30), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [2683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 30), - [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 63), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), - [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1268), - [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(1461), - [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 30), - [2715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 30), - [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 72), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 72), - [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 63), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 46), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 27), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 63), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 72), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 27), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 46), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 27), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 47), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 47), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 73), - [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 73), - [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 28), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 47), - [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 47), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 64), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 64), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), - [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 42), - [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 42), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), - [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), - [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 64), - [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 64), - [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 73), - [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 73), - [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), - [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(607), - [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [2886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1278), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 64), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 64), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 73), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 73), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), - [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 64), - [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 56), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 47), - [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 57), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 41), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 40), - [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 38), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 30), - [2975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 67), - [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 47), - [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [3001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1019), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), - [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [3014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1140), - [3017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1140), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 17), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), - [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 73), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), SHIFT_REPEAT(1038), - [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [3077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1214), - [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [3114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(553), - [3117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(902), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(415), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [3139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1237), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1007), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [3159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1226), - [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(618), - [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 68), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 41), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 54), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 66), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 54), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 66), - [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3521] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), + [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 37), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [2609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2612] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(861), + [2616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1007), + [2648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1006), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 11), + [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 11), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 73), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [2707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(1465), + [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 30), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 30), + [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1276), + [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 30), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 30), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [2751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 46), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 73), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 64), + [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 27), + [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 46), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 27), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 73), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 28), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 47), + [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 47), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 27), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 65), + [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 65), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 47), + [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 47), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 74), + [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 74), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 74), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 74), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 47), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 42), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 42), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 65), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 65), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 47), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 47), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 65), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 65), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(545), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1368), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 74), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 74), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 47), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), + [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 46), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 65), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 40), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 38), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [2961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1128), + [2964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1128), + [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 30), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 57), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 41), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 68), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 47), + [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 47), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 58), + [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [3005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1045), + [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 50), + [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 74), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 17), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1270), + [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(416), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(1019), + [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 50), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 69), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(621), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1237), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(923), + [3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(541), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1244), + [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), SHIFT_REPEAT(1040), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 50), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 41), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [3235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 55), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 67), + [3511] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 55), + [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 67), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), }; #ifdef __cplusplus